Skip to content
Success

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-k3mg9-lb0c3
Still waiting to schedule task
‘aggrbuild-pod-k3mg9-lb0c3’ is offline
Agent aggrbuild-pod-k3mg9-lb0c3 is provisioned from template aggrbuild-pod-k3mg9
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.releng.svc.cluster.local/releng/job/Builds/job/I-build-4.31/139/"
    runUrl: "job/Builds/job/I-build-4.31/139/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "4fe84ec33493d393319f7f5fed6b969cf1a1145e"
    jenkins/label: "aggrbuild-pod"
  name: "aggrbuild-pod-k3mg9-lb0c3"
  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-k3mg9-lb0c3"
    - name: "JENKINS_NAME"
      value: "aggrbuild-pod-k3mg9-lb0c3"
    - 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-k3mg9-lb0c3 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:48 [2024-02-16T23:00:48.385Z] [WS-CLEANUP] Deleting project workspace...
18:00:48 [2024-02-16T23:00:48.385Z] [WS-CLEANUP] Deferred wipeout is used...
18:00:48 [2024-02-16T23:00:48.559Z] [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:50 [2024-02-16T23:00:50.864Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
18:00:50 [2024-02-16T23:00:50.864Z] [ssh-agent] Looking for ssh-agent implementation...
18:00:51 [2024-02-16T23:00:51.135Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:00:51 [2024-02-16T23:00:51.135Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:00:51 [2024-02-16T23:00:51.380Z] Executing command: "ssh-agent" 
18:00:51 [2024-02-16T23:00:51.380Z] exit
18:00:51 [2024-02-16T23:00:51.387Z] SSH_AUTH_SOCK=/tmp/ssh-4n18EMUqvv4C/agent.63; export SSH_AUTH_SOCK;
18:00:51 [2024-02-16T23:00:51.387Z] SSH_AGENT_PID=64; export SSH_AGENT_PID;
18:00:51 [2024-02-16T23:00:51.387Z] echo Agent pid 64;
18:00:51 [2024-02-16T23:00:51.389Z] SSH_AUTH_SOCK=/tmp/ssh-4n18EMUqvv4C/agent.63
18:00:51 [2024-02-16T23:00:51.389Z] SSH_AGENT_PID=64
18:00:51 [2024-02-16T23:00:51.408Z] Running ssh-add (command line suppressed)
18:00:51 [2024-02-16T23:00:51.675Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_18029946401947982460.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_18029946401947982460.key)
18:00:51 [2024-02-16T23:00:51.686Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
18:00:51 [2024-02-16T23:00:51.697Z] Running in /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator
[Pipeline] {
[Pipeline] sh
18:00:52 [2024-02-16T23:00:52.274Z] + git clone -b master git@github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
18:00:52 [2024-02-16T23:00:52.275Z] Cloning into 'eclipse.platform.releng.aggregator'...
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
18:01:04 [2024-02-16T23:01:04.523Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:01:04 [2024-02-16T23:01:04.790Z] Executing command: "ssh-agent" "-k" 
18:01:04 [2024-02-16T23:01:04.790Z] exit
18:01:04 [2024-02-16T23:01:04.795Z] unset SSH_AUTH_SOCK;
18:01:04 [2024-02-16T23:01:04.795Z] unset SSH_AGENT_PID;
18:01:04 [2024-02-16T23:01:04.795Z] echo Agent pid 64 killed;
18:01:04 [2024-02-16T23:01:04.797Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] sh
18:01:05 [2024-02-16T23:01:05.350Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
18:01:05 [2024-02-16T23:01:05.350Z] + 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:05 [2024-02-16T23:01:05.350Z] + 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:11 [2024-02-16T23:01:11.435Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:11 [2024-02-16T23:01:11.435Z] + ./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:11 [2024-02-16T23:01:11.435Z] + 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:11 [2024-02-16T23:01:11.693Z] + [[ 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-16T23:01:14.443Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
18:01:24 [2024-02-16T23:01:24.812Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:24 [2024-02-16T23:01:24.812Z] + ./mb011_loadPGPKeys.sh
18:01:24 [2024-02-16T23:01:24.812Z] + 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:24 [2024-02-16T23:01:24.812Z] gpg: directory '/home/jenkins/.gnupg' created
18:01:24 [2024-02-16T23:01:24.812Z] gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
18:01:24 [2024-02-16T23:01:24.812Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
18:01:24 [2024-02-16T23:01:24.812Z] gpg: key B6D3AB9BCC641282: public key "Eclipse Platform Project <platform-releng-dev@eclipse.org>" imported
18:01:24 [2024-02-16T23:01:24.812Z] gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
18:01:24 [2024-02-16T23:01:24.812Z] gpg: key B6D3AB9BCC641282: secret key imported
18:01:24 [2024-02-16T23:01:24.812Z] gpg: Total number processed: 1
18:01:24 [2024-02-16T23:01:24.812Z] gpg:               imported: 1
18:01:24 [2024-02-16T23:01:24.812Z] gpg:       secret keys read: 1
18:01:24 [2024-02-16T23:01:24.812Z] gpg:   secret keys imported: 1
18:01:25 [2024-02-16T23:01:25.070Z] Secret subkeys are available.
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] pub  rsa4096/B6D3AB9BCC641282
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:25 [2024-02-16T23:01:25.070Z]      trust: unknown       validity: unknown
18:01:25 [2024-02-16T23:01:25.070Z] ssb  rsa4096/700E4F39BC05364B
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:25 [2024-02-16T23:01:25.070Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] pub  rsa4096/B6D3AB9BCC641282
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:25 [2024-02-16T23:01:25.070Z]      trust: unknown       validity: unknown
18:01:25 [2024-02-16T23:01:25.070Z] ssb  rsa4096/700E4F39BC05364B
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:25 [2024-02-16T23:01:25.070Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] Please decide how far you trust this user to correctly verify other users' keys
18:01:25 [2024-02-16T23:01:25.070Z] (by looking at passports, checking fingerprints from different sources, etc.)
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z]   1 = I don't know or won't say
18:01:25 [2024-02-16T23:01:25.070Z]   2 = I do NOT trust
18:01:25 [2024-02-16T23:01:25.070Z]   3 = I trust marginally
18:01:25 [2024-02-16T23:01:25.070Z]   4 = I trust fully
18:01:25 [2024-02-16T23:01:25.070Z]   5 = I trust ultimately
18:01:25 [2024-02-16T23:01:25.070Z]   m = back to the main menu
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] pub  rsa4096/B6D3AB9BCC641282
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:25 [2024-02-16T23:01:25.070Z]      trust: ultimate      validity: unknown
18:01:25 [2024-02-16T23:01:25.070Z] ssb  rsa4096/700E4F39BC05364B
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:25 [2024-02-16T23:01:25.070Z] [ unknown] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:25 [2024-02-16T23:01:25.070Z] Please note that the shown key validity is not necessarily correct
18:01:25 [2024-02-16T23:01:25.070Z] unless you restart the program.
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] Secret subkeys are available.
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] gpg: checking the trustdb
18:01:25 [2024-02-16T23:01:25.070Z] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
18:01:25 [2024-02-16T23:01:25.070Z] gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
18:01:25 [2024-02-16T23:01:25.070Z] gpg: next trustdb check due at 2026-12-15
18:01:25 [2024-02-16T23:01:25.070Z] pub  rsa4096/B6D3AB9BCC641282
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:25 [2024-02-16T23:01:25.070Z]      trust: ultimate      validity: ultimate
18:01:25 [2024-02-16T23:01:25.070Z] ssb  rsa4096/700E4F39BC05364B
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:25 [2024-02-16T23:01:25.070Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] pub  rsa4096/B6D3AB9BCC641282
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:25 [2024-02-16T23:01:25.070Z]      trust: ultimate      validity: ultimate
18:01:25 [2024-02-16T23:01:25.070Z] ssb  rsa4096/700E4F39BC05364B
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:25 [2024-02-16T23:01:25.070Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] Please decide how far you trust this user to correctly verify other users' keys
18:01:25 [2024-02-16T23:01:25.070Z] (by looking at passports, checking fingerprints from different sources, etc.)
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z]   1 = I don't know or won't say
18:01:25 [2024-02-16T23:01:25.070Z]   2 = I do NOT trust
18:01:25 [2024-02-16T23:01:25.070Z]   3 = I trust marginally
18:01:25 [2024-02-16T23:01:25.070Z]   4 = I trust fully
18:01:25 [2024-02-16T23:01:25.070Z]   5 = I trust ultimately
18:01:25 [2024-02-16T23:01:25.070Z]   m = back to the main menu
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] pub  rsa4096/B6D3AB9BCC641282
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: SCEA
18:01:25 [2024-02-16T23:01:25.070Z]      trust: ultimate      validity: ultimate
18:01:25 [2024-02-16T23:01:25.070Z] ssb  rsa4096/700E4F39BC05364B
18:01:25 [2024-02-16T23:01:25.070Z]      created: 2016-12-21  expires: 2026-12-15  usage: S   
18:01:25 [2024-02-16T23:01:25.070Z] [ultimate] (1). Eclipse Platform Project <platform-releng-dev@eclipse.org>
18:01:25 [2024-02-16T23:01:25.070Z] 
18:01:25 [2024-02-16T23:01:25.070Z] + [[ 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:26 [2024-02-16T23:01:26.092Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:26 [2024-02-16T23:01:26.092Z] +++ export TIMESTAMP=20240216-1800
18:01:26 [2024-02-16T23:01:26.092Z] +++ TIMESTAMP=20240216-1800
18:01:26 [2024-02-16T23:01:26.092Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
18:01:26 [2024-02-16T23:01:26.092Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
18:01:26 [2024-02-16T23:01:26.092Z] +++ export BRANCH=master
18:01:26 [2024-02-16T23:01:26.092Z] +++ BRANCH=master
18:01:26 [2024-02-16T23:01:26.092Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:26 [2024-02-16T23:01:26.092Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:26 [2024-02-16T23:01:26.092Z] +++ export BUILD_TYPE_NAME=Integration
18:01:26 [2024-02-16T23:01:26.092Z] +++ BUILD_TYPE_NAME=Integration
18:01:26 [2024-02-16T23:01:26.092Z] +++ export BUILD_TYPE=I
18:01:26 [2024-02-16T23:01:26.092Z] +++ BUILD_TYPE=I
18:01:26 [2024-02-16T23:01:26.092Z] +++ export TESTED_BUILD_TYPE=I
18:01:26 [2024-02-16T23:01:26.092Z] +++ TESTED_BUILD_TYPE=I
18:01:26 [2024-02-16T23:01:26.092Z] +++ export RELEASE_VER=4.31
18:01:26 [2024-02-16T23:01:26.092Z] +++ RELEASE_VER=4.31
18:01:26 [2024-02-16T23:01:26.092Z] +++ export STREAM=4.31.0
18:01:26 [2024-02-16T23:01:26.092Z] +++ STREAM=4.31.0
18:01:26 [2024-02-16T23:01:26.092Z] +++ export STREAMMajor=4
18:01:26 [2024-02-16T23:01:26.092Z] +++ STREAMMajor=4
18:01:26 [2024-02-16T23:01:26.092Z] +++ export STREAMMinor=31
18:01:26 [2024-02-16T23:01:26.092Z] +++ STREAMMinor=31
18:01:26 [2024-02-16T23:01:26.092Z] +++ export STREAMService=0
18:01:26 [2024-02-16T23:01:26.092Z] +++ STREAMService=0
18:01:26 [2024-02-16T23:01:26.092Z] +++ export GIT_ROOT=git@github.com:
18:01:26 [2024-02-16T23:01:26.092Z] +++ GIT_ROOT=git@github.com:
18:01:26 [2024-02-16T23:01:26.092Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:26 [2024-02-16T23:01:26.092Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:26 [2024-02-16T23:01:26.092Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:26 [2024-02-16T23:01:26.092Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:26 [2024-02-16T23:01:26.092Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:26 [2024-02-16T23:01:26.092Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:26 [2024-02-16T23:01:26.092Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:26 [2024-02-16T23:01:26.092Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:26 [2024-02-16T23:01:26.092Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:26 [2024-02-16T23:01:26.092Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:26 [2024-02-16T23:01:26.092Z] +++ export TMP_DIR=tmp
18:01:26 [2024-02-16T23:01:26.092Z] +++ TMP_DIR=tmp
18:01:26 [2024-02-16T23:01:26.092Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:26 [2024-02-16T23:01:26.092Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:26 [2024-02-16T23:01:26.092Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:26 [2024-02-16T23:01:26.092Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:26 [2024-02-16T23:01:26.092Z] +++ export LOCAL_REPO=localMavenRepo
18:01:26 [2024-02-16T23:01:26.092Z] +++ LOCAL_REPO=localMavenRepo
18:01:26 [2024-02-16T23:01:26.092Z] +++ export BASEBUILDER_TAG=4.30
18:01:26 [2024-02-16T23:01:26.093Z] +++ BASEBUILDER_TAG=4.30
18:01:26 [2024-02-16T23:01:26.093Z] +++ export API_PREV_REF_LABEL=4.30
18:01:26 [2024-02-16T23:01:26.093Z] +++ API_PREV_REF_LABEL=4.30
18:01:26 [2024-02-16T23:01:26.093Z] +++ export API_FREEZE_REF_LABEL=
18:01:26 [2024-02-16T23:01:26.093Z] +++ API_FREEZE_REF_LABEL=
18:01:26 [2024-02-16T23:01:26.093Z] +++ export 'FREEZE_PARAMS= '
18:01:26 [2024-02-16T23:01:26.093Z] +++ FREEZE_PARAMS=' '
18:01:26 [2024-02-16T23:01:26.093Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:26 [2024-02-16T23:01:26.093Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:26 [2024-02-16T23:01:26.093Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:26 [2024-02-16T23:01:26.093Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:26 [2024-02-16T23:01:26.093Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:26 [2024-02-16T23:01:26.093Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:26 [2024-02-16T23:01:26.093Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:26 [2024-02-16T23:01:26.093Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:26 [2024-02-16T23:01:26.093Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:26 [2024-02-16T23:01:26.093Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:26 [2024-02-16T23:01:26.093Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:26 [2024-02-16T23:01:26.093Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:26 [2024-02-16T23:01:26.093Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:26 [2024-02-16T23:01:26.093Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:26 [2024-02-16T23:01:26.093Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:26 [2024-02-16T23:01:26.093Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:26 [2024-02-16T23:01:26.093Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:26 [2024-02-16T23:01:26.093Z] +++ MAVEN_OPTS=-Xmx6G
18:01:26 [2024-02-16T23:01:26.093Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:26 [2024-02-16T23:01:26.093Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ export BUILD_ID=I20240216-1800
18:01:26 [2024-02-16T23:01:26.093Z] +++ BUILD_ID=I20240216-1800
18:01:26 [2024-02-16T23:01:26.093Z] +++ export BUILD_DIR_SEG=I20240216-1800
18:01:26 [2024-02-16T23:01:26.093Z] +++ BUILD_DIR_SEG=I20240216-1800
18:01:26 [2024-02-16T23:01:26.093Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
18:01:26 [2024-02-16T23:01:26.093Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
18:01:26 [2024-02-16T23:01:26.093Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:26 [2024-02-16T23:01:26.093Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.093Z] +++ 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:26 [2024-02-16T23:01:26.094Z] ++ echo I20240216-1800
18:01:26 [2024-02-16T23:01:26.094Z] + echo I20240216-1800
[Pipeline] sh
18:01:31 [2024-02-16T23:01:31.518Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:31 [2024-02-16T23:01:31.518Z] +++ export TIMESTAMP=20240216-1800
18:01:31 [2024-02-16T23:01:31.518Z] +++ TIMESTAMP=20240216-1800
18:01:31 [2024-02-16T23:01:31.518Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
18:01:31 [2024-02-16T23:01:31.518Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
18:01:31 [2024-02-16T23:01:31.518Z] +++ export BRANCH=master
18:01:31 [2024-02-16T23:01:31.518Z] +++ BRANCH=master
18:01:31 [2024-02-16T23:01:31.518Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:31 [2024-02-16T23:01:31.518Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:31 [2024-02-16T23:01:31.518Z] +++ export BUILD_TYPE_NAME=Integration
18:01:31 [2024-02-16T23:01:31.518Z] +++ BUILD_TYPE_NAME=Integration
18:01:31 [2024-02-16T23:01:31.518Z] +++ export BUILD_TYPE=I
18:01:31 [2024-02-16T23:01:31.518Z] +++ BUILD_TYPE=I
18:01:31 [2024-02-16T23:01:31.518Z] +++ export TESTED_BUILD_TYPE=I
18:01:31 [2024-02-16T23:01:31.518Z] +++ TESTED_BUILD_TYPE=I
18:01:31 [2024-02-16T23:01:31.518Z] +++ export RELEASE_VER=4.31
18:01:31 [2024-02-16T23:01:31.518Z] +++ RELEASE_VER=4.31
18:01:31 [2024-02-16T23:01:31.518Z] +++ export STREAM=4.31.0
18:01:31 [2024-02-16T23:01:31.518Z] +++ STREAM=4.31.0
18:01:31 [2024-02-16T23:01:31.518Z] +++ export STREAMMajor=4
18:01:31 [2024-02-16T23:01:31.518Z] +++ STREAMMajor=4
18:01:31 [2024-02-16T23:01:31.518Z] +++ export STREAMMinor=31
18:01:31 [2024-02-16T23:01:31.518Z] +++ STREAMMinor=31
18:01:31 [2024-02-16T23:01:31.518Z] +++ export STREAMService=0
18:01:31 [2024-02-16T23:01:31.518Z] +++ STREAMService=0
18:01:31 [2024-02-16T23:01:31.518Z] +++ export GIT_ROOT=git@github.com:
18:01:31 [2024-02-16T23:01:31.518Z] +++ GIT_ROOT=git@github.com:
18:01:31 [2024-02-16T23:01:31.518Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:31 [2024-02-16T23:01:31.518Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:31 [2024-02-16T23:01:31.519Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:31 [2024-02-16T23:01:31.519Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:31 [2024-02-16T23:01:31.519Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:31 [2024-02-16T23:01:31.519Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:31 [2024-02-16T23:01:31.519Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:31 [2024-02-16T23:01:31.519Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:31 [2024-02-16T23:01:31.519Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:31 [2024-02-16T23:01:31.519Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:31 [2024-02-16T23:01:31.519Z] +++ export TMP_DIR=tmp
18:01:31 [2024-02-16T23:01:31.519Z] +++ TMP_DIR=tmp
18:01:31 [2024-02-16T23:01:31.519Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:31 [2024-02-16T23:01:31.519Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:31 [2024-02-16T23:01:31.519Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:31 [2024-02-16T23:01:31.519Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:31 [2024-02-16T23:01:31.519Z] +++ export LOCAL_REPO=localMavenRepo
18:01:31 [2024-02-16T23:01:31.519Z] +++ LOCAL_REPO=localMavenRepo
18:01:31 [2024-02-16T23:01:31.519Z] +++ export BASEBUILDER_TAG=4.30
18:01:31 [2024-02-16T23:01:31.519Z] +++ BASEBUILDER_TAG=4.30
18:01:31 [2024-02-16T23:01:31.519Z] +++ export API_PREV_REF_LABEL=4.30
18:01:31 [2024-02-16T23:01:31.519Z] +++ API_PREV_REF_LABEL=4.30
18:01:31 [2024-02-16T23:01:31.519Z] +++ export API_FREEZE_REF_LABEL=
18:01:31 [2024-02-16T23:01:31.519Z] +++ API_FREEZE_REF_LABEL=
18:01:31 [2024-02-16T23:01:31.519Z] +++ export 'FREEZE_PARAMS= '
18:01:31 [2024-02-16T23:01:31.519Z] +++ FREEZE_PARAMS=' '
18:01:31 [2024-02-16T23:01:31.519Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:31 [2024-02-16T23:01:31.519Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:31 [2024-02-16T23:01:31.519Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:31 [2024-02-16T23:01:31.519Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:31 [2024-02-16T23:01:31.519Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:31 [2024-02-16T23:01:31.519Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:31 [2024-02-16T23:01:31.519Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:31 [2024-02-16T23:01:31.519Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:31 [2024-02-16T23:01:31.519Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:31 [2024-02-16T23:01:31.519Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:31 [2024-02-16T23:01:31.519Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:31 [2024-02-16T23:01:31.519Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:31 [2024-02-16T23:01:31.519Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:31 [2024-02-16T23:01:31.519Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:31 [2024-02-16T23:01:31.519Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:31 [2024-02-16T23:01:31.519Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:31 [2024-02-16T23:01:31.519Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:31 [2024-02-16T23:01:31.519Z] +++ MAVEN_OPTS=-Xmx6G
18:01:31 [2024-02-16T23:01:31.519Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:31 [2024-02-16T23:01:31.519Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ export BUILD_ID=I20240216-1800
18:01:31 [2024-02-16T23:01:31.519Z] +++ BUILD_ID=I20240216-1800
18:01:31 [2024-02-16T23:01:31.519Z] +++ export BUILD_DIR_SEG=I20240216-1800
18:01:31 [2024-02-16T23:01:31.519Z] +++ BUILD_DIR_SEG=I20240216-1800
18:01:31 [2024-02-16T23:01:31.519Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
18:01:31 [2024-02-16T23:01:31.519Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
18:01:31 [2024-02-16T23:01:31.519Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:31 [2024-02-16T23:01:31.519Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.519Z] +++ 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:31 [2024-02-16T23:01:31.520Z] +++ 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:31 [2024-02-16T23:01:31.520Z] +++ 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:31 [2024-02-16T23:01:31.520Z] ++ echo 4.31
18:01:31 [2024-02-16T23:01:31.520Z] + echo 4.31
[Pipeline] sh
18:01:32 [2024-02-16T23:01:32.673Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:32 [2024-02-16T23:01:32.673Z] +++ export TIMESTAMP=20240216-1800
18:01:32 [2024-02-16T23:01:32.673Z] +++ TIMESTAMP=20240216-1800
18:01:32 [2024-02-16T23:01:32.673Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
18:01:32 [2024-02-16T23:01:32.673Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
18:01:32 [2024-02-16T23:01:32.673Z] +++ export BRANCH=master
18:01:32 [2024-02-16T23:01:32.673Z] +++ BRANCH=master
18:01:32 [2024-02-16T23:01:32.673Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:32 [2024-02-16T23:01:32.673Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:32 [2024-02-16T23:01:32.673Z] +++ export BUILD_TYPE_NAME=Integration
18:01:32 [2024-02-16T23:01:32.673Z] +++ BUILD_TYPE_NAME=Integration
18:01:32 [2024-02-16T23:01:32.673Z] +++ export BUILD_TYPE=I
18:01:32 [2024-02-16T23:01:32.673Z] +++ BUILD_TYPE=I
18:01:32 [2024-02-16T23:01:32.673Z] +++ export TESTED_BUILD_TYPE=I
18:01:32 [2024-02-16T23:01:32.673Z] +++ TESTED_BUILD_TYPE=I
18:01:32 [2024-02-16T23:01:32.673Z] +++ export RELEASE_VER=4.31
18:01:32 [2024-02-16T23:01:32.673Z] +++ RELEASE_VER=4.31
18:01:32 [2024-02-16T23:01:32.673Z] +++ export STREAM=4.31.0
18:01:32 [2024-02-16T23:01:32.673Z] +++ STREAM=4.31.0
18:01:32 [2024-02-16T23:01:32.673Z] +++ export STREAMMajor=4
18:01:32 [2024-02-16T23:01:32.673Z] +++ STREAMMajor=4
18:01:32 [2024-02-16T23:01:32.673Z] +++ export STREAMMinor=31
18:01:32 [2024-02-16T23:01:32.673Z] +++ STREAMMinor=31
18:01:32 [2024-02-16T23:01:32.673Z] +++ export STREAMService=0
18:01:32 [2024-02-16T23:01:32.673Z] +++ STREAMService=0
18:01:32 [2024-02-16T23:01:32.673Z] +++ export GIT_ROOT=git@github.com:
18:01:32 [2024-02-16T23:01:32.673Z] +++ GIT_ROOT=git@github.com:
18:01:32 [2024-02-16T23:01:32.673Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:32 [2024-02-16T23:01:32.673Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:32 [2024-02-16T23:01:32.673Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:32 [2024-02-16T23:01:32.673Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:32 [2024-02-16T23:01:32.673Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:32 [2024-02-16T23:01:32.673Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:32 [2024-02-16T23:01:32.673Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:32 [2024-02-16T23:01:32.673Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:32 [2024-02-16T23:01:32.673Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:32 [2024-02-16T23:01:32.673Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:32 [2024-02-16T23:01:32.673Z] +++ export TMP_DIR=tmp
18:01:32 [2024-02-16T23:01:32.673Z] +++ TMP_DIR=tmp
18:01:32 [2024-02-16T23:01:32.673Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:32 [2024-02-16T23:01:32.673Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:32 [2024-02-16T23:01:32.673Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:32 [2024-02-16T23:01:32.673Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:32 [2024-02-16T23:01:32.673Z] +++ export LOCAL_REPO=localMavenRepo
18:01:32 [2024-02-16T23:01:32.673Z] +++ LOCAL_REPO=localMavenRepo
18:01:32 [2024-02-16T23:01:32.673Z] +++ export BASEBUILDER_TAG=4.30
18:01:32 [2024-02-16T23:01:32.673Z] +++ BASEBUILDER_TAG=4.30
18:01:32 [2024-02-16T23:01:32.673Z] +++ export API_PREV_REF_LABEL=4.30
18:01:32 [2024-02-16T23:01:32.673Z] +++ API_PREV_REF_LABEL=4.30
18:01:32 [2024-02-16T23:01:32.673Z] +++ export API_FREEZE_REF_LABEL=
18:01:32 [2024-02-16T23:01:32.673Z] +++ API_FREEZE_REF_LABEL=
18:01:32 [2024-02-16T23:01:32.673Z] +++ export 'FREEZE_PARAMS= '
18:01:32 [2024-02-16T23:01:32.673Z] +++ FREEZE_PARAMS=' '
18:01:32 [2024-02-16T23:01:32.673Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:32 [2024-02-16T23:01:32.673Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:32 [2024-02-16T23:01:32.673Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:32 [2024-02-16T23:01:32.673Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:32 [2024-02-16T23:01:32.673Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:32 [2024-02-16T23:01:32.673Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:32 [2024-02-16T23:01:32.673Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:32 [2024-02-16T23:01:32.673Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:32 [2024-02-16T23:01:32.673Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:32 [2024-02-16T23:01:32.673Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:32 [2024-02-16T23:01:32.673Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:32 [2024-02-16T23:01:32.673Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:32 [2024-02-16T23:01:32.673Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:32 [2024-02-16T23:01:32.673Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:32 [2024-02-16T23:01:32.673Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:32 [2024-02-16T23:01:32.673Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:32 [2024-02-16T23:01:32.673Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:32 [2024-02-16T23:01:32.673Z] +++ MAVEN_OPTS=-Xmx6G
18:01:32 [2024-02-16T23:01:32.673Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:32 [2024-02-16T23:01:32.673Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:32 [2024-02-16T23:01:32.673Z] +++ 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:32 [2024-02-16T23:01:32.673Z] +++ 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:32 [2024-02-16T23:01:32.673Z] +++ 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:32 [2024-02-16T23:01:32.673Z] +++ 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:32 [2024-02-16T23:01:32.673Z] +++ 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:32 [2024-02-16T23:01:32.673Z] +++ 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:32 [2024-02-16T23:01:32.673Z] +++ export BUILD_ID=I20240216-1800
18:01:32 [2024-02-16T23:01:32.673Z] +++ BUILD_ID=I20240216-1800
18:01:32 [2024-02-16T23:01:32.673Z] +++ export BUILD_DIR_SEG=I20240216-1800
18:01:32 [2024-02-16T23:01:32.673Z] +++ BUILD_DIR_SEG=I20240216-1800
18:01:32 [2024-02-16T23:01:32.673Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
18:01:32 [2024-02-16T23:01:32.673Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
18:01:32 [2024-02-16T23:01:32.673Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:32 [2024-02-16T23:01:32.674Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:32 [2024-02-16T23:01:32.674Z] +++ 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:32 [2024-02-16T23:01:32.674Z] +++ 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:32 [2024-02-16T23:01:32.674Z] +++ 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:32 [2024-02-16T23:01:32.674Z] +++ 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:32 [2024-02-16T23:01:32.674Z] +++ 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:32 [2024-02-16T23:01:32.674Z] +++ 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:32 [2024-02-16T23:01:32.674Z] +++ 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:32 [2024-02-16T23:01:32.674Z] +++ 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:32 [2024-02-16T23:01:32.674Z] ++ echo 4.31.0
18:01:32 [2024-02-16T23:01:32.674Z] + echo 4.31.0
[Pipeline] sh
18:01:35 [2024-02-16T23:01:35.668Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:35 [2024-02-16T23:01:35.668Z] +++ export TIMESTAMP=20240216-1800
18:01:35 [2024-02-16T23:01:35.668Z] +++ TIMESTAMP=20240216-1800
18:01:35 [2024-02-16T23:01:35.668Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
18:01:35 [2024-02-16T23:01:35.668Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
18:01:35 [2024-02-16T23:01:35.668Z] +++ export BRANCH=master
18:01:35 [2024-02-16T23:01:35.668Z] +++ BRANCH=master
18:01:35 [2024-02-16T23:01:35.668Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:35 [2024-02-16T23:01:35.668Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:35 [2024-02-16T23:01:35.668Z] +++ export BUILD_TYPE_NAME=Integration
18:01:35 [2024-02-16T23:01:35.668Z] +++ BUILD_TYPE_NAME=Integration
18:01:35 [2024-02-16T23:01:35.668Z] +++ export BUILD_TYPE=I
18:01:35 [2024-02-16T23:01:35.668Z] +++ BUILD_TYPE=I
18:01:35 [2024-02-16T23:01:35.668Z] +++ export TESTED_BUILD_TYPE=I
18:01:35 [2024-02-16T23:01:35.668Z] +++ TESTED_BUILD_TYPE=I
18:01:35 [2024-02-16T23:01:35.668Z] +++ export RELEASE_VER=4.31
18:01:35 [2024-02-16T23:01:35.668Z] +++ RELEASE_VER=4.31
18:01:35 [2024-02-16T23:01:35.668Z] +++ export STREAM=4.31.0
18:01:35 [2024-02-16T23:01:35.668Z] +++ STREAM=4.31.0
18:01:35 [2024-02-16T23:01:35.668Z] +++ export STREAMMajor=4
18:01:35 [2024-02-16T23:01:35.668Z] +++ STREAMMajor=4
18:01:35 [2024-02-16T23:01:35.668Z] +++ export STREAMMinor=31
18:01:35 [2024-02-16T23:01:35.668Z] +++ STREAMMinor=31
18:01:35 [2024-02-16T23:01:35.668Z] +++ export STREAMService=0
18:01:35 [2024-02-16T23:01:35.668Z] +++ STREAMService=0
18:01:35 [2024-02-16T23:01:35.668Z] +++ export GIT_ROOT=git@github.com:
18:01:35 [2024-02-16T23:01:35.668Z] +++ GIT_ROOT=git@github.com:
18:01:35 [2024-02-16T23:01:35.668Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:35 [2024-02-16T23:01:35.668Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:35 [2024-02-16T23:01:35.668Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:35 [2024-02-16T23:01:35.668Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:35 [2024-02-16T23:01:35.668Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:35 [2024-02-16T23:01:35.668Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:35 [2024-02-16T23:01:35.668Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:35 [2024-02-16T23:01:35.668Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:35 [2024-02-16T23:01:35.668Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:35 [2024-02-16T23:01:35.668Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:35 [2024-02-16T23:01:35.668Z] +++ export TMP_DIR=tmp
18:01:35 [2024-02-16T23:01:35.668Z] +++ TMP_DIR=tmp
18:01:35 [2024-02-16T23:01:35.668Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:35 [2024-02-16T23:01:35.668Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:35 [2024-02-16T23:01:35.668Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:35 [2024-02-16T23:01:35.668Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:35 [2024-02-16T23:01:35.668Z] +++ export LOCAL_REPO=localMavenRepo
18:01:35 [2024-02-16T23:01:35.668Z] +++ LOCAL_REPO=localMavenRepo
18:01:35 [2024-02-16T23:01:35.668Z] +++ export BASEBUILDER_TAG=4.30
18:01:35 [2024-02-16T23:01:35.668Z] +++ BASEBUILDER_TAG=4.30
18:01:35 [2024-02-16T23:01:35.668Z] +++ export API_PREV_REF_LABEL=4.30
18:01:35 [2024-02-16T23:01:35.668Z] +++ API_PREV_REF_LABEL=4.30
18:01:35 [2024-02-16T23:01:35.668Z] +++ export API_FREEZE_REF_LABEL=
18:01:35 [2024-02-16T23:01:35.668Z] +++ API_FREEZE_REF_LABEL=
18:01:35 [2024-02-16T23:01:35.668Z] +++ export 'FREEZE_PARAMS= '
18:01:35 [2024-02-16T23:01:35.668Z] +++ FREEZE_PARAMS=' '
18:01:35 [2024-02-16T23:01:35.668Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:35 [2024-02-16T23:01:35.668Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:35 [2024-02-16T23:01:35.668Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:35 [2024-02-16T23:01:35.668Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:35 [2024-02-16T23:01:35.668Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:35 [2024-02-16T23:01:35.668Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:35 [2024-02-16T23:01:35.668Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:35 [2024-02-16T23:01:35.668Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:35 [2024-02-16T23:01:35.668Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:35 [2024-02-16T23:01:35.668Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:35 [2024-02-16T23:01:35.668Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:35 [2024-02-16T23:01:35.668Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:35 [2024-02-16T23:01:35.668Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:35 [2024-02-16T23:01:35.668Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:35 [2024-02-16T23:01:35.668Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:35 [2024-02-16T23:01:35.668Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:35 [2024-02-16T23:01:35.668Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:35 [2024-02-16T23:01:35.668Z] +++ MAVEN_OPTS=-Xmx6G
18:01:35 [2024-02-16T23:01:35.668Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:35 [2024-02-16T23:01:35.668Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:35 [2024-02-16T23:01:35.668Z] +++ 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:35 [2024-02-16T23:01:35.668Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ export BUILD_ID=I20240216-1800
18:01:35 [2024-02-16T23:01:35.669Z] +++ BUILD_ID=I20240216-1800
18:01:35 [2024-02-16T23:01:35.669Z] +++ export BUILD_DIR_SEG=I20240216-1800
18:01:35 [2024-02-16T23:01:35.669Z] +++ BUILD_DIR_SEG=I20240216-1800
18:01:35 [2024-02-16T23:01:35.669Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
18:01:35 [2024-02-16T23:01:35.669Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
18:01:35 [2024-02-16T23:01:35.669Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:35 [2024-02-16T23:01:35.669Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] +++ 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:35 [2024-02-16T23:01:35.669Z] ++ echo 1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:35 [2024-02-16T23:01:35.669Z] + echo 1cb411d1b95c00ce4b95ce2111088127e0605639
[Pipeline] sh
18:01:37 [2024-02-16T23:01:37.563Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:01:37 [2024-02-16T23:01:37.563Z] +++ export TIMESTAMP=20240216-1800
18:01:37 [2024-02-16T23:01:37.563Z] +++ TIMESTAMP=20240216-1800
18:01:37 [2024-02-16T23:01:37.563Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
18:01:37 [2024-02-16T23:01:37.563Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
18:01:37 [2024-02-16T23:01:37.563Z] +++ export BRANCH=master
18:01:37 [2024-02-16T23:01:37.563Z] +++ BRANCH=master
18:01:37 [2024-02-16T23:01:37.563Z] +++ export PATCH_OR_BRANCH_LABEL=master
18:01:37 [2024-02-16T23:01:37.563Z] +++ PATCH_OR_BRANCH_LABEL=master
18:01:37 [2024-02-16T23:01:37.563Z] +++ export BUILD_TYPE_NAME=Integration
18:01:37 [2024-02-16T23:01:37.563Z] +++ BUILD_TYPE_NAME=Integration
18:01:37 [2024-02-16T23:01:37.563Z] +++ export BUILD_TYPE=I
18:01:37 [2024-02-16T23:01:37.563Z] +++ BUILD_TYPE=I
18:01:37 [2024-02-16T23:01:37.563Z] +++ export TESTED_BUILD_TYPE=I
18:01:37 [2024-02-16T23:01:37.563Z] +++ TESTED_BUILD_TYPE=I
18:01:37 [2024-02-16T23:01:37.563Z] +++ export RELEASE_VER=4.31
18:01:37 [2024-02-16T23:01:37.563Z] +++ RELEASE_VER=4.31
18:01:37 [2024-02-16T23:01:37.563Z] +++ export STREAM=4.31.0
18:01:37 [2024-02-16T23:01:37.563Z] +++ STREAM=4.31.0
18:01:37 [2024-02-16T23:01:37.563Z] +++ export STREAMMajor=4
18:01:37 [2024-02-16T23:01:37.563Z] +++ STREAMMajor=4
18:01:37 [2024-02-16T23:01:37.563Z] +++ export STREAMMinor=31
18:01:37 [2024-02-16T23:01:37.563Z] +++ STREAMMinor=31
18:01:37 [2024-02-16T23:01:37.563Z] +++ export STREAMService=0
18:01:37 [2024-02-16T23:01:37.563Z] +++ STREAMService=0
18:01:37 [2024-02-16T23:01:37.563Z] +++ export GIT_ROOT=git@github.com:
18:01:37 [2024-02-16T23:01:37.563Z] +++ GIT_ROOT=git@github.com:
18:01:37 [2024-02-16T23:01:37.563Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:37 [2024-02-16T23:01:37.563Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:01:37 [2024-02-16T23:01:37.563Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:37 [2024-02-16T23:01:37.563Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:01:37 [2024-02-16T23:01:37.563Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:37 [2024-02-16T23:01:37.563Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:01:37 [2024-02-16T23:01:37.563Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
18:01:37 [2024-02-16T23:01:37.563Z] +++ UPDATES_DIR=siteDir/eclipse/updates
18:01:37 [2024-02-16T23:01:37.563Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:37 [2024-02-16T23:01:37.563Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:01:37 [2024-02-16T23:01:37.563Z] +++ export TMP_DIR=tmp
18:01:37 [2024-02-16T23:01:37.564Z] +++ TMP_DIR=tmp
18:01:37 [2024-02-16T23:01:37.564Z] +++ export DOWNLOAD_HOST=download.eclipse.org
18:01:37 [2024-02-16T23:01:37.564Z] +++ DOWNLOAD_HOST=download.eclipse.org
18:01:37 [2024-02-16T23:01:37.564Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:37 [2024-02-16T23:01:37.564Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:01:37 [2024-02-16T23:01:37.564Z] +++ export LOCAL_REPO=localMavenRepo
18:01:37 [2024-02-16T23:01:37.564Z] +++ LOCAL_REPO=localMavenRepo
18:01:37 [2024-02-16T23:01:37.564Z] +++ export BASEBUILDER_TAG=4.30
18:01:37 [2024-02-16T23:01:37.564Z] +++ BASEBUILDER_TAG=4.30
18:01:37 [2024-02-16T23:01:37.564Z] +++ export API_PREV_REF_LABEL=4.30
18:01:37 [2024-02-16T23:01:37.564Z] +++ API_PREV_REF_LABEL=4.30
18:01:37 [2024-02-16T23:01:37.564Z] +++ export API_FREEZE_REF_LABEL=
18:01:37 [2024-02-16T23:01:37.564Z] +++ API_FREEZE_REF_LABEL=
18:01:37 [2024-02-16T23:01:37.564Z] +++ export 'FREEZE_PARAMS= '
18:01:37 [2024-02-16T23:01:37.564Z] +++ FREEZE_PARAMS=' '
18:01:37 [2024-02-16T23:01:37.564Z] +++ export PREVIOUS_RELEASE_VER=4.30
18:01:37 [2024-02-16T23:01:37.564Z] +++ PREVIOUS_RELEASE_VER=4.30
18:01:37 [2024-02-16T23:01:37.564Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:01:37 [2024-02-16T23:01:37.564Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
18:01:37 [2024-02-16T23:01:37.564Z] +++ export BASEBUILD_ID=R-4.30-202312010110
18:01:37 [2024-02-16T23:01:37.564Z] +++ BASEBUILD_ID=R-4.30-202312010110
18:01:37 [2024-02-16T23:01:37.564Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:37 [2024-02-16T23:01:37.564Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:01:37 [2024-02-16T23:01:37.564Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:37 [2024-02-16T23:01:37.564Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:01:37 [2024-02-16T23:01:37.564Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:37 [2024-02-16T23:01:37.564Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:01:37 [2024-02-16T23:01:37.564Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:37 [2024-02-16T23:01:37.564Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:01:37 [2024-02-16T23:01:37.564Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:37 [2024-02-16T23:01:37.564Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:01:37 [2024-02-16T23:01:37.564Z] +++ export MAVEN_OPTS=-Xmx6G
18:01:37 [2024-02-16T23:01:37.564Z] +++ MAVEN_OPTS=-Xmx6G
18:01:37 [2024-02-16T23:01:37.564Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:37 [2024-02-16T23:01:37.564Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:01:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ export BUILD_ID=I20240216-1800
18:01:37 [2024-02-16T23:01:37.564Z] +++ BUILD_ID=I20240216-1800
18:01:37 [2024-02-16T23:01:37.564Z] +++ export BUILD_DIR_SEG=I20240216-1800
18:01:37 [2024-02-16T23:01:37.564Z] +++ BUILD_DIR_SEG=I20240216-1800
18:01:37 [2024-02-16T23:01:37.564Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
18:01:37 [2024-02-16T23:01:37.564Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
18:01:37 [2024-02-16T23:01:37.564Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:37 [2024-02-16T23:01:37.564Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:01:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.564Z] +++ 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:37 [2024-02-16T23:01:37.565Z] +++ 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:37 [2024-02-16T23:01:37.565Z] ++ echo 4.31
18:01:37 [2024-02-16T23:01:37.565Z] + 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:44 [2024-02-16T23:01:44.022Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
18:01:44 [2024-02-16T23:01:44.022Z] [ssh-agent] Looking for ssh-agent implementation...
18:01:44 [2024-02-16T23:01:44.282Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:01:44 [2024-02-16T23:01:44.282Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:01:44 [2024-02-16T23:01:44.551Z] Executing command: "ssh-agent" 
18:01:44 [2024-02-16T23:01:44.551Z] exit
18:01:44 [2024-02-16T23:01:44.558Z] SSH_AUTH_SOCK=/tmp/ssh-XFPaEdQaDvUL/agent.523; export SSH_AUTH_SOCK;
18:01:44 [2024-02-16T23:01:44.558Z] SSH_AGENT_PID=524; export SSH_AGENT_PID;
18:01:44 [2024-02-16T23:01:44.558Z] echo Agent pid 524;
18:01:44 [2024-02-16T23:01:44.560Z] SSH_AUTH_SOCK=/tmp/ssh-XFPaEdQaDvUL/agent.523
18:01:44 [2024-02-16T23:01:44.560Z] SSH_AGENT_PID=524
18:01:44 [2024-02-16T23:01:44.570Z] Running ssh-add (command line suppressed)
18:01:44 [2024-02-16T23:01:44.877Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_10030588963431379054.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_10030588963431379054.key)
18:01:44 [2024-02-16T23:01:44.887Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] withAnt
18:01:45 [2024-02-16T23:01:45.585Z] 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-k3mg9-lb0c3
[Pipeline] {
[Pipeline] sh
18:01:48 [2024-02-16T23:01:48.573Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:48 [2024-02-16T23:01:48.573Z] + 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:48 [2024-02-16T23:01:48.573Z] + ./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:48 [2024-02-16T23:01:48.573Z] ~/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:51 [2024-02-16T23:01:51.096Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.096Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.096Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.096Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.096Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.096Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.097Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.098Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.099Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.100Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.101Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.102Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.103Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.103Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.103Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.103Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.103Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.103Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.360Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.361Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.362Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.363Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.620Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.621Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.622Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
18:01:51 [2024-02-16T23:01:51.623Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:01:51 [2024-02-16T23:01:51.623Z] WARNING: Using incubator modules: jdk.incubator.vector, jdk.incubator.foreign
18:01:51 [2024-02-16T23:01:51.880Z] Install location:
18:01:51 [2024-02-16T23:01:51.880Z]     file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/
18:01:51 [2024-02-16T23:01:51.880Z] Configuration file:
18:01:51 [2024-02-16T23:01:51.880Z]     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:51 [2024-02-16T23:01:51.880Z] Configuration location:
18:01:51 [2024-02-16T23:01:51.880Z]     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:51 [2024-02-16T23:01:51.880Z] Framework located:
18:01:51 [2024-02-16T23:01:51.880Z]     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:51 [2024-02-16T23:01:51.880Z] Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.2.900.v20231106-0859.jar
18:01:51 [2024-02-16T23:01:51.880Z] 	eclipse.properties not found
18:01:51 [2024-02-16T23:01:51.880Z] Framework classpath:
18:01:51 [2024-02-16T23:01:51.880Z]     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:51 [2024-02-16T23:01:51.880Z]     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:51 [2024-02-16T23:01:51.880Z]     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:51 [2024-02-16T23:01:51.880Z] Debug options:
18:01:51 [2024-02-16T23:01:51.880Z]     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:52 [2024-02-16T23:01:52.137Z] Time to load bundles: 36
18:01:53 [2024-02-16T23:01:53.068Z] Feb 16, 2024 11:01:52 PM org.apache.aries.spifly.BaseActivator log
18:01:53 [2024-02-16T23:01:53.068Z] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
18:01:54 [2024-02-16T23:01:54.437Z] Starting application: 2524
18:01:56 [2024-02-16T23:01:56.957Z] Installing org.eclipse.platform.ide 4.31.0.I20240215-1800.
18:01:56 [2024-02-16T23:01:56.957Z] Installing org.eclipse.pde.api.tools 1.3.300.v20240211-1946.
18:01:56 [2024-02-16T23:01:56.957Z] Installing org.eclipse.releng.build.tools.feature.feature.group 1.1.0.v20230804-0604.
18:01:56 [2024-02-16T23:01:56.957Z] Installing org.eclipse.wtp.releng.tools.feature.feature.group 1.2.0.v202212092153.
18:01:57 [2024-02-16T23:01:57.522Z] !SESSION 2024-02-16 23:01:51.710 -----------------------------------------------
18:01:57 [2024-02-16T23:01:57.522Z] eclipse.buildId=4.30.0.I20231201-0110
18:01:57 [2024-02-16T23:01:57.522Z] java.version=17.0.2
18:01:57 [2024-02-16T23:01:57.522Z] java.vendor=Oracle Corporation
18:01:57 [2024-02-16T23:01:57.522Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
18:01:57 [2024-02-16T23:01:57.522Z] 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:57 [2024-02-16T23:01:57.522Z] 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:57 [2024-02-16T23:01:57.522Z] 
18:01:57 [2024-02-16T23:01:57.522Z] !ENTRY org.eclipse.equinox.p2.director 0 0 2024-02-16 23:01:57.323
18:01:57 [2024-02-16T23:01:57.522Z] !MESSAGE Overall install request is satisfiable
18:01:57 [2024-02-16T23:01:57.522Z] !SUBENTRY 1 org.eclipse.equinox.p2.director 0 0 2024-02-16 23:01:57.324
18:01:57 [2024-02-16T23:01:57.522Z] !MESSAGE Add request for Eclipse Platform 4.31.0.I20240215-1800 (org.eclipse.platform.ide 4.31.0.I20240215-1800) is satisfiable
18:01:57 [2024-02-16T23:01:57.522Z] !SUBENTRY 1 org.eclipse.equinox.p2.director 0 0 2024-02-16 23:01:57.324
18:01:57 [2024-02-16T23:01:57.522Z] !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:57 [2024-02-16T23:01:57.522Z] !SUBENTRY 1 org.eclipse.equinox.p2.director 0 0 2024-02-16 23:01:57.324
18:01:57 [2024-02-16T23:01:57.522Z] !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:57 [2024-02-16T23:01:57.522Z] !SUBENTRY 1 org.eclipse.equinox.p2.director 0 0 2024-02-16 23:01:57.324
18:01:57 [2024-02-16T23:01:57.522Z] !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:02:07 [2024-02-16T23:02:07.533Z] Operation completed in 11606 ms.
18:02:07 [2024-02-16T23:02:07.533Z] Start VM: /opt/tools/java/openjdk/jdk-17/latest/bin/java
18:02:07 [2024-02-16T23:02:07.533Z] -Dosgi.requiredJavaVersion=17
18:02:07 [2024-02-16T23:02:07.533Z] -Dosgi.dataAreaRequiresExplicitInit=true
18:02:07 [2024-02-16T23:02:07.533Z] -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true
18:02:07 [2024-02-16T23:02:07.533Z] --add-modules=ALL-SYSTEM
18:02:07 [2024-02-16T23:02:07.533Z] -Dorg.slf4j.simpleLogger.defaultLogLevel=off
18:02:07 [2024-02-16T23:02:07.533Z] -Djava.security.manager=allow
18:02:07 [2024-02-16T23:02:07.533Z] -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:02:07 [2024-02-16T23:02:07.533Z] -os linux
18:02:07 [2024-02-16T23:02:07.533Z] -ws gtk
18:02:07 [2024-02-16T23:02:07.533Z] -arch x86_64
18:02:07 [2024-02-16T23:02:07.533Z] -launcher /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/eclipse/eclipse
18:02:07 [2024-02-16T23:02:07.533Z] -name Eclipse
18:02:07 [2024-02-16T23:02:07.533Z] --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:02:07 [2024-02-16T23:02:07.534Z] -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:02:07 [2024-02-16T23:02:07.534Z] --launcher.appendVmargs
18:02:07 [2024-02-16T23:02:07.534Z] -exitdata 0
18:02:07 [2024-02-16T23:02:07.534Z] -debug
18:02:07 [2024-02-16T23:02:07.534Z] -consolelog
18:02:07 [2024-02-16T23:02:07.534Z] -data /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/workspace-toolsinstall
18:02:07 [2024-02-16T23:02:07.534Z] -application org.eclipse.equinox.p2.director
18:02:07 [2024-02-16T23:02:07.534Z] -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:02:07 [2024-02-16T23:02:07.534Z] -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:02:07 [2024-02-16T23:02:07.534Z] -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:02:07 [2024-02-16T23:02:07.534Z] -profile SDKProfile
18:02:07 [2024-02-16T23:02:07.534Z] -vm /opt/tools/java/openjdk/jdk-17/latest/bin/java
18:02:07 [2024-02-16T23:02:07.534Z] -vmargs
18:02:07 [2024-02-16T23:02:07.534Z] -Dosgi.requiredJavaVersion=17
18:02:07 [2024-02-16T23:02:07.534Z] -Dosgi.dataAreaRequiresExplicitInit=true
18:02:07 [2024-02-16T23:02:07.534Z] -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true
18:02:07 [2024-02-16T23:02:07.534Z] --add-modules=ALL-SYSTEM
18:02:07 [2024-02-16T23:02:07.534Z] -Dorg.slf4j.simpleLogger.defaultLogLevel=off
18:02:07 [2024-02-16T23:02:07.534Z] -Djava.security.manager=allow
18:02:07 [2024-02-16T23:02:07.534Z] -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:02:07 [2024-02-16T23:02:07.534Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // withAnt
[Pipeline] }
18:02:07 [2024-02-16T23:02:07.559Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:02:07 [2024-02-16T23:02:07.810Z] Executing command: "ssh-agent" "-k" 
18:02:07 [2024-02-16T23:02:07.810Z] exit
18:02:07 [2024-02-16T23:02:07.817Z] unset SSH_AUTH_SOCK;
18:02:07 [2024-02-16T23:02:07.817Z] unset SSH_AGENT_PID;
18:02:07 [2024-02-16T23:02:07.817Z] echo Agent pid 524 killed;
18:02:07 [2024-02-16T23:02:07.819Z] [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:02:07 [2024-02-16T23:02:07.960Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
18:02:07 [2024-02-16T23:02:07.960Z] [ssh-agent] Looking for ssh-agent implementation...
18:02:08 [2024-02-16T23:02:08.211Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:02:08 [2024-02-16T23:02:08.212Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:02:08 [2024-02-16T23:02:08.450Z] Executing command: "ssh-agent" 
18:02:08 [2024-02-16T23:02:08.450Z] exit
18:02:08 [2024-02-16T23:02:08.456Z] SSH_AUTH_SOCK=/tmp/ssh-lssXVHw2zYWo/agent.688; export SSH_AUTH_SOCK;
18:02:08 [2024-02-16T23:02:08.456Z] SSH_AGENT_PID=689; export SSH_AGENT_PID;
18:02:08 [2024-02-16T23:02:08.456Z] echo Agent pid 689;
18:02:08 [2024-02-16T23:02:08.458Z] SSH_AUTH_SOCK=/tmp/ssh-lssXVHw2zYWo/agent.688
18:02:08 [2024-02-16T23:02:08.458Z] SSH_AGENT_PID=689
18:02:08 [2024-02-16T23:02:08.466Z] Running ssh-add (command line suppressed)
18:02:08 [2024-02-16T23:02:08.730Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_11411360161297214267.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_11411360161297214267.key)
18:02:08 [2024-02-16T23:02:08.737Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
18:02:09 [2024-02-16T23:02:09.264Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:02:09 [2024-02-16T23:02:09.264Z] + ./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:02:09 [2024-02-16T23:02:09.265Z] + 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:02:09 [2024-02-16T23:02:09.265Z] ~/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:21 [2024-02-16T23:02:21.441Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:02:21 [2024-02-16T23:02:21.442Z] + [[ 0 -ne 0 ]]
18:02:21 [2024-02-16T23:02:21.442Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31
[Pipeline] }
18:02:21 [2024-02-16T23:02:21.448Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:02:21 [2024-02-16T23:02:21.707Z] Executing command: "ssh-agent" "-k" 
18:02:21 [2024-02-16T23:02:21.707Z] exit
18:02:21 [2024-02-16T23:02:21.714Z] unset SSH_AUTH_SOCK;
18:02:21 [2024-02-16T23:02:21.714Z] unset SSH_AGENT_PID;
18:02:21 [2024-02-16T23:02:21.714Z] echo Agent pid 689 killed;
18:02:21 [2024-02-16T23:02:21.716Z] [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:21 [2024-02-16T23:02:21.862Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
18:02:21 [2024-02-16T23:02:21.862Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
18:02:21 [2024-02-16T23:02:21.862Z] [ssh-agent] Looking for ssh-agent implementation...
18:02:22 [2024-02-16T23:02:22.147Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:02:22 [2024-02-16T23:02:22.147Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:02:22 [2024-02-16T23:02:22.520Z] Executing command: "ssh-agent" 
18:02:22 [2024-02-16T23:02:22.520Z] exit
18:02:22 [2024-02-16T23:02:22.527Z] SSH_AUTH_SOCK=/tmp/ssh-nFy6HGHmigzA/agent.743; export SSH_AUTH_SOCK;
18:02:22 [2024-02-16T23:02:22.527Z] SSH_AGENT_PID=744; export SSH_AGENT_PID;
18:02:22 [2024-02-16T23:02:22.527Z] echo Agent pid 744;
18:02:22 [2024-02-16T23:02:22.528Z] SSH_AUTH_SOCK=/tmp/ssh-nFy6HGHmigzA/agent.743
18:02:22 [2024-02-16T23:02:22.528Z] SSH_AGENT_PID=744
18:02:22 [2024-02-16T23:02:22.537Z] Running ssh-add (command line suppressed)
18:02:22 [2024-02-16T23:02:22.812Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_9270402600419586774.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_9270402600419586774.key)
18:02:22 [2024-02-16T23:02:22.826Z] Running ssh-add (command line suppressed)
18:02:23 [2024-02-16T23:02:23.093Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_15055793076306406179.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_15055793076306406179.key)
18:02:23 [2024-02-16T23:02:23.099Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
18:02:23 [2024-02-16T23:02:23.638Z] + git config --global user.email eclipse-releng-bot@eclipse.org
18:02:23 [2024-02-16T23:02:23.638Z] + git config --global user.name 'Eclipse Releng Bot'
18:02:23 [2024-02-16T23:02:23.638Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:02:23 [2024-02-16T23:02:23.638Z] + ./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:23 [2024-02-16T23:02:23.638Z] + 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:23 [2024-02-16T23:02:23.638Z] Cloning into '../gitCache/eclipse.platform.releng.aggregator'...
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'eclipse.jdt' (https://github.com/eclipse-jdt/eclipse.jdt.git) registered for path 'eclipse.jdt'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'eclipse.jdt.core' (https://github.com/eclipse-jdt/eclipse.jdt.core.git) registered for path 'eclipse.jdt.core'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'eclipse.jdt.core.binaries' (https://github.com/eclipse-jdt/eclipse.jdt.core.binaries.git) registered for path 'eclipse.jdt.core.binaries'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'eclipse.jdt.debug' (https://github.com/eclipse-jdt/eclipse.jdt.debug.git) registered for path 'eclipse.jdt.debug'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'eclipse.jdt.ui' (https://github.com/eclipse-jdt/eclipse.jdt.ui.git) registered for path 'eclipse.jdt.ui'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'eclipse.pde' (https://github.com/eclipse-pde/eclipse.pde.git) registered for path 'eclipse.pde'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'eclipse.platform' (https://github.com/eclipse-platform/eclipse.platform.git) registered for path 'eclipse.platform'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'eclipse.platform.swt' (https://github.com/eclipse-platform/eclipse.platform.swt.git) registered for path 'eclipse.platform.swt'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'eclipse.platform.ui' (https://github.com/eclipse-platform/eclipse.platform.ui.git) registered for path 'eclipse.platform.ui'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'equinox' (https://github.com/eclipse-equinox/equinox.git) registered for path 'equinox'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'rt.equinox.binaries' (https://github.com/eclipse-equinox/equinox.binaries.git) registered for path 'rt.equinox.binaries'
18:02:35 [2024-02-16T23:02:35.840Z] Submodule 'rt.equinox.p2' (https://github.com/eclipse-equinox/p2.git) registered for path 'rt.equinox.p2'
18:02:35 [2024-02-16T23:02:35.840Z] 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:35 [2024-02-16T23:02:35.840Z] 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:57 [2024-02-16T23:02:57.924Z] 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:57 [2024-02-16T23:02:57.924Z] 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:58 [2024-02-16T23:02:58.486Z] 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:03:08 [2024-02-16T23:03:08.562Z] 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:03:16 [2024-02-16T23:03:16.659Z] 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:28 [2024-02-16T23:03:28.930Z] 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:44 [2024-02-16T23:03:44.001Z] 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:59 [2024-02-16T23:03:59.004Z] 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:04:00 [2024-02-16T23:04:00.414Z] 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:04:02 [2024-02-16T23:04:02.935Z] 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:04:08 [2024-02-16T23:04:08.186Z] Submodule path 'eclipse.jdt': checked out '025df5e359bc91c85feb8630843078b52d15fcbd'
18:04:08 [2024-02-16T23:04:08.749Z] Submodule path 'eclipse.jdt.core': checked out '6eab6030735c26829bbb3543c578055dc9344096'
18:04:09 [2024-02-16T23:04:09.005Z] Submodule path 'eclipse.jdt.core.binaries': checked out '0e96eca5cc1a6ad45663747c0b02c55c030e63cd'
18:04:09 [2024-02-16T23:04:09.262Z] Submodule path 'eclipse.jdt.debug': checked out '954200b43d6488382b7ed78fdad57325ea7093fc'
18:04:10 [2024-02-16T23:04:10.629Z] Submodule path 'eclipse.jdt.ui': checked out 'fbb9338086732d04324e92f0f6541e77b897a06a'
18:04:11 [2024-02-16T23:04:11.558Z] Submodule path 'eclipse.pde': checked out 'b606f5bae14210603888fd566410a6247b155700'
18:04:12 [2024-02-16T23:04:12.486Z] Submodule path 'eclipse.platform': checked out '343d01015d752fa6d4a79f4aaa69b3b03658ce6f'
18:04:13 [2024-02-16T23:04:13.916Z] Submodule path 'eclipse.platform.swt': checked out 'cb39af75f83939742426e8daf59fa2e2519ceb4d'
18:04:15 [2024-02-16T23:04:15.282Z] Submodule path 'eclipse.platform.ui': checked out '7d3801bfb9caba51a3d751c771c39b5dfbd2a104'
18:04:15 [2024-02-16T23:04:15.843Z] Submodule path 'equinox': checked out '841faf85aba5967de4f4de9ae6729536300dc7bf'
18:04:15 [2024-02-16T23:04:15.843Z] Submodule path 'rt.equinox.binaries': checked out 'a768faa1bd1d8811eb1206e779406deb57bf7b27'
18:04:16 [2024-02-16T23:04:16.404Z] Submodule path 'rt.equinox.p2': checked out 'e84b5a00e5ecdb1babdeddfc214519c3f65ba42d'
18:04:16 [2024-02-16T23:04:16.661Z] Already on 'master'
18:04:16 [2024-02-16T23:04:16.661Z] M	cje-production/mbscripts/mb011_loadPGPKeys.sh
18:04:16 [2024-02-16T23:04:16.661Z] M	cje-production/mbscripts/mb200_createSourceBundles.sh
18:04:16 [2024-02-16T23:04:16.661Z] Your branch is up to date with 'origin/master'.
18:04:17 [2024-02-16T23:04:17.589Z] Already up to date.
18:04:17 [2024-02-16T23:04:17.589Z] ~/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-16T23:04:17.589Z] Entering 'eclipse.jdt'
18:04:18 [2024-02-16T23:04:18.151Z] Checking out master
18:04:18 [2024-02-16T23:04:18.151Z] Switched to branch 'master'
18:04:18 [2024-02-16T23:04:18.151Z] Your branch is up to date with 'origin/master'.
18:04:18 [2024-02-16T23:04:18.407Z] Already up to date.
18:04:18 [2024-02-16T23:04:18.407Z] Entering 'eclipse.jdt.core'
18:04:18 [2024-02-16T23:04:18.968Z] Checking out master
18:04:19 [2024-02-16T23:04:19.224Z] Switched to branch 'master'
18:04:19 [2024-02-16T23:04:19.224Z] Your branch is up to date with 'origin/master'.
18:04:19 [2024-02-16T23:04:19.785Z] Already up to date.
18:04:19 [2024-02-16T23:04:19.785Z] Entering 'eclipse.jdt.core.binaries'
18:04:20 [2024-02-16T23:04:20.041Z] Checking out master
18:04:20 [2024-02-16T23:04:20.296Z] Switched to branch 'master'
18:04:20 [2024-02-16T23:04:20.296Z] Your branch is up to date with 'origin/master'.
18:04:20 [2024-02-16T23:04:20.552Z] Already up to date.
18:04:20 [2024-02-16T23:04:20.552Z] Entering 'eclipse.jdt.debug'
18:04:21 [2024-02-16T23:04:21.114Z] Checking out master
18:04:21 [2024-02-16T23:04:21.114Z] Switched to branch 'master'
18:04:21 [2024-02-16T23:04:21.114Z] Your branch is up to date with 'origin/master'.
18:04:21 [2024-02-16T23:04:21.675Z] Already up to date.
18:04:21 [2024-02-16T23:04:21.675Z] Entering 'eclipse.jdt.ui'
18:04:22 [2024-02-16T23:04:22.238Z] Checking out master
18:04:22 [2024-02-16T23:04:22.238Z] Switched to branch 'master'
18:04:22 [2024-02-16T23:04:22.238Z] Your branch is up to date with 'origin/master'.
18:04:22 [2024-02-16T23:04:22.800Z] Already up to date.
18:04:22 [2024-02-16T23:04:22.800Z] Entering 'eclipse.pde'
18:04:23 [2024-02-16T23:04:23.362Z] Checking out master
18:04:23 [2024-02-16T23:04:23.362Z] Switched to branch 'master'
18:04:23 [2024-02-16T23:04:23.362Z] Your branch is up to date with 'origin/master'.
18:04:23 [2024-02-16T23:04:23.924Z] Already up to date.
18:04:23 [2024-02-16T23:04:23.924Z] Entering 'eclipse.platform'
18:04:24 [2024-02-16T23:04:24.180Z] Checking out master
18:04:24 [2024-02-16T23:04:24.436Z] Previous HEAD position was 343d01015d Add "forRemoval" @ "This API will be deleted in a future release"
18:04:24 [2024-02-16T23:04:24.436Z] Switched to branch 'master'
18:04:24 [2024-02-16T23:04:24.436Z] Your branch is up to date with 'origin/master'.
18:04:24 [2024-02-16T23:04:24.998Z] Already up to date.
18:04:24 [2024-02-16T23:04:24.998Z] Entering 'eclipse.platform.swt'
18:04:25 [2024-02-16T23:04:25.254Z] Checking out master
18:04:25 [2024-02-16T23:04:25.510Z] Previous HEAD position was cb39af75f8 Bump eclipsecbi/fedora-gtk3-mutter in /container
18:04:25 [2024-02-16T23:04:25.510Z] Switched to branch 'master'
18:04:25 [2024-02-16T23:04:25.510Z] Your branch is up to date with 'origin/master'.
18:04:26 [2024-02-16T23:04:26.072Z] Already up to date.
18:04:26 [2024-02-16T23:04:26.072Z] Entering 'eclipse.platform.ui'
18:04:26 [2024-02-16T23:04:26.633Z] Checking out master
18:04:26 [2024-02-16T23:04:26.888Z] Switched to branch 'master'
18:04:26 [2024-02-16T23:04:26.888Z] Your branch is up to date with 'origin/master'.
18:04:27 [2024-02-16T23:04:27.449Z] Already up to date.
18:04:27 [2024-02-16T23:04:27.449Z] Entering 'equinox'
18:04:27 [2024-02-16T23:04:27.705Z] Checking out master
18:04:27 [2024-02-16T23:04:27.962Z] Switched to branch 'master'
18:04:27 [2024-02-16T23:04:27.962Z] Your branch is up to date with 'origin/master'.
18:04:28 [2024-02-16T23:04:28.218Z] Already up to date.
18:04:28 [2024-02-16T23:04:28.218Z] Entering 'rt.equinox.binaries'
18:04:28 [2024-02-16T23:04:28.474Z] Checking out master
18:04:28 [2024-02-16T23:04:28.474Z] Switched to branch 'master'
18:04:28 [2024-02-16T23:04:28.474Z] Your branch is up to date with 'origin/master'.
18:04:29 [2024-02-16T23:04:29.037Z] Already up to date.
18:04:29 [2024-02-16T23:04:29.037Z] Entering 'rt.equinox.p2'
18:04:29 [2024-02-16T23:04:29.599Z] Checking out master
18:04:29 [2024-02-16T23:04:29.599Z] Previous HEAD position was e84b5a00e Jenkinsfile: enable eclipse qualityGate
18:04:29 [2024-02-16T23:04:29.599Z] Switched to branch 'master'
18:04:29 [2024-02-16T23:04:29.599Z] Your branch is up to date with 'origin/master'.
18:04:30 [2024-02-16T23:04:30.161Z] Already up to date.
18:04:30 [2024-02-16T23:04:30.161Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:30 [2024-02-16T23:04:30.161Z] ~/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:31 [2024-02-16T23:04:31.088Z] git add eclipse.platform eclipse.platform.swt rt.equinox.p2
18:04:31 [2024-02-16T23:04:31.344Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:31 [2024-02-16T23:04:31.344Z] + [[ 0 -ne 0 ]]
[Pipeline] }
18:04:31 [2024-02-16T23:04:31.350Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:04:31 [2024-02-16T23:04:31.602Z] Executing command: "ssh-agent" "-k" 
18:04:31 [2024-02-16T23:04:31.602Z] exit
18:04:31 [2024-02-16T23:04:31.609Z] unset SSH_AUTH_SOCK;
18:04:31 [2024-02-16T23:04:31.609Z] unset SSH_AGENT_PID;
18:04:31 [2024-02-16T23:04:31.609Z] echo Agent pid 744 killed;
18:04:31 [2024-02-16T23:04:31.611Z] [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:34 [2024-02-16T23:04:34.855Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@git.eclipse.org)
18:04:34 [2024-02-16T23:04:34.855Z] [ssh-agent] Using credentials eclipse-releng-bot (GitHub bot (SSH))
18:04:34 [2024-02-16T23:04:34.855Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
18:04:34 [2024-02-16T23:04:34.855Z] [ssh-agent] Looking for ssh-agent implementation...
18:04:35 [2024-02-16T23:04:35.171Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
18:04:35 [2024-02-16T23:04:35.171Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:04:35 [2024-02-16T23:04:35.450Z] Executing command: "ssh-agent" 
18:04:35 [2024-02-16T23:04:35.450Z] exit
18:04:35 [2024-02-16T23:04:35.458Z] SSH_AUTH_SOCK=/tmp/ssh-KnwV0LCLp2rC/agent.2027; export SSH_AUTH_SOCK;
18:04:35 [2024-02-16T23:04:35.458Z] SSH_AGENT_PID=2028; export SSH_AGENT_PID;
18:04:35 [2024-02-16T23:04:35.458Z] echo Agent pid 2028;
18:04:35 [2024-02-16T23:04:35.460Z] SSH_AUTH_SOCK=/tmp/ssh-KnwV0LCLp2rC/agent.2027
18:04:35 [2024-02-16T23:04:35.460Z] SSH_AGENT_PID=2028
18:04:35 [2024-02-16T23:04:35.468Z] Running ssh-add (command line suppressed)
18:04:35 [2024-02-16T23:04:35.726Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_5836599179290179094.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_5836599179290179094.key)
18:04:35 [2024-02-16T23:04:35.739Z] Running ssh-add (command line suppressed)
18:04:36 [2024-02-16T23:04:36.044Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_7081266407432514914.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_7081266407432514914.key)
18:04:36 [2024-02-16T23:04:36.059Z] Running ssh-add (command line suppressed)
18:04:36 [2024-02-16T23:04:36.319Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_5394361462171464652.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_5394361462171464652.key)
18:04:36 [2024-02-16T23:04:36.325Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
18:04:36 [2024-02-16T23:04:36.873Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:04:36 [2024-02-16T23:04:36.873Z] + 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:36 [2024-02-16T23:04:36.873Z] + 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:36 [2024-02-16T23:04:36.873Z] + '[' 1 -ne 1 ']'
18:04:36 [2024-02-16T23:04:36.873Z] + 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:36 [2024-02-16T23:04:36.873Z] + source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:04:36 [2024-02-16T23:04:36.873Z] ++ export TIMESTAMP=20240216-1800
18:04:36 [2024-02-16T23:04:36.873Z] ++ TIMESTAMP=20240216-1800
18:04:36 [2024-02-16T23:04:36.873Z] ++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
18:04:36 [2024-02-16T23:04:36.873Z] ++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
18:04:36 [2024-02-16T23:04:36.874Z] ++ export BRANCH=master
18:04:36 [2024-02-16T23:04:36.874Z] ++ BRANCH=master
18:04:36 [2024-02-16T23:04:36.874Z] ++ export PATCH_OR_BRANCH_LABEL=master
18:04:36 [2024-02-16T23:04:36.874Z] ++ PATCH_OR_BRANCH_LABEL=master
18:04:36 [2024-02-16T23:04:36.874Z] ++ export BUILD_TYPE_NAME=Integration
18:04:36 [2024-02-16T23:04:36.874Z] ++ BUILD_TYPE_NAME=Integration
18:04:36 [2024-02-16T23:04:36.874Z] ++ export BUILD_TYPE=I
18:04:36 [2024-02-16T23:04:36.874Z] ++ BUILD_TYPE=I
18:04:36 [2024-02-16T23:04:36.874Z] ++ export TESTED_BUILD_TYPE=I
18:04:36 [2024-02-16T23:04:36.874Z] ++ TESTED_BUILD_TYPE=I
18:04:36 [2024-02-16T23:04:36.874Z] ++ export RELEASE_VER=4.31
18:04:36 [2024-02-16T23:04:36.874Z] ++ RELEASE_VER=4.31
18:04:36 [2024-02-16T23:04:36.874Z] ++ export STREAM=4.31.0
18:04:36 [2024-02-16T23:04:36.874Z] ++ STREAM=4.31.0
18:04:36 [2024-02-16T23:04:36.874Z] ++ export STREAMMajor=4
18:04:36 [2024-02-16T23:04:36.874Z] ++ STREAMMajor=4
18:04:36 [2024-02-16T23:04:36.874Z] ++ export STREAMMinor=31
18:04:36 [2024-02-16T23:04:36.874Z] ++ STREAMMinor=31
18:04:36 [2024-02-16T23:04:36.874Z] ++ export STREAMService=0
18:04:36 [2024-02-16T23:04:36.874Z] ++ STREAMService=0
18:04:36 [2024-02-16T23:04:36.874Z] ++ export GIT_ROOT=git@github.com:
18:04:36 [2024-02-16T23:04:36.874Z] ++ GIT_ROOT=git@github.com:
18:04:36 [2024-02-16T23:04:36.874Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:04:36 [2024-02-16T23:04:36.874Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:04:36 [2024-02-16T23:04:36.874Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:04:36 [2024-02-16T23:04:36.874Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:04:36 [2024-02-16T23:04:36.874Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:04:36 [2024-02-16T23:04:36.874Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:04:36 [2024-02-16T23:04:36.874Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
18:04:36 [2024-02-16T23:04:36.874Z] ++ UPDATES_DIR=siteDir/eclipse/updates
18:04:36 [2024-02-16T23:04:36.874Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:04:36 [2024-02-16T23:04:36.874Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:04:36 [2024-02-16T23:04:36.874Z] ++ export TMP_DIR=tmp
18:04:36 [2024-02-16T23:04:36.874Z] ++ TMP_DIR=tmp
18:04:36 [2024-02-16T23:04:36.874Z] ++ export DOWNLOAD_HOST=download.eclipse.org
18:04:36 [2024-02-16T23:04:36.874Z] ++ DOWNLOAD_HOST=download.eclipse.org
18:04:36 [2024-02-16T23:04:36.874Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:04:36 [2024-02-16T23:04:36.874Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:04:36 [2024-02-16T23:04:36.874Z] ++ export LOCAL_REPO=localMavenRepo
18:04:36 [2024-02-16T23:04:36.874Z] ++ LOCAL_REPO=localMavenRepo
18:04:36 [2024-02-16T23:04:36.874Z] ++ export BASEBUILDER_TAG=4.30
18:04:36 [2024-02-16T23:04:36.874Z] ++ BASEBUILDER_TAG=4.30
18:04:36 [2024-02-16T23:04:36.874Z] ++ export API_PREV_REF_LABEL=4.30
18:04:36 [2024-02-16T23:04:36.874Z] ++ API_PREV_REF_LABEL=4.30
18:04:36 [2024-02-16T23:04:36.874Z] ++ export API_FREEZE_REF_LABEL=
18:04:36 [2024-02-16T23:04:36.874Z] ++ API_FREEZE_REF_LABEL=
18:04:36 [2024-02-16T23:04:36.874Z] ++ export 'FREEZE_PARAMS= '
18:04:36 [2024-02-16T23:04:36.874Z] ++ FREEZE_PARAMS=' '
18:04:36 [2024-02-16T23:04:36.874Z] ++ export PREVIOUS_RELEASE_VER=4.30
18:04:36 [2024-02-16T23:04:36.874Z] ++ PREVIOUS_RELEASE_VER=4.30
18:04:36 [2024-02-16T23:04:36.874Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:04:36 [2024-02-16T23:04:36.874Z] ++ PREVIOUS_RELEASE_REPO_ID=4.30
18:04:36 [2024-02-16T23:04:36.874Z] ++ export BASEBUILD_ID=R-4.30-202312010110
18:04:36 [2024-02-16T23:04:36.874Z] ++ BASEBUILD_ID=R-4.30-202312010110
18:04:36 [2024-02-16T23:04:36.874Z] ++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:04:36 [2024-02-16T23:04:36.874Z] ++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:04:36 [2024-02-16T23:04:36.874Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:04:36 [2024-02-16T23:04:36.874Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:04:36 [2024-02-16T23:04:36.874Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:04:36 [2024-02-16T23:04:36.874Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:04:36 [2024-02-16T23:04:36.874Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:04:36 [2024-02-16T23:04:36.874Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:04:36 [2024-02-16T23:04:36.874Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:04:36 [2024-02-16T23:04:36.874Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:04:36 [2024-02-16T23:04:36.874Z] ++ export MAVEN_OPTS=-Xmx6G
18:04:36 [2024-02-16T23:04:36.874Z] ++ MAVEN_OPTS=-Xmx6G
18:04:36 [2024-02-16T23:04:36.874Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:04:36 [2024-02-16T23:04:36.874Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:04:36 [2024-02-16T23:04:36.874Z] ++ 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:36 [2024-02-16T23:04:36.874Z] ++ 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:36 [2024-02-16T23:04:36.874Z] ++ 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:36 [2024-02-16T23:04:36.874Z] ++ 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:36 [2024-02-16T23:04:36.874Z] ++ 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:36 [2024-02-16T23:04:36.874Z] ++ 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:36 [2024-02-16T23:04:36.874Z] ++ export BUILD_ID=I20240216-1800
18:04:36 [2024-02-16T23:04:36.874Z] ++ BUILD_ID=I20240216-1800
18:04:36 [2024-02-16T23:04:36.874Z] ++ export BUILD_DIR_SEG=I20240216-1800
18:04:36 [2024-02-16T23:04:36.874Z] ++ BUILD_DIR_SEG=I20240216-1800
18:04:36 [2024-02-16T23:04:36.874Z] ++ export EQ_BUILD_DIR_SEG=I20240216-1800
18:04:36 [2024-02-16T23:04:36.874Z] ++ EQ_BUILD_DIR_SEG=I20240216-1800
18:04:36 [2024-02-16T23:04:36.874Z] ++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:04:36 [2024-02-16T23:04:36.874Z] ++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:04:36 [2024-02-16T23:04:36.874Z] ++ 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:36 [2024-02-16T23:04:36.874Z] ++ 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:36 [2024-02-16T23:04:36.874Z] ++ 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:36 [2024-02-16T23:04:36.875Z] ++ 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:36 [2024-02-16T23:04:36.875Z] ++ 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:36 [2024-02-16T23:04:36.875Z] ++ 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:36 [2024-02-16T23:04:36.875Z] ++ 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:36 [2024-02-16T23:04:36.875Z] ++ 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:36 [2024-02-16T23:04:36.875Z] ++ 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:36 [2024-02-16T23:04:36.875Z] ++ 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:36 [2024-02-16T23:04:36.875Z] ++ TZ=America/New_York
18:04:36 [2024-02-16T23:04:36.875Z] ++ date +%s
18:04:36 [2024-02-16T23:04:36.875Z] + reportDate=1708124676
18:04:36 [2024-02-16T23:04:36.875Z] ++ TZ=America/New_York
18:04:36 [2024-02-16T23:04:36.875Z] ++ date +%Y%m%d-%H%M --date=@1708124676
18:04:36 [2024-02-16T23:04:36.875Z] + reportTimestamp=20240216-1804
18:04:36 [2024-02-16T23:04:36.875Z] + gitLogFile=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/gitLog.html
18:04:36 [2024-02-16T23:04:36.875Z] + 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/I20240216-1800
18:04:36 [2024-02-16T23:04:36.875Z] + epUpdateDir=/home/data/httpd/download.eclipse.org/eclipse/updates
18:04:36 [2024-02-16T23:04:36.875Z] + updateSiteRootPath=/home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds
18:04:36 [2024-02-16T23:04:36.875Z] ++ git tag --list 'I*'
18:04:36 [2024-02-16T23:04:36.875Z] ++ tail -n5
18:04:36 [2024-02-16T23:04:36.875Z] + lastTagList='I20240212-1800
18:04:36 [2024-02-16T23:04:36.875Z] I20240213-1800
18:04:36 [2024-02-16T23:04:36.875Z] I20240214-1800
18:04:36 [2024-02-16T23:04:36.875Z] I20240215-0450
18:04:36 [2024-02-16T23:04:36.875Z] I20240215-1800'
18:04:36 [2024-02-16T23:04:36.875Z] + lastTag=
18:04:36 [2024-02-16T23:04:36.875Z] + for lt in $lastTagList
18:04:36 [2024-02-16T23:04:36.875Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240212-1800
18:04:37 [2024-02-16T23:04:37.438Z] + lastTag=I20240212-1800
18:04:37 [2024-02-16T23:04:37.438Z] + for lt in $lastTagList
18:04:37 [2024-02-16T23:04:37.438Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240213-1800
18:04:37 [2024-02-16T23:04:37.694Z] + lastTag=I20240213-1800
18:04:37 [2024-02-16T23:04:37.694Z] + for lt in $lastTagList
18:04:37 [2024-02-16T23:04:37.694Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240214-1800
18:04:37 [2024-02-16T23:04:37.950Z] + lastTag=I20240214-1800
18:04:37 [2024-02-16T23:04:37.951Z] + for lt in $lastTagList
18:04:37 [2024-02-16T23:04:37.951Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240215-0450
18:04:38 [2024-02-16T23:04:38.207Z] + lastTag=I20240215-0450
18:04:38 [2024-02-16T23:04:38.207Z] + for lt in $lastTagList
18:04:38 [2024-02-16T23:04:38.207Z] + ssh genie.releng@projects-storage.eclipse.org test -d /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds/I20240215-1800
18:04:38 [2024-02-16T23:04:38.464Z] + lastTag=I20240215-1800
18:04:38 [2024-02-16T23:04:38.464Z] + [[ -z I20240215-1800 ]]
18:04:38 [2024-02-16T23:04:38.464Z] + 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:38 [2024-02-16T23:04:38.464Z] ~/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:38 [2024-02-16T23:04:38.465Z] + '[' I == I ']'
18:04:38 [2024-02-16T23:04:38.465Z] + git commit -m 'Build input for build I20240216-1800'
18:04:38 [2024-02-16T23:04:38.465Z] [master 5ac097c7e8] Build input for build I20240216-1800
18:04:38 [2024-02-16T23:04:38.465Z]  3 files changed, 3 insertions(+), 3 deletions(-)
18:04:38 [2024-02-16T23:04:38.465Z] + [[ 0 -eq 0 ]]
18:04:38 [2024-02-16T23:04:38.465Z] + git push origin HEAD
18:04:39 [2024-02-16T23:04:39.836Z] remote: Bypassed rule violations for refs/heads/master:        
18:04:39 [2024-02-16T23:04:39.836Z] remote: 
18:04:39 [2024-02-16T23:04:39.836Z] remote: - Changes must be made through a pull request.        
18:04:39 [2024-02-16T23:04:39.836Z] remote: 
18:04:40 [2024-02-16T23:04:40.092Z] To github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
18:04:40 [2024-02-16T23:04:40.092Z]    1cb411d1b9..5ac097c7e8  HEAD -> master
18:04:40 [2024-02-16T23:04:40.092Z] + export -f toPushRepo
18:04:40 [2024-02-16T23:04:40.092Z] + 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:40 [2024-02-16T23:04:40.092Z] Entering 'eclipse.jdt'
18:04:40 [2024-02-16T23:04:40.092Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.git
18:04:41 [2024-02-16T23:04:41.986Z] To github.com:eclipse-jdt/eclipse.jdt.git
18:04:41 [2024-02-16T23:04:41.986Z]  * [new tag]         I20240216-1800 -> I20240216-1800
18:04:41 [2024-02-16T23:04:41.986Z] Entering 'eclipse.jdt.core'
18:04:41 [2024-02-16T23:04:41.986Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.core.git
18:04:43 [2024-02-16T23:04:43.394Z] To github.com:eclipse-jdt/eclipse.jdt.core.git
18:04:43 [2024-02-16T23:04:43.394Z]  * [new tag]               I20240216-1800 -> I20240216-1800
18:04:43 [2024-02-16T23:04:43.394Z] Entering 'eclipse.jdt.core.binaries'
18:04:43 [2024-02-16T23:04:43.394Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.core.binaries.git
18:04:44 [2024-02-16T23:04:44.761Z] To github.com:eclipse-jdt/eclipse.jdt.core.binaries.git
18:04:44 [2024-02-16T23:04:44.761Z]  * [new tag]         I20240216-1800 -> I20240216-1800
18:04:44 [2024-02-16T23:04:44.761Z] Entering 'eclipse.jdt.debug'
18:04:44 [2024-02-16T23:04:44.761Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.debug.git
18:04:46 [2024-02-16T23:04:46.127Z] To github.com:eclipse-jdt/eclipse.jdt.debug.git
18:04:46 [2024-02-16T23:04:46.127Z]  * [new tag]             I20240216-1800 -> I20240216-1800
18:04:46 [2024-02-16T23:04:46.127Z] Entering 'eclipse.jdt.ui'
18:04:46 [2024-02-16T23:04:46.127Z] Pushing to github.com:eclipse-jdt/eclipse.jdt.ui.git
18:04:48 [2024-02-16T23:04:48.017Z] To github.com:eclipse-jdt/eclipse.jdt.ui.git
18:04:48 [2024-02-16T23:04:48.017Z]  * [new tag]               I20240216-1800 -> I20240216-1800
18:04:48 [2024-02-16T23:04:48.017Z] Entering 'eclipse.pde'
18:04:48 [2024-02-16T23:04:48.017Z] Pushing to github.com:eclipse-pde/eclipse.pde.git
18:04:49 [2024-02-16T23:04:49.383Z] To github.com:eclipse-pde/eclipse.pde.git
18:04:49 [2024-02-16T23:04:49.383Z]  * [new tag]               I20240216-1800 -> I20240216-1800
18:04:49 [2024-02-16T23:04:49.383Z] Entering 'eclipse.platform'
18:04:49 [2024-02-16T23:04:49.383Z] Pushing to github.com:eclipse-platform/eclipse.platform.git
18:04:50 [2024-02-16T23:04:50.750Z] To github.com:eclipse-platform/eclipse.platform.git
18:04:50 [2024-02-16T23:04:50.750Z]  * [new tag]               I20240216-1800 -> I20240216-1800
18:04:50 [2024-02-16T23:04:50.750Z] Entering 'eclipse.platform.swt'
18:04:50 [2024-02-16T23:04:50.750Z] Pushing to github.com:eclipse-platform/eclipse.platform.swt.git
18:05:02 [2024-02-16T23:05:02.919Z] Uploading LFS objects: 100% (55/55), 14 MB | 0 B/s, done.
18:05:02 [2024-02-16T23:05:02.919Z] To github.com:eclipse-platform/eclipse.platform.swt.git
18:05:02 [2024-02-16T23:05:02.919Z]  * [new tag]               I20240216-1800 -> I20240216-1800
18:05:02 [2024-02-16T23:05:02.919Z] Entering 'eclipse.platform.ui'
18:05:02 [2024-02-16T23:05:02.919Z] Pushing to github.com:eclipse-platform/eclipse.platform.ui.git
18:05:04 [2024-02-16T23:05:04.286Z] To github.com:eclipse-platform/eclipse.platform.ui.git
18:05:04 [2024-02-16T23:05:04.286Z]  * [new tag]               I20240216-1800 -> I20240216-1800
18:05:04 [2024-02-16T23:05:04.286Z] Entering 'equinox'
18:05:04 [2024-02-16T23:05:04.286Z] Pushing to github.com:eclipse-equinox/equinox.git
18:05:05 [2024-02-16T23:05:05.214Z] To github.com:eclipse-equinox/equinox.git
18:05:05 [2024-02-16T23:05:05.215Z]  * [new tag]             I20240216-1800 -> I20240216-1800
18:05:05 [2024-02-16T23:05:05.215Z] Entering 'rt.equinox.binaries'
18:05:05 [2024-02-16T23:05:05.215Z] Pushing to github.com:eclipse-equinox/equinox.binaries.git
18:05:06 [2024-02-16T23:05:06.582Z] To github.com:eclipse-equinox/equinox.binaries.git
18:05:06 [2024-02-16T23:05:06.582Z]  * [new tag]         I20240216-1800 -> I20240216-1800
18:05:06 [2024-02-16T23:05:06.582Z] Entering 'rt.equinox.p2'
18:05:06 [2024-02-16T23:05:06.582Z] Pushing to github.com:eclipse-equinox/p2.git
18:05:07 [2024-02-16T23:05:07.948Z] To github.com:eclipse-equinox/p2.git
18:05:07 [2024-02-16T23:05:07.948Z]  * [new tag]             I20240216-1800 -> I20240216-1800
18:05:07 [2024-02-16T23:05:07.948Z] + git tag I20240216-1800
18:05:07 [2024-02-16T23:05:07.948Z] + git push --verbose origin I20240216-1800
18:05:07 [2024-02-16T23:05:07.948Z] Pushing to github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
18:05:09 [2024-02-16T23:05:09.314Z] To github.com:eclipse-platform/eclipse.platform.releng.aggregator.git
18:05:09 [2024-02-16T23:05:09.314Z]  * [new tag]               I20240216-1800 -> I20240216-1800
18:05:09 [2024-02-16T23:05:09.314Z] + [[ -n I20240215-1800 ]]
18:05:09 [2024-02-16T23:05:09.315Z] + tmpGitLog=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
18:05:09 [2024-02-16T23:05:09.315Z] + echo -e '<h2>Git log from I20240215-1800 (previous) to I20240216-1800 (current)</h2>'
18:05:09 [2024-02-16T23:05:09.315Z] + echo -e '<h2>The tagging, and this report, were done at about 20240216-1804</h2>'
18:05:09 [2024-02-16T23:05:09.315Z] + git log I20240215-1800..I20240216-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:05:09 [2024-02-16T23:05:09.315Z] ++ 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:05:09 [2024-02-16T23:05:09.315Z] + tmpFileSize=870
18:05:09 [2024-02-16T23:05:09.315Z] + '[' 870 -ne 0 ']'
18:05:09 [2024-02-16T23:05:09.315Z] + echo '<table><tbody> <tr><th class="cell" colspan="3">Repository: eclipse.platform.releng.aggregator</th></tr>'
18:05:09 [2024-02-16T23:05:09.315Z] + echo '<tr> <th class="datecell">Date</th> <th class="commitcell">Commit message</th> <th class="authorcell">Author</th> </tr>'
18:05:09 [2024-02-16T23:05:09.315Z] + cat /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/gitLog.txt
18:05:09 [2024-02-16T23:05:09.315Z] + echo '</tbody></table><br><br>'
18:05:09 [2024-02-16T23:05:09.315Z] + echo
18:05:09 [2024-02-16T23:05:09.315Z] + git submodule --quiet foreach 'gitUrl=$(git config --get remote.origin.url|rev|cut -d. -f2-|rev);git log I20240215-1800..I20240216-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:05:09 [2024-02-16T23:05:09.571Z] + popd
18:05:09 [2024-02-16T23:05:09.571Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:05:09 [2024-02-16T23:05:09.571Z] + [[ 0 -ne 0 ]]
[Pipeline] }
18:05:09 [2024-02-16T23:05:09.578Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
18:05:09 [2024-02-16T23:05:09.878Z] Executing command: "ssh-agent" "-k" 
18:05:09 [2024-02-16T23:05:09.878Z] exit
18:05:09 [2024-02-16T23:05:09.884Z] unset SSH_AUTH_SOCK;
18:05:09 [2024-02-16T23:05:09.884Z] unset SSH_AGENT_PID;
18:05:09 [2024-02-16T23:05:09.884Z] echo Agent pid 2028 killed;
18:05:09 [2024-02-16T23:05:09.886Z] [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:05:10 [2024-02-16T23:05:10.532Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:05:10 [2024-02-16T23:05:10.532Z] + unset JAVA_TOOL_OPTIONS
18:05:10 [2024-02-16T23:05:10.532Z] + unset _JAVA_OPTIONS
18:05:10 [2024-02-16T23:05:10.532Z] + ./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:05:10 [2024-02-16T23:05:10.532Z] + 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:05:10 [2024-02-16T23:05:10.532Z] ~/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:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/buildParams.shsource (stored 0%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linux/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linux/platformSpecific.properties (deflated 50%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linux/testAll.sh (deflated 60%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava11/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava11/platformSpecific.properties (deflated 50%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava11/testAll.sh (deflated 60%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava14/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava14/platformSpecific.properties (deflated 50%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/linuxjava14/testAll.sh (deflated 60%)
18:05:10 [2024-02-16T23:05:10.532Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/macosx/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/macosx/platformSpecific.properties (deflated 48%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/macosx/testAll.sh (deflated 54%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/platformSpecific.properties (deflated 50%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7-64/testAll.bat (deflated 51%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7/platformSpecific.properties (deflated 50%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testConfigs/win7/testAll.bat (deflated 52%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/.gitignore (deflated 16%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtests (stored 0%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtests.bat (deflated 66%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtests.sh (deflated 63%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/runtestsmac.sh (deflated 56%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/test.xml (deflated 83%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/sdk.tests/testScripts/testTestXMLScript.sh (deflated 50%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/configuration/streamSpecific.properties (deflated 52%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/hudsonBootstrap/ (stored 0%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/hudsonBootstrap/getEBuilder.sh (deflated 51%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/hudsonBootstrap/getEBuilder.xml (deflated 71%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/runTests2.xml (deflated 78%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/startTests.sh (deflated 60%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/test_runTests2.xml.sh (deflated 54%)
18:05:10 [2024-02-16T23:05:10.533Z]   adding: eclipse.platform.releng.aggregator/production/testScripts/updateTestResultsPages.sh (deflated 66%)
18:05:10 [2024-02-16T23:05:10.533Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:05:10 [2024-02-16T23:05:10.533Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Aggregator maven build)
[Pipeline] withCredentials
18:05:10 [2024-02-16T23:05:10.625Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
18:05:14 [2024-02-16T23:05:14.902Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:05:14 [2024-02-16T23:05:14.903Z] + unset JAVA_TOOL_OPTIONS
18:05:14 [2024-02-16T23:05:14.903Z] + unset _JAVA_OPTIONS
18:05:14 [2024-02-16T23:05:14.903Z] + ./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:05:14 [2024-02-16T23:05:14.903Z] + 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:05:14 [2024-02-16T23:05:14.903Z] [Global flags]
18:05:14 [2024-02-16T23:05:14.903Z]       int ActiveProcessorCount                     = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]     uintx AdaptiveSizeDecrementScaleFactor         = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]     uintx AdaptiveSizeMajorGCDecayTimeScale        = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]     uintx AdaptiveSizePolicyCollectionCostMargin   = 50                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]     uintx AdaptiveSizePolicyInitializingSteps      = 20                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]     uintx AdaptiveSizePolicyOutputInterval         = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]     uintx AdaptiveSizePolicyWeight                 = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]     uintx AdaptiveSizeThroughPutPolicy             = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]     uintx AdaptiveTimeWeight                       = 25                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]      bool AdjustStackSizeForTLS                    = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]      bool AggressiveHeap                           = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]      intx AliasLevel                               = 3                                      {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]      bool AlignVector                              = false                                  {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]     ccstr AllocateHeapAt                           =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]      intx AllocateInstancePrefetchLines            = 1                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]      intx AllocatePrefetchDistance                 = 192                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.903Z]      intx AllocatePrefetchInstr                    = 3                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx AllocatePrefetchLines                    = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx AllocatePrefetchStepSize                 = 64                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx AllocatePrefetchStyle                    = 1                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AllowParallelDefineClass                 = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AllowRedefinitionToAddDeleteMethods      = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AllowUserSignalHandlers                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AllowVectorizeOnDemand                   = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AlwaysActAsServerClassMachine            = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AlwaysCompileLoopMethods                 = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AlwaysLockClassLoader                    = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AlwaysPreTouch                           = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AlwaysRestoreFPU                         = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool AlwaysTenure                             = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]     ccstr ArchiveClassesAtExit                     =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx ArrayCopyLoadStoreMaxElem                = 8                                      {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]    size_t AsyncLogBufferSize                       = 2097152                                   {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx AutoBoxCacheMax                          = 128                                    {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx BCEATraceLevel                           = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool BackgroundCompilation                    = true                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]    size_t BaseFootPrintEstimate                    = 268435456                                 {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx BiasedLockingBulkRebiasThreshold         = 20                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx BiasedLockingBulkRevokeThreshold         = 40                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx BiasedLockingDecayTime                   = 25000                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      intx BiasedLockingStartupDelay                = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.904Z]      bool BlockLayoutByFrequency                   = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      intx BlockLayoutMinDiamondPercentage          = 20                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool BlockLayoutRotateLoops                   = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      intx C1InlineStackLimit                       = 5                                      {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      intx C1MaxInlineLevel                         = 9                                      {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      intx C1MaxInlineSize                          = 35                                     {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      intx C1MaxRecursiveInlineLevel                = 1                                      {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      intx C1MaxTrivialSize                         = 6                                      {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool C1OptimizeVirtualCallProfiling           = true                                   {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool C1ProfileBranches                        = true                                   {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool C1ProfileCalls                           = true                                   {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool C1ProfileCheckcasts                      = true                                   {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool C1ProfileInlinedCalls                    = true                                   {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool C1ProfileVirtualCalls                    = true                                   {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool C1UpdateMethodData                       = true                                   {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      intx CICompilerCount                          = 3                                         {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.905Z]      bool CICompilerCountPerCPU                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool CITime                                   = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool CheckJNICalls                            = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool ClassUnloading                           = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool ClassUnloadingWithConcurrentMark         = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool ClipInlining                             = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]     uintx CodeCacheExpansionSize                   = 65536                                  {pd product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]      bool CompactStrings                           = true                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.905Z]     ccstr CompilationMode                          = default                                   {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z] ccstrlist CompileCommand                           =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]     ccstr CompileCommandFile                       =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z] ccstrlist CompileOnly                              =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      intx CompileThreshold                         = 10000                                  {pd product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]    double CompileThresholdScaling                  = 1.000000                                  {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      intx CompilerThreadPriority                   = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      intx CompilerThreadStackSize                  = 1024                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]    size_t CompressedClassSpaceSize                 = 1073741824                                {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      uint ConcGCThreads                            = 1                                         {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.906Z]      intx ConditionalMoveLimit                     = 3                                   {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      intx ContendedPaddingWidth                    = 128                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool CrashOnOutOfMemoryError                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool CreateCoredumpOnCrash                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool CriticalJNINatives                       = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DTraceAllocProbes                        = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DTraceMethodProbes                       = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DTraceMonitorProbes                      = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DisableAttachMechanism                   = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DisableExplicitGC                        = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DisplayVMOutputToStderr                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DisplayVMOutputToStdout                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DoEscapeAnalysis                         = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DoReserveCopyInSuperWord                 = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DontCompileHugeMethods                   = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DontYieldALot                            = false                                  {pd product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]     ccstr DumpLoadedClassList                      =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.906Z]      bool DumpReplayDataOnError                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool DumpSharedSpaces                         = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool DynamicDumpSharedSpaces                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool EagerXrunInit                            = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      intx EliminateAllocationArraySizeLimit        = 64                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool EliminateAllocations                     = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool EliminateAutoBox                         = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool EliminateLocks                           = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool EliminateNestedLocks                     = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool EnableContended                          = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool EnableDynamicAgentLoading                = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]    size_t ErgoHeapSizeLimit                        = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]     ccstr ErrorFile                                =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool ErrorFileToStderr                        = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool ErrorFileToStdout                        = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]  uint64_t ErrorLogTimeout                          = 120                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]    double EscapeAnalysisTimeout                    = 20.000000                              {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool EstimateArgEscape                        = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool ExecutingUnitTests                       = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool ExitOnOutOfMemoryError                   = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool ExplicitGCInvokesConcurrent              = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool ExtendedDTraceProbes                     = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool ExtensiveErrorReports                    = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]     ccstr ExtraSharedClassListFile                 =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool FilterSpuriousWakeups                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool FlightRecorder                           = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]     ccstr FlightRecorderOptions                    =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.907Z]      bool ForceTimeHighResolution                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]      intx FreqInlineSize                           = 325                                 {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]    double G1ConcMarkStepDurationMillis             = 10.000000                                 {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]     uintx G1ConcRSHotCardLimit                     = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]    size_t G1ConcRSLogCacheSize                     = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]    size_t G1ConcRefinementGreenZone                = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]    size_t G1ConcRefinementRedZone                  = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]     uintx G1ConcRefinementServiceIntervalMillis    = 300                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]      uint G1ConcRefinementThreads                  = 4                                         {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.908Z]    size_t G1ConcRefinementThresholdStep            = 2                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]    size_t G1ConcRefinementYellowZone               = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]     uintx G1ConfidencePercent                      = 50                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]    size_t G1HeapRegionSize                         = 4194304                                   {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.908Z]     uintx G1HeapWastePercent                       = 5                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]     uintx G1MixedGCCountTarget                     = 8                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]     uintx G1PeriodicGCInterval                     = 0                                      {manageable} {default}
18:05:14 [2024-02-16T23:05:14.908Z]      bool G1PeriodicGCInvokesConcurrent            = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]    double G1PeriodicGCSystemLoadThreshold          = 0.000000                               {manageable} {default}
18:05:14 [2024-02-16T23:05:14.908Z]      intx G1RSetRegionEntries                      = 768                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]      intx G1RSetSparseRegionEntries                = 32                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]      intx G1RSetUpdatingPauseTimePercent           = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]      uint G1RefProcDrainInterval                   = 1000                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]     uintx G1ReservePercent                         = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]     uintx G1SATBBufferEnqueueingThresholdPercent   = 60                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]    size_t G1SATBBufferSize                         = 1024                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.908Z]    size_t G1UpdateBufferSize                       = 256                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]      bool G1UseAdaptiveConcRefinement              = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]      bool G1UseAdaptiveIHOP                        = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx GCHeapFreeLimit                          = 2                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx GCLockerEdenExpansionPercent             = 5                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx GCPauseIntervalMillis                    = 201                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx GCTimeLimit                              = 98                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx GCTimeRatio                              = 12                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]    size_t HeapBaseMinAddress                       = 2147483648                             {pd product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]      bool HeapDumpAfterFullGC                      = false                                  {manageable} {default}
18:05:14 [2024-02-16T23:05:14.909Z]      bool HeapDumpBeforeFullGC                     = false                                  {manageable} {default}
18:05:14 [2024-02-16T23:05:14.909Z]      intx HeapDumpGzipLevel                        = 0                                      {manageable} {default}
18:05:14 [2024-02-16T23:05:14.909Z]      bool HeapDumpOnOutOfMemoryError               = false                                  {manageable} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     ccstr HeapDumpPath                             =                                        {manageable} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx HeapFirstMaximumCompactionCount          = 3                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx HeapMaximumCompactionInterval            = 20                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx HeapSearchSteps                          = 3                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]    size_t HeapSizePerGCThread                      = 43620760                                  {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]      bool IgnoreEmptyClassPaths                    = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]      bool IgnoreUnrecognizedVMOptions              = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx IncreaseFirstTierCompileThresholdAt      = 50                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]      bool IncrementalInline                        = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx InitialCodeCacheSize                     = 2555904                                {pd product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]    size_t InitialHeapSize                          = 134217728                                 {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx InitialRAMFraction                       = 64                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]    double InitialRAMPercentage                     = 1.562500                                  {product} {default}
18:05:14 [2024-02-16T23:05:14.909Z]     uintx InitialSurvivorRatio                     = 8                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]     uintx InitialTenuringThreshold                 = 7                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]     uintx InitiatingHeapOccupancyPercent           = 45                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      bool Inline                                   = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]     ccstr InlineDataFile                           =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx InlineSmallCode                          = 2500                                {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      bool InlineSynchronizedMethods                = true                                   {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx InteriorEntryAlignment                   = 16                                  {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx InterpreterProfilePercentage             = 33                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      bool JavaMonitorsInStackTrace                 = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority10_To_OSPriority             = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority1_To_OSPriority              = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority2_To_OSPriority              = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority3_To_OSPriority              = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority4_To_OSPriority              = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority5_To_OSPriority              = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority6_To_OSPriority              = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority7_To_OSPriority              = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority8_To_OSPriority              = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx JavaPriority9_To_OSPriority              = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]    size_t LargePageHeapSizeThreshold               = 134217728                                 {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]    size_t LargePageSizeInBytes                     = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx LiveNodeCountInliningCutoff              = 40000                                  {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      bool LoadExecStackDllInVMThread               = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx LoopMaxUnroll                            = 16                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.910Z]      intx LoopOptsCount                            = 43                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx LoopPercentProfileLimit                  = 10                                  {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]     uintx LoopStripMiningIter                      = 1000                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]     uintx LoopStripMiningIterShortLoop             = 100                                    {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx LoopUnrollLimit                          = 60                                  {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx LoopUnrollMin                            = 4                                      {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      bool LoopUnswitching                          = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      bool ManagementServer                         = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]    size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.911Z]    size_t MarkStackSizeMax                         = 536870912                                 {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      uint MarkSweepAlwaysCompactCount              = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]     uintx MarkSweepDeadRatio                       = 5                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx MaxBCEAEstimateLevel                     = 5                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx MaxBCEAEstimateSize                      = 150                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]  uint64_t MaxDirectMemorySize                      = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      bool MaxFDLimit                               = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]     uintx MaxGCMinorPauseMillis                    = 18446744073709551615                      {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]     uintx MaxGCPauseMillis                         = 200                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]     uintx MaxHeapFreeRatio                         = 70                                     {manageable} {default}
18:05:14 [2024-02-16T23:05:14.911Z]    size_t MaxHeapSize                              = 6442450944                                {product} {command line}
18:05:14 [2024-02-16T23:05:14.911Z]      intx MaxInlineLevel                           = 15                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx MaxInlineSize                            = 35                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx MaxJNILocalCapacity                      = 65536                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx MaxJavaStackTraceDepth                   = 1024                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx MaxJumpTableSize                         = 65000                                  {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.911Z]      intx MaxJumpTableSparseness                   = 5                                      {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]      intx MaxLabelRootDepth                        = 1100                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]      intx MaxLoopPad                               = 11                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]    size_t MaxMetaspaceExpansion                    = 5439488                                   {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]     uintx MaxMetaspaceFreeRatio                    = 70                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]    size_t MaxMetaspaceSize                         = 18446744073709551615                      {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]    size_t MaxNewSize                               = 3862953984                                {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.912Z]      intx MaxNodeLimit                             = 80000                                  {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]  uint64_t MaxRAM                                   = 137438953472                           {pd product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]     uintx MaxRAMFraction                           = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]    double MaxRAMPercentage                         = 25.000000                                 {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]      intx MaxRecursiveInlineLevel                  = 1                                      {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]     uintx MaxTenuringThreshold                     = 15                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]      intx MaxTrivialSize                           = 6                                      {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]      intx MaxVectorSize                            = 64                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]     ccstr MetaspaceReclaimPolicy                   = balanced                                  {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]    size_t MetaspaceSize                            = 22020096                                  {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]      bool MethodFlushing                           = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]    size_t MinHeapDeltaBytes                        = 4194304                                   {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.912Z]     uintx MinHeapFreeRatio                         = 40                                     {manageable} {default}
18:05:14 [2024-02-16T23:05:14.912Z]    size_t MinHeapSize                              = 8388608                                   {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.912Z]      intx MinInliningThreshold                     = 250                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]      intx MinJumpTableSize                         = 10                                  {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]    size_t MinMetaspaceExpansion                    = 327680                                    {product} {default}
18:05:14 [2024-02-16T23:05:14.912Z]     uintx MinMetaspaceFreeRatio                    = 40                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]     uintx MinRAMFraction                           = 2                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]    double MinRAMPercentage                         = 50.000000                                 {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]     uintx MinSurvivorRatio                         = 3                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]    size_t MinTLABSize                              = 2048                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]      intx MultiArrayExpandLimit                    = 6                                      {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]     uintx NUMAChunkResizeWeight                    = 20                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]    size_t NUMAInterleaveGranularity                = 2097152                                   {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]     uintx NUMAPageScanRate                         = 256                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]    size_t NUMASpaceResizeRate                      = 1073741824                                {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]      bool NUMAStats                                = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]     ccstr NativeMemoryTracking                     = off                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]      bool NeverActAsServerClassMachine             = false                                  {pd product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]      bool NeverTenure                              = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]     uintx NewRatio                                 = 2                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]    size_t NewSize                                  = 1363144                                   {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]    size_t NewSizeThreadIncrease                    = 5320                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]      intx NmethodSweepActivity                     = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]      intx NodeLimitFudgeFactor                     = 2000                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]     uintx NonNMethodCodeHeapSize                   = 5832780                                {pd product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.913Z]     uintx NonProfiledCodeHeapSize                  = 122912730                              {pd product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.913Z]      intx NumberOfLoopInstrToAlign                 = 4                                      {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]      intx ObjectAlignmentInBytes                   = 8                              {product lp64_product} {default}
18:05:14 [2024-02-16T23:05:14.913Z]    size_t OldPLABSize                              = 1024                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]    size_t OldSize                                  = 5452592                                   {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool OmitStackTraceInFastThrow                = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z] ccstrlist OnError                                  =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z] ccstrlist OnOutOfMemoryError                       =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      intx OnStackReplacePercentage                 = 140                                    {pd product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool OptimizeFill                             = false                                  {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool OptimizePtrCompare                       = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool OptimizeStringConcat                     = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool OptoBundling                             = false                               {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      intx OptoLoopAlignment                        = 16                                     {pd product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool OptoRegScheduling                        = true                                {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool OptoScheduling                           = false                               {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]     uintx PLABWeight                               = 75                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool PSChunkLargeArrays                       = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]       int ParGCArrayScanChunk                      = 50                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]     uintx ParallelGCBufferWastePct                 = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      uint ParallelGCThreads                        = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]    size_t ParallelOldDeadWoodLimiterMean           = 50                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]    size_t ParallelOldDeadWoodLimiterStdDev         = 80                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool ParallelRefProcBalancingEnabled          = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool ParallelRefProcEnabled                   = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool PartialPeelAtUnsignedTests               = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      bool PartialPeelLoop                          = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.914Z]      intx PartialPeelNewPhiDelta                   = 0                                      {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]     uintx PausePadding                             = 1                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PerBytecodeRecompilationCutoff           = 200                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PerBytecodeTrapLimit                     = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PerMethodRecompilationCutoff             = 400                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PerMethodTrapLimit                       = 100                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PerfAllowAtExitRegistration              = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PerfBypassFileSystemCheck                = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PerfDataMemorySize                       = 32768                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PerfDataSamplingInterval                 = 50                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]     ccstr PerfDataSaveFile                         =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PerfDataSaveToFile                       = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PerfDisableSharedMem                     = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PerfMaxStringConstLength                 = 1024                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]    size_t PreTouchParallelChunkSize                = 4194304                                {pd product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PreferContainerQuotaForCPUCount          = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PreferInterpreterNativeStubs             = false                                  {pd product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PrefetchCopyIntervalInBytes              = 576                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PrefetchFieldsAhead                      = 1                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      intx PrefetchScanIntervalInBytes              = 576                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PreserveAllAnnotations                   = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PreserveFramePointer                     = false                                  {pd product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]    size_t PretenureSizeThreshold                   = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PrintClassHistogram                      = false                                  {manageable} {default}
18:05:14 [2024-02-16T23:05:14.915Z]      bool PrintCodeCache                           = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintCodeCacheOnCompilation              = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintCommandLineFlags                    = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintCompilation                         = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintConcurrentLocks                     = false                                  {manageable} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintExtendedThreadInfo                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintFlagsFinal                          = true                                      {product} {command line}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintFlagsInitial                        = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintFlagsRanges                         = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintGC                                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintGCDetails                           = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintHeapAtSIGBREAK                      = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintSharedArchiveAndExit                = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintSharedDictionary                    = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintStringTableStatistics               = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintTieredEvents                        = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintVMOptions                           = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool PrintWarnings                            = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]     uintx ProcessDistributionStride                = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      bool ProfileInterpreter                       = true                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]      intx ProfileMaturityPercentage                = 20                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]     uintx ProfiledCodeHeapSize                     = 122912730                              {pd product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.916Z]     uintx PromotedPadding                          = 3                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]     uintx QueuedAllocationWarningCount             = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.916Z]       int RTMRetryCount                            = 5                                    {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RangeCheckElimination                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool ReassociateInvariants                    = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RecordDynamicDumpInfo                    = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool ReduceBulkZeroing                        = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool ReduceFieldZeroing                       = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool ReduceInitialCardMarks                   = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool ReduceSignalUsage                        = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      intx RefDiscoveryPolicy                       = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RegisterFinalizersAtInit                 = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RelaxAccessControlCheck                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]     ccstr ReplayDataFile                           =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RequireSharedSpaces                      = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]     uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.917Z]      bool ResizePLAB                               = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool ResizeTLAB                               = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RestoreMXCSROnJNICalls                   = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RestrictContended                        = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RestrictReservedStack                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RewriteBytecodes                         = true                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool RewriteFrequentPairs                     = true                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool SafepointTimeout                         = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      intx SafepointTimeoutDelay                    = 10000                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool ScavengeBeforeFullGC                     = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.917Z]      bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.917Z]      intx SelfDestructTimer                        = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]     ccstr SharedArchiveConfigFile                  =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]     ccstr SharedArchiveFile                        =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]    size_t SharedBaseAddress                        = 34359738368                               {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]     ccstr SharedClassListFile                      =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]     uintx SharedSymbolTableBucketSize              = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      bool ShowCodeDetailsInExceptionMessages       = true                                   {manageable} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      bool ShowMessageBoxOnError                    = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      bool ShrinkHeapInSteps                        = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]    size_t SoftMaxHeapSize                          = 6442450944                             {manageable} {ergonomic}
18:05:14 [2024-02-16T23:05:14.918Z]      intx SoftRefLRUPolicyMSPerMB                  = 1000                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      bool SplitIfBlocks                            = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      intx StackRedPages                            = 1                                      {pd product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      intx StackReservedPages                       = 1                                      {pd product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      intx StackShadowPages                         = 20                                     {pd product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      bool StackTraceInThrowable                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      intx StackYellowPages                         = 2                                      {pd product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]     uintx StartAggressiveSweepingAt                = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      bool StartAttachListener                      = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]     ccstr StartFlightRecording                     =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      uint StringDeduplicationAgeThreshold          = 3                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]     uintx StringTableSize                          = 65536                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      bool SuperWordLoopUnrollAnalysis              = true                                {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      bool SuperWordReductions                      = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.918Z]      bool SuppressFatalErrorMessage                = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx SurvivorPadding                          = 3                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx SurvivorRatio                            = 8                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]    double SweeperThreshold                         = 0.500000                                  {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx TLABAllocationWeight                     = 35                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx TLABRefillWasteFraction                  = 64                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]    size_t TLABSize                                 = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      bool TLABStats                                = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx TLABWasteIncrement                       = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx TLABWasteTargetPercent                   = 1                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx TargetPLABWastePct                       = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx TargetSurvivorRatio                      = 50                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx TenuredGenerationSizeIncrement           = 20                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx TenuredGenerationSizeSupplement          = 80                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx TenuredGenerationSizeSupplementDecay     = 2                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      intx ThreadPriorityPolicy                     = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      bool ThreadPriorityVerbose                    = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      intx ThreadStackSize                          = 1024                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]     uintx ThresholdTolerance                       = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      intx Tier0BackedgeNotifyFreqLog               = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      intx Tier0InvokeNotifyFreqLog                 = 7                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      intx Tier0ProfilingStartPercentage            = 200                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      intx Tier23InlineeNotifyFreqLog               = 20                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      intx Tier2BackEdgeThreshold                   = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.919Z]      intx Tier2BackedgeNotifyFreqLog               = 14                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier2CompileThreshold                    = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier2InvokeNotifyFreqLog                 = 11                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier3BackEdgeThreshold                   = 60000                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier3BackedgeNotifyFreqLog               = 13                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier3CompileThreshold                    = 2000                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier3DelayOff                            = 2                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier3DelayOn                             = 5                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier3InvocationThreshold                 = 200                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier3InvokeNotifyFreqLog                 = 10                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier3LoadFeedback                        = 5                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier3MinInvocationThreshold              = 100                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier4BackEdgeThreshold                   = 40000                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier4CompileThreshold                    = 15000                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier4InvocationThreshold                 = 5000                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier4LoadFeedback                        = 3                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx Tier4MinInvocationThreshold              = 600                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      bool TieredCompilation                        = true                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx TieredCompileTaskTimeout                 = 50                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx TieredRateUpdateMaxTime                  = 25                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx TieredRateUpdateMinTime                  = 1                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      intx TieredStopAtLevel                        = 4                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]      bool TimeLinearScan                           = false                                  {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.920Z]     ccstr TraceJVMTI                               =                                           {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      intx TrackedInitializationLimit               = 50                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool TrapBasedNullChecks                      = false                                  {pd product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool TrapBasedRangeChecks                     = false                               {C2 pd product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      intx TypeProfileArgsLimit                     = 2                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]     uintx TypeProfileLevel                         = 111                                    {pd product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      intx TypeProfileMajorReceiverPercent          = 90                                     {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      intx TypeProfileParmsLimit                    = 2                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      intx TypeProfileWidth                         = 2                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      intx UnguardOnExecutionViolation              = 0                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseAES                                   = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      intx UseAVX                                   = 3                                    {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseAdaptiveGenerationSizePolicyAtMajorCollection  = true                             {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseAdaptiveGenerationSizePolicyAtMinorCollection  = true                             {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseAdaptiveNUMAChunkSizing               = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseAdaptiveSizeDecayMajorGCCost          = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseAdaptiveSizePolicy                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseAdaptiveSizePolicyFootprintGoal       = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseAdaptiveSizePolicyWithSystemGC        = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseAddressNop                            = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseBASE64Intrinsics                      = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.921Z]      bool UseBMI1Instructions                      = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseBMI2Instructions                      = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseBiasedLocking                         = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseBimorphicInlining                     = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCLMUL                                 = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCMoveUnconditionally                  = false                                  {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCodeAging                             = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCodeCacheFlushing                     = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCompiler                              = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCondCardMark                          = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseContainerSupport                      = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCountLeadingZerosInstruction          = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCountTrailingZerosInstruction         = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCountedLoopSafepoints                 = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseCounterDecay                          = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseDivMod                                = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseDynamicNumberOfCompilerThreads        = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseDynamicNumberOfGCThreads              = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseEmptySlotsInSupers                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseFMA                                   = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseFPUForSpilling                        = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseFastJNIAccessors                      = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.922Z]      bool UseFastStosb                             = false                                {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseG1GC                                  = true                                      {product} {ergonomic}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseGCOverheadLimit                       = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseHeavyMonitors                         = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseHugeTLBFS                             = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseInlineCaches                          = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseInterpreter                           = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseJumpTables                            = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseLargePages                            = false                                  {pd product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseLargePagesIndividualAllocation        = false                                  {pd product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseLinuxPosixThreadCPUClocks             = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseLoopCounter                           = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseLoopInvariantCodeMotion               = true                                   {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseLoopPredicate                         = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseMaximumCompactionOnSystemGC           = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseNUMA                                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseNUMAInterleaving                      = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseNewLongLShift                         = false                                {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseNotificationThread                    = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseOnStackReplacement                    = true                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseOnlyInlinedBimorphic                  = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseOprofile                              = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.923Z]      bool UseOptoBiasInlining                      = false                                  {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UsePSAdaptiveSurvivorSizePolicy          = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseParallelGC                            = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UsePerfData                              = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UsePopCountInstruction                   = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseProfiledLoopPredicate                 = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseRTMDeopt                              = false                                {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseRTMLocking                            = false                                {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseSHA                                   = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseSHM                                   = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      intx UseSSE                                   = 4                                    {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseSSE42Intrinsics                       = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseSerialGC                              = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseSharedSpaces                          = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseShenandoahGC                          = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseSignalChaining                        = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseStoreImmI16                           = false                                {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseStringDeduplication                   = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseSubwordForMaxVector                   = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseSuperWord                             = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseTLAB                                  = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseThreadPriorities                      = true                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseTransparentHugePages                  = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseTypeProfile                           = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.924Z]      bool UseTypeSpeculation                       = true                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool UseUnalignedLoadStores                   = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool UseVectorCmov                            = false                                  {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool UseXMMForArrayCopy                       = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool UseXMMForObjInit                         = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool UseXmmI2D                                = false                                {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool UseXmmI2F                                = false                                {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool UseXmmLoadAndClearUpper                  = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool UseXmmRegToRegMoveAll                    = true                                 {ARCH product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool UseZGC                                   = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      intx VMThreadPriority                         = -1                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      intx VMThreadStackSize                        = 1024                                   {pd product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      intx ValueMapInitialSize                      = 11                                     {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      intx ValueMapMaxLoopSize                      = 8                                      {C1 product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      intx ValueSearchLimit                         = 1000                                   {C2 product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool VerifySharedSpaces                       = false                                     {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]     uintx YoungGenerationSizeIncrement             = 20                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]     uintx YoungGenerationSizeSupplement            = 80                                        {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]     uintx YoungGenerationSizeSupplementDecay       = 8                                         {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]    size_t YoungPLABSize                            = 4096                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]    double ZAllocationSpikeTolerance                = 2.000000                                  {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]    double ZCollectionInterval                      = 0.000000                                  {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]    double ZFragmentationLimit                      = 25.000000                                 {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]    size_t ZMarkStackSpaceLimit                     = 8589934592                                {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool ZProactive                               = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]      bool ZUncommit                                = true                                      {product} {default}
18:05:14 [2024-02-16T23:05:14.925Z]     uintx ZUncommitDelay                           = 300                                       {product} {default}
18:05:14 [2024-02-16T23:05:14.926Z]      bool ZeroTLAB                                 = false                                     {product} {default}
18:05:16 [2024-02-16T23:05:16.291Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/4.0.5/tycho-build-4.0.5.pom
18:05:16 [2024-02-16T23:05:16.292Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/4.0.5/tycho-build-4.0.5.pom (4.3 kB at 23 kB/s)
18:05:16 [2024-02-16T23:05:16.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.5/tycho-4.0.5.pom
18:05:16 [2024-02-16T23:05:16.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho/4.0.5/tycho-4.0.5.pom (20 kB at 2.5 MB/s)
18:05:16 [2024-02-16T23:05:16.548Z] [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:05:16 [2024-02-16T23:05:16.548Z] [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 694 kB/s)
18:05:16 [2024-02-16T23:05:16.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/50/takari-50.pom
18:05:16 [2024-02-16T23:05:16.548Z] [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:05:16 [2024-02-16T23:05:16.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/4.0.5/tycho-pomless-4.0.5.pom
18:05:16 [2024-02-16T23:05:16.548Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/4.0.5/tycho-pomless-4.0.5.pom (2.6 kB at 648 kB/s)
18:05:16 [2024-02-16T23:05:16.548Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/4.0.5/tycho-extras-4.0.5.pom
18:05:16 [2024-02-16T23:05:16.549Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-extras/4.0.5/tycho-extras-4.0.5.pom (5.7 kB at 714 kB/s)
18:05:16 [2024-02-16T23:05:16.549Z] [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:05:16 [2024-02-16T23:05:16.549Z] [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 425 kB/s)
18:05:16 [2024-02-16T23:05:16.549Z] [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:05:16 [2024-02-16T23:05:16.549Z] [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.2 MB/s)
18:05:16 [2024-02-16T23:05:16.549Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/51/takari-51.pom
18:05:16 [2024-02-16T23:05:16.549Z] [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:05:16 [2024-02-16T23:05:16.549Z] [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:05:16 [2024-02-16T23:05:16.549Z] [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 5.0 MB/s)
18:05:16 [2024-02-16T23:05:16.549Z] [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:05:16 [2024-02-16T23:05:16.549Z] [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 6.1 MB/s)
18:05:16 [2024-02-16T23:05:16.549Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom
18:05:16 [2024-02-16T23:05:16.549Z] [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:05:16 [2024-02-16T23:05:16.550Z] [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:05:16 [2024-02-16T23:05:16.550Z] [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 4.0 MB/s)
18:05:16 [2024-02-16T23:05:16.550Z] [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:05:16 [2024-02-16T23:05:16.550Z] [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:05:16 [2024-02-16T23:05:16.550Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom
18:05:16 [2024-02-16T23:05:16.550Z] [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 5.9 MB/s)
18:05:16 [2024-02-16T23:05:16.550Z] [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:05:16 [2024-02-16T23:05:16.550Z] [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.9 MB/s)
18:05:16 [2024-02-16T23:05:16.550Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.5/tycho-metadata-model-4.0.5.pom
18:05:16 [2024-02-16T23:05:16.550Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.5/tycho-metadata-model-4.0.5.pom (2.0 kB at 489 kB/s)
18:05:16 [2024-02-16T23:05:16.550Z] [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:05:16 [2024-02-16T23:05:16.551Z] [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 3.2 MB/s)
18:05:16 [2024-02-16T23:05:16.551Z] [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:05:16 [2024-02-16T23:05:16.551Z] [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 1.1 MB/s)
18:05:16 [2024-02-16T23:05:16.551Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom
18:05:16 [2024-02-16T23:05:16.551Z] [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 6.3 MB/s)
18:05:16 [2024-02-16T23:05:16.551Z] [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:05:16 [2024-02-16T23:05:16.551Z] [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 608 kB/s)
18:05:16 [2024-02-16T23:05:16.551Z] [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:05:16 [2024-02-16T23:05:16.551Z] [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 295 kB/s)
18:05:16 [2024-02-16T23:05:16.551Z] [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:05:16 [2024-02-16T23:05:16.551Z] [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.7 MB/s)
18:05:16 [2024-02-16T23:05:16.551Z] [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:05:16 [2024-02-16T23:05:16.808Z] [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:05:16 [2024-02-16T23:05:16.808Z] [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:05:16 [2024-02-16T23:05:16.808Z] [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:05:16 [2024-02-16T23:05:16.808Z] [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:05:16 [2024-02-16T23:05:16.808Z] [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:05:16 [2024-02-16T23:05:16.808Z] [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:05:16 [2024-02-16T23:05:16.808Z] [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:05:16 [2024-02-16T23:05:16.808Z] [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:05:16 [2024-02-16T23:05:16.808Z] [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 4.0 MB/s)
18:05:16 [2024-02-16T23:05:16.809Z] [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:05:16 [2024-02-16T23:05:16.809Z] [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:05:16 [2024-02-16T23:05:16.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom
18:05:16 [2024-02-16T23:05:16.809Z] [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:05:16 [2024-02-16T23:05:16.809Z] [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:05:16 [2024-02-16T23:05:16.809Z] [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:05:16 [2024-02-16T23:05:16.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.5/tycho-buildtimestamp-jgit-4.0.5.pom
18:05:16 [2024-02-16T23:05:16.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.5/tycho-buildtimestamp-jgit-4.0.5.pom (2.0 kB at 672 kB/s)
18:05:16 [2024-02-16T23:05:16.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.5/tycho-spi-4.0.5.pom
18:05:16 [2024-02-16T23:05:16.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.5/tycho-spi-4.0.5.pom (2.4 kB at 787 kB/s)
18:05:16 [2024-02-16T23:05:16.809Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.5/tycho-api-4.0.5.pom
18:05:16 [2024-02-16T23:05:16.809Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.5/tycho-api-4.0.5.pom (1.7 kB at 560 kB/s)
18:05:16 [2024-02-16T23:05:16.809Z] [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:05:16 [2024-02-16T23:05:16.809Z] [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 657 kB/s)
18:05:16 [2024-02-16T23:05:16.810Z] [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:05:16 [2024-02-16T23:05:16.810Z] [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:05:16 [2024-02-16T23:05:16.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.200/org.eclipse.equinox.p2.core-2.10.200.pom
18:05:16 [2024-02-16T23:05:16.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.200/org.eclipse.equinox.p2.core-2.10.200.pom (2.3 kB at 783 kB/s)
18:05:16 [2024-02-16T23:05:16.810Z] [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:05:16 [2024-02-16T23:05:16.810Z] [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:05:16 [2024-02-16T23:05:16.810Z] [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:05:16 [2024-02-16T23:05:16.810Z] [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:05:16 [2024-02-16T23:05:16.810Z] [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:05:16 [2024-02-16T23:05:16.810Z] [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 933 kB/s)
18:05:16 [2024-02-16T23:05:16.810Z] [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:05:16 [2024-02-16T23:05:16.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.100/org.eclipse.core.jobs-3.15.100.pom (1.8 kB at 596 kB/s)
18:05:16 [2024-02-16T23:05:16.811Z] [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:05:16 [2024-02-16T23:05:16.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.400/org.eclipse.equinox.registry-3.11.400.pom (2.0 kB at 657 kB/s)
18:05:16 [2024-02-16T23:05:16.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.400/org.eclipse.equinox.preferences-3.10.400.pom
18:05:16 [2024-02-16T23:05:16.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.400/org.eclipse.equinox.preferences-3.10.400.pom (2.2 kB at 725 kB/s)
18:05:16 [2024-02-16T23:05:16.811Z] [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:05:16 [2024-02-16T23:05:16.811Z] [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 852 kB/s)
18:05:16 [2024-02-16T23:05:16.811Z] [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:05:16 [2024-02-16T23:05:16.811Z] [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 495 kB/s)
18:05:16 [2024-02-16T23:05:16.811Z] [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:05:16 [2024-02-16T23:05:16.811Z] [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 1.1 MB/s)
18:05:16 [2024-02-16T23:05:16.812Z] [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:05:16 [2024-02-16T23:05:16.812Z] [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 1.1 MB/s)
18:05:16 [2024-02-16T23:05:16.812Z] [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:05:16 [2024-02-16T23:05:16.812Z] [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:05:16 [2024-02-16T23:05:16.812Z] [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:05:16 [2024-02-16T23:05:16.812Z] [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:05:16 [2024-02-16T23:05:16.812Z] [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:05:16 [2024-02-16T23:05:16.812Z] [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 512 kB/s)
18:05:16 [2024-02-16T23:05:16.812Z] [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:05:16 [2024-02-16T23:05:16.812Z] [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 890 kB/s)
18:05:16 [2024-02-16T23:05:16.813Z] [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:05:16 [2024-02-16T23:05:16.813Z] [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 519 kB/s)
18:05:16 [2024-02-16T23:05:16.813Z] [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:05:16 [2024-02-16T23:05:16.813Z] [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.8 MB/s)
18:05:16 [2024-02-16T23:05:16.813Z] [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:05:16 [2024-02-16T23:05:16.813Z] [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:05:16 [2024-02-16T23:05:16.813Z] [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:05:16 [2024-02-16T23:05:16.813Z] [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 995 kB/s)
18:05:16 [2024-02-16T23:05:16.813Z] [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:05:16 [2024-02-16T23:05:16.814Z] [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 2.6 MB/s)
18:05:16 [2024-02-16T23:05:16.814Z] [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:05:16 [2024-02-16T23:05:16.814Z] [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 10 MB/s)
18:05:16 [2024-02-16T23:05:16.814Z] [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:05:16 [2024-02-16T23:05:16.814Z] [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.0 MB/s)
18:05:16 [2024-02-16T23:05:16.814Z] [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:05:16 [2024-02-16T23:05:16.814Z] [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:05:16 [2024-02-16T23:05:16.814Z] [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:05:16 [2024-02-16T23:05:16.814Z] [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:05:16 [2024-02-16T23:05:16.814Z] [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:05:16 [2024-02-16T23:05:16.814Z] [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 1.6 MB/s)
18:05:16 [2024-02-16T23:05:16.814Z] [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:05:17 [2024-02-16T23:05:17.071Z] [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 529 kB/s)
18:05:17 [2024-02-16T23:05:17.071Z] [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:05:17 [2024-02-16T23:05:17.071Z] [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 274 kB/s)
18:05:17 [2024-02-16T23:05:17.071Z] [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:05:17 [2024-02-16T23:05:17.071Z] [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:05:17 [2024-02-16T23:05:17.071Z] [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:05:17 [2024-02-16T23:05:17.071Z] [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:05:17 [2024-02-16T23:05:17.071Z] [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:05:17 [2024-02-16T23:05:17.071Z] [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:05:17 [2024-02-16T23:05:17.072Z] [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:05:17 [2024-02-16T23:05:17.072Z] [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:05:17 [2024-02-16T23:05:17.072Z] [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:05:17 [2024-02-16T23:05:17.072Z] [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 477 kB/s)
18:05:17 [2024-02-16T23:05:17.072Z] [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:05:17 [2024-02-16T23:05:17.072Z] [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 810 kB/s)
18:05:17 [2024-02-16T23:05:17.072Z] [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:05:17 [2024-02-16T23:05:17.072Z] [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:05:17 [2024-02-16T23:05:17.072Z] [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:05:17 [2024-02-16T23:05:17.073Z] [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 585 kB/s)
18:05:17 [2024-02-16T23:05:17.073Z] [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:05:17 [2024-02-16T23:05:17.073Z] [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 998 kB/s)
18:05:17 [2024-02-16T23:05:17.073Z] [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:05:17 [2024-02-16T23:05:17.073Z] [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 1.2 MB/s)
18:05:17 [2024-02-16T23:05:17.073Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.5/p2-maven-plugin-4.0.5.pom
18:05:17 [2024-02-16T23:05:17.073Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.5/p2-maven-plugin-4.0.5.pom (7.7 kB at 3.8 MB/s)
18:05:17 [2024-02-16T23:05:17.073Z] [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:05:17 [2024-02-16T23:05:17.073Z] [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 1.8 MB/s)
18:05:17 [2024-02-16T23:05:17.073Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.5/sisu-osgi-api-4.0.5.pom
18:05:17 [2024-02-16T23:05:17.074Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.5/sisu-osgi-api-4.0.5.pom (951 B at 317 kB/s)
18:05:17 [2024-02-16T23:05:17.074Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/4.0.5/sisu-osgi-4.0.5.pom
18:05:17 [2024-02-16T23:05:17.074Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi/4.0.5/sisu-osgi-4.0.5.pom (1.1 kB at 529 kB/s)
18:05:17 [2024-02-16T23:05:17.074Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.5/sisu-osgi-connect-4.0.5.pom
18:05:17 [2024-02-16T23:05:17.074Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.5/sisu-osgi-connect-4.0.5.pom (1.8 kB at 603 kB/s)
18:05:17 [2024-02-16T23:05:17.074Z] [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:05:17 [2024-02-16T23:05:17.074Z] [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 936 kB/s)
18:05:17 [2024-02-16T23:05:17.074Z] [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:05:17 [2024-02-16T23:05:17.074Z] [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:05:17 [2024-02-16T23:05:17.074Z] [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:05:17 [2024-02-16T23:05:17.074Z] [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 436 kB/s)
18:05:17 [2024-02-16T23:05:17.074Z] [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:05:17 [2024-02-16T23:05:17.074Z] [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 646 kB/s)
18:05:17 [2024-02-16T23:05:17.075Z] [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:05:17 [2024-02-16T23:05:17.075Z] [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 161 kB/s)
18:05:17 [2024-02-16T23:05:17.075Z] [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:05:17 [2024-02-16T23:05:17.075Z] [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 368 kB/s)
18:05:17 [2024-02-16T23:05:17.075Z] [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:05:17 [2024-02-16T23:05:17.075Z] [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 1.2 MB/s)
18:05:17 [2024-02-16T23:05:17.075Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/16/plexus-16.pom
18:05:17 [2024-02-16T23:05:17.075Z] [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 6.9 MB/s)
18:05:17 [2024-02-16T23:05:17.075Z] [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:05:17 [2024-02-16T23:05:17.075Z] [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 1.4 MB/s)
18:05:17 [2024-02-16T23:05:17.075Z] [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:05:17 [2024-02-16T23:05:17.075Z] [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 294 kB/s)
18:05:17 [2024-02-16T23:05:17.076Z] [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:05:17 [2024-02-16T23:05:17.076Z] [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 317 kB/s)
18:05:17 [2024-02-16T23:05:17.076Z] [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:05:17 [2024-02-16T23:05:17.076Z] [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 285 kB/s)
18:05:17 [2024-02-16T23:05:17.076Z] [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:05:17 [2024-02-16T23:05:17.076Z] [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 656 kB/s)
18:05:17 [2024-02-16T23:05:17.076Z] [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:05:17 [2024-02-16T23:05:17.076Z] [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.3 MB/s)
18:05:17 [2024-02-16T23:05:17.076Z] [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:05:17 [2024-02-16T23:05:17.076Z] [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:05:17 [2024-02-16T23:05:17.076Z] [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:05:17 [2024-02-16T23:05:17.077Z] [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 1.1 MB/s)
18:05:17 [2024-02-16T23:05:17.077Z] [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:05:17 [2024-02-16T23:05:17.077Z] [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:05:17 [2024-02-16T23:05:17.333Z] [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:05:17 [2024-02-16T23:05:17.333Z] [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 657 kB/s)
18:05:17 [2024-02-16T23:05:17.333Z] [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:05:17 [2024-02-16T23:05:17.333Z] [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 997 kB/s)
18:05:17 [2024-02-16T23:05:17.334Z] [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:05:17 [2024-02-16T23:05:17.334Z] [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 568 kB/s)
18:05:17 [2024-02-16T23:05:17.334Z] [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:05:17 [2024-02-16T23:05:17.334Z] [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 585 kB/s)
18:05:17 [2024-02-16T23:05:17.334Z] [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:05:17 [2024-02-16T23:05:17.334Z] [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.1 MB/s)
18:05:17 [2024-02-16T23:05:17.334Z] [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:05:17 [2024-02-16T23:05:17.334Z] [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:05:17 [2024-02-16T23:05:17.334Z] [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:05:17 [2024-02-16T23:05:17.334Z] [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.6 MB/s)
18:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.335Z] [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 901 kB/s)
18:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.335Z] [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 155 kB/s)
18:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.335Z] [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 13 MB/s)
18:05:17 [2024-02-16T23:05:17.335Z] [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:05:17 [2024-02-16T23:05:17.336Z] [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 1.4 MB/s)
18:05:17 [2024-02-16T23:05:17.336Z] [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:05:17 [2024-02-16T23:05:17.336Z] [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 654 kB/s)
18:05:17 [2024-02-16T23:05:17.336Z] [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:05:17 [2024-02-16T23:05:17.336Z] [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 376 kB/s)
18:05:17 [2024-02-16T23:05:17.336Z] [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:05:17 [2024-02-16T23:05:17.336Z] [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:05:17 [2024-02-16T23:05:17.336Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/4.0.5/tycho-build-4.0.5.jar
18:05:17 [2024-02-16T23:05:17.336Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-build/4.0.5/tycho-build-4.0.5.jar (23 kB at 5.9 MB/s)
18:05:17 [2024-02-16T23:05:17.336Z] [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:05:17 [2024-02-16T23:05:17.336Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/4.0.5/tycho-pomless-4.0.5.jar
18:05:17 [2024-02-16T23:05:17.336Z] [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:05:17 [2024-02-16T23:05:17.336Z] [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:05:17 [2024-02-16T23:05:17.336Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.5/tycho-metadata-model-4.0.5.jar
18:05:17 [2024-02-16T23:05:17.337Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/extras/tycho-pomless/4.0.5/tycho-pomless-4.0.5.jar (45 kB at 8.9 MB/s)
18:05:17 [2024-02-16T23:05:17.337Z] [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:05:17 [2024-02-16T23:05:17.337Z] [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 12 MB/s)
18:05:17 [2024-02-16T23:05:17.337Z] [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:05:17 [2024-02-16T23:05:17.337Z] [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:05:17 [2024-02-16T23:05:17.337Z] [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:05:17 [2024-02-16T23:05:17.337Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/4.0.5/tycho-metadata-model-4.0.5.jar (59 kB at 737 kB/s)
18:05:17 [2024-02-16T23:05:17.337Z] [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:05:17 [2024-02-16T23:05:17.337Z] [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 414 kB/s)
18:05:17 [2024-02-16T23:05:17.337Z] [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:17 [2024-02-16T23:05:17.337Z] [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 433 kB/s)
18:05:17 [2024-02-16T23:05:17.337Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.5/tycho-buildtimestamp-jgit-4.0.5.jar
18:05:17 [2024-02-16T23:05:17.337Z] [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 398 kB/s)
18:05:17 [2024-02-16T23:05:17.338Z] [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:05:17 [2024-02-16T23:05:17.338Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.5/tycho-buildtimestamp-jgit-4.0.5.jar (12 kB at 148 kB/s)
18:05:17 [2024-02-16T23:05:17.338Z] [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:05:17 [2024-02-16T23:05:17.338Z] [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.8 MB/s)
18:05:17 [2024-02-16T23:05:17.338Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.5/tycho-spi-4.0.5.jar
18:05:17 [2024-02-16T23:05:17.338Z] [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 3.7 MB/s)
18:05:17 [2024-02-16T23:05:17.338Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.5/tycho-api-4.0.5.jar
18:05:17 [2024-02-16T23:05:17.338Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-api/4.0.5/tycho-api-4.0.5.jar (47 kB at 461 kB/s)
18:05:17 [2024-02-16T23:05:17.338Z] [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:05:17 [2024-02-16T23:05:17.338Z] [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 11 MB/s)
18:05:17 [2024-02-16T23:05:17.338Z] [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:05:17 [2024-02-16T23:05:17.338Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-spi/4.0.5/tycho-spi-4.0.5.jar (27 kB at 261 kB/s)
18:05:17 [2024-02-16T23:05:17.338Z] [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:05:17 [2024-02-16T23:05:17.339Z] [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 4.8 MB/s)
18:05:17 [2024-02-16T23:05:17.339Z] [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:05:17 [2024-02-16T23:05:17.339Z] [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 772 kB/s)
18:05:17 [2024-02-16T23:05:17.339Z] [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:05:17 [2024-02-16T23:05:17.602Z] [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 972 kB/s)
18:05:17 [2024-02-16T23:05:17.602Z] [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:05:17 [2024-02-16T23:05:17.602Z] [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 744 kB/s)
18:05:17 [2024-02-16T23:05:17.602Z] [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:05:17 [2024-02-16T23:05:17.603Z] [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.3 MB/s)
18:05:17 [2024-02-16T23:05:17.603Z] [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:05:17 [2024-02-16T23:05:17.603Z] [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.7 MB/s)
18:05:17 [2024-02-16T23:05:17.603Z] [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:05:17 [2024-02-16T23:05:17.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.9.0/org.eclipse.equinox.p2.publisher-1.9.0.jar (106 kB at 878 kB/s)
18:05:17 [2024-02-16T23:05:17.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.200/org.eclipse.equinox.p2.director-2.6.200.jar
18:05:17 [2024-02-16T23:05:17.603Z] [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 3.7 MB/s)
18:05:17 [2024-02-16T23:05:17.603Z] [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:05:17 [2024-02-16T23:05:17.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.200/org.eclipse.equinox.p2.artifact.repository-1.5.200.jar (176 kB at 1.4 MB/s)
18:05:17 [2024-02-16T23:05:17.604Z] [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:05:17 [2024-02-16T23:05:17.604Z] [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 931 kB/s)
18:05:17 [2024-02-16T23:05:17.604Z] [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:05:17 [2024-02-16T23:05:17.604Z] [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 886 kB/s)
18:05:17 [2024-02-16T23:05:17.604Z] [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:05:17 [2024-02-16T23:05:17.604Z] [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 284 kB/s)
18:05:17 [2024-02-16T23:05:17.604Z] [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:05:17 [2024-02-16T23:05:17.604Z] [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:05:17 [2024-02-16T23:05:17.604Z] [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:05:17 [2024-02-16T23:05:17.604Z] [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:05:17 [2024-02-16T23:05:17.605Z] [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:05:17 [2024-02-16T23:05:17.605Z] [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:05:17 [2024-02-16T23:05:17.605Z] [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 107 kB/s)
18:05:17 [2024-02-16T23:05:17.605Z] [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:05:17 [2024-02-16T23:05:17.605Z] [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:05:17 [2024-02-16T23:05:17.605Z] [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 735 kB/s)
18:05:17 [2024-02-16T23:05:17.605Z] [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:05:17 [2024-02-16T23:05:17.605Z] [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 981 kB/s)
18:05:17 [2024-02-16T23:05:17.605Z] [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:05:17 [2024-02-16T23:05:17.605Z] [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.8 MB/s)
18:05:17 [2024-02-16T23:05:17.606Z] [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:05:17 [2024-02-16T23:05:17.606Z] [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 570 kB/s)
18:05:17 [2024-02-16T23:05:17.606Z] [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:05:17 [2024-02-16T23:05:17.606Z] [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:05:17 [2024-02-16T23:05:17.606Z] [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:05:17 [2024-02-16T23:05:17.606Z] [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.1 MB/s)
18:05:17 [2024-02-16T23:05:17.606Z] [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:05:17 [2024-02-16T23:05:17.606Z] [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:05:17 [2024-02-16T23:05:17.606Z] [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:05:17 [2024-02-16T23:05:17.607Z] [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 183 kB/s)
18:05:17 [2024-02-16T23:05:17.607Z] [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:05:17 [2024-02-16T23:05:17.607Z] [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 428 kB/s)
18:05:17 [2024-02-16T23:05:17.607Z] [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:05:17 [2024-02-16T23:05:17.607Z] [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 132 kB/s)
18:05:17 [2024-02-16T23:05:17.607Z] [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:05:17 [2024-02-16T23:05:17.607Z] [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 330 kB/s)
18:05:17 [2024-02-16T23:05:17.607Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.5/p2-maven-plugin-4.0.5.jar
18:05:17 [2024-02-16T23:05:17.607Z] [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 622 kB/s)
18:05:17 [2024-02-16T23:05:17.607Z] [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:05:17 [2024-02-16T23:05:17.608Z] [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 459 kB/s)
18:05:17 [2024-02-16T23:05:17.608Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.5/sisu-osgi-api-4.0.5.jar
18:05:17 [2024-02-16T23:05:17.608Z] [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 498 kB/s)
18:05:17 [2024-02-16T23:05:17.608Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.5/sisu-osgi-connect-4.0.5.jar
18:05:17 [2024-02-16T23:05:17.608Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-api/4.0.5/sisu-osgi-api-4.0.5.jar (8.8 kB at 38 kB/s)
18:05:17 [2024-02-16T23:05:17.608Z] [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:05:17 [2024-02-16T23:05:17.608Z] [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 18 kB/s)
18:05:17 [2024-02-16T23:05:17.608Z] [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:05:17 [2024-02-16T23:05:17.608Z] [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 13 MB/s)
18:05:17 [2024-02-16T23:05:17.608Z] [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:05:17 [2024-02-16T23:05:17.608Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/p2-maven-plugin/4.0.5/p2-maven-plugin-4.0.5.jar (233 kB at 982 kB/s)
18:05:17 [2024-02-16T23:05:17.609Z] [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:05:17 [2024-02-16T23:05:17.609Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/sisu-osgi-connect/4.0.5/sisu-osgi-connect-4.0.5.jar (43 kB at 181 kB/s)
18:05:17 [2024-02-16T23:05:17.609Z] [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:05:17 [2024-02-16T23:05:17.609Z] [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 116 kB/s)
18:05:17 [2024-02-16T23:05:17.609Z] [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:05:17 [2024-02-16T23:05:17.609Z] [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 275 kB/s)
18:05:17 [2024-02-16T23:05:17.609Z] [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:05:17 [2024-02-16T23:05:17.609Z] [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 378 kB/s)
18:05:17 [2024-02-16T23:05:17.609Z] [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:05:17 [2024-02-16T23:05:17.609Z] [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 573 kB/s)
18:05:17 [2024-02-16T23:05:17.610Z] [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:05:17 [2024-02-16T23:05:17.610Z] [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 119 kB/s)
18:05:17 [2024-02-16T23:05:17.610Z] [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:05:17 [2024-02-16T23:05:17.610Z] [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 286 kB/s)
18:05:17 [2024-02-16T23:05:17.610Z] [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:05:17 [2024-02-16T23:05:17.610Z] [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 43 kB/s)
18:05:17 [2024-02-16T23:05:17.610Z] [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:05:17 [2024-02-16T23:05:17.610Z] [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 957 kB/s)
18:05:17 [2024-02-16T23:05:17.610Z] [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 240 kB/s)
18:05:17 [2024-02-16T23:05:17.610Z] [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:05:17 [2024-02-16T23:05:17.610Z] [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:05:17 [2024-02-16T23:05:17.610Z] [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:05:17 [2024-02-16T23:05:17.611Z] [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:05:17 [2024-02-16T23:05:17.611Z] [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:05:17 [2024-02-16T23:05:17.611Z] [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:05:17 [2024-02-16T23:05:17.611Z] [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 89 kB/s)
18:05:17 [2024-02-16T23:05:17.611Z] [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:05:17 [2024-02-16T23:05:17.611Z] [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 295 kB/s)
18:05:17 [2024-02-16T23:05:17.611Z] [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:05:17 [2024-02-16T23:05:17.611Z] [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 123 kB/s)
18:05:17 [2024-02-16T23:05:17.611Z] [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:05:17 [2024-02-16T23:05:17.611Z] [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:05:17 [2024-02-16T23:05:17.611Z] [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 48 kB/s)
18:05:17 [2024-02-16T23:05:17.611Z] [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 9.7 MB/s)
18:05:17 [2024-02-16T23:05:17.868Z] [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 15 MB/s)
18:05:17 [2024-02-16T23:05:17.868Z] [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 20 MB/s)
18:05:18 [2024-02-16T23:05:18.430Z] [INFO] Scanning for projects...
18:05:20 [2024-02-16T23:05:20.319Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.319Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.319Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.319Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.320Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 125 kB/s)
18:05:20 [2024-02-16T23:05:20.320Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/tycho-maven-plugin-4.0.6-20240216.203051-26.pom
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/tycho-maven-plugin-4.0.6-20240216.203051-26.pom (1.7 kB at 558 kB/s)
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/4.0.6-SNAPSHOT/maven-metadata.xml (601 B at 300 kB/s)
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/4.0.6-SNAPSHOT/tycho-4.0.6-20240216.203051-26.pom
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/4.0.6-SNAPSHOT/tycho-4.0.6-20240216.203051-26.pom (21 kB at 1.6 MB/s)
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.576Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.577Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/maven-metadata.xml (1.4 kB at 480 kB/s)
18:05:20 [2024-02-16T23:05:20.577Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:20 [2024-02-16T23:05:20.577Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/tycho-core-4.0.6-20240216.203051-26.pom
18:05:20 [2024-02-16T23:05:20.577Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/tycho-core-4.0.6-20240216.203051-26.pom (9.7 kB at 4.9 MB/s)
18:05:20 [2024-02-16T23:05:20.577Z] [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:05:20 [2024-02-16T23:05:20.577Z] [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:05:20 [2024-02-16T23:05:20.577Z] [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:05:20 [2024-02-16T23:05:20.577Z] [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:05:20 [2024-02-16T23:05:20.577Z] [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:05:20 [2024-02-16T23:05:20.577Z] [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:05:20 [2024-02-16T23:05:20.577Z] [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 2.9 MB/s)
18:05:20 [2024-02-16T23:05:20.577Z] [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:05:20 [2024-02-16T23:05:20.577Z] [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:05:20 [2024-02-16T23:05:20.577Z] [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:05:20 [2024-02-16T23:05:20.578Z] [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:05:20 [2024-02-16T23:05:20.578Z] [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:05:20 [2024-02-16T23:05:20.578Z] [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:05:20 [2024-02-16T23:05:20.578Z] [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 7.4 MB/s)
18:05:20 [2024-02-16T23:05:20.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:05:20 [2024-02-16T23:05:20.578Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:05:20 [2024-02-16T23:05:20.578Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:05:20 [2024-02-16T23:05:20.578Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:05:20 [2024-02-16T23:05:20.578Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/41/maven-parent-41.pom
18:05:20 [2024-02-16T23:05:20.578Z] [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:05:20 [2024-02-16T23:05:20.578Z] [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 17 MB/s)
18:05:20 [2024-02-16T23:05:20.578Z] [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:05:20 [2024-02-16T23:05:20.578Z] [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:05:20 [2024-02-16T23:05:20.578Z] [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:05:20 [2024-02-16T23:05:20.578Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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:05:20 [2024-02-16T23:05:20.579Z] [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 2.9 MB/s)
18:05:20 [2024-02-16T23:05:20.579Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
18:05:20 [2024-02-16T23:05:20.579Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom
18:05:20 [2024-02-16T23:05:20.579Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
18:05:20 [2024-02-16T23:05:20.579Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom
18:05:20 [2024-02-16T23:05:20.579Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom
18:05:20 [2024-02-16T23:05:20.836Z] [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:05:20 [2024-02-16T23:05:20.836Z] [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:05:20 [2024-02-16T23:05:20.836Z] [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:05:20 [2024-02-16T23:05:20.836Z] [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:05:20 [2024-02-16T23:05:20.836Z] [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:05:20 [2024-02-16T23:05:20.836Z] [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:05:20 [2024-02-16T23:05:20.836Z] [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:05:20 [2024-02-16T23:05:20.836Z] [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:05:20 [2024-02-16T23:05:20.836Z] [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 2.0 MB/s)
18:05:20 [2024-02-16T23:05:20.837Z] [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:05:20 [2024-02-16T23:05:20.837Z] [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:05:20 [2024-02-16T23:05:20.837Z] [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:05:20 [2024-02-16T23:05:20.837Z] [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:05:20 [2024-02-16T23:05:20.837Z] [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:05:20 [2024-02-16T23:05:20.837Z] [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:05:20 [2024-02-16T23:05:20.837Z] [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:05:20 [2024-02-16T23:05:20.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:05:20 [2024-02-16T23:05:20.837Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:05:20 [2024-02-16T23:05:20.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:05:20 [2024-02-16T23:05:20.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:05:20 [2024-02-16T23:05:20.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/64/commons-parent-64.pom
18:05:20 [2024-02-16T23:05:20.837Z] [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:05:20 [2024-02-16T23:05:20.837Z] [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:05:20 [2024-02-16T23:05:20.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:05:20 [2024-02-16T23:05:20.837Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:05:20 [2024-02-16T23:05:20.838Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:05:20 [2024-02-16T23:05:20.838Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:05:20 [2024-02-16T23:05:20.838Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
18:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.838Z] [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:05:20 [2024-02-16T23:05:20.839Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
18:05:20 [2024-02-16T23:05:20.839Z] [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:05:20 [2024-02-16T23:05:20.839Z] [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 1.5 MB/s)
18:05:20 [2024-02-16T23:05:20.839Z] [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:05:20 [2024-02-16T23:05:20.839Z] [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:05:20 [2024-02-16T23:05:20.839Z] [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:05:21 [2024-02-16T23:05:21.095Z] [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:05:21 [2024-02-16T23:05:21.095Z] [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:05:21 [2024-02-16T23:05:21.095Z] [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:05:21 [2024-02-16T23:05:21.095Z] [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 2.8 MB/s)
18:05:21 [2024-02-16T23:05:21.095Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/15/plexus-15.pom
18:05:21 [2024-02-16T23:05:21.095Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/15/plexus-15.pom
18:05:21 [2024-02-16T23:05:21.095Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/15/plexus-15.pom
18:05:21 [2024-02-16T23:05:21.095Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/15/plexus-15.pom
18:05:21 [2024-02-16T23:05:21.095Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/15/plexus-15.pom
18:05:21 [2024-02-16T23:05:21.095Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/15/plexus-15.pom
18:05:21 [2024-02-16T23:05:21.095Z] [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 9.3 MB/s)
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 504 kB/s)
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/sisu-equinox-launching-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/sisu-equinox-launching-4.0.6-20240216.203051-26.pom (2.5 kB at 1.2 MB/s)
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.096Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi/4.0.6-SNAPSHOT/maven-metadata.xml (605 B at 86 kB/s)
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi/4.0.6-SNAPSHOT/sisu-osgi-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi/4.0.6-SNAPSHOT/sisu-osgi-4.0.6-20240216.203051-26.pom (1.1 kB at 534 kB/s)
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/maven-metadata.xml (994 B at 199 kB/s)
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/tycho-api-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/tycho-api-4.0.6-20240216.203051-26.pom (1.7 kB at 844 kB/s)
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.098Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.098Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/maven-metadata.xml (998 B at 499 kB/s)
18:05:21 [2024-02-16T23:05:21.098Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.098Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/sisu-osgi-api-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.098Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/sisu-osgi-api-4.0.6-20240216.203051-26.pom (960 B at 960 kB/s)
18:05:21 [2024-02-16T23:05:21.098Z] [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:05:21 [2024-02-16T23:05:21.098Z] [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:05:21 [2024-02-16T23:05:21.098Z] [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:05:21 [2024-02-16T23:05:21.098Z] [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:05:21 [2024-02-16T23:05:21.098Z] [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:05:21 [2024-02-16T23:05:21.098Z] [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:05:21 [2024-02-16T23:05:21.098Z] [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:05:21 [2024-02-16T23:05:21.098Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 502 kB/s)
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/tycho-metadata-model-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/tycho-metadata-model-4.0.6-20240216.203051-26.pom (2.0 kB at 982 kB/s)
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
18:05:21 [2024-02-16T23:05:21.099Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
18:05:21 [2024-02-16T23:05:21.099Z] [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:05:21 [2024-02-16T23:05:21.100Z] [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 7.8 MB/s)
18:05:21 [2024-02-16T23:05:21.100Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/66/commons-parent-66.pom
18:05:21 [2024-02-16T23:05:21.100Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/66/commons-parent-66.pom
18:05:21 [2024-02-16T23:05:21.100Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/66/commons-parent-66.pom
18:05:21 [2024-02-16T23:05:21.100Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/66/commons-parent-66.pom
18:05:21 [2024-02-16T23:05:21.100Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/66/commons-parent-66.pom
18:05:21 [2024-02-16T23:05:21.100Z] [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:05:21 [2024-02-16T23:05:21.100Z] [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 15 MB/s)
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/maven-metadata.xml (994 B at 497 kB/s)
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/tycho-spi-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/tycho-spi-4.0.6-20240216.203051-26.pom (2.4 kB at 1.2 MB/s)
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.356Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 500 kB/s)
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/p2-maven-plugin-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/p2-maven-plugin-4.0.6-20240216.203051-26.pom (7.6 kB at 3.8 MB/s)
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 501 kB/s)
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.357Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/sisu-osgi-connect-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.358Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/sisu-osgi-connect-4.0.6-20240216.203051-26.pom (1.8 kB at 606 kB/s)
18:05:21 [2024-02-16T23:05:21.358Z] [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:05:21 [2024-02-16T23:05:21.358Z] [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:05:21 [2024-02-16T23:05:21.358Z] [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:05:21 [2024-02-16T23:05:21.358Z] [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:05:21 [2024-02-16T23:05:21.358Z] [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:05:21 [2024-02-16T23:05:21.358Z] [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:05:21 [2024-02-16T23:05:21.358Z] [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 5.0 MB/s)
18:05:21 [2024-02-16T23:05:21.358Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:05:21 [2024-02-16T23:05:21.358Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:05:21 [2024-02-16T23:05:21.358Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:05:21 [2024-02-16T23:05:21.358Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:05:21 [2024-02-16T23:05:21.358Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/8/felix-parent-8.pom
18:05:21 [2024-02-16T23:05:21.358Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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 1.3 MB/s)
18:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.359Z] [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:05:21 [2024-02-16T23:05:21.360Z] [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:05:21 [2024-02-16T23:05:21.360Z] [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:05:21 [2024-02-16T23:05:21.360Z] [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:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
18:05:21 [2024-02-16T23:05:21.360Z] [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:05:21 [2024-02-16T23:05:21.360Z] [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:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:05:21 [2024-02-16T23:05:21.360Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
18:05:21 [2024-02-16T23:05:21.617Z] [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:05:21 [2024-02-16T23:05:21.617Z] [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 2.1 MB/s)
18:05:21 [2024-02-16T23:05:21.617Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.617Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.617Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.617Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 335 kB/s)
18:05:21 [2024-02-16T23:05:21.617Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/tycho-targetplatform-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/tycho-targetplatform-4.0.6-20240216.203051-26.pom (1.4 kB at 678 kB/s)
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/maven-metadata.xml (993 B at 496 kB/s)
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/tycho-p2-4.0.6-20240216.203051-26.pom
18:05:21 [2024-02-16T23:05:21.618Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/tycho-p2-4.0.6-20240216.203051-26.pom (1.7 kB at 1.7 MB/s)
18:05:21 [2024-02-16T23:05:21.618Z] [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:05:21 [2024-02-16T23:05:21.618Z] [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:05:21 [2024-02-16T23:05:21.618Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.619Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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 13 MB/s)
18:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.620Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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 2.5 MB/s)
18:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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:05:21 [2024-02-16T23:05:21.621Z] [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 2.4 MB/s)
18:05:21 [2024-02-16T23:05:21.622Z] [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:05:21 [2024-02-16T23:05:21.622Z] [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:05:21 [2024-02-16T23:05:21.622Z] [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:05:21 [2024-02-16T23:05:21.879Z] [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:05:21 [2024-02-16T23:05:21.879Z] [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:05:21 [2024-02-16T23:05:21.879Z] [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:05:21 [2024-02-16T23:05:21.879Z] [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 530 kB/s)
18:05:21 [2024-02-16T23:05:21.879Z] [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:05:21 [2024-02-16T23:05:21.879Z] [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:05:21 [2024-02-16T23:05:21.879Z] [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:05:21 [2024-02-16T23:05:21.879Z] [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:05:21 [2024-02-16T23:05:21.879Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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 726 kB/s)
18:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.880Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.pom
18:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [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:05:21 [2024-02-16T23:05:21.881Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/tycho-maven-plugin-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.882Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-maven-plugin/4.0.6-SNAPSHOT/tycho-maven-plugin-4.0.6-20240216.203051-26.jar (7.0 kB at 3.5 MB/s)
18:05:21 [2024-02-16T23:05:21.882Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/tycho-core-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.882Z] [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:05:21 [2024-02-16T23:05:21.882Z] [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:05:21 [2024-02-16T23:05:21.882Z] [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:05:21 [2024-02-16T23:05:21.882Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
18:05:21 [2024-02-16T23:05:21.882Z] [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:05:21 [2024-02-16T23:05:21.882Z] [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:05:21 [2024-02-16T23:05:21.882Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:05:21 [2024-02-16T23:05:21.882Z] [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:05:21 [2024-02-16T23:05:21.882Z] [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:05:21 [2024-02-16T23:05:21.882Z] [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:05:21 [2024-02-16T23:05:21.883Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/sisu-equinox-launching-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.883Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/tycho-api-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.883Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-equinox-launching/4.0.6-SNAPSHOT/sisu-equinox-launching-4.0.6-20240216.203051-26.jar (28 kB at 2.8 MB/s)
18:05:21 [2024-02-16T23:05:21.883Z] [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:05:21 [2024-02-16T23:05:21.883Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/4.0.6-SNAPSHOT/tycho-core-4.0.6-20240216.203051-26.jar (1.1 MB at 83 MB/s)
18:05:21 [2024-02-16T23:05:21.883Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/sisu-osgi-api-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.883Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-api/4.0.6-SNAPSHOT/tycho-api-4.0.6-20240216.203051-26.jar (48 kB at 4.0 MB/s)
18:05:21 [2024-02-16T23:05:21.883Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/tycho-metadata-model-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.883Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/tycho-spi-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.883Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/p2-maven-plugin-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.884Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-api/4.0.6-SNAPSHOT/sisu-osgi-api-4.0.6-20240216.203051-26.jar (8.8 kB at 678 kB/s)
18:05:21 [2024-02-16T23:05:21.884Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/sisu-osgi-connect-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.884Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-spi/4.0.6-SNAPSHOT/tycho-spi-4.0.6-20240216.203051-26.jar (27 kB at 1.9 MB/s)
18:05:21 [2024-02-16T23:05:21.884Z] [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:05:21 [2024-02-16T23:05:21.884Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-metadata-model/4.0.6-SNAPSHOT/tycho-metadata-model-4.0.6-20240216.203051-26.jar (69 kB at 4.9 MB/s)
18:05:21 [2024-02-16T23:05:21.884Z] [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:05:21 [2024-02-16T23:05:21.884Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/sisu-osgi-connect/4.0.6-SNAPSHOT/sisu-osgi-connect-4.0.6-20240216.203051-26.jar (43 kB at 2.9 MB/s)
18:05:21 [2024-02-16T23:05:21.884Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/tycho-targetplatform-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.884Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/tycho-p2-4.0.6-20240216.203051-26.jar
18:05:21 [2024-02-16T23:05:21.884Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2/4.0.6-SNAPSHOT/tycho-p2-4.0.6-20240216.203051-26.jar (3.2 kB at 202 kB/s)
18:05:21 [2024-02-16T23:05:21.885Z] [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:05:21 [2024-02-16T23:05:21.885Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/p2-maven-plugin/4.0.6-SNAPSHOT/p2-maven-plugin-4.0.6-20240216.203051-26.jar (257 kB at 15 MB/s)
18:05:21 [2024-02-16T23:05:21.885Z] [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:05:21 [2024-02-16T23:05:21.885Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-targetplatform/4.0.6-SNAPSHOT/tycho-targetplatform-4.0.6-20240216.203051-26.jar (48 kB at 2.9 MB/s)
18:05:21 [2024-02-16T23:05:21.885Z] [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:05:21 [2024-02-16T23:05:21.885Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
18:05:21 [2024-02-16T23:05:21.885Z] [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:05:21 [2024-02-16T23:05:21.885Z] [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:05:21 [2024-02-16T23:05:21.885Z] [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:05:21 [2024-02-16T23:05:21.885Z] [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:05:21 [2024-02-16T23:05:21.885Z] [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:05:21 [2024-02-16T23:05:21.885Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar
18:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.886Z] [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:05:21 [2024-02-16T23:05:21.887Z] [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:05:21 [2024-02-16T23:05:21.887Z] [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:05:21 [2024-02-16T23:05:21.887Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
18:05:21 [2024-02-16T23:05:21.887Z] [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:05:21 [2024-02-16T23:05:21.887Z] [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:05:22 [2024-02-16T23:05:22.143Z] [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:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
18:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.144Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
18:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.145Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar
18:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.146Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
18:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.147Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar
18:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
18:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
18:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
18:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.148Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.36.0/ecj-3.36.0.jar
18:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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 49 MB/s)
18:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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 22 MB/s)
18:05:22 [2024-02-16T23:05:22.149Z] [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:05:22 [2024-02-16T23:05:22.149Z] [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 12 MB/s)
18:05:22 [2024-02-16T23:05:22.150Z] [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:05:22 [2024-02-16T23:05:22.150Z] [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 499 kB/s)
18:05:22 [2024-02-16T23:05:22.150Z] [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:05:22 [2024-02-16T23:05:22.150Z] [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 13 MB/s)
18:05:22 [2024-02-16T23:05:22.150Z] [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:05:22 [2024-02-16T23:05:22.150Z] [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 11 MB/s)
18:05:22 [2024-02-16T23:05:22.150Z] [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 25 MB/s)
18:05:22 [2024-02-16T23:05:22.150Z] [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:05:22 [2024-02-16T23:05:22.150Z] [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:05:22 [2024-02-16T23:05:22.150Z] [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.0 MB/s)
18:05:22 [2024-02-16T23:05:22.150Z] [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:05:22 [2024-02-16T23:05:22.150Z] [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 6.6 MB/s)
18:05:22 [2024-02-16T23:05:22.150Z] [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:05:22 [2024-02-16T23:05:22.151Z] [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 341 kB/s)
18:05:22 [2024-02-16T23:05:22.151Z] [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:05:22 [2024-02-16T23:05:22.151Z] [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 2.1 MB/s)
18:05:22 [2024-02-16T23:05:22.151Z] [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:05:22 [2024-02-16T23:05:22.151Z] [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 3.4 MB/s)
18:05:22 [2024-02-16T23:05:22.151Z] [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:05:22 [2024-02-16T23:05:22.151Z] [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 83 MB/s)
18:05:22 [2024-02-16T23:05:22.151Z] [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 31 MB/s)
18:05:22 [2024-02-16T23:05:22.151Z] [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:05:22 [2024-02-16T23:05:22.151Z] [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:05:22 [2024-02-16T23:05:22.151Z] [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 4.9 MB/s)
18:05:22 [2024-02-16T23:05:22.151Z] [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:05:22 [2024-02-16T23:05:22.152Z] [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 6.1 MB/s)
18:05:22 [2024-02-16T23:05:22.152Z] [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:05:22 [2024-02-16T23:05:22.152Z] [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 21 MB/s)
18:05:22 [2024-02-16T23:05:22.152Z] [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:05:22 [2024-02-16T23:05:22.152Z] [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 4.1 MB/s)
18:05:22 [2024-02-16T23:05:22.152Z] [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:05:22 [2024-02-16T23:05:22.152Z] [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.7 MB/s)
18:05:22 [2024-02-16T23:05:22.152Z] [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:05:22 [2024-02-16T23:05:22.152Z] [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 15 MB/s)
18:05:22 [2024-02-16T23:05:22.152Z] [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 39 MB/s)
18:05:22 [2024-02-16T23:05:22.152Z] [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 67 MB/s)
18:05:22 [2024-02-16T23:05:22.153Z] [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 51 MB/s)
18:05:22 [2024-02-16T23:05:22.153Z] [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 89 MB/s)
18:05:24 [2024-02-16T23:05:24.041Z] [INFO] Tycho Version:  4.0.6-SNAPSHOT (8afa570c154b3a3e6bbcde92e19341fb142a18e5)
18:05:24 [2024-02-16T23:05:24.041Z] [INFO] Tycho Mode:     extension
18:05:24 [2024-02-16T23:05:24.041Z] [INFO] Tycho Builder:  maven
18:05:24 [2024-02-16T23:05:24.041Z] [INFO] Build Threads:  1
18:05:24 [2024-02-16T23:05:24.296Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.296Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.296Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.297Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.297Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 254 kB/s)
18:05:24 [2024-02-16T23:05:24.297Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.297Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/target-platform-configuration-4.0.6-20240216.203051-26.pom
18:05:24 [2024-02-16T23:05:24.297Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/target-platform-configuration-4.0.6-20240216.203051-26.pom (1.8 kB at 892 kB/s)
18:05:24 [2024-02-16T23:05:24.297Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/target-platform-configuration-4.0.6-20240216.203051-26.jar
18:05:24 [2024-02-16T23:05:24.297Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/target-platform-configuration/4.0.6-SNAPSHOT/target-platform-configuration-4.0.6-20240216.203051-26.jar (29 kB at 14 MB/s)
18:05:24 [2024-02-16T23:05:24.579Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.579Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.579Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.579Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.579Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 335 kB/s)
18:05:24 [2024-02-16T23:05:24.579Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:24 [2024-02-16T23:05:24.580Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/tycho-source-plugin-4.0.6-20240216.203051-26.pom
18:05:24 [2024-02-16T23:05:24.580Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/tycho-source-plugin-4.0.6-20240216.203051-26.pom (3.0 kB at 1.5 MB/s)
18:05:24 [2024-02-16T23:05:24.580Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/tycho-source-plugin-4.0.6-20240216.203051-26.jar
18:05:24 [2024-02-16T23:05:24.580Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-source-plugin/4.0.6-SNAPSHOT/tycho-source-plugin-4.0.6-20240216.203051-26.jar (50 kB at 25 MB/s)
18:05:24 [2024-02-16T23:05:24.580Z] [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:24 [2024-02-16T23:05:24.580Z] [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:24 [2024-02-16T23:05:24.580Z] [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:24 [2024-02-16T23:05:24.580Z] [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:24 [2024-02-16T23:05:24.580Z] [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:24 [2024-02-16T23:05:24.580Z] [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:24 [2024-02-16T23:05:24.580Z] [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:24 [2024-02-16T23:05:24.581Z] [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:24 [2024-02-16T23:05:24.581Z] [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:24 [2024-02-16T23:05:24.581Z] [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:24 [2024-02-16T23:05:24.581Z] [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:24 [2024-02-16T23:05:24.581Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
18:05:24 [2024-02-16T23:05:24.581Z] [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:24 [2024-02-16T23:05:24.581Z] [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:24 [2024-02-16T23:05:24.581Z] [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:24 [2024-02-16T23:05:24.581Z] [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:24 [2024-02-16T23:05:24.853Z] [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:24 [2024-02-16T23:05:24.853Z] [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:24 [2024-02-16T23:05:24.853Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/33/maven-parent-33.pom
18:05:24 [2024-02-16T23:05:24.853Z] [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:24 [2024-02-16T23:05:24.853Z] [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 22 MB/s)
18:05:24 [2024-02-16T23:05:24.853Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/21/apache-21.pom
18:05:24 [2024-02-16T23:05:24.853Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/21/apache-21.pom
18:05:24 [2024-02-16T23:05:24.853Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/21/apache-21.pom
18:05:24 [2024-02-16T23:05:24.853Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom
18:05:24 [2024-02-16T23:05:24.853Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/21/apache-21.pom
18:05:24 [2024-02-16T23:05:24.854Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
18:05:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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 2.7 MB/s)
18:05:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.854Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.855Z] [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:24 [2024-02-16T23:05:24.856Z] [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 7.5 MB/s)
18:05:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:24 [2024-02-16T23:05:24.856Z] [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:25 [2024-02-16T23:05:25.112Z] [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:25 [2024-02-16T23:05:25.112Z] [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:25 [2024-02-16T23:05:25.112Z] [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 4.5 MB/s)
18:05:25 [2024-02-16T23:05:25.112Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:25 [2024-02-16T23:05:25.112Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:25 [2024-02-16T23:05:25.113Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:25 [2024-02-16T23:05:25.113Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:25 [2024-02-16T23:05:25.113Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/net/java/jvnet-parent/3/jvnet-parent-3.pom
18:05:25 [2024-02-16T23:05:25.113Z] [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:25 [2024-02-16T23:05:25.113Z] [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 4.8 MB/s)
18:05:25 [2024-02-16T23:05:25.113Z] [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:25 [2024-02-16T23:05:25.113Z] [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:25 [2024-02-16T23:05:25.113Z] [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:25 [2024-02-16T23:05:25.113Z] [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:25 [2024-02-16T23:05:25.113Z] [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:25 [2024-02-16T23:05:25.113Z] [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:25 [2024-02-16T23:05:25.113Z] [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 5.8 MB/s)
18:05:25 [2024-02-16T23:05:25.113Z] [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:25 [2024-02-16T23:05:25.113Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.114Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
18:05:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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 3.8 MB/s)
18:05:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.115Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.372Z] [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 916 kB/s)
18:05:25 [2024-02-16T23:05:25.372Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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 1.2 MB/s)
18:05:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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:25 [2024-02-16T23:05:25.373Z] [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 683 kB/s)
18:05:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.374Z] [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:25 [2024-02-16T23:05:25.375Z] [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 462 kB/s)
18:05:25 [2024-02-16T23:05:25.375Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:25 [2024-02-16T23:05:25.375Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:25 [2024-02-16T23:05:25.375Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:25 [2024-02-16T23:05:25.375Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:25 [2024-02-16T23:05:25.631Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom
18:05:25 [2024-02-16T23:05:25.631Z] [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:25 [2024-02-16T23:05:25.631Z] [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 8.5 MB/s)
18:05:25 [2024-02-16T23:05:25.631Z] [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:25 [2024-02-16T23:05:25.631Z] [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:25 [2024-02-16T23:05:25.631Z] [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:25 [2024-02-16T23:05:25.631Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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 1.8 MB/s)
18:05:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.632Z] [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:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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 4.5 MB/s)
18:05:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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:25 [2024-02-16T23:05:25.633Z] [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 1.4 MB/s)
18:05:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.634Z] [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:25 [2024-02-16T23:05:25.635Z] [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:25 [2024-02-16T23:05:25.635Z] [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 3.2 MB/s)
18:05:25 [2024-02-16T23:05:25.635Z] [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:25 [2024-02-16T23:05:25.635Z] [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:25 [2024-02-16T23:05:25.891Z] [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:25 [2024-02-16T23:05:25.891Z] [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:25 [2024-02-16T23:05:25.891Z] [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:25 [2024-02-16T23:05:25.891Z] [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:25 [2024-02-16T23:05:25.891Z] [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:25 [2024-02-16T23:05:25.891Z] [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:25 [2024-02-16T23:05:25.891Z] [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:25 [2024-02-16T23:05:25.891Z] [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:25 [2024-02-16T23:05:25.892Z] [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:25 [2024-02-16T23:05:25.892Z] [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:25 [2024-02-16T23:05:25.892Z] [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:25 [2024-02-16T23:05:25.892Z] [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:25 [2024-02-16T23:05:25.892Z] [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:25 [2024-02-16T23:05:25.892Z] [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:25 [2024-02-16T23:05:25.892Z] [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:25 [2024-02-16T23:05:25.892Z] [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:25 [2024-02-16T23:05:25.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom
18:05:25 [2024-02-16T23:05:25.892Z] [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:25 [2024-02-16T23:05:25.892Z] [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 14 MB/s)
18:05:25 [2024-02-16T23:05:25.892Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/23/apache-23.pom
18:05:25 [2024-02-16T23:05:25.892Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/23/apache-23.pom
18:05:25 [2024-02-16T23:05:25.892Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/23/apache-23.pom
18:05:25 [2024-02-16T23:05:25.892Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom
18:05:25 [2024-02-16T23:05:25.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom
18:05:25 [2024-02-16T23:05:25.892Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom
18:05:25 [2024-02-16T23:05:25.893Z] [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 9.2 MB/s)
18:05:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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:25 [2024-02-16T23:05:25.893Z] [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 8.9 MB/s)
18:05:25 [2024-02-16T23:05:25.893Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/5/google-5.pom
18:05:25 [2024-02-16T23:05:25.893Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/google/5/google-5.pom
18:05:25 [2024-02-16T23:05:25.894Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom
18:05:25 [2024-02-16T23:05:25.894Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom
18:05:25 [2024-02-16T23:05:25.894Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom
18:05:25 [2024-02-16T23:05:25.894Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom
18:05:25 [2024-02-16T23:05:25.894Z] [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:25 [2024-02-16T23:05:25.894Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:25 [2024-02-16T23:05:25.894Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:25 [2024-02-16T23:05:25.894Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:26 [2024-02-16T23:05:26.150Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:26 [2024-02-16T23:05:26.150Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
18:05:26 [2024-02-16T23:05:26.150Z] [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:26 [2024-02-16T23:05:26.150Z] [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:26 [2024-02-16T23:05:26.150Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.151Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.152Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
18:05:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.153Z] [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:26 [2024-02-16T23:05:26.409Z] [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:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom
18:05:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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 16 MB/s)
18:05:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.410Z] [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 5.1 MB/s)
18:05:26 [2024-02-16T23:05:26.410Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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:26 [2024-02-16T23:05:26.411Z] [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 3.2 MB/s)
18:05:26 [2024-02-16T23:05:26.411Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:26 [2024-02-16T23:05:26.412Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:26 [2024-02-16T23:05:26.412Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:26 [2024-02-16T23:05:26.412Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:26 [2024-02-16T23:05:26.412Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 504 kB/s)
18:05:26 [2024-02-16T23:05:26.412Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:26 [2024-02-16T23:05:26.412Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/tycho-packaging-plugin-4.0.6-20240216.203051-26.pom
18:05:26 [2024-02-16T23:05:26.412Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/tycho-packaging-plugin-4.0.6-20240216.203051-26.pom (3.0 kB at 1.5 MB/s)
18:05:26 [2024-02-16T23:05:26.412Z] [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:26 [2024-02-16T23:05:26.412Z] [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:26 [2024-02-16T23:05:26.412Z] [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:26 [2024-02-16T23:05:26.412Z] [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:26 [2024-02-16T23:05:26.412Z] [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:26 [2024-02-16T23:05:26.412Z] [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:26 [2024-02-16T23:05:26.412Z] [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 1.7 MB/s)
18:05:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.413Z] [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:26 [2024-02-16T23:05:26.669Z] [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 944 kB/s)
18:05:26 [2024-02-16T23:05:26.669Z] [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:26 [2024-02-16T23:05:26.669Z] [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:26 [2024-02-16T23:05:26.669Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
18:05:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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 12 MB/s)
18:05:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.670Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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 5.0 MB/s)
18:05:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.671Z] [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:26 [2024-02-16T23:05:26.672Z] [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:26 [2024-02-16T23:05:26.672Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
18:05:26 [2024-02-16T23:05:26.672Z] [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:26 [2024-02-16T23:05:26.672Z] [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:26 [2024-02-16T23:05:26.672Z] [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:26 [2024-02-16T23:05:26.672Z] [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:26 [2024-02-16T23:05:26.672Z] [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:26 [2024-02-16T23:05:26.672Z] [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:26 [2024-02-16T23:05:26.672Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom
18:05:26 [2024-02-16T23:05:26.672Z] [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:26 [2024-02-16T23:05:26.672Z] [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 14 MB/s)
18:05:26 [2024-02-16T23:05:26.672Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom
18:05:26 [2024-02-16T23:05:26.672Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom
18:05:26 [2024-02-16T23:05:26.672Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom
18:05:26 [2024-02-16T23:05:26.672Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom
18:05:26 [2024-02-16T23:05:26.672Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom
18:05:26 [2024-02-16T23:05:26.672Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
18:05:26 [2024-02-16T23:05:26.672Z] [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:26 [2024-02-16T23:05:26.673Z] [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:26 [2024-02-16T23:05:26.673Z] [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:26 [2024-02-16T23:05:26.673Z] [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:26 [2024-02-16T23:05:26.673Z] [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:26 [2024-02-16T23:05:26.928Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
18:05:26 [2024-02-16T23:05:26.928Z] [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:26 [2024-02-16T23:05:26.929Z] [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 7.0 MB/s)
18:05:26 [2024-02-16T23:05:26.929Z] [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:26 [2024-02-16T23:05:26.929Z] [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:26 [2024-02-16T23:05:26.929Z] [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:26 [2024-02-16T23:05:26.929Z] [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:26 [2024-02-16T23:05:26.929Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom
18:05:26 [2024-02-16T23:05:26.929Z] [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:26 [2024-02-16T23:05:26.929Z] [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:26 [2024-02-16T23:05:26.929Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom
18:05:26 [2024-02-16T23:05:26.929Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom
18:05:26 [2024-02-16T23:05:26.929Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom
18:05:26 [2024-02-16T23:05:26.929Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom
18:05:26 [2024-02-16T23:05:26.929Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom
18:05:26 [2024-02-16T23:05:26.929Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
18:05:26 [2024-02-16T23:05:26.929Z] [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:26 [2024-02-16T23:05:26.929Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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 5.2 MB/s)
18:05:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.930Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.931Z] [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:26 [2024-02-16T23:05:26.932Z] [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 5.1 MB/s)
18:05:26 [2024-02-16T23:05:26.932Z] [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:26 [2024-02-16T23:05:26.932Z] [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:26 [2024-02-16T23:05:26.932Z] [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:26 [2024-02-16T23:05:26.932Z] [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:26 [2024-02-16T23:05:26.932Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
18:05:26 [2024-02-16T23:05:26.932Z] [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:26 [2024-02-16T23:05:26.932Z] [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 5.1 MB/s)
18:05:26 [2024-02-16T23:05:26.932Z] [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:26 [2024-02-16T23:05:26.932Z] [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:26 [2024-02-16T23:05:26.932Z] [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:26 [2024-02-16T23:05:26.932Z] [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:26 [2024-02-16T23:05:26.932Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/gson/gson/2.10/gson-2.10.pom
18:05:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.189Z] [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:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [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 1.6 MB/s)
18:05:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
18:05:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [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 2.8 MB/s)
18:05:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
18:05:27 [2024-02-16T23:05:27.190Z] [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:27 [2024-02-16T23:05:27.190Z] [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 929 kB/s)
18:05:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/tycho-packaging-plugin-4.0.6-20240216.203051-26.jar
18:05:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-packaging-plugin/4.0.6-SNAPSHOT/tycho-packaging-plugin-4.0.6-20240216.203051-26.jar (165 kB at 24 MB/s)
18:05:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.191Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.192Z] [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:27 [2024-02-16T23:05:27.449Z] [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:27 [2024-02-16T23:05:27.449Z] [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:27 [2024-02-16T23:05:27.449Z] [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:27 [2024-02-16T23:05:27.449Z] [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:27 [2024-02-16T23:05:27.449Z] [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:27 [2024-02-16T23:05:27.449Z] [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:27 [2024-02-16T23:05:27.449Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.450Z] [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:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
18:05:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/gson/gson/2.10/gson-2.10.jar
18:05:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.451Z] [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 11 MB/s)
18:05:27 [2024-02-16T23:05:27.451Z] [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:27 [2024-02-16T23:05:27.452Z] [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:27 [2024-02-16T23:05:27.452Z] [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:27 [2024-02-16T23:05:27.452Z] [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:27 [2024-02-16T23:05:27.452Z] [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:27 [2024-02-16T23:05:27.452Z] [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 8.9 MB/s)
18:05:27 [2024-02-16T23:05:27.452Z] [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:27 [2024-02-16T23:05:27.452Z] [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 21 MB/s)
18:05:27 [2024-02-16T23:05:27.452Z] [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 69 MB/s)
18:05:27 [2024-02-16T23:05:27.452Z] [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:27 [2024-02-16T23:05:27.452Z] [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:27 [2024-02-16T23:05:27.452Z] [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 10 MB/s)
18:05:27 [2024-02-16T23:05:27.452Z] [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:27 [2024-02-16T23:05:27.452Z] [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 66 MB/s)
18:05:27 [2024-02-16T23:05:27.452Z] [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:27 [2024-02-16T23:05:27.453Z] [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.4 MB/s)
18:05:27 [2024-02-16T23:05:27.453Z] [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 26 MB/s)
18:05:27 [2024-02-16T23:05:27.453Z] [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 36 MB/s)
18:05:27 [2024-02-16T23:05:27.453Z] [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 37 MB/s)
18:05:27 [2024-02-16T23:05:27.453Z] [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:27 [2024-02-16T23:05:27.710Z] [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:27 [2024-02-16T23:05:27.710Z] [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:27 [2024-02-16T23:05:27.710Z] [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:27 [2024-02-16T23:05:27.710Z] [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:27 [2024-02-16T23:05:27.710Z] [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:27 [2024-02-16T23:05:27.710Z] [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:27 [2024-02-16T23:05:27.710Z] [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:27 [2024-02-16T23:05:27.710Z] [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:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
18:05:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [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 8.1 MB/s)
18:05:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/39/maven-parent-39.pom
18:05:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.711Z] [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:27 [2024-02-16T23:05:27.712Z] [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:27 [2024-02-16T23:05:27.968Z] [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:27 [2024-02-16T23:05:27.968Z] [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:27 [2024-02-16T23:05:27.968Z] [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:27 [2024-02-16T23:05:27.968Z] [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:27 [2024-02-16T23:05:27.968Z] [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 31 MB/s)
18:05:27 [2024-02-16T23:05:27.968Z] [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:27 [2024-02-16T23:05:27.968Z] [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:27 [2024-02-16T23:05:27.968Z] [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:27 [2024-02-16T23:05:27.968Z] [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:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.969Z] [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 147 kB/s)
18:05:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.969Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
18:05:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.969Z] [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 11 MB/s)
18:05:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.969Z] [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:27 [2024-02-16T23:05:27.970Z] [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:27 [2024-02-16T23:05:27.970Z] [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:27 [2024-02-16T23:05:27.970Z] [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:27 [2024-02-16T23:05:27.970Z] [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 736 kB/s)
18:05:27 [2024-02-16T23:05:27.970Z] [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:27 [2024-02-16T23:05:27.970Z] [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:27 [2024-02-16T23:05:27.970Z] [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:28 [2024-02-16T23:05:28.226Z] [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:28 [2024-02-16T23:05:28.227Z] [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:28 [2024-02-16T23:05:28.227Z] [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:28 [2024-02-16T23:05:28.227Z] [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 3.9 MB/s)
18:05:28 [2024-02-16T23:05:28.227Z] [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:28 [2024-02-16T23:05:28.227Z] [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:28 [2024-02-16T23:05:28.227Z] [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:28 [2024-02-16T23:05:28.227Z] [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:28 [2024-02-16T23:05:28.227Z] [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:28 [2024-02-16T23:05:28.227Z] [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:28 [2024-02-16T23:05:28.227Z] [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 16 MB/s)
18:05:28 [2024-02-16T23:05:28.227Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.227Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 500 kB/s)
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/tycho-p2-plugin-4.0.6-20240216.203051-26.pom
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/tycho-p2-plugin-4.0.6-20240216.203051-26.pom (2.4 kB at 2.4 MB/s)
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/tycho-p2-plugin-4.0.6-20240216.203051-26.jar
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-plugin/4.0.6-SNAPSHOT/tycho-p2-plugin-4.0.6-20240216.203051-26.jar (36 kB at 18 MB/s)
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.228Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 504 kB/s)
18:05:28 [2024-02-16T23:05:28.229Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:28 [2024-02-16T23:05:28.229Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/tycho-artifactcomparator-4.0.6-20240216.203051-26.pom
18:05:28 [2024-02-16T23:05:28.229Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/tycho-artifactcomparator-4.0.6-20240216.203051-26.pom (2.9 kB at 1.4 MB/s)
18:05:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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 1.3 MB/s)
18:05:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
18:05:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.229Z] [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:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.6/asm-9.6.pom
18:05:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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 1.2 MB/s)
18:05:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.230Z] [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 1.5 MB/s)
18:05:28 [2024-02-16T23:05:28.230Z] [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:28 [2024-02-16T23:05:28.486Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.487Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.488Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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 4.5 MB/s)
18:05:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.489Z] [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:28 [2024-02-16T23:05:28.490Z] [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:28 [2024-02-16T23:05:28.490Z] [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 5.3 MB/s)
18:05:28 [2024-02-16T23:05:28.490Z] [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:28 [2024-02-16T23:05:28.490Z] [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:28 [2024-02-16T23:05:28.490Z] [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:28 [2024-02-16T23:05:28.490Z] [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:28 [2024-02-16T23:05:28.490Z] [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:28 [2024-02-16T23:05:28.490Z] [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:28 [2024-02-16T23:05:28.490Z] [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:28 [2024-02-16T23:05:28.490Z] [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:28 [2024-02-16T23:05:28.746Z] [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:28 [2024-02-16T23:05:28.746Z] [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:28 [2024-02-16T23:05:28.746Z] [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:28 [2024-02-16T23:05:28.746Z] [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:28 [2024-02-16T23:05:28.746Z] [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:28 [2024-02-16T23:05:28.746Z] [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:28 [2024-02-16T23:05:28.746Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.747Z] [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 4.4 MB/s)
18:05:28 [2024-02-16T23:05:28.747Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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 1.7 MB/s)
18:05:28 [2024-02-16T23:05:28.748Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/tycho-artifactcomparator-4.0.6-20240216.203051-26.jar
18:05:28 [2024-02-16T23:05:28.748Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-artifactcomparator/4.0.6-SNAPSHOT/tycho-artifactcomparator-4.0.6-20240216.203051-26.jar (39 kB at 19 MB/s)
18:05:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.748Z] [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:28 [2024-02-16T23:05:28.749Z] [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:28 [2024-02-16T23:05:28.749Z] [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:28 [2024-02-16T23:05:28.749Z] [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:28 [2024-02-16T23:05:28.749Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.005Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.006Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.6/asm-9.6.jar
18:05:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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 5.2 MB/s)
18:05:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.007Z] [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:29 [2024-02-16T23:05:29.008Z] [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:29 [2024-02-16T23:05:29.008Z] [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:29 [2024-02-16T23:05:29.008Z] [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:29 [2024-02-16T23:05:29.008Z] [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:29 [2024-02-16T23:05:29.008Z] [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:29 [2024-02-16T23:05:29.008Z] [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:29 [2024-02-16T23:05:29.008Z] [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 39 MB/s)
18:05:29 [2024-02-16T23:05:29.008Z] [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:29 [2024-02-16T23:05:29.008Z] [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 44 MB/s)
18:05:29 [2024-02-16T23:05:29.008Z] [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 9.3 MB/s)
18:05:29 [2024-02-16T23:05:29.008Z] [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 14 MB/s)
18:05:29 [2024-02-16T23:05:29.008Z] [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 26 MB/s)
18:05:29 [2024-02-16T23:05:29.265Z] [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 2.7 MB/s)
18:05:29 [2024-02-16T23:05:29.521Z] [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:29 [2024-02-16T23:05:29.521Z] [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:29 [2024-02-16T23:05:29.521Z] [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:29 [2024-02-16T23:05:29.521Z] [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:29 [2024-02-16T23:05:29.521Z] [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:29 [2024-02-16T23:05:29.521Z] [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:29 [2024-02-16T23:05:29.522Z] [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 352 kB/s)
18:05:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
18:05:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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 4.0 MB/s)
18:05:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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:29 [2024-02-16T23:05:29.522Z] [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 3.4 MB/s)
18:05:29 [2024-02-16T23:05:29.523Z] [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:29 [2024-02-16T23:05:29.523Z] [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:29 [2024-02-16T23:05:29.523Z] [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:29 [2024-02-16T23:05:29.523Z] [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:29 [2024-02-16T23:05:29.523Z] [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:29 [2024-02-16T23:05:29.779Z] [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:29 [2024-02-16T23:05:29.779Z] [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:29 [2024-02-16T23:05:29.779Z] [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:29 [2024-02-16T23:05:29.779Z] [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:29 [2024-02-16T23:05:29.779Z] [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:29 [2024-02-16T23:05:29.779Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [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:29 [2024-02-16T23:05:29.780Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.780Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.780Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.780Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.0 MB/s)
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/tycho-p2-extras-plugin-4.0.6-20240216.203051-26.pom
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/tycho-p2-extras-plugin-4.0.6-20240216.203051-26.pom (5.1 kB at 2.5 MB/s)
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-extras/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-extras/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-extras/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-extras/4.0.6-SNAPSHOT/maven-metadata.xml (615 B at 308 kB/s)
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-extras/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-extras/4.0.6-SNAPSHOT/tycho-extras-4.0.6-20240216.203051-26.pom
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-extras/4.0.6-SNAPSHOT/tycho-extras-4.0.6-20240216.203051-26.pom (5.7 kB at 2.9 MB/s)
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/tycho-p2-extras-plugin-4.0.6-20240216.203051-26.jar
18:05:29 [2024-02-16T23:05:29.781Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/4.0.6-SNAPSHOT/tycho-p2-extras-plugin-4.0.6-20240216.203051-26.jar (31 kB at 15 MB/s)
18:05:30 [2024-02-16T23:05:30.036Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.037Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.037Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.037Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.037Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 503 kB/s)
18:05:30 [2024-02-16T23:05:30.037Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.037Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/tycho-apitools-plugin-4.0.6-20240216.203051-26.pom
18:05:30 [2024-02-16T23:05:30.037Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/tycho-apitools-plugin-4.0.6-20240216.203051-26.pom (3.2 kB at 3.2 MB/s)
18:05:30 [2024-02-16T23:05:30.037Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/tycho-apitools-plugin-4.0.6-20240216.203051-26.jar
18:05:30 [2024-02-16T23:05:30.037Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-apitools-plugin/4.0.6-SNAPSHOT/tycho-apitools-plugin-4.0.6-20240216.203051-26.jar (46 kB at 15 MB/s)
18:05:30 [2024-02-16T23:05:30.037Z] [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:30 [2024-02-16T23:05:30.037Z] [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:30 [2024-02-16T23:05:30.038Z] [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:30 [2024-02-16T23:05:30.038Z] [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:30 [2024-02-16T23:05:30.038Z] [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:30 [2024-02-16T23:05:30.038Z] [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:30 [2024-02-16T23:05:30.038Z] [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 1.8 MB/s)
18:05:30 [2024-02-16T23:05:30.038Z] [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:30 [2024-02-16T23:05:30.038Z] [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:30 [2024-02-16T23:05:30.038Z] [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:30 [2024-02-16T23:05:30.038Z] [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:30 [2024-02-16T23:05:30.038Z] [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:30 [2024-02-16T23:05:30.294Z] [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:30 [2024-02-16T23:05:30.294Z] [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 3.6 MB/s)
18:05:30 [2024-02-16T23:05:30.294Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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 3.0 MB/s)
18:05:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.295Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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 798 kB/s)
18:05:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.296Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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 392 kB/s)
18:05:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.297Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.298Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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 88 MB/s)
18:05:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.299Z] [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:30 [2024-02-16T23:05:30.300Z] [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:30 [2024-02-16T23:05:30.300Z] [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:30 [2024-02-16T23:05:30.300Z] [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:30 [2024-02-16T23:05:30.300Z] [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 68 MB/s)
18:05:30 [2024-02-16T23:05:30.556Z] [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 66 MB/s)
18:05:30 [2024-02-16T23:05:30.556Z] [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 79 MB/s)
18:05:30 [2024-02-16T23:05:30.556Z] [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 88 MB/s)
18:05:30 [2024-02-16T23:05:30.556Z] [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:30 [2024-02-16T23:05:30.556Z] [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:30 [2024-02-16T23:05:30.556Z] [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:30 [2024-02-16T23:05:30.556Z] [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:30 [2024-02-16T23:05:30.557Z] [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:30 [2024-02-16T23:05:30.557Z] [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:30 [2024-02-16T23:05:30.813Z] [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 5.3 MB/s)
18:05:30 [2024-02-16T23:05:30.813Z] [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:30 [2024-02-16T23:05:30.813Z] [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:30 [2024-02-16T23:05:30.813Z] [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:30 [2024-02-16T23:05:30.813Z] [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:30 [2024-02-16T23:05:30.813Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
18:05:30 [2024-02-16T23:05:30.813Z] [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:30 [2024-02-16T23:05:30.813Z] [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:30 [2024-02-16T23:05:30.813Z] [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:30 [2024-02-16T23:05:30.813Z] [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:30 [2024-02-16T23:05:30.813Z] [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:30 [2024-02-16T23:05:30.814Z] [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:30 [2024-02-16T23:05:30.814Z] [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:30 [2024-02-16T23:05:30.814Z] [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:30 [2024-02-16T23:05:30.814Z] [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 18 MB/s)
18:05:30 [2024-02-16T23:05:30.814Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.814Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.814Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.814Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.814Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 505 kB/s)
18:05:30 [2024-02-16T23:05:30.814Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.814Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/tycho-buildtimestamp-jgit-4.0.6-20240216.203051-26.pom
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/tycho-buildtimestamp-jgit-4.0.6-20240216.203051-26.pom (2.0 kB at 2.0 MB/s)
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 506 kB/s)
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/tycho-sourceref-jgit-4.0.6-20240216.203051-26.pom
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/tycho-sourceref-jgit-4.0.6-20240216.203051-26.pom (1.9 kB at 947 kB/s)
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/tycho-buildtimestamp-jgit-4.0.6-20240216.203051-26.jar
18:05:30 [2024-02-16T23:05:30.815Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-buildtimestamp-jgit/4.0.6-SNAPSHOT/tycho-buildtimestamp-jgit-4.0.6-20240216.203051-26.jar (12 kB at 1.1 MB/s)
18:05:30 [2024-02-16T23:05:30.816Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/tycho-sourceref-jgit-4.0.6-20240216.203051-26.jar
18:05:30 [2024-02-16T23:05:30.816Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/4.0.6-SNAPSHOT/tycho-sourceref-jgit-4.0.6-20240216.203051-26.jar (6.2 kB at 3.1 MB/s)
18:05:31 [2024-02-16T23:05:31.072Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:31 [2024-02-16T23:05:31.072Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:31 [2024-02-16T23:05:31.072Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:31 [2024-02-16T23:05:31.072Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:31 [2024-02-16T23:05:31.072Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 335 kB/s)
18:05:31 [2024-02-16T23:05:31.072Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:31 [2024-02-16T23:05:31.072Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/tycho-compiler-plugin-4.0.6-20240216.203051-26.pom
18:05:31 [2024-02-16T23:05:31.072Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/tycho-compiler-plugin-4.0.6-20240216.203051-26.pom (2.9 kB at 1.5 MB/s)
18:05:31 [2024-02-16T23:05:31.073Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/tycho-compiler-plugin-4.0.6-20240216.203051-26.jar
18:05:31 [2024-02-16T23:05:31.073Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-plugin/4.0.6-SNAPSHOT/tycho-compiler-plugin-4.0.6-20240216.203051-26.jar (57 kB at 28 MB/s)
18:05:31 [2024-02-16T23:05:31.073Z] [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:31 [2024-02-16T23:05:31.073Z] [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:31 [2024-02-16T23:05:31.073Z] [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 204 kB/s)
18:05:31 [2024-02-16T23:05:31.073Z] [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:31 [2024-02-16T23:05:31.073Z] [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:31 [2024-02-16T23:05:31.073Z] [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:31 [2024-02-16T23:05:31.073Z] [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:31 [2024-02-16T23:05:31.073Z] [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:31 [2024-02-16T23:05:31.073Z] [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:31 [2024-02-16T23:05:31.073Z] [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 52 kB/s)
18:05:31 [2024-02-16T23:05:31.074Z] [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:31 [2024-02-16T23:05:31.330Z] [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:31 [2024-02-16T23:05:31.330Z] [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:31 [2024-02-16T23:05:31.330Z] [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:31 [2024-02-16T23:05:31.330Z] [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:31 [2024-02-16T23:05:31.330Z] [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:31 [2024-02-16T23:05:31.331Z] [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 278 kB/s)
18:05:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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 40 kB/s)
18:05:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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:31 [2024-02-16T23:05:31.331Z] [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 132 kB/s)
18:05:31 [2024-02-16T23:05:31.332Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:31 [2024-02-16T23:05:31.332Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:31 [2024-02-16T23:05:31.332Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:31 [2024-02-16T23:05:31.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:31 [2024-02-16T23:05:31.332Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/13/plexus-13.pom
18:05:31 [2024-02-16T23:05:31.332Z] [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:31 [2024-02-16T23:05:31.589Z] [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 1.7 MB/s)
18:05:31 [2024-02-16T23:05:31.589Z] [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:31 [2024-02-16T23:05:31.589Z] [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:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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 70 kB/s)
18:05:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.590Z] [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 3.3 MB/s)
18:05:31 [2024-02-16T23:05:31.590Z] [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:31 [2024-02-16T23:05:31.591Z] [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:31 [2024-02-16T23:05:31.591Z] [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:31 [2024-02-16T23:05:31.591Z] [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:31 [2024-02-16T23:05:31.591Z] [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:31 [2024-02-16T23:05:31.591Z] [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:31 [2024-02-16T23:05:31.846Z] [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 66 kB/s)
18:05:31 [2024-02-16T23:05:31.846Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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 2.8 MB/s)
18:05:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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:31 [2024-02-16T23:05:31.847Z] [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 14 kB/s)
18:05:31 [2024-02-16T23:05:31.848Z] [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:31 [2024-02-16T23:05:31.848Z] [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:31 [2024-02-16T23:05:31.848Z] [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:31 [2024-02-16T23:05:31.848Z] [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:31 [2024-02-16T23:05:31.848Z] [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:31 [2024-02-16T23:05:31.848Z] [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:32 [2024-02-16T23:05:32.103Z] [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 21 kB/s)
18:05:32 [2024-02-16T23:05:32.103Z] [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:32 [2024-02-16T23:05:32.104Z] [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:32 [2024-02-16T23:05:32.104Z] [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:32 [2024-02-16T23:05:32.104Z] [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:32 [2024-02-16T23:05:32.104Z] [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:32 [2024-02-16T23:05:32.104Z] [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:32 [2024-02-16T23:05:32.104Z] [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 81 kB/s)
18:05:32 [2024-02-16T23:05:32.104Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.104Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.104Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.104Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.104Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 502 kB/s)
18:05:32 [2024-02-16T23:05:32.104Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.104Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/tycho-compiler-jdt-4.0.6-20240216.203051-26.pom
18:05:32 [2024-02-16T23:05:32.105Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/tycho-compiler-jdt-4.0.6-20240216.203051-26.pom (2.4 kB at 2.4 MB/s)
18:05:32 [2024-02-16T23:05:32.105Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.105Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.105Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.105Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.105Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 502 kB/s)
18:05:32 [2024-02-16T23:05:32.105Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.105Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/tycho-lib-detector-4.0.6-20240216.203051-26.pom
18:05:32 [2024-02-16T23:05:32.105Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/tycho-lib-detector-4.0.6-20240216.203051-26.pom (1.6 kB at 1.6 MB/s)
18:05:32 [2024-02-16T23:05:32.105Z] [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:32 [2024-02-16T23:05:32.105Z] [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:32 [2024-02-16T23:05:32.361Z] [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:32 [2024-02-16T23:05:32.361Z] [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:32 [2024-02-16T23:05:32.361Z] [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:32 [2024-02-16T23:05:32.361Z] [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:32 [2024-02-16T23:05:32.361Z] [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 74 kB/s)
18:05:32 [2024-02-16T23:05:32.361Z] [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:32 [2024-02-16T23:05:32.361Z] [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:32 [2024-02-16T23:05:32.361Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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 44 kB/s)
18:05:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [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:32 [2024-02-16T23:05:32.362Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/tycho-compiler-jdt-4.0.6-20240216.203051-26.jar
18:05:32 [2024-02-16T23:05:32.363Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/tycho-lib-detector-4.0.6-20240216.203051-26.jar
18:05:32 [2024-02-16T23:05:32.363Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-lib-detector/4.0.6-SNAPSHOT/tycho-lib-detector-4.0.6-20240216.203051-26.jar (3.5 kB at 703 kB/s)
18:05:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.363Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-compiler-jdt/4.0.6-SNAPSHOT/tycho-compiler-jdt-4.0.6-20240216.203051-26.jar (20 kB at 4.1 MB/s)
18:05:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.363Z] [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 102 MB/s)
18:05:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.363Z] [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:32 [2024-02-16T23:05:32.364Z] [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:32 [2024-02-16T23:05:32.364Z] [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:32 [2024-02-16T23:05:32.364Z] [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:32 [2024-02-16T23:05:32.364Z] [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:32 [2024-02-16T23:05:32.364Z] [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:32 [2024-02-16T23:05:32.364Z] [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:32 [2024-02-16T23:05:32.364Z] [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:32 [2024-02-16T23:05:32.364Z] [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:32 [2024-02-16T23:05:32.620Z] [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:32 [2024-02-16T23:05:32.620Z] [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:32 [2024-02-16T23:05:32.620Z] [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:32 [2024-02-16T23:05:32.620Z] [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:32 [2024-02-16T23:05:32.620Z] [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:32 [2024-02-16T23:05:32.620Z] [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:32 [2024-02-16T23:05:32.620Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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 261 kB/s)
18:05:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.621Z] [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:32 [2024-02-16T23:05:32.622Z] [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:32 [2024-02-16T23:05:32.622Z] [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:32 [2024-02-16T23:05:32.622Z] [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 2.0 MB/s)
18:05:32 [2024-02-16T23:05:32.622Z] [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:32 [2024-02-16T23:05:32.622Z] [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 2.9 MB/s)
18:05:32 [2024-02-16T23:05:32.622Z] [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:32 [2024-02-16T23:05:32.622Z] [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 420 kB/s)
18:05:32 [2024-02-16T23:05:32.622Z] [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 549 kB/s)
18:05:32 [2024-02-16T23:05:32.622Z] [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 3.9 MB/s)
18:05:32 [2024-02-16T23:05:32.622Z] [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 1.1 MB/s)
18:05:32 [2024-02-16T23:05:32.622Z] [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 832 kB/s)
18:05:32 [2024-02-16T23:05:32.879Z] [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:32 [2024-02-16T23:05:32.879Z] [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:32 [2024-02-16T23:05:32.879Z] [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:32 [2024-02-16T23:05:32.879Z] [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:32 [2024-02-16T23:05:32.879Z] [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:32 [2024-02-16T23:05:32.880Z] [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:32 [2024-02-16T23:05:32.880Z] [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 8.9 MB/s)
18:05:32 [2024-02-16T23:05:32.880Z] [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:32 [2024-02-16T23:05:32.880Z] [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:32 [2024-02-16T23:05:32.880Z] [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:32 [2024-02-16T23:05:32.880Z] [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:32 [2024-02-16T23:05:32.880Z] [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:32 [2024-02-16T23:05:32.880Z] [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:32 [2024-02-16T23:05:32.880Z] [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 20 MB/s)
18:05:32 [2024-02-16T23:05:32.880Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.880Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.880Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.880Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.881Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.0 MB/s)
18:05:32 [2024-02-16T23:05:32.881Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:32 [2024-02-16T23:05:32.881Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/tycho-bnd-plugin-4.0.6-20240216.203051-26.pom
18:05:32 [2024-02-16T23:05:32.881Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/tycho-bnd-plugin-4.0.6-20240216.203051-26.pom (1.9 kB at 1.9 MB/s)
18:05:32 [2024-02-16T23:05:32.881Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/tycho-bnd-plugin-4.0.6-20240216.203051-26.jar
18:05:32 [2024-02-16T23:05:32.881Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-bnd-plugin/4.0.6-SNAPSHOT/tycho-bnd-plugin-4.0.6-20240216.203051-26.jar (29 kB at 29 MB/s)
18:05:32 [2024-02-16T23:05:32.881Z] [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:32 [2024-02-16T23:05:32.881Z] [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:32 [2024-02-16T23:05:32.881Z] [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:32 [2024-02-16T23:05:32.881Z] [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:32 [2024-02-16T23:05:32.881Z] [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:32 [2024-02-16T23:05:32.881Z] [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:32 [2024-02-16T23:05:32.881Z] [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 1.3 MB/s)
18:05:32 [2024-02-16T23:05:32.881Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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 639 kB/s)
18:05:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.882Z] [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 640 kB/s)
18:05:32 [2024-02-16T23:05:32.882Z] [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:32 [2024-02-16T23:05:32.883Z] [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:33 [2024-02-16T23:05:33.139Z] [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:33 [2024-02-16T23:05:33.139Z] [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:33 [2024-02-16T23:05:33.139Z] [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:33 [2024-02-16T23:05:33.139Z] [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:33 [2024-02-16T23:05:33.140Z] [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 1.3 MB/s)
18:05:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.140Z] [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 644 kB/s)
18:05:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.140Z] [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:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.141Z] [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 1.9 MB/s)
18:05:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.141Z] [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 1.2 MB/s)
18:05:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.141Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.142Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.143Z] [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:33 [2024-02-16T23:05:33.144Z] [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 7.4 MB/s)
18:05:33 [2024-02-16T23:05:33.144Z] [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:33 [2024-02-16T23:05:33.144Z] [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:33 [2024-02-16T23:05:33.144Z] [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:33 [2024-02-16T23:05:33.144Z] [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:33 [2024-02-16T23:05:33.144Z] [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:33 [2024-02-16T23:05:33.144Z] [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 17 MB/s)
18:05:33 [2024-02-16T23:05:33.144Z] [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 20 MB/s)
18:05:33 [2024-02-16T23:05:33.144Z] [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 17 MB/s)
18:05:33 [2024-02-16T23:05:33.144Z] [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 69 MB/s)
18:05:33 [2024-02-16T23:05:33.401Z] [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 100 MB/s)
18:05:33 [2024-02-16T23:05:33.401Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:33 [2024-02-16T23:05:33.401Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:33 [2024-02-16T23:05:33.401Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:33 [2024-02-16T23:05:33.401Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:33 [2024-02-16T23:05:33.401Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 500 kB/s)
18:05:33 [2024-02-16T23:05:33.401Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:05:33 [2024-02-16T23:05:33.401Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/tycho-ds-plugin-4.0.6-20240216.203051-26.pom
18:05:33 [2024-02-16T23:05:33.401Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/tycho-ds-plugin-4.0.6-20240216.203051-26.pom (1.6 kB at 534 kB/s)
18:05:33 [2024-02-16T23:05:33.401Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/tycho-ds-plugin-4.0.6-20240216.203051-26.jar
18:05:33 [2024-02-16T23:05:33.402Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-ds-plugin/4.0.6-SNAPSHOT/tycho-ds-plugin-4.0.6-20240216.203051-26.jar (23 kB at 23 MB/s)
18:05:33 [2024-02-16T23:05:33.657Z] [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:33 [2024-02-16T23:05:33.657Z] [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:33 [2024-02-16T23:05:33.657Z] [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:33 [2024-02-16T23:05:33.657Z] [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:33 [2024-02-16T23:05:33.657Z] [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:33 [2024-02-16T23:05:33.657Z] [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:33 [2024-02-16T23:05:33.657Z] [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:33 [2024-02-16T23:05:33.657Z] [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:33 [2024-02-16T23:05:33.658Z] [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:33 [2024-02-16T23:05:33.658Z] [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:33 [2024-02-16T23:05:33.658Z] [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:33 [2024-02-16T23:05:33.658Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom
18:05:33 [2024-02-16T23:05:33.913Z] [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:33 [2024-02-16T23:05:33.913Z] [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 5.0 MB/s)
18:05:33 [2024-02-16T23:05:33.913Z] [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:33 [2024-02-16T23:05:33.913Z] [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:33 [2024-02-16T23:05:33.913Z] [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:33 [2024-02-16T23:05:33.914Z] [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:33 [2024-02-16T23:05:33.914Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/36/maven-parent-36.pom
18:05:33 [2024-02-16T23:05:33.914Z] [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:33 [2024-02-16T23:05:33.914Z] [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:33 [2024-02-16T23:05:33.914Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/26/apache-26.pom
18:05:33 [2024-02-16T23:05:33.914Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/26/apache-26.pom
18:05:33 [2024-02-16T23:05:33.914Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/26/apache-26.pom
18:05:33 [2024-02-16T23:05:33.914Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/26/apache-26.pom
18:05:33 [2024-02-16T23:05:33.914Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/26/apache-26.pom
18:05:33 [2024-02-16T23:05:33.914Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom
18:05:33 [2024-02-16T23:05:33.914Z] [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:33 [2024-02-16T23:05:33.914Z] [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:33 [2024-02-16T23:05:33.914Z] [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:33 [2024-02-16T23:05:33.914Z] [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:33 [2024-02-16T23:05:33.914Z] [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:33 [2024-02-16T23:05:33.914Z] [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:33 [2024-02-16T23:05:33.915Z] [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:33 [2024-02-16T23:05:33.915Z] [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:34 [2024-02-16T23:05:34.841Z] [INFO] ------------------------------------------------------------------------
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] Reactor Build Order:
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] 
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] eclipse-sdk-prereqs                          [eclipse-target-definition]
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] org.eclipse.jdt.core.compiler.batch                     [eclipse-plugin]
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] 
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >-------------------
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] Building eclipse-sdk-prereqs 4.31.0-SNAPSHOT                       [1/2]
18:05:34 [2024-02-16T23:05:34.841Z] [INFO]   from pom.xml
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] 
18:05:34 [2024-02-16T23:05:34.841Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs ---
18:05:34 [2024-02-16T23:05:34.841Z] [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:34 [2024-02-16T23:05:34.841Z] [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:34 [2024-02-16T23:05:34.841Z] [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:34 [2024-02-16T23:05:34.841Z] [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:34 [2024-02-16T23:05:34.841Z] [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:34 [2024-02-16T23:05:34.841Z] [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:34 [2024-02-16T23:05:34.841Z] [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 1.2 MB/s)
18:05:34 [2024-02-16T23:05:34.841Z] [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:34 [2024-02-16T23:05:34.841Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [INFO] 
18:05:34 [2024-02-16T23:05:34.842Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs ---
18:05:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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:34 [2024-02-16T23:05:34.842Z] [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 3.0 MB/s)
18:05:34 [2024-02-16T23:05:34.843Z] [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:34 [2024-02-16T23:05:34.843Z] [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:34 [2024-02-16T23:05:34.843Z] [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:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.099Z] [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 3.2 MB/s)
18:05:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.099Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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 2.5 MB/s)
18:05:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.100Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.101Z] [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:35 [2024-02-16T23:05:35.102Z] [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:35 [2024-02-16T23:05:35.102Z] [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:35 [2024-02-16T23:05:35.102Z] [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:35 [2024-02-16T23:05:35.102Z] [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:35 [2024-02-16T23:05:35.102Z] [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 28 MB/s)
18:05:35 [2024-02-16T23:05:35.102Z] [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:35 [2024-02-16T23:05:35.102Z] [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:35 [2024-02-16T23:05:35.102Z] [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:35 [2024-02-16T23:05:35.102Z] [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 27 MB/s)
18:05:35 [2024-02-16T23:05:35.102Z] [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 82 MB/s)
18:05:35 [2024-02-16T23:05:35.102Z] [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:35 [2024-02-16T23:05:35.358Z] [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:35 [2024-02-16T23:05:35.358Z] [INFO] 
18:05:35 [2024-02-16T23:05:35.358Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs ---
18:05:35 [2024-02-16T23:05:35.358Z] [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:35 [2024-02-16T23:05:35.358Z] [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:35 [2024-02-16T23:05:35.358Z] [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:35 [2024-02-16T23:05:35.358Z] [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:35 [2024-02-16T23:05:35.358Z] [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:35 [2024-02-16T23:05:35.358Z] [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:35 [2024-02-16T23:05:35.359Z] [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 1.9 MB/s)
18:05:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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 2.1 MB/s)
18:05:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.359Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.360Z] [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:35 [2024-02-16T23:05:35.361Z] [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:35 [2024-02-16T23:05:35.616Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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 10 MB/s)
18:05:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.617Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
18:05:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.618Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.619Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [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:35 [2024-02-16T23:05:35.620Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
18:05:35 [2024-02-16T23:05:35.621Z] [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:35 [2024-02-16T23:05:35.621Z] [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:35 [2024-02-16T23:05:35.621Z] [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:35 [2024-02-16T23:05:35.621Z] [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:35 [2024-02-16T23:05:35.621Z] [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:35 [2024-02-16T23:05:35.621Z] [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:35 [2024-02-16T23:05:35.621Z] [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:35 [2024-02-16T23:05:35.621Z] [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:35 [2024-02-16T23:05:35.621Z] [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:35 [2024-02-16T23:05:35.621Z] [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 78 MB/s)
18:05:35 [2024-02-16T23:05:35.621Z] [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 81 MB/s)
18:05:35 [2024-02-16T23:05:35.622Z] [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:35 [2024-02-16T23:05:35.877Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
18:05:35 [2024-02-16T23:05:35.877Z] [INFO] 
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs ---
18:05:35 [2024-02-16T23:05:35.878Z] [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:35 [2024-02-16T23:05:35.878Z] [INFO] 
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse-sdk-prereqs ---
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] 
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse-sdk-prereqs ---
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] 
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs ---
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] 
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs ---
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] Execution was skipped
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] 
18:05:35 [2024-02-16T23:05:35.878Z] [INFO] --- install:3.1.1:install (default-install) @ eclipse-sdk-prereqs ---
18:05:35 [2024-02-16T23:05:35.878Z] [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:35 [2024-02-16T23:05:35.878Z] [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:35 [2024-02-16T23:05:35.878Z] [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:35 [2024-02-16T23:05:35.878Z] [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:35 [2024-02-16T23:05:35.878Z] [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:35 [2024-02-16T23:05:35.878Z] [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:35 [2024-02-16T23:05:35.879Z] [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:35 [2024-02-16T23:05:35.879Z] [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:35 [2024-02-16T23:05:35.879Z] [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:35 [2024-02-16T23:05:35.879Z] [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:35 [2024-02-16T23:05:35.879Z] [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:35 [2024-02-16T23:05:35.879Z] [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:35 [2024-02-16T23:05:35.879Z] [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:35 [2024-02-16T23:05:35.879Z] [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 67 MB/s)
18:05:35 [2024-02-16T23:05:35.879Z] [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:35 [2024-02-16T23:05:35.880Z] [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:35 [2024-02-16T23:05:35.880Z] [INFO] 
18:05:35 [2024-02-16T23:05:35.880Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >---------
18:05:35 [2024-02-16T23:05:35.880Z] [INFO] Building org.eclipse.jdt.core.compiler.batch 3.37.0-SNAPSHOT       [2/2]
18:05:35 [2024-02-16T23:05:35.880Z] [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:35 [2024-02-16T23:05:35.880Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:05:38 [2024-02-16T23:05:38.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=[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@5d39ef56
18:05:38 [2024-02-16T23:05:38.394Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
18:05:38 [2024-02-16T23:05:38.395Z] [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:38 [2024-02-16T23:05:38.395Z] [INFO]     Transport mode:         online
18:05:38 [2024-02-16T23:05:38.395Z] [INFO]     Http Transport type:    Java11Client
18:05:38 [2024-02-16T23:05:38.395Z] [INFO]     Update mode:            cache first
18:05:38 [2024-02-16T23:05:38.395Z] [INFO]     Minimum cache duration: 60 minutes
18:05:38 [2024-02-16T23:05:38.395Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
18:05:39 [2024-02-16T23:05:39.324Z] [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.0, 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:39 [2024-02-16T23:05:39.325Z] [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:39 [2024-02-16T23:05:39.325Z] [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 40 MB/s)
18:05:39 [2024-02-16T23:05:39.325Z] [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:39 [2024-02-16T23:05:39.325Z] [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 15 MB/s)
18:05:39 [2024-02-16T23:05:39.325Z] [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:39 [2024-02-16T23:05:39.583Z] [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 72 MB/s)
18:05:39 [2024-02-16T23:05:39.583Z] [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:39 [2024-02-16T23:05:39.840Z] [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 62 MB/s)
18:05:42 [2024-02-16T23:05:42.357Z] [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:42 [2024-02-16T23:05:42.357Z] [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 7.4 MB/s)
18:05:42 [2024-02-16T23:05:42.357Z] [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:42 [2024-02-16T23:05:42.357Z] [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 13 MB/s)
18:05:42 [2024-02-16T23:05:42.357Z] [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:42 [2024-02-16T23:05:42.357Z] [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 43 MB/s)
18:05:42 [2024-02-16T23:05:42.357Z] [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:42 [2024-02-16T23:05:42.357Z] [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 71 MB/s)
18:05:42 [2024-02-16T23:05:42.357Z] [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:42 [2024-02-16T23:05:42.357Z] [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:42 [2024-02-16T23:05:42.357Z] [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:42 [2024-02-16T23:05:42.358Z] [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 8.9 MB/s)
18:05:42 [2024-02-16T23:05:42.358Z] [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:42 [2024-02-16T23:05:42.358Z] [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 12 MB/s)
18:05:42 [2024-02-16T23:05:42.358Z] [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:42 [2024-02-16T23:05:42.614Z] [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:42 [2024-02-16T23:05:42.615Z] [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:42 [2024-02-16T23:05:42.615Z] [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 43 MB/s)
18:05:42 [2024-02-16T23:05:42.615Z] [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:42 [2024-02-16T23:05:42.871Z] [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 14 MB/s)
18:05:42 [2024-02-16T23:05:42.871Z] [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:42 [2024-02-16T23:05:42.871Z] [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:42 [2024-02-16T23:05:42.871Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.0/sshd-osgi-2.12.0.jar
18:05:42 [2024-02-16T23:05:42.871Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.0/sshd-osgi-2.12.0.jar (1.8 MB at 71 MB/s)
18:05:42 [2024-02-16T23:05:42.871Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.0/sshd-osgi-2.12.0-sources.jar
18:05:42 [2024-02-16T23:05:42.871Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.0/sshd-osgi-2.12.0-sources.jar (1.4 MB at 70 MB/s)
18:05:43 [2024-02-16T23:05:43.127Z] [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:43 [2024-02-16T23:05:43.127Z] [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 32 MB/s)
18:05:43 [2024-02-16T23:05:43.127Z] [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:43 [2024-02-16T23:05:43.383Z] [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 81 MB/s)
18:05:43 [2024-02-16T23:05:43.944Z] [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:43 [2024-02-16T23:05:43.944Z] [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 14 MB/s)
18:05:43 [2024-02-16T23:05:43.945Z] [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:43 [2024-02-16T23:05:43.945Z] [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 10 MB/s)
18:05:43 [2024-02-16T23:05:43.945Z] [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:44 [2024-02-16T23:05:44.201Z] [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 32 MB/s)
18:05:44 [2024-02-16T23:05:44.201Z] [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:44 [2024-02-16T23:05:44.201Z] [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 25 MB/s)
18:05:44 [2024-02-16T23:05:44.201Z] [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:44 [2024-02-16T23:05:44.201Z] [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:44 [2024-02-16T23:05:44.201Z] [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:44 [2024-02-16T23:05:44.201Z] [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 11 MB/s)
18:05:44 [2024-02-16T23:05:44.457Z] [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:44 [2024-02-16T23:05:44.457Z] [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 9.3 MB/s)
18:05:44 [2024-02-16T23:05:44.457Z] [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:44 [2024-02-16T23:05:44.458Z] [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 2.0 MB/s)
18:05:44 [2024-02-16T23:05:44.458Z] [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:44 [2024-02-16T23:05:44.458Z] [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.9 MB/s)
18:05:44 [2024-02-16T23:05:44.458Z] [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:44 [2024-02-16T23:05:44.458Z] [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 17 MB/s)
18:05:44 [2024-02-16T23:05:44.459Z] [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:44 [2024-02-16T23:05:44.459Z] [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:44 [2024-02-16T23:05:44.459Z] [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 8.0 MB/s)
18:05:44 [2024-02-16T23:05:44.459Z] [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:44 [2024-02-16T23:05:44.459Z] [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 12 MB/s)
18:05:44 [2024-02-16T23:05:44.460Z] [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:44 [2024-02-16T23:05:44.460Z] [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 10 MB/s)
18:05:44 [2024-02-16T23:05:44.460Z] [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:44 [2024-02-16T23:05:44.460Z] [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 21 MB/s)
18:05:44 [2024-02-16T23:05:44.460Z] [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:44 [2024-02-16T23:05:44.460Z] [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 6.8 MB/s)
18:05:44 [2024-02-16T23:05:44.460Z] [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:44 [2024-02-16T23:05:44.460Z] [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 18 MB/s)
18:05:44 [2024-02-16T23:05:44.460Z] [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:44 [2024-02-16T23:05:44.460Z] [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 1.5 MB/s)
18:05:44 [2024-02-16T23:05:44.460Z] [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:44 [2024-02-16T23:05:44.717Z] [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.4 MB/s)
18:05:44 [2024-02-16T23:05:44.717Z] [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:44 [2024-02-16T23:05:44.717Z] [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 35 MB/s)
18:05:44 [2024-02-16T23:05:44.717Z] [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:44 [2024-02-16T23:05:44.717Z] [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 21 MB/s)
18:05:44 [2024-02-16T23:05:44.717Z] [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:44 [2024-02-16T23:05:44.717Z] [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 9.5 MB/s)
18:05:44 [2024-02-16T23:05:44.717Z] [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:44 [2024-02-16T23:05:44.717Z] [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 7.2 MB/s)
18:05:44 [2024-02-16T23:05:44.718Z] [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:44 [2024-02-16T23:05:44.718Z] [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 16 MB/s)
18:05:44 [2024-02-16T23:05:44.718Z] [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:44 [2024-02-16T23:05:44.718Z] [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 10 MB/s)
18:05:44 [2024-02-16T23:05:44.718Z] [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:44 [2024-02-16T23:05:44.718Z] [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 25 MB/s)
18:05:44 [2024-02-16T23:05:44.718Z] [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:44 [2024-02-16T23:05:44.718Z] [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 37 MB/s)
18:05:44 [2024-02-16T23:05:44.718Z] [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:44 [2024-02-16T23:05:44.718Z] [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 36 MB/s)
18:05:44 [2024-02-16T23:05:44.718Z] [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:44 [2024-02-16T23:05:44.718Z] [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 16 MB/s)
18:05:44 [2024-02-16T23:05:44.719Z] [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:44 [2024-02-16T23:05:44.719Z] [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:44 [2024-02-16T23:05:44.719Z] [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:44 [2024-02-16T23:05:44.719Z] [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 12 MB/s)
18:05:44 [2024-02-16T23:05:44.719Z] [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:44 [2024-02-16T23:05:44.719Z] [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:44 [2024-02-16T23:05:44.719Z] [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:44 [2024-02-16T23:05:44.719Z] [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 8.9 MB/s)
18:05:44 [2024-02-16T23:05:44.719Z] [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:44 [2024-02-16T23:05:44.975Z] [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 28 MB/s)
18:05:44 [2024-02-16T23:05:44.975Z] [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:44 [2024-02-16T23:05:44.975Z] [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 27 MB/s)
18:05:44 [2024-02-16T23:05:44.975Z] [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:44 [2024-02-16T23:05:44.975Z] [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 13 MB/s)
18:05:44 [2024-02-16T23:05:44.975Z] [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:44 [2024-02-16T23:05:44.975Z] [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 11 MB/s)
18:05:44 [2024-02-16T23:05:44.976Z] [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:44 [2024-02-16T23:05:44.976Z] [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 6.7 MB/s)
18:05:44 [2024-02-16T23:05:44.976Z] [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:44 [2024-02-16T23:05:44.976Z] [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 3.9 MB/s)
18:05:44 [2024-02-16T23:05:44.976Z] [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:44 [2024-02-16T23:05:44.976Z] [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 53 MB/s)
18:05:44 [2024-02-16T23:05:44.976Z] [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:44 [2024-02-16T23:05:44.976Z] [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 38 MB/s)
18:05:44 [2024-02-16T23:05:44.976Z] [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:44 [2024-02-16T23:05:44.976Z] [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 20 MB/s)
18:05:44 [2024-02-16T23:05:44.976Z] [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:44 [2024-02-16T23:05:44.976Z] [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:44 [2024-02-16T23:05:44.977Z] [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:44 [2024-02-16T23:05:44.977Z] [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 23 MB/s)
18:05:44 [2024-02-16T23:05:44.977Z] [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:44 [2024-02-16T23:05:44.977Z] [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 13 MB/s)
18:05:44 [2024-02-16T23:05:44.977Z] [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:45 [2024-02-16T23:05:45.233Z] [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 18 MB/s)
18:05:45 [2024-02-16T23:05:45.233Z] [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:45 [2024-02-16T23:05:45.233Z] [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 41 MB/s)
18:05:45 [2024-02-16T23:05:45.489Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:45 [2024-02-16T23:05:45.490Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.jar
18:05:45 [2024-02-16T23:05:45.490Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.jar (257 kB at 16 MB/s)
18:05:45 [2024-02-16T23:05:45.490Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11-sources.jar
18:05:45 [2024-02-16T23:05:45.490Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11-sources.jar (204 kB at 19 MB/s)
18:05:45 [2024-02-16T23:05:45.490Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.jar
18:05:45 [2024-02-16T23:05:45.490Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.jar (4.2 MB at 68 MB/s)
18:05:45 [2024-02-16T23:05:45.490Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11-sources.jar
18:05:45 [2024-02-16T23:05:45.490Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11-sources.jar (1.4 MB at 70 MB/s)
18:05:46 [2024-02-16T23:05:46.052Z] [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:46 [2024-02-16T23:05:46.052Z] [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 69 MB/s)
18:05:46 [2024-02-16T23:05:46.052Z] [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:46 [2024-02-16T23:05:46.053Z] [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 75 MB/s)
18:05:46 [2024-02-16T23:05:46.309Z] [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:46 [2024-02-16T23:05:46.309Z] [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 35 MB/s)
18:05:46 [2024-02-16T23:05:46.309Z] [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:46 [2024-02-16T23:05:46.309Z] [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 38 MB/s)
18:05:46 [2024-02-16T23:05:46.309Z] [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:46 [2024-02-16T23:05:46.309Z] [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 4.9 MB/s)
18:05:46 [2024-02-16T23:05:46.310Z] [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:46 [2024-02-16T23:05:46.310Z] [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 7.5 MB/s)
18:05:46 [2024-02-16T23:05:46.310Z] [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:46 [2024-02-16T23:05:46.310Z] [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:46 [2024-02-16T23:05:46.310Z] [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 5.2 MB/s)
18:05:46 [2024-02-16T23:05:46.310Z] [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:46 [2024-02-16T23:05:46.310Z] [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 9.0 MB/s)
18:05:46 [2024-02-16T23:05:46.310Z] [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:46 [2024-02-16T23:05:46.310Z] [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 12 MB/s)
18:05:46 [2024-02-16T23:05:46.310Z] [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:46 [2024-02-16T23:05:46.567Z] [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 7.0 MB/s)
18:05:46 [2024-02-16T23:05:46.567Z] [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:46 [2024-02-16T23:05:46.567Z] [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 8.6 MB/s)
18:05:46 [2024-02-16T23:05:46.567Z] [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:46 [2024-02-16T23:05:46.567Z] [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 23 MB/s)
18:05:46 [2024-02-16T23:05:46.569Z] [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:46 [2024-02-16T23:05:46.569Z] [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:46 [2024-02-16T23:05:46.569Z] [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 3.6 MB/s)
18:05:46 [2024-02-16T23:05:46.570Z] [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:46 [2024-02-16T23:05:46.570Z] [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.4 MB/s)
18:05:46 [2024-02-16T23:05:46.570Z] [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:46 [2024-02-16T23:05:46.570Z] [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 2.2 MB/s)
18:05:46 [2024-02-16T23:05:46.570Z] [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:46 [2024-02-16T23:05:46.570Z] [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 898 kB/s)
18:05:46 [2024-02-16T23:05:46.570Z] [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:46 [2024-02-16T23:05:46.570Z] [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 6.9 MB/s)
18:05:46 [2024-02-16T23:05:46.570Z] [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:46 [2024-02-16T23:05:46.570Z] [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.6 MB/s)
18:05:46 [2024-02-16T23:05:46.570Z] [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:46 [2024-02-16T23:05:46.571Z] [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 5.4 MB/s)
18:05:46 [2024-02-16T23:05:46.571Z] [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:46 [2024-02-16T23:05:46.571Z] [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 3.2 MB/s)
18:05:46 [2024-02-16T23:05:46.571Z] [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:46 [2024-02-16T23:05:46.571Z] [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 4.3 MB/s)
18:05:46 [2024-02-16T23:05:46.571Z] [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:46 [2024-02-16T23:05:46.571Z] [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 3.5 MB/s)
18:05:46 [2024-02-16T23:05:46.571Z] [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:46 [2024-02-16T23:05:46.571Z] [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 2.5 MB/s)
18:05:46 [2024-02-16T23:05:46.571Z] [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:46 [2024-02-16T23:05:46.571Z] [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 1.4 MB/s)
18:05:46 [2024-02-16T23:05:46.572Z] [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:46 [2024-02-16T23:05:46.572Z] [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 24 MB/s)
18:05:46 [2024-02-16T23:05:46.572Z] [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:46 [2024-02-16T23:05:46.572Z] [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 2.9 MB/s)
18:05:46 [2024-02-16T23:05:46.829Z] [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:46 [2024-02-16T23:05:46.829Z] [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 11 MB/s)
18:05:46 [2024-02-16T23:05:46.829Z] [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:46 [2024-02-16T23:05:46.829Z] [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 8.9 MB/s)
18:05:46 [2024-02-16T23:05:46.829Z] [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:46 [2024-02-16T23:05:46.829Z] [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 1.6 MB/s)
18:05:46 [2024-02-16T23:05:46.829Z] [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:46 [2024-02-16T23:05:46.829Z] [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 445 kB/s)
18:05:46 [2024-02-16T23:05:46.830Z] [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:46 [2024-02-16T23:05:46.830Z] [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 2.5 MB/s)
18:05:46 [2024-02-16T23:05:46.830Z] [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:46 [2024-02-16T23:05:46.830Z] [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 1.9 MB/s)
18:05:46 [2024-02-16T23:05:46.830Z] [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:46 [2024-02-16T23:05:46.830Z] [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 2.2 MB/s)
18:05:46 [2024-02-16T23:05:46.830Z] [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:46 [2024-02-16T23:05:46.830Z] [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 1.4 MB/s)
18:05:46 [2024-02-16T23:05:46.830Z] [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:46 [2024-02-16T23:05:46.830Z] [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 1.4 MB/s)
18:05:46 [2024-02-16T23:05:46.831Z] [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:46 [2024-02-16T23:05:46.831Z] [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 1.7 MB/s)
18:05:46 [2024-02-16T23:05:46.831Z] [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:46 [2024-02-16T23:05:46.831Z] [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 1.4 MB/s)
18:05:46 [2024-02-16T23:05:46.831Z] [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:46 [2024-02-16T23:05:46.831Z] [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 2.1 MB/s)
18:05:46 [2024-02-16T23:05:46.831Z] [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:46 [2024-02-16T23:05:46.831Z] [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 3.9 MB/s)
18:05:46 [2024-02-16T23:05:46.831Z] [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:46 [2024-02-16T23:05:46.831Z] [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 3.0 MB/s)
18:05:46 [2024-02-16T23:05:46.831Z] [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:46 [2024-02-16T23:05:46.831Z] [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 2.3 MB/s)
18:05:46 [2024-02-16T23:05:46.832Z] [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:46 [2024-02-16T23:05:46.832Z] [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 2.8 MB/s)
18:05:46 [2024-02-16T23:05:46.832Z] [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:46 [2024-02-16T23:05:46.832Z] [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 4.4 MB/s)
18:05:46 [2024-02-16T23:05:46.832Z] [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:46 [2024-02-16T23:05:46.832Z] [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 3.2 MB/s)
18:05:47 [2024-02-16T23:05:47.089Z] [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:47 [2024-02-16T23:05:47.089Z] [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 1.1 MB/s)
18:05:47 [2024-02-16T23:05:47.089Z] [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:47 [2024-02-16T23:05:47.089Z] [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 3.8 MB/s)
18:05:47 [2024-02-16T23:05:47.089Z] [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:47 [2024-02-16T23:05:47.089Z] [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 1.6 MB/s)
18:05:47 [2024-02-16T23:05:47.090Z] [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:47 [2024-02-16T23:05:47.090Z] [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 2.0 MB/s)
18:05:47 [2024-02-16T23:05:47.090Z] [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:47 [2024-02-16T23:05:47.090Z] [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.6 MB/s)
18:05:47 [2024-02-16T23:05:47.090Z] [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:47 [2024-02-16T23:05:47.090Z] [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 4.2 MB/s)
18:05:47 [2024-02-16T23:05:47.090Z] [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:47 [2024-02-16T23:05:47.090Z] [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 14 MB/s)
18:05:47 [2024-02-16T23:05:47.090Z] [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:47 [2024-02-16T23:05:47.090Z] [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 7.6 MB/s)
18:05:47 [2024-02-16T23:05:47.090Z] [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:47 [2024-02-16T23:05:47.090Z] [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 2.3 MB/s)
18:05:47 [2024-02-16T23:05:47.091Z] [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:47 [2024-02-16T23:05:47.091Z] [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 591 kB/s)
18:05:47 [2024-02-16T23:05:47.091Z] [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:47 [2024-02-16T23:05:47.091Z] [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:47 [2024-02-16T23:05:47.091Z] [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 11 MB/s)
18:05:47 [2024-02-16T23:05:47.091Z] [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:47 [2024-02-16T23:05:47.092Z] [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 3.7 MB/s)
18:05:47 [2024-02-16T23:05:47.092Z] [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:47 [2024-02-16T23:05:47.092Z] [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 30 kB/s)
18:05:47 [2024-02-16T23:05:47.092Z] [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:47 [2024-02-16T23:05:47.092Z] [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 16 MB/s)
18:05:47 [2024-02-16T23:05:47.092Z] [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:47 [2024-02-16T23:05:47.092Z] [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 62 MB/s)
18:05:47 [2024-02-16T23:05:47.349Z] [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:47 [2024-02-16T23:05:47.349Z] [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 28 MB/s)
18:05:47 [2024-02-16T23:05:47.606Z] [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:47 [2024-02-16T23:05:47.606Z] [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 93 MB/s)
18:05:47 [2024-02-16T23:05:47.606Z] [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:47 [2024-02-16T23:05:47.607Z] [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 20 MB/s)
18:05:47 [2024-02-16T23:05:47.607Z] [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:47 [2024-02-16T23:05:47.607Z] [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 1.1 MB/s)
18:05:47 [2024-02-16T23:05:47.607Z] [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:47 [2024-02-16T23:05:47.607Z] [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 43 kB/s)
18:05:47 [2024-02-16T23:05:47.607Z] [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:47 [2024-02-16T23:05:47.607Z] [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 72 MB/s)
18:05:47 [2024-02-16T23:05:47.607Z] [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:47 [2024-02-16T23:05:47.607Z] [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 4.5 MB/s)
18:05:47 [2024-02-16T23:05:47.608Z] [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:47 [2024-02-16T23:05:47.608Z] [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:47 [2024-02-16T23:05:47.608Z] [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 2.1 MB/s)
18:05:47 [2024-02-16T23:05:47.608Z] [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:47 [2024-02-16T23:05:47.608Z] [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 4.4 MB/s)
18:05:47 [2024-02-16T23:05:47.608Z] [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:47 [2024-02-16T23:05:47.608Z] [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 20 MB/s)
18:05:47 [2024-02-16T23:05:47.608Z] [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:47 [2024-02-16T23:05:47.608Z] [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 10 MB/s)
18:05:47 [2024-02-16T23:05:47.865Z] [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:47 [2024-02-16T23:05:47.865Z] [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 3.7 MB/s)
18:05:47 [2024-02-16T23:05:47.865Z] [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:47 [2024-02-16T23:05:47.865Z] [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 4.8 MB/s)
18:05:47 [2024-02-16T23:05:47.865Z] [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:47 [2024-02-16T23:05:47.865Z] [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 27 MB/s)
18:05:47 [2024-02-16T23:05:47.866Z] [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:47 [2024-02-16T23:05:47.866Z] [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:47 [2024-02-16T23:05:47.867Z] [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 6.8 MB/s)
18:05:47 [2024-02-16T23:05:47.867Z] [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:47 [2024-02-16T23:05:47.867Z] [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 948 kB/s)
18:05:47 [2024-02-16T23:05:47.867Z] [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:47 [2024-02-16T23:05:47.867Z] [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 23 MB/s)
18:05:47 [2024-02-16T23:05:47.867Z] [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:47 [2024-02-16T23:05:47.867Z] [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 23 MB/s)
18:05:47 [2024-02-16T23:05:47.867Z] [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:47 [2024-02-16T23:05:47.867Z] [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 19 MB/s)
18:05:47 [2024-02-16T23:05:47.867Z] [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:47 [2024-02-16T23:05:47.867Z] [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 16 MB/s)
18:05:47 [2024-02-16T23:05:47.868Z] [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:47 [2024-02-16T23:05:47.868Z] [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 3.5 MB/s)
18:05:47 [2024-02-16T23:05:47.868Z] [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:47 [2024-02-16T23:05:47.868Z] [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 3.4 MB/s)
18:05:48 [2024-02-16T23:05:48.124Z] [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:48 [2024-02-16T23:05:48.124Z] [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 45 MB/s)
18:05:48 [2024-02-16T23:05:48.124Z] [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:48 [2024-02-16T23:05:48.124Z] [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 10 MB/s)
18:05:48 [2024-02-16T23:05:48.124Z] [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:48 [2024-02-16T23:05:48.124Z] [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 11 MB/s)
18:05:48 [2024-02-16T23:05:48.124Z] [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:48 [2024-02-16T23:05:48.124Z] [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 11 MB/s)
18:05:48 [2024-02-16T23:05:48.124Z] [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:48 [2024-02-16T23:05:48.125Z] [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 20 MB/s)
18:05:48 [2024-02-16T23:05:48.125Z] [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:48 [2024-02-16T23:05:48.125Z] [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 18 MB/s)
18:05:48 [2024-02-16T23:05:48.125Z] [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:48 [2024-02-16T23:05:48.125Z] [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 20 MB/s)
18:05:48 [2024-02-16T23:05:48.125Z] [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:48 [2024-02-16T23:05:48.125Z] [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 15 MB/s)
18:05:48 [2024-02-16T23:05:48.125Z] [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:48 [2024-02-16T23:05:48.125Z] [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 829 kB/s)
18:05:48 [2024-02-16T23:05:48.125Z] [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:48 [2024-02-16T23:05:48.125Z] [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.2 MB/s)
18:05:48 [2024-02-16T23:05:48.126Z] [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:48 [2024-02-16T23:05:48.126Z] [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 2.8 MB/s)
18:05:48 [2024-02-16T23:05:48.126Z] [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:48 [2024-02-16T23:05:48.126Z] [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 4.4 MB/s)
18:05:48 [2024-02-16T23:05:48.126Z] [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:48 [2024-02-16T23:05:48.126Z] [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 2.2 MB/s)
18:05:48 [2024-02-16T23:05:48.126Z] [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:48 [2024-02-16T23:05:48.126Z] [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 1.6 MB/s)
18:05:48 [2024-02-16T23:05:48.126Z] [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:48 [2024-02-16T23:05:48.383Z] [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.4 MB/s)
18:05:48 [2024-02-16T23:05:48.383Z] [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:48 [2024-02-16T23:05:48.383Z] [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 2.8 MB/s)
18:05:48 [2024-02-16T23:05:48.383Z] [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:48 [2024-02-16T23:05:48.383Z] [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 7.5 MB/s)
18:05:48 [2024-02-16T23:05:48.383Z] [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:48 [2024-02-16T23:05:48.384Z] [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.8 MB/s)
18:05:48 [2024-02-16T23:05:48.384Z] [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:48 [2024-02-16T23:05:48.384Z] [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 2.0 MB/s)
18:05:48 [2024-02-16T23:05:48.384Z] [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:48 [2024-02-16T23:05:48.384Z] [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.5 MB/s)
18:05:48 [2024-02-16T23:05:48.384Z] [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:48 [2024-02-16T23:05:48.384Z] [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:48 [2024-02-16T23:05:48.384Z] [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 27 MB/s)
18:05:48 [2024-02-16T23:05:48.384Z] [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:48 [2024-02-16T23:05:48.384Z] [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 31 MB/s)
18:05:48 [2024-02-16T23:05:48.385Z] [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:48 [2024-02-16T23:05:48.385Z] [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 98 MB/s)
18:05:48 [2024-02-16T23:05:48.385Z] [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:48 [2024-02-16T23:05:48.385Z] [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 50 MB/s)
18:05:48 [2024-02-16T23:05:48.641Z] [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:48 [2024-02-16T23:05:48.641Z] [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 27 MB/s)
18:05:48 [2024-02-16T23:05:48.641Z] [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:48 [2024-02-16T23:05:48.641Z] [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 37 MB/s)
18:05:48 [2024-02-16T23:05:48.642Z] [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:48 [2024-02-16T23:05:48.642Z] [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:48 [2024-02-16T23:05:48.642Z] [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 8.3 MB/s)
18:05:48 [2024-02-16T23:05:48.642Z] [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:48 [2024-02-16T23:05:48.642Z] [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 8.5 MB/s)
18:05:48 [2024-02-16T23:05:48.642Z] [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:48 [2024-02-16T23:05:48.642Z] [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 2.8 MB/s)
18:05:48 [2024-02-16T23:05:48.643Z] [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:48 [2024-02-16T23:05:48.643Z] [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 5.5 MB/s)
18:05:48 [2024-02-16T23:05:48.643Z] [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:48 [2024-02-16T23:05:48.643Z] [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:48 [2024-02-16T23:05:48.643Z] [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:48 [2024-02-16T23:05:48.643Z] [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 5.3 MB/s)
18:05:48 [2024-02-16T23:05:48.643Z] [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:48 [2024-02-16T23:05:48.643Z] [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 1.4 MB/s)
18:05:48 [2024-02-16T23:05:48.643Z] [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:48 [2024-02-16T23:05:48.643Z] [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 3.0 MB/s)
18:05:48 [2024-02-16T23:05:48.643Z] [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:48 [2024-02-16T23:05:48.644Z] [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 1.1 MB/s)
18:05:48 [2024-02-16T23:05:48.644Z] [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:48 [2024-02-16T23:05:48.644Z] [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 1.8 MB/s)
18:05:48 [2024-02-16T23:05:48.644Z] [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:48 [2024-02-16T23:05:48.644Z] [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 10 MB/s)
18:05:48 [2024-02-16T23:05:48.644Z] [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:48 [2024-02-16T23:05:48.900Z] [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 22 MB/s)
18:05:49 [2024-02-16T23:05:49.463Z] [INFO] 
18:05:49 [2024-02-16T23:05:49.463Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.compiler.batch ---
18:05:49 [2024-02-16T23:05:49.463Z] [INFO] 
18:05:49 [2024-02-16T23:05:49.463Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.compiler.batch ---
18:05:52 [2024-02-16T23:05:52.796Z] [INFO] The project's OSGi version is 3.37.0.v20240215-1558
18:05:52 [2024-02-16T23:05:52.796Z] [INFO] 
18:05:52 [2024-02-16T23:05:52.796Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.compiler.batch ---
18:05:52 [2024-02-16T23:05:52.796Z] [INFO] 
18:05:52 [2024-02-16T23:05:52.796Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.compiler.batch ---
18:05:52 [2024-02-16T23:05:52.796Z] [INFO] 
18:05:52 [2024-02-16T23:05:52.796Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.compiler.batch ---
18:05:52 [2024-02-16T23:05:52.796Z] [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:52 [2024-02-16T23:05:52.796Z] [INFO] 
18:05:52 [2024-02-16T23:05:52.796Z] [INFO] --- build-helper:3.5.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core.compiler.batch ---
18:05:52 [2024-02-16T23:05:52.796Z] [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:52 [2024-02-16T23:05:52.796Z] [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:52 [2024-02-16T23:05:52.796Z] [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:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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 249 kB/s)
18:05:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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 408 kB/s)
18:05:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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:52 [2024-02-16T23:05:52.797Z] [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:53 [2024-02-16T23:05:53.054Z] [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:53 [2024-02-16T23:05:53.054Z] [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:53 [2024-02-16T23:05:53.054Z] [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:53 [2024-02-16T23:05:53.311Z] [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 17 kB/s)
18:05:53 [2024-02-16T23:05:53.311Z] [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:53 [2024-02-16T23:05:53.311Z] [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:53 [2024-02-16T23:05:53.311Z] [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:53 [2024-02-16T23:05:53.568Z] [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:53 [2024-02-16T23:05:53.568Z] [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:53 [2024-02-16T23:05:53.568Z] [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:53 [2024-02-16T23:05:53.568Z] [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 275 kB/s)
18:05:53 [2024-02-16T23:05:53.568Z] [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:53 [2024-02-16T23:05:53.568Z] [INFO] 
18:05:53 [2024-02-16T23:05:53.568Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.compiler.batch ---
18:05:53 [2024-02-16T23:05:53.568Z] [INFO] 
18:05:53 [2024-02-16T23:05:53.568Z] [INFO] --- enforcer:3.4.1:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core.compiler.batch ---
18:05:53 [2024-02-16T23:05:53.824Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.EvaluateBeanshell passed
18:05:53 [2024-02-16T23:05:53.824Z] [INFO] 
18:05:53 [2024-02-16T23:05:53.824Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.compiler.batch ---
18:05:53 [2024-02-16T23:05:53.824Z] [INFO] 
18:05:53 [2024-02-16T23:05:53.824Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.compiler.batch ---
18:05:53 [2024-02-16T23:05:53.825Z] [INFO] Resolving class path of org.eclipse.jdt.core.compiler.batch
18:05:53 [2024-02-16T23:05:53.825Z] [INFO] 
18:05:53 [2024-02-16T23:05:53.825Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.compiler.batch ---
18:05:53 [2024-02-16T23:05:53.825Z] [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:53 [2024-02-16T23:05:53.825Z] [INFO] 
18:05:53 [2024-02-16T23:05:53.825Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.compiler.batch ---
18:05:53 [2024-02-16T23:05:53.825Z] [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:53 [2024-02-16T23:05:53.825Z] [INFO] 
18:05:53 [2024-02-16T23:05:53.825Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.compiler.batch ---
18:05:53 [2024-02-16T23:05:53.825Z] [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:53 [2024-02-16T23:05:53.825Z] [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 455 kB/s)
18:05:53 [2024-02-16T23:05:53.825Z] [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:53 [2024-02-16T23:05:53.825Z] [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 15 MB/s)
18:05:53 [2024-02-16T23:05:53.825Z] [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:53 [2024-02-16T23:05:53.825Z] [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 9.5 kB/s)
18:05:53 [2024-02-16T23:05:53.826Z] [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:54 [2024-02-16T23:05:54.082Z] [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 143 kB/s)
18:05:54 [2024-02-16T23:05:54.082Z] [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:54 [2024-02-16T23:05:54.338Z] [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 1.4 kB/s)
18:05:54 [2024-02-16T23:05:54.594Z] [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:59 [2024-02-16T23:05:59.842Z] [WARNING] /home/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:59 [2024-02-16T23:05:59.842Z] 	if (reference == null) reference = typeRef;
18:05:59 [2024-02-16T23:05:59.842Z] 	    ^^^^^^^^^
18:05:59 [2024-02-16T23:05:59.842Z] Redundant null check: The variable reference can only be null at this location
18:05:59 [2024-02-16T23:05:59.842Z] 1 problem (1 warning)
18:05:59 [2024-02-16T23:05:59.842Z] [INFO] 
18:05:59 [2024-02-16T23:05:59.842Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.core.compiler.batch ---
18:05:59 [2024-02-16T23:05:59.842Z] [INFO] 
18:05:59 [2024-02-16T23:05:59.842Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.compiler.batch ---
18:05:59 [2024-02-16T23:05:59.842Z] [INFO] 
18:05:59 [2024-02-16T23:05:59.842Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.compiler.batch ---
18:06:00 [2024-02-16T23:06:00.407Z] [INFO] 
18:06:00 [2024-02-16T23:06:00.408Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.compiler.batch ---
18:06:00 [2024-02-16T23:06:00.408Z] [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:06:00 [2024-02-16T23:06:00.408Z] [INFO] 
18:06:00 [2024-02-16T23:06:00.408Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core.compiler.batch ---
18:06:00 [2024-02-16T23:06:00.408Z] [INFO] 
18:06:00 [2024-02-16T23:06:00.408Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.compiler.batch ---
18:06:00 [2024-02-16T23:06:00.408Z] [INFO] 
18:06:00 [2024-02-16T23:06:00.408Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.compiler.batch ---
18:06:00 [2024-02-16T23:06:00.408Z] [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:06:00 [2024-02-16T23:06:00.664Z] [INFO] 
18:06:00 [2024-02-16T23:06:00.664Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core.compiler.batch ---
18:06:00 [2024-02-16T23:06:00.664Z] [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:06:00 [2024-02-16T23:06:00.664Z] [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:06:00 [2024-02-16T23:06:00.664Z] [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:06:00 [2024-02-16T23:06:00.664Z] [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:06:00 [2024-02-16T23:06:00.664Z] [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:06:00 [2024-02-16T23:06:00.664Z] [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:06:00 [2024-02-16T23:06:00.664Z] [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 796 kB/s)
18:06:00 [2024-02-16T23:06:00.664Z] [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:06:00 [2024-02-16T23:06:00.664Z] [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:06:00 [2024-02-16T23:06:00.664Z] [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:06:00 [2024-02-16T23:06:00.665Z] [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:06:00 [2024-02-16T23:06:00.665Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
18:06:00 [2024-02-16T23:06:00.665Z] [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:06:00 [2024-02-16T23:06:00.665Z] [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 826 kB/s)
18:06:00 [2024-02-16T23:06:00.665Z] [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:06:00 [2024-02-16T23:06:00.665Z] [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:06:00 [2024-02-16T23:06:00.665Z] [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:06:00 [2024-02-16T23:06:00.665Z] [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:06:00 [2024-02-16T23:06:00.665Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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 725 kB/s)
18:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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 352 kB/s)
18:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.921Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
18:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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 26 MB/s)
18:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.922Z] [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:06:00 [2024-02-16T23:06:00.923Z] [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.2 MB/s)
18:06:00 [2024-02-16T23:06:00.923Z] [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 52 MB/s)
18:06:01 [2024-02-16T23:06:01.179Z] [INFO] Executing tasks
18:06:01 [2024-02-16T23:06:01.179Z] [INFO] Executed tasks
18:06:01 [2024-02-16T23:06:01.179Z] [INFO] 
18:06:01 [2024-02-16T23:06:01.179Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.compiler.batch ---
18:06:01 [2024-02-16T23:06:01.179Z] [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:06:01 [2024-02-16T23:06:01.435Z] [INFO] 
18:06:01 [2024-02-16T23:06:01.436Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.compiler.batch ---
18:06:01 [2024-02-16T23:06:01.436Z] [INFO] 
18:06:01 [2024-02-16T23:06:01.436Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core.compiler.batch ---
18:06:01 [2024-02-16T23:06:01.436Z] [INFO] 
18:06:01 [2024-02-16T23:06:01.436Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.compiler.batch ---
18:06:01 [2024-02-16T23:06:01.436Z] [INFO] Execution was skipped
18:06:01 [2024-02-16T23:06:01.436Z] [INFO] 
18:06:01 [2024-02-16T23:06:01.436Z] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.jdt.core.compiler.batch ---
18:06:01 [2024-02-16T23:06:01.436Z] [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:06:01 [2024-02-16T23:06:01.436Z] [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:06:01 [2024-02-16T23:06:01.692Z] [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:06:01 [2024-02-16T23:06:01.693Z] [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:06:01 [2024-02-16T23:06:01.693Z] [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:06:01 [2024-02-16T23:06:01.693Z] [INFO] 
18:06:01 [2024-02-16T23:06:01.693Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:update-local-index (default-update-local-index) @ org.eclipse.jdt.core.compiler.batch ---
18:06:01 [2024-02-16T23:06:01.693Z] [INFO] 
18:06:01 [2024-02-16T23:06:01.693Z] [INFO] --- install:3.1.1:install-file (deploy-ecj) @ org.eclipse.jdt.core.compiler.batch ---
18:06:01 [2024-02-16T23:06:01.693Z] [INFO] pom.xml not found in org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.jar
18:06:01 [2024-02-16T23:06:01.693Z] [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:06:01 [2024-02-16T23:06:01.694Z] [INFO] Installing /tmp/mvninstall1149496086632727589.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:06:01 [2024-02-16T23:06:01.694Z] [INFO] ------------------------------------------------------------------------
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] Reactor Summary:
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] 
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] eclipse-sdk-prereqs 4.31.0-SNAPSHOT ................ SUCCESS [  1.098 s]
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] org.eclipse.jdt.core.compiler.batch 3.37.0-SNAPSHOT  SUCCESS [ 25.711 s]
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] ------------------------------------------------------------------------
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] BUILD SUCCESS
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] ------------------------------------------------------------------------
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] Total time:  43.285 s
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] Finished at: 2024-02-16T23:06:01Z
18:06:01 [2024-02-16T23:06:01.694Z] [INFO] ------------------------------------------------------------------------
18:06:01 [2024-02-16T23:06:01.694Z] Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
18:06:01 [2024-02-16T23:06:01.694Z] 	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
18:06:01 [2024-02-16T23:06:01.694Z] 	at java.base/java.lang.Thread.run(Thread.java:833)
18:06:01 [2024-02-16T23:06:01.694Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
18:06:01 [2024-02-16T23:06:01.694Z] 	... 2 more
18:06:02 [2024-02-16T23:06:02.256Z] [Global flags]
18:06:02 [2024-02-16T23:06:02.256Z]       int ActiveProcessorCount                     = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]     uintx AdaptiveSizeDecrementScaleFactor         = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]     uintx AdaptiveSizeMajorGCDecayTimeScale        = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]     uintx AdaptiveSizePolicyCollectionCostMargin   = 50                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]     uintx AdaptiveSizePolicyInitializingSteps      = 20                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]     uintx AdaptiveSizePolicyOutputInterval         = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]     uintx AdaptiveSizePolicyWeight                 = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]     uintx AdaptiveSizeThroughPutPolicy             = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]     uintx AdaptiveTimeWeight                       = 25                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      bool AdjustStackSizeForTLS                    = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      bool AggressiveHeap                           = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      intx AliasLevel                               = 3                                      {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      bool AlignVector                              = false                                  {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]     ccstr AllocateHeapAt                           =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      intx AllocateInstancePrefetchLines            = 1                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      intx AllocatePrefetchDistance                 = 192                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      intx AllocatePrefetchInstr                    = 3                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      intx AllocatePrefetchLines                    = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      intx AllocatePrefetchStepSize                 = 64                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      intx AllocatePrefetchStyle                    = 1                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      bool AllowParallelDefineClass                 = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      bool AllowRedefinitionToAddDeleteMethods      = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.257Z]      bool AllowUserSignalHandlers                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool AllowVectorizeOnDemand                   = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool AlwaysActAsServerClassMachine            = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool AlwaysCompileLoopMethods                 = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool AlwaysLockClassLoader                    = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool AlwaysPreTouch                           = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool AlwaysRestoreFPU                         = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool AlwaysTenure                             = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]     ccstr ArchiveClassesAtExit                     =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx ArrayCopyLoadStoreMaxElem                = 8                                      {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]    size_t AsyncLogBufferSize                       = 2097152                                   {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx AutoBoxCacheMax                          = 128                                    {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx BCEATraceLevel                           = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool BackgroundCompilation                    = true                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]    size_t BaseFootPrintEstimate                    = 268435456                                 {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx BiasedLockingBulkRebiasThreshold         = 20                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx BiasedLockingBulkRevokeThreshold         = 40                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx BiasedLockingDecayTime                   = 25000                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx BiasedLockingStartupDelay                = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool BlockLayoutByFrequency                   = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx BlockLayoutMinDiamondPercentage          = 20                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      bool BlockLayoutRotateLoops                   = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx C1InlineStackLimit                       = 5                                      {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx C1MaxInlineLevel                         = 9                                      {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx C1MaxInlineSize                          = 35                                     {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.258Z]      intx C1MaxRecursiveInlineLevel                = 1                                      {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      intx C1MaxTrivialSize                         = 6                                      {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool C1OptimizeVirtualCallProfiling           = true                                   {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool C1ProfileBranches                        = true                                   {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool C1ProfileCalls                           = true                                   {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool C1ProfileCheckcasts                      = true                                   {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool C1ProfileInlinedCalls                    = true                                   {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool C1ProfileVirtualCalls                    = true                                   {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool C1UpdateMethodData                       = true                                   {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      intx CICompilerCount                          = 3                                         {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.259Z]      bool CICompilerCountPerCPU                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool CITime                                   = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool CheckJNICalls                            = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool ClassUnloading                           = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool ClassUnloadingWithConcurrentMark         = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool ClipInlining                             = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]     uintx CodeCacheExpansionSize                   = 65536                                  {pd product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      bool CompactStrings                           = true                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]     ccstr CompilationMode                          = default                                   {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z] ccstrlist CompileCommand                           =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]     ccstr CompileCommandFile                       =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z] ccstrlist CompileOnly                              =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      intx CompileThreshold                         = 10000                                  {pd product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]    double CompileThresholdScaling                  = 1.000000                                  {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      intx CompilerThreadPriority                   = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.259Z]      intx CompilerThreadStackSize                  = 1024                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]    size_t CompressedClassSpaceSize                 = 1073741824                                {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      uint ConcGCThreads                            = 1                                         {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.260Z]      intx ConditionalMoveLimit                     = 3                                   {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      intx ContendedPaddingWidth                    = 128                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool CrashOnOutOfMemoryError                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool CreateCoredumpOnCrash                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool CriticalJNINatives                       = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DTraceAllocProbes                        = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DTraceMethodProbes                       = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DTraceMonitorProbes                      = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DisableAttachMechanism                   = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DisableExplicitGC                        = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DisplayVMOutputToStderr                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DisplayVMOutputToStdout                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DoEscapeAnalysis                         = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DoReserveCopyInSuperWord                 = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DontCompileHugeMethods                   = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DontYieldALot                            = false                                  {pd product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]     ccstr DumpLoadedClassList                      =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DumpReplayDataOnError                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DumpSharedSpaces                         = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool DynamicDumpSharedSpaces                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool EagerXrunInit                            = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      intx EliminateAllocationArraySizeLimit        = 64                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.260Z]      bool EliminateAllocations                     = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool EliminateAutoBox                         = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool EliminateLocks                           = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool EliminateNestedLocks                     = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool EnableContended                          = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool EnableDynamicAgentLoading                = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]    size_t ErgoHeapSizeLimit                        = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]     ccstr ErrorFile                                =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool ErrorFileToStderr                        = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool ErrorFileToStdout                        = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]  uint64_t ErrorLogTimeout                          = 120                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]    double EscapeAnalysisTimeout                    = 20.000000                              {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool EstimateArgEscape                        = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool ExecutingUnitTests                       = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool ExitOnOutOfMemoryError                   = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool ExplicitGCInvokesConcurrent              = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool ExtendedDTraceProbes                     = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool ExtensiveErrorReports                    = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]     ccstr ExtraSharedClassListFile                 =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool FilterSpuriousWakeups                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool FlightRecorder                           = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]     ccstr FlightRecorderOptions                    =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      bool ForceTimeHighResolution                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.261Z]      intx FreqInlineSize                           = 325                                 {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]    double G1ConcMarkStepDurationMillis             = 10.000000                                 {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]     uintx G1ConcRSHotCardLimit                     = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]    size_t G1ConcRSLogCacheSize                     = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]    size_t G1ConcRefinementGreenZone                = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]    size_t G1ConcRefinementRedZone                  = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]     uintx G1ConcRefinementServiceIntervalMillis    = 300                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]      uint G1ConcRefinementThreads                  = 4                                         {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.262Z]    size_t G1ConcRefinementThresholdStep            = 2                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]    size_t G1ConcRefinementYellowZone               = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]     uintx G1ConfidencePercent                      = 50                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]    size_t G1HeapRegionSize                         = 4194304                                   {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.262Z]     uintx G1HeapWastePercent                       = 5                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]     uintx G1MixedGCCountTarget                     = 8                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]     uintx G1PeriodicGCInterval                     = 0                                      {manageable} {default}
18:06:02 [2024-02-16T23:06:02.262Z]      bool G1PeriodicGCInvokesConcurrent            = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]    double G1PeriodicGCSystemLoadThreshold          = 0.000000                               {manageable} {default}
18:06:02 [2024-02-16T23:06:02.262Z]      intx G1RSetRegionEntries                      = 768                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]      intx G1RSetSparseRegionEntries                = 32                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]      intx G1RSetUpdatingPauseTimePercent           = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]      uint G1RefProcDrainInterval                   = 1000                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]     uintx G1ReservePercent                         = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]     uintx G1SATBBufferEnqueueingThresholdPercent   = 60                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]    size_t G1SATBBufferSize                         = 1024                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]    size_t G1UpdateBufferSize                       = 256                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]      bool G1UseAdaptiveConcRefinement              = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.262Z]      bool G1UseAdaptiveIHOP                        = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx GCDrainStackTargetSize                   = 64                                        {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx GCHeapFreeLimit                          = 2                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx GCLockerEdenExpansionPercent             = 5                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx GCPauseIntervalMillis                    = 201                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx GCTimeLimit                              = 98                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx GCTimeRatio                              = 12                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]    size_t HeapBaseMinAddress                       = 2147483648                             {pd product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]      bool HeapDumpAfterFullGC                      = false                                  {manageable} {default}
18:06:02 [2024-02-16T23:06:02.263Z]      bool HeapDumpBeforeFullGC                     = false                                  {manageable} {default}
18:06:02 [2024-02-16T23:06:02.263Z]      intx HeapDumpGzipLevel                        = 0                                      {manageable} {default}
18:06:02 [2024-02-16T23:06:02.263Z]      bool HeapDumpOnOutOfMemoryError               = false                                  {manageable} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     ccstr HeapDumpPath                             =                                        {manageable} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx HeapFirstMaximumCompactionCount          = 3                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx HeapMaximumCompactionInterval            = 20                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx HeapSearchSteps                          = 3                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]    size_t HeapSizePerGCThread                      = 43620760                                  {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]      bool IgnoreEmptyClassPaths                    = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]      bool IgnoreUnrecognizedVMOptions              = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx IncreaseFirstTierCompileThresholdAt      = 50                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]      bool IncrementalInline                        = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx InitialCodeCacheSize                     = 2555904                                {pd product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]    size_t InitialHeapSize                          = 134217728                                 {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx InitialRAMFraction                       = 64                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]    double InitialRAMPercentage                     = 1.562500                                  {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx InitialSurvivorRatio                     = 8                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx InitialTenuringThreshold                 = 7                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.263Z]     uintx InitiatingHeapOccupancyPercent           = 45                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      bool Inline                                   = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]     ccstr InlineDataFile                           =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx InlineSmallCode                          = 2500                                {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      bool InlineSynchronizedMethods                = true                                   {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx InteriorEntryAlignment                   = 16                                  {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx InterpreterProfilePercentage             = 33                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      bool JavaMonitorsInStackTrace                 = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority10_To_OSPriority             = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority1_To_OSPriority              = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority2_To_OSPriority              = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority3_To_OSPriority              = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority4_To_OSPriority              = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority5_To_OSPriority              = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority6_To_OSPriority              = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority7_To_OSPriority              = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority8_To_OSPriority              = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx JavaPriority9_To_OSPriority              = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]    size_t LargePageHeapSizeThreshold               = 134217728                                 {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]    size_t LargePageSizeInBytes                     = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx LiveNodeCountInliningCutoff              = 40000                                  {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      bool LoadExecStackDllInVMThread               = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx LoopMaxUnroll                            = 16                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx LoopOptsCount                            = 43                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]      intx LoopPercentProfileLimit                  = 10                                  {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.264Z]     uintx LoopStripMiningIter                      = 1000                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]     uintx LoopStripMiningIterShortLoop             = 100                                    {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx LoopUnrollLimit                          = 60                                  {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx LoopUnrollMin                            = 4                                      {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      bool LoopUnswitching                          = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      bool ManagementServer                         = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]    size_t MarkStackSize                            = 4194304                                   {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.265Z]    size_t MarkStackSizeMax                         = 536870912                                 {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      uint MarkSweepAlwaysCompactCount              = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]     uintx MarkSweepDeadRatio                       = 5                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx MaxBCEAEstimateLevel                     = 5                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx MaxBCEAEstimateSize                      = 150                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]  uint64_t MaxDirectMemorySize                      = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      bool MaxFDLimit                               = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]     uintx MaxGCMinorPauseMillis                    = 18446744073709551615                      {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]     uintx MaxGCPauseMillis                         = 200                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]     uintx MaxHeapFreeRatio                         = 70                                     {manageable} {default}
18:06:02 [2024-02-16T23:06:02.265Z]    size_t MaxHeapSize                              = 6442450944                                {product} {command line}
18:06:02 [2024-02-16T23:06:02.265Z]      intx MaxInlineLevel                           = 15                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx MaxInlineSize                            = 35                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx MaxJNILocalCapacity                      = 65536                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx MaxJavaStackTraceDepth                   = 1024                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx MaxJumpTableSize                         = 65000                                  {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx MaxJumpTableSparseness                   = 5                                      {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.265Z]      intx MaxLabelRootDepth                        = 1100                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]      intx MaxLoopPad                               = 11                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]    size_t MaxMetaspaceExpansion                    = 5439488                                   {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]     uintx MaxMetaspaceFreeRatio                    = 70                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]    size_t MaxMetaspaceSize                         = 18446744073709551615                      {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]    size_t MaxNewSize                               = 3862953984                                {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.266Z]      intx MaxNodeLimit                             = 80000                                  {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]  uint64_t MaxRAM                                   = 137438953472                           {pd product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]     uintx MaxRAMFraction                           = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]    double MaxRAMPercentage                         = 25.000000                                 {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]      intx MaxRecursiveInlineLevel                  = 1                                      {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]     uintx MaxTenuringThreshold                     = 15                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]      intx MaxTrivialSize                           = 6                                      {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]      intx MaxVectorSize                            = 64                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]     ccstr MetaspaceReclaimPolicy                   = balanced                                  {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]    size_t MetaspaceSize                            = 22020096                                  {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]      bool MethodFlushing                           = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]    size_t MinHeapDeltaBytes                        = 4194304                                   {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.266Z]     uintx MinHeapFreeRatio                         = 40                                     {manageable} {default}
18:06:02 [2024-02-16T23:06:02.266Z]    size_t MinHeapSize                              = 8388608                                   {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.266Z]      intx MinInliningThreshold                     = 250                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]      intx MinJumpTableSize                         = 10                                  {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]    size_t MinMetaspaceExpansion                    = 327680                                    {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]     uintx MinMetaspaceFreeRatio                    = 40                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]     uintx MinRAMFraction                           = 2                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.266Z]    double MinRAMPercentage                         = 50.000000                                 {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]     uintx MinSurvivorRatio                         = 3                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]    size_t MinTLABSize                              = 2048                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]      intx MultiArrayExpandLimit                    = 6                                      {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]     uintx NUMAChunkResizeWeight                    = 20                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]    size_t NUMAInterleaveGranularity                = 2097152                                   {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]     uintx NUMAPageScanRate                         = 256                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]    size_t NUMASpaceResizeRate                      = 1073741824                                {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]      bool NUMAStats                                = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]     ccstr NativeMemoryTracking                     = off                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]      bool NeverActAsServerClassMachine             = false                                  {pd product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]      bool NeverTenure                              = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]     uintx NewRatio                                 = 2                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]    size_t NewSize                                  = 1363144                                   {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]    size_t NewSizeThreadIncrease                    = 5320                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]      intx NmethodSweepActivity                     = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]      intx NodeLimitFudgeFactor                     = 2000                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]     uintx NonNMethodCodeHeapSize                   = 5832780                                {pd product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.267Z]     uintx NonProfiledCodeHeapSize                  = 122912730                              {pd product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.267Z]      intx NumberOfLoopInstrToAlign                 = 4                                      {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]      intx ObjectAlignmentInBytes                   = 8                              {product lp64_product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]    size_t OldPLABSize                              = 1024                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.267Z]    size_t OldSize                                  = 5452592                                   {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool OmitStackTraceInFastThrow                = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z] ccstrlist OnError                                  =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z] ccstrlist OnOutOfMemoryError                       =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      intx OnStackReplacePercentage                 = 140                                    {pd product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool OptimizeFill                             = false                                  {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool OptimizePtrCompare                       = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool OptimizeStringConcat                     = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool OptoBundling                             = false                               {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      intx OptoLoopAlignment                        = 16                                     {pd product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool OptoRegScheduling                        = true                                {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool OptoScheduling                           = false                               {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]     uintx PLABWeight                               = 75                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool PSChunkLargeArrays                       = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]       int ParGCArrayScanChunk                      = 50                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]     uintx ParallelGCBufferWastePct                 = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      uint ParallelGCThreads                        = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]    size_t ParallelOldDeadWoodLimiterMean           = 50                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]    size_t ParallelOldDeadWoodLimiterStdDev         = 80                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool ParallelRefProcBalancingEnabled          = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool ParallelRefProcEnabled                   = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool PartialPeelAtUnsignedTests               = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      bool PartialPeelLoop                          = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      intx PartialPeelNewPhiDelta                   = 0                                      {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]     uintx PausePadding                             = 1                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.268Z]      intx PerBytecodeRecompilationCutoff           = 200                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      intx PerBytecodeTrapLimit                     = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      intx PerMethodRecompilationCutoff             = 400                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      intx PerMethodTrapLimit                       = 100                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PerfAllowAtExitRegistration              = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PerfBypassFileSystemCheck                = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      intx PerfDataMemorySize                       = 32768                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      intx PerfDataSamplingInterval                 = 50                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]     ccstr PerfDataSaveFile                         =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PerfDataSaveToFile                       = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PerfDisableSharedMem                     = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      intx PerfMaxStringConstLength                 = 1024                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]    size_t PreTouchParallelChunkSize                = 4194304                                {pd product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PreferContainerQuotaForCPUCount          = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PreferInterpreterNativeStubs             = false                                  {pd product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      intx PrefetchCopyIntervalInBytes              = 576                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      intx PrefetchFieldsAhead                      = 1                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      intx PrefetchScanIntervalInBytes              = 576                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PreserveAllAnnotations                   = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PreserveFramePointer                     = false                                  {pd product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]    size_t PretenureSizeThreshold                   = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PrintClassHistogram                      = false                                  {manageable} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PrintCodeCache                           = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PrintCodeCacheOnCompilation              = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PrintCommandLineFlags                    = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.269Z]      bool PrintCompilation                         = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintConcurrentLocks                     = false                                  {manageable} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintExtendedThreadInfo                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintFlagsFinal                          = true                                      {product} {command line}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintFlagsInitial                        = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintFlagsRanges                         = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintGC                                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintGCDetails                           = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintHeapAtSIGBREAK                      = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintSharedArchiveAndExit                = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintSharedDictionary                    = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintStringTableStatistics               = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintTieredEvents                        = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintVMOptions                           = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool PrintWarnings                            = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]     uintx ProcessDistributionStride                = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool ProfileInterpreter                       = true                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      intx ProfileMaturityPercentage                = 20                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]     uintx ProfiledCodeHeapSize                     = 122912730                              {pd product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.270Z]     uintx PromotedPadding                          = 3                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]     uintx QueuedAllocationWarningCount             = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]       int RTMRetryCount                            = 5                                    {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool RangeCheckElimination                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool ReassociateInvariants                    = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool RecordDynamicDumpInfo                    = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool ReduceBulkZeroing                        = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool ReduceFieldZeroing                       = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.270Z]      bool ReduceInitialCardMarks                   = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool ReduceSignalUsage                        = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      intx RefDiscoveryPolicy                       = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool RegisterFinalizersAtInit                 = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool RelaxAccessControlCheck                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]     ccstr ReplayDataFile                           =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool RequireSharedSpaces                      = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]     uintx ReservedCodeCacheSize                    = 251658240                              {pd product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.271Z]      bool ResizePLAB                               = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool ResizeTLAB                               = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool RestoreMXCSROnJNICalls                   = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool RestrictContended                        = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool RestrictReservedStack                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool RewriteBytecodes                         = true                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool RewriteFrequentPairs                     = true                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool SafepointTimeout                         = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      intx SafepointTimeoutDelay                    = 10000                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool ScavengeBeforeFullGC                     = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool SegmentedCodeCache                       = true                                      {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.271Z]      intx SelfDestructTimer                        = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]     ccstr SharedArchiveConfigFile                  =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]     ccstr SharedArchiveFile                        =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]    size_t SharedBaseAddress                        = 34359738368                               {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]     ccstr SharedClassListFile                      =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]     uintx SharedSymbolTableBucketSize              = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool ShowCodeDetailsInExceptionMessages       = true                                   {manageable} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool ShowMessageBoxOnError                    = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.271Z]      bool ShrinkHeapInSteps                        = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]    size_t SoftMaxHeapSize                          = 6442450944                             {manageable} {ergonomic}
18:06:02 [2024-02-16T23:06:02.272Z]      intx SoftRefLRUPolicyMSPerMB                  = 1000                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      bool SplitIfBlocks                            = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      intx StackRedPages                            = 1                                      {pd product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      intx StackReservedPages                       = 1                                      {pd product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      intx StackShadowPages                         = 20                                     {pd product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      bool StackTraceInThrowable                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      intx StackYellowPages                         = 2                                      {pd product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     uintx StartAggressiveSweepingAt                = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      bool StartAttachListener                      = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     ccstr StartFlightRecording                     =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      uint StringDeduplicationAgeThreshold          = 3                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     uintx StringTableSize                          = 65536                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      bool SuperWordLoopUnrollAnalysis              = true                                {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      bool SuperWordReductions                      = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      bool SuppressFatalErrorMessage                = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     uintx SurvivorPadding                          = 3                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     uintx SurvivorRatio                            = 8                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]    double SweeperThreshold                         = 0.500000                                  {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     uintx TLABAllocationWeight                     = 35                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     uintx TLABRefillWasteFraction                  = 64                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]    size_t TLABSize                                 = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]      bool TLABStats                                = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     uintx TLABWasteIncrement                       = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     uintx TLABWasteTargetPercent                   = 1                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.272Z]     uintx TargetPLABWastePct                       = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]     uintx TargetSurvivorRatio                      = 50                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]     uintx TenuredGenerationSizeIncrement           = 20                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]     uintx TenuredGenerationSizeSupplement          = 80                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]     uintx TenuredGenerationSizeSupplementDecay     = 2                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx ThreadPriorityPolicy                     = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      bool ThreadPriorityVerbose                    = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx ThreadStackSize                          = 1024                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]     uintx ThresholdTolerance                       = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier0BackedgeNotifyFreqLog               = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier0InvokeNotifyFreqLog                 = 7                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier0ProfilingStartPercentage            = 200                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier23InlineeNotifyFreqLog               = 20                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier2BackEdgeThreshold                   = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier2BackedgeNotifyFreqLog               = 14                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier2CompileThreshold                    = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier2InvokeNotifyFreqLog                 = 11                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier3BackEdgeThreshold                   = 60000                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier3BackedgeNotifyFreqLog               = 13                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier3CompileThreshold                    = 2000                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier3DelayOff                            = 2                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier3DelayOn                             = 5                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier3InvocationThreshold                 = 200                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier3InvokeNotifyFreqLog                 = 10                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier3LoadFeedback                        = 5                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.273Z]      intx Tier3MinInvocationThreshold              = 100                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx Tier4BackEdgeThreshold                   = 40000                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx Tier4CompileThreshold                    = 15000                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx Tier4InvocationThreshold                 = 5000                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx Tier4LoadFeedback                        = 3                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx Tier4MinInvocationThreshold              = 600                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      bool TieredCompilation                        = true                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx TieredCompileTaskTimeout                 = 50                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx TieredRateUpdateMaxTime                  = 25                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx TieredRateUpdateMinTime                  = 1                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx TieredStopAtLevel                        = 4                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      bool TimeLinearScan                           = false                                  {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]     ccstr TraceJVMTI                               =                                           {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx TrackedInitializationLimit               = 50                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      bool TrapBasedNullChecks                      = false                                  {pd product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      bool TrapBasedRangeChecks                     = false                               {C2 pd product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx TypeProfileArgsLimit                     = 2                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]     uintx TypeProfileLevel                         = 111                                    {pd product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx TypeProfileMajorReceiverPercent          = 90                                     {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx TypeProfileParmsLimit                    = 2                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx TypeProfileWidth                         = 2                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx UnguardOnExecutionViolation              = 0                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      bool UseAES                                   = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      intx UseAVX                                   = 3                                    {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      bool UseAdaptiveGenerationSizePolicyAtMajorCollection  = true                             {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      bool UseAdaptiveGenerationSizePolicyAtMinorCollection  = true                             {product} {default}
18:06:02 [2024-02-16T23:06:02.274Z]      bool UseAdaptiveNUMAChunkSizing               = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseAdaptiveSizeDecayMajorGCCost          = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseAdaptiveSizePolicy                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseAdaptiveSizePolicyFootprintGoal       = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseAdaptiveSizePolicyWithSystemGC        = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseAddressNop                            = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseBASE64Intrinsics                      = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseBMI1Instructions                      = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseBMI2Instructions                      = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseBiasedLocking                         = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseBimorphicInlining                     = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCLMUL                                 = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCMoveUnconditionally                  = false                                  {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCodeAging                             = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCodeCacheFlushing                     = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCompiler                              = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCompressedClassPointers               = true                           {product lp64_product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCompressedOops                        = true                           {product lp64_product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCondCardMark                          = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseContainerSupport                      = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCountLeadingZerosInstruction          = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCountTrailingZerosInstruction         = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCountedLoopSafepoints                 = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.275Z]      bool UseCounterDecay                          = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseDivMod                                = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseDynamicNumberOfCompilerThreads        = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseDynamicNumberOfGCThreads              = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseEmptySlotsInSupers                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseFMA                                   = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseFPUForSpilling                        = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseFastJNIAccessors                      = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseFastStosb                             = false                                {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseG1GC                                  = true                                      {product} {ergonomic}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseGCOverheadLimit                       = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseHeavyMonitors                         = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseHugeTLBFS                             = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseInlineCaches                          = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseInterpreter                           = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseJumpTables                            = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseLargePages                            = false                                  {pd product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseLargePagesIndividualAllocation        = false                                  {pd product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseLinuxPosixThreadCPUClocks             = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseLoopCounter                           = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseLoopInvariantCodeMotion               = true                                   {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseLoopPredicate                         = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseMaximumCompactionOnSystemGC           = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseNUMA                                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseNUMAInterleaving                      = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.276Z]      bool UseNewLongLShift                         = false                                {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseNotificationThread                    = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseOnStackReplacement                    = true                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseOnlyInlinedBimorphic                  = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseOprofile                              = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseOptoBiasInlining                      = false                                  {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UsePSAdaptiveSurvivorSizePolicy          = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseParallelGC                            = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UsePerfData                              = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UsePopCountInstruction                   = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseProfiledLoopPredicate                 = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseRTMDeopt                              = false                                {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseRTMLocking                            = false                                {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseSHA                                   = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseSHM                                   = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      intx UseSSE                                   = 4                                    {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseSSE42Intrinsics                       = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseSerialGC                              = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseSharedSpaces                          = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseShenandoahGC                          = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseSignalChaining                        = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseStoreImmI16                           = false                                {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseStringDeduplication                   = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseSubwordForMaxVector                   = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseSuperWord                             = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseTLAB                                  = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.277Z]      bool UseThreadPriorities                      = true                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseTransparentHugePages                  = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseTypeProfile                           = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseTypeSpeculation                       = true                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseUnalignedLoadStores                   = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseVectorCmov                            = false                                  {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseXMMForArrayCopy                       = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseXMMForObjInit                         = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseXmmI2D                                = false                                {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseXmmI2F                                = false                                {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseXmmLoadAndClearUpper                  = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseXmmRegToRegMoveAll                    = true                                 {ARCH product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool UseZGC                                   = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      intx VMThreadPriority                         = -1                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      intx VMThreadStackSize                        = 1024                                   {pd product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      intx ValueMapInitialSize                      = 11                                     {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      intx ValueMapMaxLoopSize                      = 8                                      {C1 product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      intx ValueSearchLimit                         = 1000                                   {C2 product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool VerifySharedSpaces                       = false                                     {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]     uintx YoungGenerationSizeIncrement             = 20                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]     uintx YoungGenerationSizeSupplement            = 80                                        {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]     uintx YoungGenerationSizeSupplementDecay       = 8                                         {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]    size_t YoungPLABSize                            = 4096                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]    double ZAllocationSpikeTolerance                = 2.000000                                  {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]    double ZCollectionInterval                      = 0.000000                                  {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]    double ZFragmentationLimit                      = 25.000000                                 {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]    size_t ZMarkStackSpaceLimit                     = 8589934592                                {product} {default}
18:06:02 [2024-02-16T23:06:02.278Z]      bool ZProactive                               = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.279Z]      bool ZUncommit                                = true                                      {product} {default}
18:06:02 [2024-02-16T23:06:02.279Z]     uintx ZUncommitDelay                           = 300                                       {product} {default}
18:06:02 [2024-02-16T23:06:02.279Z]      bool ZeroTLAB                                 = false                                     {product} {default}
18:06:04 [2024-02-16T23:06:04.168Z] [INFO] Error stacktraces are turned on.
18:06:04 [2024-02-16T23:06:04.168Z] [INFO] Scanning for projects...
18:06:08 [2024-02-16T23:06:08.335Z] [INFO] Tycho Version:  4.0.6-SNAPSHOT (8afa570c154b3a3e6bbcde92e19341fb142a18e5)
18:06:08 [2024-02-16T23:06:08.335Z] [INFO] Tycho Mode:     extension
18:06:08 [2024-02-16T23:06:08.335Z] [INFO] Tycho Builder:  maven
18:06:08 [2024-02-16T23:06:08.335Z] [INFO] Build Threads:  1
18:06:09 [2024-02-16T23:06:09.702Z] [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:06:09 [2024-02-16T23:06:09.957Z] [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:06:09 [2024-02-16T23:06:09.958Z] [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:06:09 [2024-02-16T23:06:09.958Z] [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:06:10 [2024-02-16T23:06:10.519Z] [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 5.7 kB/s)
18:06:10 [2024-02-16T23:06:10.520Z] [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:06:10 [2024-02-16T23:06:10.520Z] [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:06:10 [2024-02-16T23:06:10.520Z] [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:06:10 [2024-02-16T23:06:10.520Z] [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:06:10 [2024-02-16T23:06:10.520Z] [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 25 kB/s)
18:06:10 [2024-02-16T23:06:10.775Z] [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:06:10 [2024-02-16T23:06:10.775Z] [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:06:10 [2024-02-16T23:06:10.775Z] [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:06:10 [2024-02-16T23:06:10.776Z] [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:06:10 [2024-02-16T23:06:10.776Z] [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 35 kB/s)
18:06:11 [2024-02-16T23:06:11.031Z] [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:06:11 [2024-02-16T23:06:11.031Z] [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:06:11 [2024-02-16T23:06:11.031Z] [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:06:11 [2024-02-16T23:06:11.031Z] [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:06:11 [2024-02-16T23:06:11.031Z] [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 40 kB/s)
18:06:11 [2024-02-16T23:06:11.032Z] [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:06:11 [2024-02-16T23:06:11.032Z] [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:06:11 [2024-02-16T23:06:11.032Z] [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:06:11 [2024-02-16T23:06:11.032Z] [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:06:11 [2024-02-16T23:06:11.594Z] [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 28 kB/s)
18:06:11 [2024-02-16T23:06:11.595Z] [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:06:11 [2024-02-16T23:06:11.595Z] [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:06:11 [2024-02-16T23:06:11.595Z] [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:06:11 [2024-02-16T23:06:11.595Z] [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:06:11 [2024-02-16T23:06:11.595Z] [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 1.0 MB/s)
18:06:12 [2024-02-16T23:06:12.960Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:12 [2024-02-16T23:06:12.960Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:12 [2024-02-16T23:06:12.960Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:12 [2024-02-16T23:06:12.961Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:12 [2024-02-16T23:06:12.961Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:12 [2024-02-16T23:06:12.961Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 18 kB/s)
18:06:12 [2024-02-16T23:06:12.961Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/tycho-custom-bundle-plugin-4.0.6-20240216.203051-26.pom
18:06:12 [2024-02-16T23:06:12.961Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/tycho-custom-bundle-plugin-4.0.6-20240216.203051-26.pom (1.9 kB at 625 kB/s)
18:06:12 [2024-02-16T23:06:12.961Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/tycho-custom-bundle-plugin-4.0.6-20240216.203051-26.jar
18:06:12 [2024-02-16T23:06:12.961Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-custom-bundle-plugin/4.0.6-SNAPSHOT/tycho-custom-bundle-plugin-4.0.6-20240216.203051-26.jar (16 kB at 3.9 MB/s)
18:06:13 [2024-02-16T23:06:13.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.217Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.217Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.217Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 252 kB/s)
18:06:13 [2024-02-16T23:06:13.217Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/tycho-surefire-plugin-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/tycho-surefire-plugin-4.0.6-20240216.203051-26.pom (8.3 kB at 2.8 MB/s)
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/tycho-surefire-plugin-4.0.6-20240216.203051-26.jar
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire-plugin/4.0.6-SNAPSHOT/tycho-surefire-plugin-4.0.6-20240216.203051-26.jar (130 kB at 12 MB/s)
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 341 kB/s)
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.218Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-4.0.6-20240216.203051-26.pom (6.3 kB at 2.1 MB/s)
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 339 kB/s)
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit-4.0.6-20240216.203051-26.pom (1.7 kB at 562 kB/s)
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-surefire/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-surefire/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.219Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-surefire/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/4.0.6-SNAPSHOT/maven-metadata.xml (610 B at 203 kB/s)
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/4.0.6-SNAPSHOT/tycho-surefire-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-surefire/4.0.6-SNAPSHOT/tycho-surefire-4.0.6-20240216.203051-26.pom (3.5 kB at 1.2 MB/s)
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 254 kB/s)
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit4-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.220Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit4-4.0.6-20240216.203051-26.pom (1.9 kB at 624 kB/s)
18:06:13 [2024-02-16T23:06:13.477Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 340 kB/s)
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit47-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit47-4.0.6-20240216.203051-26.pom (2.2 kB at 1.1 MB/s)
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.478Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 254 kB/s)
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit5-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit5-4.0.6-20240216.203051-26.pom (3.3 kB at 1.6 MB/s)
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 255 kB/s)
18:06:13 [2024-02-16T23:06:13.479Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit54-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit54-4.0.6-20240216.203051-26.pom (3.3 kB at 1.7 MB/s)
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 340 kB/s)
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit55-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit55-4.0.6-20240216.203051-26.pom (3.3 kB at 1.7 MB/s)
18:06:13 [2024-02-16T23:06:13.480Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 340 kB/s)
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit56-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit56-4.0.6-20240216.203051-26.pom (3.3 kB at 1.1 MB/s)
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.481Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 340 kB/s)
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit57-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit57-4.0.6-20240216.203051-26.pom (3.0 kB at 1.5 MB/s)
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 343 kB/s)
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.482Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-4.0.6-20240216.203051-26.pom (3.4 kB at 1.7 MB/s)
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 340 kB/s)
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit58-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit58-4.0.6-20240216.203051-26.pom (3.5 kB at 1.8 MB/s)
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.483Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 343 kB/s)
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-4.0.6-20240216.203051-26.pom (4.0 kB at 1.3 MB/s)
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.484Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 146 kB/s)
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit59-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit59-4.0.6-20240216.203051-26.pom (3.5 kB at 1.8 MB/s)
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 343 kB/s)
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.485Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-4.0.6-20240216.203051-26.pom (4.0 kB at 1.3 MB/s)
18:06:13 [2024-02-16T23:06:13.486Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.486Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.486Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.486Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.486Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 339 kB/s)
18:06:13 [2024-02-16T23:06:13.486Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:13 [2024-02-16T23:06:13.486Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.testng-4.0.6-20240216.203051-26.pom
18:06:13 [2024-02-16T23:06:13.486Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.testng-4.0.6-20240216.203051-26.pom (2.1 kB at 1.0 MB/s)
18:06:13 [2024-02-16T23:06:13.486Z] [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:06:13 [2024-02-16T23:06:13.486Z] [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:06:13 [2024-02-16T23:06:13.486Z] [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:06:13 [2024-02-16T23:06:13.742Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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 1.1 MB/s)
18:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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 1.3 MB/s)
18:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.743Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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 780 kB/s)
18:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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 441 kB/s)
18:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.744Z] [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:06:13 [2024-02-16T23:06:13.745Z] [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:06:13 [2024-02-16T23:06:13.745Z] [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:06:13 [2024-02-16T23:06:13.745Z] [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:06:13 [2024-02-16T23:06:13.745Z] [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 407 kB/s)
18:06:13 [2024-02-16T23:06:13.745Z] [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:06:13 [2024-02-16T23:06:13.745Z] [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:06:14 [2024-02-16T23:06:14.001Z] [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:06:14 [2024-02-16T23:06:14.001Z] [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:06:14 [2024-02-16T23:06:14.001Z] [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:06:14 [2024-02-16T23:06:14.001Z] [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:06:14 [2024-02-16T23:06:14.001Z] [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 507 kB/s)
18:06:14 [2024-02-16T23:06:14.001Z] [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:06:14 [2024-02-16T23:06:14.001Z] [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:06:14 [2024-02-16T23:06:14.001Z] [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:06:14 [2024-02-16T23:06:14.001Z] [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:06:14 [2024-02-16T23:06:14.001Z] [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:06:14 [2024-02-16T23:06:14.002Z] [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:06:14 [2024-02-16T23:06:14.002Z] [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 367 kB/s)
18:06:14 [2024-02-16T23:06:14.002Z] [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:06:14 [2024-02-16T23:06:14.002Z] [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:06:14 [2024-02-16T23:06:14.002Z] [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:06:14 [2024-02-16T23:06:14.002Z] [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:06:14 [2024-02-16T23:06:14.002Z] [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:06:14 [2024-02-16T23:06:14.002Z] [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:06:14 [2024-02-16T23:06:14.002Z] [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 557 kB/s)
18:06:14 [2024-02-16T23:06:14.002Z] [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:06:14 [2024-02-16T23:06:14.002Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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 176 kB/s)
18:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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:06:14 [2024-02-16T23:06:14.003Z] [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 1.9 MB/s)
18:06:14 [2024-02-16T23:06:14.004Z] [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:06:14 [2024-02-16T23:06:14.004Z] [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:06:14 [2024-02-16T23:06:14.004Z] [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:06:14 [2024-02-16T23:06:14.004Z] [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:06:14 [2024-02-16T23:06:14.004Z] [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:06:14 [2024-02-16T23:06:14.004Z] [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:06:14 [2024-02-16T23:06:14.260Z] [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 193 kB/s)
18:06:14 [2024-02-16T23:06:14.260Z] [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:06:14 [2024-02-16T23:06:14.260Z] [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:06:14 [2024-02-16T23:06:14.260Z] [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:06:14 [2024-02-16T23:06:14.260Z] [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:06:14 [2024-02-16T23:06:14.260Z] [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:06:14 [2024-02-16T23:06:14.260Z] [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:06:14 [2024-02-16T23:06:14.260Z] [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 2.1 MB/s)
18:06:14 [2024-02-16T23:06:14.260Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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 3.2 MB/s)
18:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
18:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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 8.6 MB/s)
18:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.261Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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 6.2 MB/s)
18:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.262Z] [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 2.7 MB/s)
18:06:14 [2024-02-16T23:06:14.262Z] [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:06:14 [2024-02-16T23:06:14.263Z] [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:06:14 [2024-02-16T23:06:14.263Z] [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:06:14 [2024-02-16T23:06:14.263Z] [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:06:14 [2024-02-16T23:06:14.263Z] [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:06:14 [2024-02-16T23:06:14.263Z] [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:06:14 [2024-02-16T23:06:14.263Z] [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 909 kB/s)
18:06:14 [2024-02-16T23:06:14.263Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.520Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.osgibooter/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.osgibooter-4.0.6-20240216.203051-26.jar (2.8 MB at 30 MB/s)
18:06:14 [2024-02-16T23:06:14.520Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.520Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit4-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.520Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit47-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.520Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit5-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.520Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit54-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.521Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit-4.0.6-20240216.203051-26.jar (29 kB at 7.3 MB/s)
18:06:14 [2024-02-16T23:06:14.521Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit55-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.521Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit4/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit4-4.0.6-20240216.203051-26.jar (41 kB at 10 MB/s)
18:06:14 [2024-02-16T23:06:14.521Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit56-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.521Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit47-4.0.6-20240216.203051-26.jar (159 kB at 20 MB/s)
18:06:14 [2024-02-16T23:06:14.521Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit57-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.521Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit5/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit5-4.0.6-20240216.203051-26.jar (401 kB at 25 MB/s)
18:06:14 [2024-02-16T23:06:14.521Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.521Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit56/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit56-4.0.6-20240216.203051-26.jar (683 kB at 24 MB/s)
18:06:14 [2024-02-16T23:06:14.522Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit58-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.522Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit57-4.0.6-20240216.203051-26.jar (649 kB at 21 MB/s)
18:06:14 [2024-02-16T23:06:14.522Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.522Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit55/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit55-4.0.6-20240216.203051-26.jar (657 kB at 19 MB/s)
18:06:14 [2024-02-16T23:06:14.522Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit59-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.522Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit54/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit54-4.0.6-20240216.203051-26.jar (593 kB at 13 MB/s)
18:06:14 [2024-02-16T23:06:14.522Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit57withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit57withvintage-4.0.6-20240216.203051-26.jar (713 kB at 15 MB/s)
18:06:14 [2024-02-16T23:06:14.522Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.522Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.testng-4.0.6-20240216.203051-26.jar
18:06:14 [2024-02-16T23:06:14.523Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.testng-4.0.6-20240216.203051-26.jar (96 kB at 1.9 MB/s)
18:06:14 [2024-02-16T23:06:14.523Z] [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:06:14 [2024-02-16T23:06:14.523Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit58-4.0.6-20240216.203051-26.jar (730 kB at 13 MB/s)
18:06:14 [2024-02-16T23:06:14.523Z] [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:06:14 [2024-02-16T23:06:14.523Z] [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:06:14 [2024-02-16T23:06:14.523Z] [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:06:14 [2024-02-16T23:06:14.523Z] [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:06:14 [2024-02-16T23:06:14.523Z] [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:06:14 [2024-02-16T23:06:14.523Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit59-4.0.6-20240216.203051-26.jar (763 kB at 10 MB/s)
18:06:14 [2024-02-16T23:06:14.523Z] [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:06:14 [2024-02-16T23:06:14.523Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit58withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit58withvintage-4.0.6-20240216.203051-26.jar (796 kB at 10 MB/s)
18:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/org.eclipse.tycho.surefire.junit59withvintage/4.0.6-SNAPSHOT/org.eclipse.tycho.surefire.junit59withvintage-4.0.6-20240216.203051-26.jar (830 kB at 9.4 MB/s)
18:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.524Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.525Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.526Z] [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:06:14 [2024-02-16T23:06:14.527Z] [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:06:14 [2024-02-16T23:06:14.527Z] [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:06:14 [2024-02-16T23:06:14.783Z] [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:06:14 [2024-02-16T23:06:14.783Z] [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:06:14 [2024-02-16T23:06:14.783Z] [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:06:14 [2024-02-16T23:06:14.783Z] [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:06:14 [2024-02-16T23:06:14.783Z] [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:06:14 [2024-02-16T23:06:14.783Z] [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:06:14 [2024-02-16T23:06:14.783Z] [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:06:14 [2024-02-16T23:06:14.784Z] [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:06:14 [2024-02-16T23:06:14.784Z] [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:06:14 [2024-02-16T23:06:14.784Z] [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:06:14 [2024-02-16T23:06:14.784Z] [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:06:14 [2024-02-16T23:06:14.784Z] [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:06:14 [2024-02-16T23:06:14.784Z] [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:06:14 [2024-02-16T23:06:14.784Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
18:06:14 [2024-02-16T23:06:14.784Z] [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:06:14 [2024-02-16T23:06:14.784Z] [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:06:14 [2024-02-16T23:06:14.784Z] [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:14 [2024-02-16T23:06:14.784Z] [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 6.9 MB/s)
18:06:14 [2024-02-16T23:06:14.784Z] [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:14 [2024-02-16T23:06:14.784Z] [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:14 [2024-02-16T23:06:14.785Z] [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:14 [2024-02-16T23:06:14.785Z] [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:14 [2024-02-16T23:06:14.785Z] [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:14 [2024-02-16T23:06:14.785Z] [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 1.8 MB/s)
18:06:14 [2024-02-16T23:06:14.785Z] [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:14 [2024-02-16T23:06:14.785Z] [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 715 kB/s)
18:06:14 [2024-02-16T23:06:14.785Z] [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 8.5 MB/s)
18:06:14 [2024-02-16T23:06:14.785Z] [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:14 [2024-02-16T23:06:14.785Z] [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:14 [2024-02-16T23:06:14.785Z] [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 16 MB/s)
18:06:14 [2024-02-16T23:06:14.786Z] [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:14 [2024-02-16T23:06:14.786Z] [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 2.9 MB/s)
18:06:14 [2024-02-16T23:06:14.786Z] [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:14 [2024-02-16T23:06:14.786Z] [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 2.6 MB/s)
18:06:14 [2024-02-16T23:06:14.786Z] [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:14 [2024-02-16T23:06:14.786Z] [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 7.6 MB/s)
18:06:14 [2024-02-16T23:06:14.786Z] [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:14 [2024-02-16T23:06:14.786Z] [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 820 kB/s)
18:06:14 [2024-02-16T23:06:14.786Z] [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 12 MB/s)
18:06:14 [2024-02-16T23:06:14.786Z] [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 154 kB/s)
18:06:14 [2024-02-16T23:06:14.786Z] [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 2.1 MB/s)
18:06:14 [2024-02-16T23:06:14.786Z] [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 44 MB/s)
18:06:15 [2024-02-16T23:06:15.043Z] [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:15 [2024-02-16T23:06:15.043Z] [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:15 [2024-02-16T23:06:15.043Z] [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:15 [2024-02-16T23:06:15.043Z] [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:15 [2024-02-16T23:06:15.043Z] [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:15 [2024-02-16T23:06:15.044Z] [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:15 [2024-02-16T23:06:15.044Z] [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 380 kB/s)
18:06:15 [2024-02-16T23:06:15.044Z] [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:15 [2024-02-16T23:06:15.044Z] [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:15 [2024-02-16T23:06:15.044Z] [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:15 [2024-02-16T23:06:15.044Z] [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:15 [2024-02-16T23:06:15.044Z] [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:15 [2024-02-16T23:06:15.044Z] [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:15 [2024-02-16T23:06:15.044Z] [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 5.0 MB/s)
18:06:15 [2024-02-16T23:06:15.044Z] [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:15 [2024-02-16T23:06:15.301Z] [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:15 [2024-02-16T23:06:15.301Z] [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:15 [2024-02-16T23:06:15.301Z] [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:15 [2024-02-16T23:06:15.301Z] [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:15 [2024-02-16T23:06:15.301Z] [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:15 [2024-02-16T23:06:15.301Z] [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.2 MB/s)
18:06:15 [2024-02-16T23:06:15.301Z] [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:15 [2024-02-16T23:06:15.301Z] [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:15 [2024-02-16T23:06:15.301Z] [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:15 [2024-02-16T23:06:15.301Z] [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:15 [2024-02-16T23:06:15.302Z] [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:15 [2024-02-16T23:06:15.302Z] [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:15 [2024-02-16T23:06:15.302Z] [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 12 MB/s)
18:06:15 [2024-02-16T23:06:15.302Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.302Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.302Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.302Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 337 kB/s)
18:06:15 [2024-02-16T23:06:15.302Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.302Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/tycho-p2-repository-plugin-4.0.6-20240216.203051-26.pom
18:06:15 [2024-02-16T23:06:15.302Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/tycho-p2-repository-plugin-4.0.6-20240216.203051-26.pom (2.4 kB at 1.2 MB/s)
18:06:15 [2024-02-16T23:06:15.303Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/tycho-p2-repository-plugin-4.0.6-20240216.203051-26.jar
18:06:15 [2024-02-16T23:06:15.303Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/4.0.6-SNAPSHOT/tycho-p2-repository-plugin-4.0.6-20240216.203051-26.jar (45 kB at 23 MB/s)
18:06:15 [2024-02-16T23:06:15.865Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.865Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.865Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.865Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.865Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 204 kB/s)
18:06:15 [2024-02-16T23:06:15.865Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:15 [2024-02-16T23:06:15.865Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/tycho-document-bundle-plugin-4.0.6-20240216.203051-26.pom
18:06:15 [2024-02-16T23:06:15.865Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/tycho-document-bundle-plugin-4.0.6-20240216.203051-26.pom (2.4 kB at 811 kB/s)
18:06:15 [2024-02-16T23:06:15.866Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/tycho-document-bundle-plugin-4.0.6-20240216.203051-26.jar
18:06:15 [2024-02-16T23:06:15.866Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/extras/tycho-document-bundle-plugin/4.0.6-SNAPSHOT/tycho-document-bundle-plugin-4.0.6-20240216.203051-26.jar (55 kB at 18 MB/s)
18:06:15 [2024-02-16T23:06:15.866Z] [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:15 [2024-02-16T23:06:15.866Z] [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:15 [2024-02-16T23:06:15.866Z] [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:15 [2024-02-16T23:06:15.866Z] [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:15 [2024-02-16T23:06:15.866Z] [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:15 [2024-02-16T23:06:15.866Z] [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:16 [2024-02-16T23:06:16.123Z] [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 12 kB/s)
18:06:16 [2024-02-16T23:06:16.124Z] [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:16 [2024-02-16T23:06:16.124Z] [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:16 [2024-02-16T23:06:16.124Z] [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:16 [2024-02-16T23:06:16.124Z] [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:16 [2024-02-16T23:06:16.124Z] [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:16 [2024-02-16T23:06:16.124Z] [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:16 [2024-02-16T23:06:16.381Z] [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 6.4 kB/s)
18:06:16 [2024-02-16T23:06:16.381Z] [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:16 [2024-02-16T23:06:16.381Z] [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:16 [2024-02-16T23:06:16.381Z] [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:16 [2024-02-16T23:06:16.381Z] [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:16 [2024-02-16T23:06:16.381Z] [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:16 [2024-02-16T23:06:16.381Z] [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:16 [2024-02-16T23:06:16.381Z] [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 76 kB/s)
18:06:16 [2024-02-16T23:06:16.381Z] [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:16 [2024-02-16T23:06:16.638Z] [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:16 [2024-02-16T23:06:16.638Z] [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:16 [2024-02-16T23:06:16.638Z] [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:16 [2024-02-16T23:06:16.638Z] [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:16 [2024-02-16T23:06:16.638Z] [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:16 [2024-02-16T23:06:16.638Z] [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 18 kB/s)
18:06:16 [2024-02-16T23:06:16.638Z] [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:16 [2024-02-16T23:06:16.639Z] [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:16 [2024-02-16T23:06:16.639Z] [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:16 [2024-02-16T23:06:16.639Z] [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:16 [2024-02-16T23:06:16.639Z] [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:16 [2024-02-16T23:06:16.639Z] [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:16 [2024-02-16T23:06:16.895Z] [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 42 kB/s)
18:06:16 [2024-02-16T23:06:16.895Z] [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:16 [2024-02-16T23:06:16.895Z] [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:16 [2024-02-16T23:06:16.895Z] [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:16 [2024-02-16T23:06:16.896Z] [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:16 [2024-02-16T23:06:16.896Z] [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:16 [2024-02-16T23:06:16.896Z] [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:16 [2024-02-16T23:06:16.896Z] [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 53 kB/s)
18:06:16 [2024-02-16T23:06:16.896Z] [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:16 [2024-02-16T23:06:16.896Z] [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:16 [2024-02-16T23:06:16.896Z] [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:16 [2024-02-16T23:06:16.896Z] [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:16 [2024-02-16T23:06:16.896Z] [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:16 [2024-02-16T23:06:16.896Z] [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:17 [2024-02-16T23:06:17.153Z] [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 21 kB/s)
18:06:17 [2024-02-16T23:06:17.153Z] [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:17 [2024-02-16T23:06:17.153Z] [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:17 [2024-02-16T23:06:17.153Z] [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:17 [2024-02-16T23:06:17.153Z] [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:17 [2024-02-16T23:06:17.153Z] [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:17 [2024-02-16T23:06:17.153Z] [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:17 [2024-02-16T23:06:17.154Z] [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 19 kB/s)
18:06:17 [2024-02-16T23:06:17.154Z] [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:17 [2024-02-16T23:06:17.154Z] [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:17 [2024-02-16T23:06:17.154Z] [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:17 [2024-02-16T23:06:17.154Z] [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:17 [2024-02-16T23:06:17.154Z] [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:17 [2024-02-16T23:06:17.154Z] [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:17 [2024-02-16T23:06:17.411Z] [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 15 kB/s)
18:06:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.411Z] [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 93 kB/s)
18:06:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.411Z] [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:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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 322 kB/s)
18:06:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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.2 MB/s)
18:06:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.412Z] [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:17 [2024-02-16T23:06:17.668Z] [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:17 [2024-02-16T23:06:17.669Z] [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:17 [2024-02-16T23:06:17.669Z] [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:17 [2024-02-16T23:06:17.669Z] [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 1.1 MB/s)
18:06:17 [2024-02-16T23:06:17.669Z] [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:17 [2024-02-16T23:06:17.669Z] [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:17 [2024-02-16T23:06:17.669Z] [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:17 [2024-02-16T23:06:17.669Z] [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:17 [2024-02-16T23:06:17.669Z] [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:17 [2024-02-16T23:06:17.669Z] [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:17 [2024-02-16T23:06:17.669Z] [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 663 kB/s)
18:06:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.670Z] [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 29 kB/s)
18:06:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.670Z] [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:17 [2024-02-16T23:06:17.671Z] [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:17 [2024-02-16T23:06:17.671Z] [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:17 [2024-02-16T23:06:17.927Z] [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 55 kB/s)
18:06:17 [2024-02-16T23:06:17.927Z] [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:17 [2024-02-16T23:06:17.927Z] [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:17 [2024-02-16T23:06:17.927Z] [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:17 [2024-02-16T23:06:17.927Z] [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:17 [2024-02-16T23:06:17.927Z] [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:17 [2024-02-16T23:06:17.927Z] [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:17 [2024-02-16T23:06:17.927Z] [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 43 kB/s)
18:06:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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 50 kB/s)
18:06:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.928Z] [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:17 [2024-02-16T23:06:17.929Z] [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:17 [2024-02-16T23:06:17.929Z] [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 137 kB/s)
18:06:17 [2024-02-16T23:06:17.929Z] [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:17 [2024-02-16T23:06:17.929Z] [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:17 [2024-02-16T23:06:17.929Z] [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:17 [2024-02-16T23:06:17.929Z] [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:17 [2024-02-16T23:06:17.929Z] [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:17 [2024-02-16T23:06:17.929Z] [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:18 [2024-02-16T23:06:18.494Z] [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 6.2 kB/s)
18:06:18 [2024-02-16T23:06:18.494Z] [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:18 [2024-02-16T23:06:18.494Z] [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:18 [2024-02-16T23:06:18.494Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.495Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.496Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.497Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.498Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.499Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.500Z] [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:18 [2024-02-16T23:06:18.757Z] [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 3.6 MB/s)
18:06:18 [2024-02-16T23:06:18.757Z] [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:18 [2024-02-16T23:06:18.758Z] [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:18 [2024-02-16T23:06:18.758Z] [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:18 [2024-02-16T23:06:18.758Z] [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:18 [2024-02-16T23:06:18.758Z] [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:18 [2024-02-16T23:06:18.758Z] [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 251 kB/s)
18:06:18 [2024-02-16T23:06:18.758Z] [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:18 [2024-02-16T23:06:18.758Z] [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 9.4 MB/s)
18:06:18 [2024-02-16T23:06:18.758Z] [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:19 [2024-02-16T23:06:19.015Z] [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 13 MB/s)
18:06:19 [2024-02-16T23:06:19.015Z] [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:19 [2024-02-16T23:06:19.015Z] [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 966 kB/s)
18:06:19 [2024-02-16T23:06:19.015Z] [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:19 [2024-02-16T23:06:19.015Z] [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 13 MB/s)
18:06:19 [2024-02-16T23:06:19.015Z] [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:19 [2024-02-16T23:06:19.015Z] [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 41 kB/s)
18:06:19 [2024-02-16T23:06:19.015Z] [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:19 [2024-02-16T23:06:19.015Z] [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 202 kB/s)
18:06:19 [2024-02-16T23:06:19.016Z] [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:19 [2024-02-16T23:06:19.016Z] [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 1.3 MB/s)
18:06:19 [2024-02-16T23:06:19.016Z] [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:19 [2024-02-16T23:06:19.016Z] [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 173 kB/s)
18:06:19 [2024-02-16T23:06:19.016Z] [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:19 [2024-02-16T23:06:19.016Z] [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 42 kB/s)
18:06:19 [2024-02-16T23:06:19.016Z] [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:19 [2024-02-16T23:06:19.016Z] [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 208 kB/s)
18:06:19 [2024-02-16T23:06:19.016Z] [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 204 kB/s)
18:06:19 [2024-02-16T23:06:19.016Z] [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 316 kB/s)
18:06:19 [2024-02-16T23:06:19.017Z] [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 1.3 MB/s)
18:06:19 [2024-02-16T23:06:19.017Z] [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 269 kB/s)
18:06:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [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 401 kB/s)
18:06:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [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:19 [2024-02-16T23:06:19.274Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
18:06:19 [2024-02-16T23:06:19.531Z] [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:19 [2024-02-16T23:06:19.532Z] [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 350 kB/s)
18:06:19 [2024-02-16T23:06:19.532Z] [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:19 [2024-02-16T23:06:19.532Z] [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:19 [2024-02-16T23:06:19.532Z] [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:19 [2024-02-16T23:06:19.532Z] [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:19 [2024-02-16T23:06:19.532Z] [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:19 [2024-02-16T23:06:19.532Z] [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:19 [2024-02-16T23:06:19.532Z] [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 32 MB/s)
18:06:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.790Z] [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 83 kB/s)
18:06:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.790Z] [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:19 [2024-02-16T23:06:19.791Z] [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:19 [2024-02-16T23:06:19.791Z] [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:19 [2024-02-16T23:06:19.791Z] [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 4.4 MB/s)
18:06:19 [2024-02-16T23:06:19.791Z] [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:19 [2024-02-16T23:06:19.791Z] [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:19 [2024-02-16T23:06:19.791Z] [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:19 [2024-02-16T23:06:19.791Z] [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:19 [2024-02-16T23:06:19.791Z] [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:19 [2024-02-16T23:06:19.791Z] [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:20 [2024-02-16T23:06:20.048Z] [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 238 kB/s)
18:06:20 [2024-02-16T23:06:20.048Z] [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:20 [2024-02-16T23:06:20.048Z] [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:20 [2024-02-16T23:06:20.048Z] [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:20 [2024-02-16T23:06:20.048Z] [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:20 [2024-02-16T23:06:20.048Z] [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:20 [2024-02-16T23:06:20.049Z] [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:20 [2024-02-16T23:06:20.049Z] [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 197 kB/s)
18:06:20 [2024-02-16T23:06:20.049Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:20 [2024-02-16T23:06:20.049Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:20 [2024-02-16T23:06:20.049Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:20 [2024-02-16T23:06:20.049Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:20 [2024-02-16T23:06:20.049Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/jboss-parent/36/jboss-parent-36.pom
18:06:20 [2024-02-16T23:06:20.049Z] [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:20 [2024-02-16T23:06:20.305Z] [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 442 kB/s)
18:06:20 [2024-02-16T23:06:20.305Z] [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:20 [2024-02-16T23:06:20.305Z] [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:20 [2024-02-16T23:06:20.305Z] [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:20 [2024-02-16T23:06:20.305Z] [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:20 [2024-02-16T23:06:20.305Z] [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:20 [2024-02-16T23:06:20.305Z] [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:20 [2024-02-16T23:06:20.867Z] [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 41 kB/s)
18:06:20 [2024-02-16T23:06:20.867Z] [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:20 [2024-02-16T23:06:20.867Z] [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:20 [2024-02-16T23:06:20.867Z] [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:20 [2024-02-16T23:06:20.867Z] [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:20 [2024-02-16T23:06:20.867Z] [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:20 [2024-02-16T23:06:20.867Z] [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:20 [2024-02-16T23:06:20.867Z] [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 56 kB/s)
18:06:20 [2024-02-16T23:06:20.867Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:20 [2024-02-16T23:06:20.867Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:20 [2024-02-16T23:06:20.867Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:20 [2024-02-16T23:06:20.867Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:20 [2024-02-16T23:06:20.867Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/fasterxml/oss-parent/48/oss-parent-48.pom
18:06:20 [2024-02-16T23:06:20.868Z] [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:21 [2024-02-16T23:06:21.430Z] [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 64 kB/s)
18:06:21 [2024-02-16T23:06:21.430Z] [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:21 [2024-02-16T23:06:21.430Z] [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:21 [2024-02-16T23:06:21.430Z] [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:21 [2024-02-16T23:06:21.430Z] [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:21 [2024-02-16T23:06:21.687Z] [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:21 [2024-02-16T23:06:21.687Z] [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:22 [2024-02-16T23:06:22.614Z] [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 3.7 kB/s)
18:06:22 [2024-02-16T23:06:22.614Z] [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:22 [2024-02-16T23:06:22.614Z] [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:22 [2024-02-16T23:06:22.614Z] [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:22 [2024-02-16T23:06:22.614Z] [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:22 [2024-02-16T23:06:22.614Z] [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:22 [2024-02-16T23:06:22.614Z] [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:22 [2024-02-16T23:06:22.615Z] [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 107 kB/s)
18:06:22 [2024-02-16T23:06:22.615Z] [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:22 [2024-02-16T23:06:22.615Z] [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:22 [2024-02-16T23:06:22.615Z] [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:22 [2024-02-16T23:06:22.615Z] [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:22 [2024-02-16T23:06:22.871Z] [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:22 [2024-02-16T23:06:22.871Z] [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:22 [2024-02-16T23:06:22.871Z] [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 490 kB/s)
18:06:22 [2024-02-16T23:06:22.871Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:22 [2024-02-16T23:06:22.871Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:22 [2024-02-16T23:06:22.871Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:22 [2024-02-16T23:06:22.871Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:22 [2024-02-16T23:06:22.872Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 336 kB/s)
18:06:22 [2024-02-16T23:06:22.872Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:22 [2024-02-16T23:06:22.872Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/tycho-p2-director-plugin-4.0.6-20240216.203051-26.pom
18:06:22 [2024-02-16T23:06:22.872Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/tycho-p2-director-plugin-4.0.6-20240216.203051-26.pom (3.2 kB at 1.6 MB/s)
18:06:22 [2024-02-16T23:06:22.872Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/tycho-p2-director-plugin-4.0.6-20240216.203051-26.jar
18:06:22 [2024-02-16T23:06:22.872Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-director-plugin/4.0.6-SNAPSHOT/tycho-p2-director-plugin-4.0.6-20240216.203051-26.jar (60 kB at 30 MB/s)
18:06:22 [2024-02-16T23:06:22.872Z] [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:22 [2024-02-16T23:06:22.872Z] [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:22 [2024-02-16T23:06:22.872Z] [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:22 [2024-02-16T23:06:22.872Z] [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:22 [2024-02-16T23:06:22.872Z] [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:22 [2024-02-16T23:06:22.872Z] [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:23 [2024-02-16T23:06:23.133Z] [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 69 kB/s)
18:06:23 [2024-02-16T23:06:23.133Z] [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:23 [2024-02-16T23:06:23.133Z] [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:23 [2024-02-16T23:06:23.133Z] [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:23 [2024-02-16T23:06:23.133Z] [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:23 [2024-02-16T23:06:23.133Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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 110 kB/s)
18:06:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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 1.8 MB/s)
18:06:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.134Z] [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:23 [2024-02-16T23:06:23.135Z] [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:23 [2024-02-16T23:06:23.460Z] [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:23 [2024-02-16T23:06:23.460Z] [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:23 [2024-02-16T23:06:23.460Z] [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:23 [2024-02-16T23:06:23.460Z] [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:23 [2024-02-16T23:06:23.461Z] [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:23 [2024-02-16T23:06:23.717Z] [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 44 MB/s)
18:06:23 [2024-02-16T23:06:23.717Z] [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:23 [2024-02-16T23:06:23.717Z] [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 11 MB/s)
18:06:23 [2024-02-16T23:06:23.972Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:23 [2024-02-16T23:06:23.972Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:23 [2024-02-16T23:06:23.973Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:23 [2024-02-16T23:06:23.973Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:23 [2024-02-16T23:06:23.973Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 505 kB/s)
18:06:23 [2024-02-16T23:06:23.973Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:23 [2024-02-16T23:06:23.973Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/tycho-p2-publisher-plugin-4.0.6-20240216.203051-26.pom
18:06:23 [2024-02-16T23:06:23.973Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/tycho-p2-publisher-plugin-4.0.6-20240216.203051-26.pom (2.3 kB at 1.1 MB/s)
18:06:23 [2024-02-16T23:06:23.973Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/tycho-p2-publisher-plugin-4.0.6-20240216.203051-26.jar
18:06:23 [2024-02-16T23:06:23.973Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/4.0.6-SNAPSHOT/tycho-p2-publisher-plugin-4.0.6-20240216.203051-26.jar (31 kB at 15 MB/s)
18:06:24 [2024-02-16T23:06:24.535Z] [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:24 [2024-02-16T23:06:24.535Z] [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:24 [2024-02-16T23:06:24.535Z] [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:24 [2024-02-16T23:06:24.535Z] [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:24 [2024-02-16T23:06:24.535Z] [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:24 [2024-02-16T23:06:24.535Z] [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:25 [2024-02-16T23:06:25.096Z] [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 19 kB/s)
18:06:25 [2024-02-16T23:06:25.096Z] [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:25 [2024-02-16T23:06:25.096Z] [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:25 [2024-02-16T23:06:25.096Z] [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:25 [2024-02-16T23:06:25.096Z] [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:25 [2024-02-16T23:06:25.097Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom
18:06:25 [2024-02-16T23:06:25.097Z] [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:25 [2024-02-16T23:06:25.097Z] [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 242 kB/s)
18:06:25 [2024-02-16T23:06:25.097Z] [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:25 [2024-02-16T23:06:25.097Z] [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:25 [2024-02-16T23:06:25.352Z] [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:25 [2024-02-16T23:06:25.353Z] [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:25 [2024-02-16T23:06:25.353Z] [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:25 [2024-02-16T23:06:25.353Z] [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:25 [2024-02-16T23:06:25.353Z] [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 673 kB/s)
18:06:25 [2024-02-16T23:06:25.353Z] [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:25 [2024-02-16T23:06:25.353Z] [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:25 [2024-02-16T23:06:25.608Z] [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:25 [2024-02-16T23:06:25.609Z] [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:25 [2024-02-16T23:06:25.609Z] [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:25 [2024-02-16T23:06:25.609Z] [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:25 [2024-02-16T23:06:25.609Z] [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 22 kB/s)
18:06:25 [2024-02-16T23:06:25.609Z] [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:25 [2024-02-16T23:06:25.609Z] [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:25 [2024-02-16T23:06:25.865Z] [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:25 [2024-02-16T23:06:25.865Z] [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:25 [2024-02-16T23:06:25.865Z] [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:25 [2024-02-16T23:06:25.865Z] [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:25 [2024-02-16T23:06:25.865Z] [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 676 kB/s)
18:06:26 [2024-02-16T23:06:26.121Z] [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:26 [2024-02-16T23:06:26.122Z] [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:26 [2024-02-16T23:06:26.122Z] [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:26 [2024-02-16T23:06:26.122Z] [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:26 [2024-02-16T23:06:26.122Z] [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 34 kB/s)
18:06:26 [2024-02-16T23:06:26.122Z] [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:26 [2024-02-16T23:06:26.122Z] [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:26 [2024-02-16T23:06:26.122Z] [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:26 [2024-02-16T23:06:26.122Z] [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:26 [2024-02-16T23:06:26.122Z] [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 2.6 MB/s)
18:06:26 [2024-02-16T23:06:26.122Z] [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:26 [2024-02-16T23:06:26.122Z] [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:26 [2024-02-16T23:06:26.123Z] [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:26 [2024-02-16T23:06:26.123Z] [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:26 [2024-02-16T23:06:26.123Z] [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 80 kB/s)
18:06:26 [2024-02-16T23:06:26.123Z] [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:26 [2024-02-16T23:06:26.123Z] [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:26 [2024-02-16T23:06:26.123Z] [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:26 [2024-02-16T23:06:26.123Z] [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:26 [2024-02-16T23:06:26.379Z] [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 202 kB/s)
18:06:26 [2024-02-16T23:06:26.379Z] [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:26 [2024-02-16T23:06:26.379Z] [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:26 [2024-02-16T23:06:26.379Z] [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:26 [2024-02-16T23:06:26.380Z] [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:26 [2024-02-16T23:06:26.380Z] [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 26 kB/s)
18:06:26 [2024-02-16T23:06:26.380Z] [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:26 [2024-02-16T23:06:26.380Z] [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:26 [2024-02-16T23:06:26.380Z] [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:26 [2024-02-16T23:06:26.380Z] [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:26 [2024-02-16T23:06:26.636Z] [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 402 kB/s)
18:06:26 [2024-02-16T23:06:26.636Z] [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:26 [2024-02-16T23:06:26.636Z] [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:26 [2024-02-16T23:06:26.636Z] [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:26 [2024-02-16T23:06:26.636Z] [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:26 [2024-02-16T23:06:26.636Z] [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 41 kB/s)
18:06:26 [2024-02-16T23:06:26.636Z] [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:26 [2024-02-16T23:06:26.637Z] [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:26 [2024-02-16T23:06:26.637Z] [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:26 [2024-02-16T23:06:26.637Z] [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:26 [2024-02-16T23:06:26.637Z] [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 551 kB/s)
18:06:26 [2024-02-16T23:06:26.637Z] [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:26 [2024-02-16T23:06:26.637Z] [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:26 [2024-02-16T23:06:26.637Z] [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:26 [2024-02-16T23:06:26.637Z] [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:26 [2024-02-16T23:06:26.637Z] [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:26 [2024-02-16T23:06:26.637Z] [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:27 [2024-02-16T23:06:27.200Z] [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 17 kB/s)
18:06:27 [2024-02-16T23:06:27.200Z] [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:27 [2024-02-16T23:06:27.200Z] [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:27 [2024-02-16T23:06:27.200Z] [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:27 [2024-02-16T23:06:27.200Z] [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:27 [2024-02-16T23:06:27.200Z] [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:27 [2024-02-16T23:06:27.200Z] [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:27 [2024-02-16T23:06:27.456Z] [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 136 kB/s)
18:06:27 [2024-02-16T23:06:27.456Z] [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:27 [2024-02-16T23:06:27.456Z] [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:27 [2024-02-16T23:06:27.456Z] [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:27 [2024-02-16T23:06:27.456Z] [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:27 [2024-02-16T23:06:27.456Z] [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:27 [2024-02-16T23:06:27.456Z] [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:27 [2024-02-16T23:06:27.457Z] [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 2.9 MB/s)
18:06:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.457Z] [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 7.4 MB/s)
18:06:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.457Z] [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:27 [2024-02-16T23:06:27.458Z] [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:27 [2024-02-16T23:06:27.458Z] [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:27 [2024-02-16T23:06:27.458Z] [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 2.7 MB/s)
18:06:27 [2024-02-16T23:06:27.458Z] [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:27 [2024-02-16T23:06:27.458Z] [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:27 [2024-02-16T23:06:27.458Z] [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:27 [2024-02-16T23:06:27.733Z] [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:27 [2024-02-16T23:06:27.733Z] [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:27 [2024-02-16T23:06:27.733Z] [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:27 [2024-02-16T23:06:27.733Z] [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 191 kB/s)
18:06:27 [2024-02-16T23:06:27.733Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:27 [2024-02-16T23:06:27.733Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:27 [2024-02-16T23:06:27.733Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:27 [2024-02-16T23:06:27.733Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:27 [2024-02-16T23:06:27.733Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/14/plexus-14.pom
18:06:27 [2024-02-16T23:06:27.733Z] [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:27 [2024-02-16T23:06:27.734Z] [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 1.1 MB/s)
18:06:27 [2024-02-16T23:06:27.734Z] [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:27 [2024-02-16T23:06:27.734Z] [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:27 [2024-02-16T23:06:27.734Z] [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:27 [2024-02-16T23:06:27.734Z] [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:27 [2024-02-16T23:06:27.734Z] [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:27 [2024-02-16T23:06:27.734Z] [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:27 [2024-02-16T23:06:27.734Z] [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 7.2 MB/s)
18:06:27 [2024-02-16T23:06:27.734Z] [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:27 [2024-02-16T23:06:27.734Z] [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:27 [2024-02-16T23:06:27.734Z] [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:27 [2024-02-16T23:06:27.990Z] [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:27 [2024-02-16T23:06:27.990Z] [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:27 [2024-02-16T23:06:27.990Z] [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:27 [2024-02-16T23:06:27.990Z] [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 7.3 MB/s)
18:06:27 [2024-02-16T23:06:27.990Z] [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:27 [2024-02-16T23:06:27.990Z] [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:27 [2024-02-16T23:06:27.990Z] [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:27 [2024-02-16T23:06:27.990Z] [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:27 [2024-02-16T23:06:27.990Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/61/commons-parent-61.pom
18:06:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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 16 MB/s)
18:06:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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 1.4 MB/s)
18:06:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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:27 [2024-02-16T23:06:27.991Z] [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 16 MB/s)
18:06:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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 4.9 MB/s)
18:06:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:27 [2024-02-16T23:06:27.992Z] [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:28 [2024-02-16T23:06:28.553Z] [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 5.7 kB/s)
18:06:28 [2024-02-16T23:06:28.553Z] [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:28 [2024-02-16T23:06:28.553Z] [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:28 [2024-02-16T23:06:28.553Z] [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:28 [2024-02-16T23:06:28.553Z] [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:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.554Z] [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 177 kB/s)
18:06:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.554Z] [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 61 kB/s)
18:06:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.554Z] [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:28 [2024-02-16T23:06:28.555Z] [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:28 [2024-02-16T23:06:28.555Z] [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:28 [2024-02-16T23:06:28.555Z] [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:28 [2024-02-16T23:06:28.555Z] [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:28 [2024-02-16T23:06:28.555Z] [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 32 kB/s)
18:06:28 [2024-02-16T23:06:28.555Z] [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:28 [2024-02-16T23:06:28.555Z] [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:28 [2024-02-16T23:06:28.811Z] [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:28 [2024-02-16T23:06:28.811Z] [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:28 [2024-02-16T23:06:28.811Z] [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:28 [2024-02-16T23:06:28.811Z] [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:28 [2024-02-16T23:06:28.811Z] [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 34 kB/s)
18:06:28 [2024-02-16T23:06:28.811Z] [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:28 [2024-02-16T23:06:28.811Z] [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:28 [2024-02-16T23:06:28.811Z] [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:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.812Z] [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 1.3 MB/s)
18:06:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.812Z] [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 1.4 MB/s)
18:06:28 [2024-02-16T23:06:28.812Z] [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:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.813Z] [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 1.1 MB/s)
18:06:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.813Z] [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:28 [2024-02-16T23:06:28.814Z] [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:28 [2024-02-16T23:06:28.814Z] [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 3.1 MB/s)
18:06:28 [2024-02-16T23:06:28.814Z] [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:28 [2024-02-16T23:06:28.814Z] [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:28 [2024-02-16T23:06:28.814Z] [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:28 [2024-02-16T23:06:28.814Z] [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:28 [2024-02-16T23:06:28.814Z] [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:28 [2024-02-16T23:06:28.814Z] [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:28 [2024-02-16T23:06:28.814Z] [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 1.8 MB/s)
18:06:28 [2024-02-16T23:06:28.814Z] [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:28 [2024-02-16T23:06:28.814Z] [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:28 [2024-02-16T23:06:28.815Z] [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:29 [2024-02-16T23:06:29.071Z] [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:29 [2024-02-16T23:06:29.071Z] [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:29 [2024-02-16T23:06:29.071Z] [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:29 [2024-02-16T23:06:29.071Z] [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 2.8 MB/s)
18:06:29 [2024-02-16T23:06:29.071Z] [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:29 [2024-02-16T23:06:29.071Z] [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:29 [2024-02-16T23:06:29.071Z] [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:29 [2024-02-16T23:06:29.071Z] [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:29 [2024-02-16T23:06:29.071Z] [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:29 [2024-02-16T23:06:29.071Z] [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:29 [2024-02-16T23:06:29.071Z] [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 12 kB/s)
18:06:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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 1.4 MB/s)
18:06:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom
18:06:29 [2024-02-16T23:06:29.072Z] [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:29 [2024-02-16T23:06:29.072Z] [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 14 MB/s)
18:06:29 [2024-02-16T23:06:29.073Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom
18:06:29 [2024-02-16T23:06:29.073Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom
18:06:29 [2024-02-16T23:06:29.073Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom
18:06:29 [2024-02-16T23:06:29.073Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom
18:06:29 [2024-02-16T23:06:29.073Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom
18:06:29 [2024-02-16T23:06:29.073Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
18:06:29 [2024-02-16T23:06:29.073Z] [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:29 [2024-02-16T23:06:29.073Z] [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:29 [2024-02-16T23:06:29.073Z] [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:29 [2024-02-16T23:06:29.073Z] [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:29 [2024-02-16T23:06:29.073Z] [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:29 [2024-02-16T23:06:29.073Z] [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:29 [2024-02-16T23:06:29.074Z] [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:29 [2024-02-16T23:06:29.074Z] [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 385 kB/s)
18:06:29 [2024-02-16T23:06:29.074Z] [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:29 [2024-02-16T23:06:29.074Z] [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:29 [2024-02-16T23:06:29.330Z] [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:29 [2024-02-16T23:06:29.330Z] [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:29 [2024-02-16T23:06:29.330Z] [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:29 [2024-02-16T23:06:29.330Z] [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:29 [2024-02-16T23:06:29.330Z] [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 3.0 MB/s)
18:06:29 [2024-02-16T23:06:29.330Z] [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:29 [2024-02-16T23:06:29.330Z] [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:29 [2024-02-16T23:06:29.330Z] [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:29 [2024-02-16T23:06:29.330Z] [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:29 [2024-02-16T23:06:29.330Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
18:06:29 [2024-02-16T23:06:29.331Z] [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:29 [2024-02-16T23:06:29.331Z] [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 13 MB/s)
18:06:29 [2024-02-16T23:06:29.331Z] [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:29 [2024-02-16T23:06:29.331Z] [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:29 [2024-02-16T23:06:29.331Z] [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:29 [2024-02-16T23:06:29.331Z] [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:29 [2024-02-16T23:06:29.331Z] [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:29 [2024-02-16T23:06:29.331Z] [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:29 [2024-02-16T23:06:29.331Z] [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 24 kB/s)
18:06:29 [2024-02-16T23:06:29.331Z] [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:29 [2024-02-16T23:06:29.331Z] [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:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.332Z] [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 181 kB/s)
18:06:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.332Z] [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:29 [2024-02-16T23:06:29.589Z] [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 49 kB/s)
18:06:29 [2024-02-16T23:06:29.589Z] [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:29 [2024-02-16T23:06:29.589Z] [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:29 [2024-02-16T23:06:29.589Z] [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:29 [2024-02-16T23:06:29.589Z] [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:29 [2024-02-16T23:06:29.589Z] [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:29 [2024-02-16T23:06:29.589Z] [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:29 [2024-02-16T23:06:29.589Z] [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 238 kB/s)
18:06:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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 49 kB/s)
18:06:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.590Z] [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:29 [2024-02-16T23:06:29.846Z] [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 100 kB/s)
18:06:29 [2024-02-16T23:06:29.847Z] [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:29 [2024-02-16T23:06:29.847Z] [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:29 [2024-02-16T23:06:29.847Z] [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:29 [2024-02-16T23:06:29.847Z] [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:29 [2024-02-16T23:06:29.847Z] [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:29 [2024-02-16T23:06:29.847Z] [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:29 [2024-02-16T23:06:29.847Z] [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 1.6 MB/s)
18:06:29 [2024-02-16T23:06:29.847Z] [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:29 [2024-02-16T23:06:29.847Z] [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:29 [2024-02-16T23:06:29.847Z] [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:29 [2024-02-16T23:06:29.848Z] [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:29 [2024-02-16T23:06:29.848Z] [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:29 [2024-02-16T23:06:29.848Z] [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:29 [2024-02-16T23:06:29.848Z] [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 772 kB/s)
18:06:29 [2024-02-16T23:06:29.848Z] [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:29 [2024-02-16T23:06:29.848Z] [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:29 [2024-02-16T23:06:29.848Z] [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:29 [2024-02-16T23:06:29.848Z] [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:29 [2024-02-16T23:06:29.848Z] [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:29 [2024-02-16T23:06:29.848Z] [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:29 [2024-02-16T23:06:29.849Z] [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 810 kB/s)
18:06:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.849Z] [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 1.3 MB/s)
18:06:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.849Z] [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:29 [2024-02-16T23:06:29.850Z] [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:29 [2024-02-16T23:06:29.850Z] [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:29 [2024-02-16T23:06:29.850Z] [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 2.0 MB/s)
18:06:29 [2024-02-16T23:06:29.850Z] [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:29 [2024-02-16T23:06:29.850Z] [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:29 [2024-02-16T23:06:29.850Z] [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:29 [2024-02-16T23:06:29.850Z] [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:29 [2024-02-16T23:06:29.850Z] [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:29 [2024-02-16T23:06:29.850Z] [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:29 [2024-02-16T23:06:29.850Z] [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 1.0 MB/s)
18:06:29 [2024-02-16T23:06:29.851Z] [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:29 [2024-02-16T23:06:29.851Z] [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:29 [2024-02-16T23:06:29.851Z] [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:29 [2024-02-16T23:06:29.851Z] [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:30 [2024-02-16T23:06:30.107Z] [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:30 [2024-02-16T23:06:30.107Z] [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:30 [2024-02-16T23:06:30.107Z] [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 2.4 MB/s)
18:06:30 [2024-02-16T23:06:30.107Z] [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:30 [2024-02-16T23:06:30.107Z] [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:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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 1.8 MB/s)
18:06:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.108Z] [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 24 kB/s)
18:06:30 [2024-02-16T23:06:30.108Z] [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:30 [2024-02-16T23:06:30.109Z] [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:30 [2024-02-16T23:06:30.109Z] [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:30 [2024-02-16T23:06:30.109Z] [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:30 [2024-02-16T23:06:30.109Z] [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:30 [2024-02-16T23:06:30.109Z] [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:30 [2024-02-16T23:06:30.109Z] [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 1.6 MB/s)
18:06:30 [2024-02-16T23:06:30.109Z] [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:30 [2024-02-16T23:06:30.109Z] [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:30 [2024-02-16T23:06:30.109Z] [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:30 [2024-02-16T23:06:30.109Z] [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:30 [2024-02-16T23:06:30.110Z] [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:30 [2024-02-16T23:06:30.110Z] [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:30 [2024-02-16T23:06:30.110Z] [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 4.5 MB/s)
18:06:30 [2024-02-16T23:06:30.110Z] [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:30 [2024-02-16T23:06:30.110Z] [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:30 [2024-02-16T23:06:30.110Z] [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:30 [2024-02-16T23:06:30.110Z] [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:30 [2024-02-16T23:06:30.110Z] [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:30 [2024-02-16T23:06:30.110Z] [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:30 [2024-02-16T23:06:30.110Z] [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 1.7 MB/s)
18:06:30 [2024-02-16T23:06:30.110Z] [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:30 [2024-02-16T23:06:30.111Z] [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:30 [2024-02-16T23:06:30.111Z] [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:30 [2024-02-16T23:06:30.111Z] [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:30 [2024-02-16T23:06:30.111Z] [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:30 [2024-02-16T23:06:30.367Z] [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:30 [2024-02-16T23:06:30.367Z] [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 7.4 MB/s)
18:06:30 [2024-02-16T23:06:30.367Z] [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:30 [2024-02-16T23:06:30.367Z] [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:30 [2024-02-16T23:06:30.367Z] [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:30 [2024-02-16T23:06:30.367Z] [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:30 [2024-02-16T23:06:30.367Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/6/felix-parent-6.pom
18:06:30 [2024-02-16T23:06:30.367Z] [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:30 [2024-02-16T23:06:30.368Z] [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 11 MB/s)
18:06:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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 231 kB/s)
18:06:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/54/commons-parent-54.pom
18:06:30 [2024-02-16T23:06:30.368Z] [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:30 [2024-02-16T23:06:30.368Z] [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.8 MB/s)
18:06:30 [2024-02-16T23:06:30.368Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/27/apache-27.pom
18:06:30 [2024-02-16T23:06:30.368Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/27/apache-27.pom
18:06:30 [2024-02-16T23:06:30.369Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/27/apache-27.pom
18:06:30 [2024-02-16T23:06:30.369Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/27/apache-27.pom
18:06:30 [2024-02-16T23:06:30.369Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/27/apache-27.pom
18:06:30 [2024-02-16T23:06:30.624Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom
18:06:30 [2024-02-16T23:06:30.625Z] [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 10 MB/s)
18:06:30 [2024-02-16T23:06:30.625Z] [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:30 [2024-02-16T23:06:30.625Z] [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:30 [2024-02-16T23:06:30.625Z] [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:30 [2024-02-16T23:06:30.625Z] [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:30 [2024-02-16T23:06:30.625Z] [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:30 [2024-02-16T23:06:30.625Z] [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:30 [2024-02-16T23:06:30.625Z] [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 17 kB/s)
18:06:30 [2024-02-16T23:06:30.625Z] [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:30 [2024-02-16T23:06:30.625Z] [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:30 [2024-02-16T23:06:30.625Z] [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:30 [2024-02-16T23:06:30.626Z] [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:30 [2024-02-16T23:06:30.626Z] [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:30 [2024-02-16T23:06:30.626Z] [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:30 [2024-02-16T23:06:30.882Z] [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 13 kB/s)
18:06:30 [2024-02-16T23:06:30.882Z] [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:30 [2024-02-16T23:06:30.882Z] [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:30 [2024-02-16T23:06:30.882Z] [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:30 [2024-02-16T23:06:30.882Z] [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:30 [2024-02-16T23:06:30.882Z] [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:30 [2024-02-16T23:06:30.882Z] [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:30 [2024-02-16T23:06:30.883Z] [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 2.6 MB/s)
18:06:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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 1.2 MB/s)
18:06:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.883Z] [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:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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 1.6 MB/s)
18:06:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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 2.0 MB/s)
18:06:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.884Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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 1.3 MB/s)
18:06:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.885Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.886Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.887Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.888Z] [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:30 [2024-02-16T23:06:30.889Z] [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:30 [2024-02-16T23:06:30.889Z] [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:30 [2024-02-16T23:06:30.889Z] [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:30 [2024-02-16T23:06:30.889Z] [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:30 [2024-02-16T23:06:30.889Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.146Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.147Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.148Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.149Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.150Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.151Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.152Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.153Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.154Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.155Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.156Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.157Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.158Z] [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:31 [2024-02-16T23:06:31.414Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk18on/1.76/bcpg-jdk18on-1.76.jar
18:06:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.415Z] [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:31 [2024-02-16T23:06:31.416Z] [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:31 [2024-02-16T23:06:31.416Z] [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:31 [2024-02-16T23:06:31.416Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar
18:06:31 [2024-02-16T23:06:31.416Z] [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:31 [2024-02-16T23:06:31.416Z] [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:31 [2024-02-16T23:06:31.416Z] [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:31 [2024-02-16T23:06:31.416Z] [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:31 [2024-02-16T23:06:31.416Z] [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:31 [2024-02-16T23:06:31.416Z] [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:31 [2024-02-16T23:06:31.416Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.417Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.418Z] [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:31 [2024-02-16T23:06:31.419Z] [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:31 [2024-02-16T23:06:31.419Z] [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 65 MB/s)
18:06:31 [2024-02-16T23:06:31.419Z] [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:31 [2024-02-16T23:06:31.419Z] [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:31 [2024-02-16T23:06:31.419Z] [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:31 [2024-02-16T23:06:31.419Z] [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:31 [2024-02-16T23:06:31.419Z] [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:31 [2024-02-16T23:06:31.419Z] [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 39 MB/s)
18:06:31 [2024-02-16T23:06:31.419Z] [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:31 [2024-02-16T23:06:31.419Z] [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 98 MB/s)
18:06:31 [2024-02-16T23:06:31.419Z] [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:31 [2024-02-16T23:06:31.419Z] [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 4.3 MB/s)
18:06:31 [2024-02-16T23:06:31.420Z] [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:31 [2024-02-16T23:06:31.420Z] [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 200 kB/s)
18:06:31 [2024-02-16T23:06:31.420Z] [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:31 [2024-02-16T23:06:31.420Z] [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 812 kB/s)
18:06:31 [2024-02-16T23:06:31.420Z] [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:31 [2024-02-16T23:06:31.420Z] [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 23 MB/s)
18:06:31 [2024-02-16T23:06:31.420Z] [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:31 [2024-02-16T23:06:31.420Z] [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 60 kB/s)
18:06:31 [2024-02-16T23:06:31.420Z] [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:31 [2024-02-16T23:06:31.420Z] [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 179 kB/s)
18:06:31 [2024-02-16T23:06:31.420Z] [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:31 [2024-02-16T23:06:31.421Z] [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 298 kB/s)
18:06:31 [2024-02-16T23:06:31.421Z] [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:31 [2024-02-16T23:06:31.421Z] [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.6 MB/s)
18:06:31 [2024-02-16T23:06:31.421Z] [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:31 [2024-02-16T23:06:31.421Z] [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 2.7 MB/s)
18:06:31 [2024-02-16T23:06:31.421Z] [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:31 [2024-02-16T23:06:31.421Z] [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 620 kB/s)
18:06:31 [2024-02-16T23:06:31.421Z] [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:31 [2024-02-16T23:06:31.421Z] [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 1.0 MB/s)
18:06:31 [2024-02-16T23:06:31.421Z] [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:31 [2024-02-16T23:06:31.421Z] [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 662 kB/s)
18:06:31 [2024-02-16T23:06:31.422Z] [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:31 [2024-02-16T23:06:31.678Z] [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.4 MB/s)
18:06:31 [2024-02-16T23:06:31.679Z] [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:31 [2024-02-16T23:06:31.679Z] [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 2.0 MB/s)
18:06:31 [2024-02-16T23:06:31.679Z] [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:31 [2024-02-16T23:06:31.679Z] [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 1.0 MB/s)
18:06:31 [2024-02-16T23:06:31.679Z] [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:31 [2024-02-16T23:06:31.680Z] [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 43 kB/s)
18:06:31 [2024-02-16T23:06:31.680Z] [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:31 [2024-02-16T23:06:31.680Z] [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 573 kB/s)
18:06:31 [2024-02-16T23:06:31.680Z] [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:31 [2024-02-16T23:06:31.680Z] [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 28 MB/s)
18:06:31 [2024-02-16T23:06:31.680Z] [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:31 [2024-02-16T23:06:31.680Z] [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 1.2 MB/s)
18:06:31 [2024-02-16T23:06:31.680Z] [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:31 [2024-02-16T23:06:31.681Z] [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 189 kB/s)
18:06:31 [2024-02-16T23:06:31.681Z] [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:31 [2024-02-16T23:06:31.681Z] [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 1.2 MB/s)
18:06:31 [2024-02-16T23:06:31.681Z] [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:31 [2024-02-16T23:06:31.681Z] [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 652 kB/s)
18:06:31 [2024-02-16T23:06:31.681Z] [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:31 [2024-02-16T23:06:31.681Z] [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 652 kB/s)
18:06:31 [2024-02-16T23:06:31.681Z] [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:31 [2024-02-16T23:06:31.681Z] [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 490 kB/s)
18:06:31 [2024-02-16T23:06:31.682Z] [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:31 [2024-02-16T23:06:31.682Z] [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 289 kB/s)
18:06:31 [2024-02-16T23:06:31.682Z] [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:31 [2024-02-16T23:06:31.682Z] [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 1.2 MB/s)
18:06:31 [2024-02-16T23:06:31.682Z] [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:31 [2024-02-16T23:06:31.682Z] [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 121 kB/s)
18:06:31 [2024-02-16T23:06:31.682Z] [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:31 [2024-02-16T23:06:31.682Z] [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 223 kB/s)
18:06:31 [2024-02-16T23:06:31.683Z] [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:31 [2024-02-16T23:06:31.683Z] [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 413 kB/s)
18:06:31 [2024-02-16T23:06:31.683Z] [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:31 [2024-02-16T23:06:31.683Z] [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 321 kB/s)
18:06:31 [2024-02-16T23:06:31.683Z] [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:31 [2024-02-16T23:06:31.683Z] [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 128 kB/s)
18:06:31 [2024-02-16T23:06:31.683Z] [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:31 [2024-02-16T23:06:31.684Z] [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 1.7 MB/s)
18:06:31 [2024-02-16T23:06:31.684Z] [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:31 [2024-02-16T23:06:31.684Z] [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 105 kB/s)
18:06:31 [2024-02-16T23:06:31.684Z] [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:31 [2024-02-16T23:06:31.684Z] [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 31 MB/s)
18:06:31 [2024-02-16T23:06:31.684Z] [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:31 [2024-02-16T23:06:31.684Z] [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 115 kB/s)
18:06:31 [2024-02-16T23:06:31.685Z] [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:31 [2024-02-16T23:06:31.685Z] [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 221 kB/s)
18:06:31 [2024-02-16T23:06:31.685Z] [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:31 [2024-02-16T23:06:31.685Z] [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 423 kB/s)
18:06:31 [2024-02-16T23:06:31.685Z] [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:31 [2024-02-16T23:06:31.685Z] [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 324 kB/s)
18:06:31 [2024-02-16T23:06:31.685Z] [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:31 [2024-02-16T23:06:31.685Z] [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 549 kB/s)
18:06:31 [2024-02-16T23:06:31.685Z] [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:31 [2024-02-16T23:06:31.685Z] [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 282 kB/s)
18:06:31 [2024-02-16T23:06:31.686Z] [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:31 [2024-02-16T23:06:31.686Z] [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 116 kB/s)
18:06:31 [2024-02-16T23:06:31.686Z] [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:31 [2024-02-16T23:06:31.686Z] [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 158 kB/s)
18:06:31 [2024-02-16T23:06:31.686Z] [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:31 [2024-02-16T23:06:31.686Z] [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 7.7 kB/s)
18:06:31 [2024-02-16T23:06:31.686Z] [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:31 [2024-02-16T23:06:31.686Z] [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 1.2 MB/s)
18:06:31 [2024-02-16T23:06:31.686Z] [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:31 [2024-02-16T23:06:31.686Z] [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 2.2 MB/s)
18:06:31 [2024-02-16T23:06:31.686Z] [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:31 [2024-02-16T23:06:31.687Z] [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 228 kB/s)
18:06:31 [2024-02-16T23:06:31.687Z] [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:31 [2024-02-16T23:06:31.687Z] [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 172 kB/s)
18:06:31 [2024-02-16T23:06:31.687Z] [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:31 [2024-02-16T23:06:31.687Z] [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 734 kB/s)
18:06:31 [2024-02-16T23:06:31.687Z] [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 991 kB/s)
18:06:31 [2024-02-16T23:06:31.943Z] [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 9.2 MB/s)
18:06:31 [2024-02-16T23:06:31.943Z] [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 6.9 MB/s)
18:06:32 [2024-02-16T23:06:32.503Z] [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 199 kB/s)
18:06:32 [2024-02-16T23:06:32.760Z] [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:32 [2024-02-16T23:06:32.760Z] [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:32 [2024-02-16T23:06:32.760Z] [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:32 [2024-02-16T23:06:32.760Z] [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:32 [2024-02-16T23:06:32.760Z] [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:32 [2024-02-16T23:06:32.760Z] [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:32 [2024-02-16T23:06:32.760Z] [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 4.9 MB/s)
18:06:32 [2024-02-16T23:06:32.760Z] [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:32 [2024-02-16T23:06:32.760Z] [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:32 [2024-02-16T23:06:32.761Z] [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:32 [2024-02-16T23:06:32.761Z] [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:32 [2024-02-16T23:06:32.761Z] [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:32 [2024-02-16T23:06:32.761Z] [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:32 [2024-02-16T23:06:32.761Z] [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 59 MB/s)
18:06:32 [2024-02-16T23:06:32.761Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:32 [2024-02-16T23:06:32.761Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:32 [2024-02-16T23:06:32.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:32 [2024-02-16T23:06:32.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:32 [2024-02-16T23:06:32.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/maven-metadata.xml
18:06:32 [2024-02-16T23:06:32.761Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/maven-metadata.xml (1.0 kB at 83 kB/s)
18:06:32 [2024-02-16T23:06:32.761Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/tycho-gpg-plugin-4.0.6-20240216.203051-26.pom
18:06:32 [2024-02-16T23:06:32.761Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/tycho-gpg-plugin-4.0.6-20240216.203051-26.pom (2.1 kB at 265 kB/s)
18:06:32 [2024-02-16T23:06:32.762Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/tycho-gpg-plugin-4.0.6-20240216.203051-26.jar
18:06:32 [2024-02-16T23:06:32.762Z] [INFO] Downloaded from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-gpg-plugin/4.0.6-SNAPSHOT/tycho-gpg-plugin-4.0.6-20240216.203051-26.jar (36 kB at 1.8 MB/s)
18:06:32 [2024-02-16T23:06:32.762Z] [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:32 [2024-02-16T23:06:32.762Z] [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:32 [2024-02-16T23:06:32.762Z] [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:32 [2024-02-16T23:06:32.762Z] [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:32 [2024-02-16T23:06:32.762Z] [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:32 [2024-02-16T23:06:32.762Z] [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:33 [2024-02-16T23:06:33.018Z] [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 224 kB/s)
18:06:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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.4 MB/s)
18:06:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.019Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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 5.3 MB/s)
18:06:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.020Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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 2.7 MB/s)
18:06:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.021Z] [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:33 [2024-02-16T23:06:33.278Z] [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:33 [2024-02-16T23:06:33.278Z] [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 1.3 MB/s)
18:06:33 [2024-02-16T23:06:33.278Z] [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:33 [2024-02-16T23:06:33.278Z] [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:33 [2024-02-16T23:06:33.278Z] [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:33 [2024-02-16T23:06:33.278Z] [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:33 [2024-02-16T23:06:33.278Z] [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:33 [2024-02-16T23:06:33.278Z] [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:33 [2024-02-16T23:06:33.278Z] [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:33 [2024-02-16T23:06:33.278Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
18:06:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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 11 MB/s)
18:06:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.279Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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 4.0 MB/s)
18:06:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.280Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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 5.5 MB/s)
18:06:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.281Z] [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:33 [2024-02-16T23:06:33.282Z] [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:33 [2024-02-16T23:06:33.282Z] [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:33 [2024-02-16T23:06:33.282Z] [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:33 [2024-02-16T23:06:33.282Z] [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:33 [2024-02-16T23:06:33.538Z] [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:33 [2024-02-16T23:06:33.538Z] [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:33 [2024-02-16T23:06:33.538Z] [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:33 [2024-02-16T23:06:33.539Z] [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 2.3 MB/s)
18:06:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom
18:06:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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 14 MB/s)
18:06:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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 1.3 MB/s)
18:06:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.539Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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 1.5 MB/s)
18:06:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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 3.0 MB/s)
18:06:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.540Z] [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:33 [2024-02-16T23:06:33.541Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
18:06:33 [2024-02-16T23:06:33.541Z] [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:33 [2024-02-16T23:06:33.541Z] [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 6.8 MB/s)
18:06:33 [2024-02-16T23:06:33.541Z] [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:33 [2024-02-16T23:06:33.541Z] [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:33 [2024-02-16T23:06:33.541Z] [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:33 [2024-02-16T23:06:33.541Z] [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:33 [2024-02-16T23:06:33.541Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
18:06:33 [2024-02-16T23:06:33.541Z] [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:33 [2024-02-16T23:06:33.541Z] [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:33 [2024-02-16T23:06:33.541Z] [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:33 [2024-02-16T23:06:33.797Z] [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:33 [2024-02-16T23:06:33.797Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.798Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.799Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.800Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.801Z] [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 1.7 MB/s)
18:06:33 [2024-02-16T23:06:33.801Z] [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:33 [2024-02-16T23:06:33.802Z] [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:33 [2024-02-16T23:06:33.802Z] [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:33 [2024-02-16T23:06:33.802Z] [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:33 [2024-02-16T23:06:33.802Z] [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:33 [2024-02-16T23:06:33.802Z] [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 51 MB/s)
18:06:33 [2024-02-16T23:06:33.802Z] [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:33 [2024-02-16T23:06:33.802Z] [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 20 MB/s)
18:06:33 [2024-02-16T23:06:33.802Z] [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:33 [2024-02-16T23:06:33.802Z] [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:33 [2024-02-16T23:06:33.802Z] [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:33 [2024-02-16T23:06:33.802Z] [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 6.9 MB/s)
18:06:33 [2024-02-16T23:06:33.802Z] [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:33 [2024-02-16T23:06:33.803Z] [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 31 MB/s)
18:06:33 [2024-02-16T23:06:33.803Z] [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 2.2 MB/s)
18:06:33 [2024-02-16T23:06:33.803Z] [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 59 MB/s)
18:06:33 [2024-02-16T23:06:33.803Z] [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.8 MB/s)
18:06:33 [2024-02-16T23:06:33.803Z] [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 13 MB/s)
18:06:34 [2024-02-16T23:06:34.733Z] [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:34 [2024-02-16T23:06:34.733Z] [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:35 [2024-02-16T23:06:35.004Z] [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:35 [2024-02-16T23:06:35.004Z] [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:35 [2024-02-16T23:06:35.004Z] [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:35 [2024-02-16T23:06:35.004Z] [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:35 [2024-02-16T23:06:35.005Z] [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 724 kB/s)
18:06:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
18:06:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.005Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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 440 kB/s)
18:06:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.006Z] [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 12 MB/s)
18:06:35 [2024-02-16T23:06:35.006Z] [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:35 [2024-02-16T23:06:35.007Z] [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:35 [2024-02-16T23:06:35.007Z] [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:35 [2024-02-16T23:06:35.007Z] [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:35 [2024-02-16T23:06:35.007Z] [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:35 [2024-02-16T23:06:35.007Z] [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 2.5 MB/s)
18:06:35 [2024-02-16T23:06:35.264Z] [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:35 [2024-02-16T23:06:35.264Z] [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:35 [2024-02-16T23:06:35.264Z] [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:35 [2024-02-16T23:06:35.264Z] [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:35 [2024-02-16T23:06:35.264Z] [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:35 [2024-02-16T23:06:35.264Z] [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 3.4 MB/s)
18:06:35 [2024-02-16T23:06:35.264Z] [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:35 [2024-02-16T23:06:35.264Z] [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:35 [2024-02-16T23:06:35.264Z] [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:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
18:06:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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 5.0 MB/s)
18:06:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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 1.4 MB/s)
18:06:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.265Z] [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:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.266Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/37/maven-parent-37.pom
18:06:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.266Z] [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 5.3 MB/s)
18:06:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.266Z] [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 15 MB/s)
18:06:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.266Z] [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 619 kB/s)
18:06:35 [2024-02-16T23:06:35.266Z] [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:35 [2024-02-16T23:06:35.267Z] [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 33 MB/s)
18:06:35 [2024-02-16T23:06:35.267Z] [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:35 [2024-02-16T23:06:35.267Z] [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:35 [2024-02-16T23:06:35.267Z] [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:35 [2024-02-16T23:06:35.267Z] [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:35 [2024-02-16T23:06:35.267Z] [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 15 MB/s)
18:06:35 [2024-02-16T23:06:35.267Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/25/apache-25.pom
18:06:35 [2024-02-16T23:06:35.267Z] [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:35 [2024-02-16T23:06:35.267Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom
18:06:35 [2024-02-16T23:06:35.267Z] [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:35 [2024-02-16T23:06:35.267Z] [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 10 MB/s)
18:06:35 [2024-02-16T23:06:35.267Z] [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:35 [2024-02-16T23:06:35.267Z] [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 3.9 MB/s)
18:06:35 [2024-02-16T23:06:35.267Z] [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:35 [2024-02-16T23:06:35.267Z] [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 5.1 MB/s)
18:06:37 [2024-02-16T23:06:37.191Z] [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:37 [2024-02-16T23:06:37.191Z] [INFO] ------------------------------------------------------------------------
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] Reactor Build Order:
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] eclipse-platform-parent                                            [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] eclipse-sdk-prereqs                          [eclipse-target-definition]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] eclipse jdt                                                        [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] parent                                                             [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] org.eclipse.osgi                                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Common Eclipse Runtime                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] eclipse.platform                                                   [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] eclipse.platform.runtime                                           [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [aggregator] bundles                                               [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Eclipse Jobs Mechanism                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Extension Registry Support                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Bidirectional Text Support                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] eclipse.platform.ui                                                [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [aggregator] bundles                                               [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Commands                                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] eclipse.platform.swt                                               [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] org.eclipse.swt                                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] eclipse.platform.swt.binaries                                      [pom]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Standard Widget Toolkit for GTK                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) AARCH64 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Standard Widget Toolkit for GTK                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Standard Widget Toolkit for GTK                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Standard Widget Toolkit for Windows            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa)   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] JFace                                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Eclipse Preferences Mechanism                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Eclipse Content Mechanism                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Equinox Application Container                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Core Runtime                                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Eclipse CSS Core Support                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Eclipse CSS SWT Support                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Eclipse Dependency Injection Annotations       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Eclipse Dependency Injection                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] Eclipse Dependency Injection Extensions        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] OSGi service http APIs                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.191Z] [INFO] [bundle] OSGi Release 4.2.0 Services                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse Contexts                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse Application Services                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Event Admin                                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse UI Dependency Injection                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse UI Application Services                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Expression Language                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse e4 core commands                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse Model Xpath                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse Workbench Model                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse e4 Workbench                           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] JFace Data Binding Observables                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] JFace Data Binding Properties                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] JFace Data Binding                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse CSS SWT Theme Support                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Bundle for Workbench APIs available in e4      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse UI Custom widgets                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse URI Scheme Handling                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] JFace Data Binding for SWT and JFace           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse Bindings Support                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse e4 dialogs                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse e4 Workbench SWT                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse e4 Workbench Add-ons                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] eclipse.platform.ua                                                [pom]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] org.eclipse.help                                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse Workbench                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse UI                                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Http Services Servlet                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Jetty Http Service                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] org.eclipse.equinox.security                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] eclipse.platform.team                                              [pom]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [aggregator] bundles                                               [pom]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Internet Connection Management                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] eclipse.platform.debug                                             [pom]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Core Variables                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Ant Build Tool Core                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] org.eclipse.help.base                                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Eclipse Forms                                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] org.eclipse.ui.intro                                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Help System UI                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] org.eclipse.ui.cheatsheets                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] org eclipse jdt                                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] eclipse.platform.resources                                         [pom]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [aggregator] bundles                                               [pom]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Core File Systems                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] eclipse.jdt.core                                                   [pom]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] org.eclipse.jdt.core.compiler.batch                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Text                                           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.192Z] [INFO] [bundle] Core Resource Management                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Core Compare Support                           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Team Support Core                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.jdt.core                                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] JFace Text                                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Debug Core                                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Text Editor Framework                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Console                                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] File Buffers                                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] rt.equinox.p2                                                      [pom]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [aggregator] bundles                                               [pom]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Equinox Provisioning Core                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Equinox Provisioning Metadata                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Equinox Provisioning Repository                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Equinox Provisioning Metadata Repository       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Equinox Provisioning JAR Processor             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Equinox Provisioning Artifact Repository Support [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Equinox Provisioning Engine                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] E4 IDE UI                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Common Navigator View                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Views                                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Eclipse IDE UI                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.jdt.annotation                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Default Text Editor                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Debug UI                                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Refactoring Core                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Search Support Core                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Compare Support                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Team Support UI                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Refactoring UI                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Search Support                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Tabbed Properties View                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Navigator Workbench Components                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] eclipse.jdt.debug                                                  [pom]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] JDI Debug Model                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.jdt.launching                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] eclipse.jdt.ui                                                     [pom]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Java Code Manipulation Functionality           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.jdt.ui                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.jdt.debug.ui                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] eclipse.platform.common                                            [pom]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.jdt.doc.user                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.jdt.junit.runtime                           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.jdt.launching.ui.macosx                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Java Annotation Processing Core                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Java Compiler Apt IDE                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Java Development Tools Formatter Application   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.jdt.junit5.runtime                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Java Annotation Processing UI                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Simple Configurator                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Install/Update Configurator                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] Equinox Concurrent API                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] org.eclipse.platform.doc.isv                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.193Z] [INFO] [bundle] External Tools Headless Support                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Equinox Framework Admin                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Equinox Framework Admin for Equinox            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Simple Configurator Manipulator                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Java Development Tools JUnit core support      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Java Development Tools JUnit support           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.doc.isv                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Ant Launching Support                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.junit4.runtime                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.annotation                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] External Tools                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Ant UI                                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.launching.macosx                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org eclipse jdt feature                                [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Equinox Launcher                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] eclipse.platform.releng                                            [pom]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.test.performance                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Eclipse IDE UI Application                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.core.tests.compiler                [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.compiler.tool.tests                [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.core.tests.builder                 [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.compiler.apt.tests                 [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.core.tests.model                   [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.core.tests.performance             [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.apt.pluggable.tests                [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.apt.tests                          [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] eclipse.jdt.core.binaries                                          [pom]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.core.tests.binaries                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.debug.tests                        [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.debug.jdi.tests                    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [aggregator] tests                                                 [pom]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [test-bundle] File Buffers Test Plug-in            [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [test-bundle] Text Test Plug-in                    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [test-bundle] JFace Text Test Plug-in              [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] AST View Plug-in                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Java Element View Plug-in                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.bcoview                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] eclipse.pde                                                        [pom]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] eclipse.pde.ui                                                     [pom]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] PDE JUnit Runtime Support                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [aggregator] tests                                                 [pom]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Eclipse Core Tests Harness                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.ui.tests                           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.text.tests                         [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.ui.tests.refactoring               [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject                             [jar]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.ui.examples.projects                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Debug Unit Test support                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.ui.unittest.junit                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature              [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [feature] Java AST View                                [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [feature] Java Element View                            [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [feature] Bytecode Outline View                        [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] eclipse.pde.apitools                                               [pom]
18:06:37 [2024-02-16T23:06:37.194Z] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Director                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Repository Tools          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] eclipse.pde.build                                                  [pom]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Plug-in Development Environment Build Support  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Garbage Collector         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE Core                                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] API Tools                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE API Tools Annotations                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Operations API            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Generic UI components related to BND           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Security Default UI                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Eclipse e4 Progress View                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Directory Watcher         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning UI Support                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Log View                                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE Launching Support                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Generic and Extensible Text Editor             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] eclipse.pde.ds                                                     [pom]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE DS Core                                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE UI                                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Target definition generic editor extension     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE Runtime                                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] JSch Core                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Eclipse Platform                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] org.eclipse.pde.ui.tests                           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] API Tools UI                                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] org.eclipse.pde.api.tools.tests                    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [test-bundle] PDE DS Tests                         [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE DS UI                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Declarative Services Annotations Support       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] eclipse.pde.ua                                                     [pom]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE UA Core                                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE UA UI                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] PDE Templates                                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] org.eclipse.pde                                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] org.eclipse.pde.doc.user                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [aggregator] features                                              [pom]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [feature] Eclipse Plug-in Development Environment      [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Browser Support                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] JSch UI                                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Diff Extension for Generic Editor              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] org.eclipse.equinox.security.win32.x86_64               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Native Touchpoint         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] org.eclipse.equinox.security.linux                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] org.eclipse.equinox.security.macosx                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.195Z] [INFO] [bundle] Equinox Provisioning Console                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Provisioning ECF based Transport       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [aggregator] features                                              [pom]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [feature] Equinox p2, headless functionalities         [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Provisioning Drop-in                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Provisioning Director Application      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [feature] Equinox p2, backward compatibility support   [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Provisioning Import and Export         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Provisioning Update Checker            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Provisioning Platform Update Support   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [feature] Equinox p2, minimal support for RCP applications [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [feature] Equinox p2, Provisioning for IDEs.           [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Eclipse SDK Themes                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.core.resources.win32.x86_64                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.core.filesystem.win32.x86_64                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Eclipse UI Win32 Enhancements                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.core.net.linux                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.core.filesystem.macosx                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Debug UI Launch Configuration View             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] UI Freeze Monitoring                           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.platform.doc.user                           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.compare.win32                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Http Service Registry Extensions               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Jasper Jsp Support Bundle                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Jasper Jsp Registry Support Plug-in            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.help.webapp                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.help.feature                               [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.core.filesystem.linux.x86_64                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.core.filesystem.linux.aarch64               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.core.net.win32                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.core.net.win32.x86_64                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Universal Welcome                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.core.filesystem.linux.ppc64le               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Quicklinks for the Welcome Framework           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Quick Search                                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.rcp                                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] JFace Data Binding for JavaBeans               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Eclipse UI WIN32 Enhancements                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Console plug-in                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Notification API                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Eclipse UI GTK Enhancements                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [aggregator] features                                              [pom]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] [feature] Eclipse 4 Rich Client Platform               [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.196Z] [INFO] org.eclipse.rcp.feature                                [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Internet Connection Management UI              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.platform.feature                           [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.pde.ua.tests                           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.pde.junit.runtime.tests                [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Spy Core plug-in                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Bundle Spy                                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Event Spy                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] CSS Spy                                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] eclipse.pde.e4tools                                                [pom]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [aggregator] bundles                                               [pom]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Services                                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.e4.tools.emf.ui                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Model Spy                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Context Spy                                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Preference Spy                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Layout Spy                                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.pde.ui.templates.tests                 [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.pde.genericeditor.extension.tests      [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Plug-in Development Unit Test support          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Tools                                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Compat                                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Persistence Model                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Perspective migrate compatibility Util         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Editor3x                                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] e4 JDT code templates                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [test-bundle] Harness Plug-in                      [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.e4.tools.compatibility.migration.tests [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.e4.tools.persistence.tests             [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [aggregator] tests                                                 [pom]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [test-bundle] Test                                 [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.pde.build.tests                        [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [feature] Eclipse e4 Tools                             [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [feature] Eclipse Persistence                          [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [feature] Eclipse Plug-in Development Environment Spies [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [test-bundle] Install/Update Configurator Test Plugin [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [test-bundle] Ant Core Test Plugin                 [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [test-bundle] Ant UI Test Plugin                   [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Eclipse Project SDK                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [bundle] Core Tools                                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [aggregator] features                                              [pom]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [feature] Equinox Core Function                        [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [feature] Eclipse Core Runtime Infrastructure          [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [test-bundle] Content-Types Tests                  [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [test-bundle] Expression Language Tests            [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [test-bundle] Eclipse Core Tests Runtime           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.e4.core.javax.tests                    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.e4.core.tests                          [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] eclipse.platform.team.tests                                        [pom]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] eclipse.platform.resources.tests                                   [pom]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] org.eclipse.core.tests.resources                   [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.197Z] [INFO] [test-bundle] Compare Tests                        [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.core.tests.net                         [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.jsch.tests                                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.team.tests.core                        [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.compare.examples                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.compare.examples.xml                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.team.examples.filesystem                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.core.filesystem.linux.loongarch64           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Core Resource Management Spy Support Fragment  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.core.tools.resources                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] eclipse.platform.resources.examples                                [pom]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Efs Examples Plug-in                           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Save Participant 3                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Save Participant 1                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Save Participant 2                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.core.tests.resources.saveparticipant   [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Example Debug Core Plug-in                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Sample Memory View Plugin                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Mixed-mode Launching Example                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Example Debug UI Plug-in                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Debug Test Plugin                    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [feature] Jetty Http Server Feature                    [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.ua.tests                               [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.ua.tests.doc                           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.ui.intro.quicklinks.examples                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.ui.intro.solstice.examples                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Tip of the Day core plugin                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Tip of the Day UI                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Tip of the Day Json Provider                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] IDE Enablement for Tip of the Day              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] org.eclipse.tips.feature                               [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Tip of the Day Tests                 [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] infocenter-parent                                                  [pom]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Servletbridge                                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] Servletbridge Http Service                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] infocenter-product                                  [eclipse-repository]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] infocenter-app                                                     [war]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Eclipse e4 core commands tests       [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] XPathTest Model                      [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] UI Bindings Tests                    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] TestModel Model                      [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] e4 css core tests                    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] e4 css swt tests (Incubation)        [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Jface tests                          [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] eclipse.platform.ui.examples                                       [pom]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [bundle] JFace Data Binding Examples                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] JFace Data Binding Conformance Tests [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] JFace Data Binding Tests             [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Jface notifications tests            [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Refactoring Core Test Plug-in        [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Refactoring UI Test Plug-in          [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Search Support Tests Plug-in         [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.198Z] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Editors Test Plug-in                 [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Workbench Text Editor Test Plug-in   [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Generic Editor Test Plug-in          [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Eclipse UI IDE Application Tests     [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] UI Freeze Monitoring Tests           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Eclipse UI Tests                     [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Plugin.name                          [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Forms Test                           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Common Navigator Tests               [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Performance Plug-in                  [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Pluginchecks                         [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Eclipse RCP Tests                    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Tabbed Properties View Tests         [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] CSS bridge demo                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] e4 Progress Examples Plug-in                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] JFace Snippets Plug-in                         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] CodeMinig Examples                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Services Snippets (Incubation)                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Command Contribution Examples                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Field Assist Example                           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] JFace Text Example                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Progress Examples Plug-in                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] pluginName                                     [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Multi-Page Editor Example                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Common Navigator Examples                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Example for a Perspective                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] User File Editor                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Readme File Editing Tool                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Undo Example                                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Example for Eclipse URI Scheme Handling        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Tabbed Properties View Article Example         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Examples of Eclipse Forms                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Examples for Generic Editor                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] org.eclipse.platform.doc.tips                           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] SWT Tools Base                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] SWT Tools Spy                                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] SWT Tools                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [aggregator] bundles                                               [pom]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] org.eclipse.swt.fragments.localbuild                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] SWT Standalone Examples Plugin                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] SWT Browser Demos Plugin                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] SWT Launcher Example Plugin                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] org.eclipse.swt.examples.ole.win32                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] SWT Views Example Plugin                       [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] org.eclipse.swt.tests                              [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [feature] SWT Tools                                    [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [test-bundle] Eclipse SWT Tests Linux/gtk          [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Configuration Admin                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Device Access Service                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Coordinator                                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] Meta Type                                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [bundle] User Admin Service                             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.199Z] [INFO] [feature] Equinox Compendium SDK                       [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Supplemental Equinox Functionality             [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Aspect Weaving Hooks Plug-in                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Log Stream Provider                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] XSLT Transform Provider                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] J9 CachingService Plug-in                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Console ssh support plug-in                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] SSHD Fragment                                  [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Standard Caching Service for Equinox Aspects   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Transformer Hook Framework Extension           [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Region Digraph                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [feature] Equinox Core SDK                             [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.equinox.executable                         [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [feature] Core Server Feature                          [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [feature] Equinox Target Components                    [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] BiDi tests                           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Test Plug-in                         [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Common Eclipse Runtime Tests         [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Declarative Services Tests           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Preferences Tests                    [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Equinox security tests               [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Ssh Tests                            [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Console tests                        [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.osgi.tests                             [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Test Plug-in for Framework Admin     [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Equinox Provisioning Discovery                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Equinox Provisioning Discovery                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Equinox Provisioning Installer                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Test Install Verifier                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Equinox Provisioning Discovery UI              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [feature] Equinox p2, Discovery UI support             [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.equinox.p2.tests                       [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Equinox Provisioning Discovery Tests [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] p2 Admin UI                                    [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Provisioning Admin UI RCP (Incubation)         [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [feature] p2 Server Feature                            [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [feature] Equinox p2, SDK                              [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.equinox.p2.examples                                    [pom]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] RCP Mail (Cloud Update Example)                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Prestartupdate                                 [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Sdkbundlevisibility                            [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] Sdknoautoupdates                               [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] [bundle] RCP Mail (SDK UI)                              [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.ant.optional.junit                          [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.releng.tests                           [eclipse-test-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.sdk.examples                                [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.sdk.tests                                   [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.test                                        [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.test.performance.win32                      [eclipse-plugin]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.sdk.feature                                [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.sdk.examples.feature                       [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.200Z] [INFO] org.eclipse.test.feature                               [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] org.eclipse.sdk.tests.feature                          [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] eclipse.platform.releng.tychoeclipsebuilder                        [pom]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] [feature] Eclipse Product Configuration                [eclipse-feature]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] org.eclipse.rt.osgistarterkit.product               [eclipse-repository]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] equinox-sdk                                         [eclipse-repository]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] eclipse-junit-tests                                 [eclipse-repository]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] eclipse.platform.repository                         [eclipse-repository]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] platform-aggregator                                                [pom]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] ----------------< org.eclipse:eclipse-platform-parent >-----------------
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] Building eclipse-platform-parent 4.31.0-SNAPSHOT                 [1/521]
18:06:37 [2024-02-16T23:06:37.201Z] [INFO]   from eclipse-platform-parent/pom.xml
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] --------------------------------[ pom ]---------------------------------
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-platform-parent ---
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-platform-parent ---
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] Copying 1 resource from saveproperties to target
18:06:37 [2024-02-16T23:06:37.201Z] [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:37 [2024-02-16T23:06:37.201Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-platform-parent ---
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-platform-parent ---
18:06:37 [2024-02-16T23:06:37.201Z] [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:37 [2024-02-16T23:06:37.201Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse-platform-parent ---
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse-platform-parent ---
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-platform-parent ---
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] Execution was skipped
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] 
18:06:37 [2024-02-16T23:06:37.201Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse-platform-parent ---
18:06:37 [2024-02-16T23:06:37.201Z] [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:37 [2024-02-16T23:06:37.201Z] [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:37 [2024-02-16T23:06:37.201Z] [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:37 [2024-02-16T23:06:37.201Z] [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:37 [2024-02-16T23:06:37.202Z] [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 58 kB/s)
18:06:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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 292 kB/s)
18:06:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.202Z] [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:37 [2024-02-16T23:06:37.459Z] [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.2 MB/s)
18:06:37 [2024-02-16T23:06:37.459Z] [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:37 [2024-02-16T23:06:37.459Z] [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:37 [2024-02-16T23:06:37.459Z] [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:37 [2024-02-16T23:06:37.459Z] [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:37 [2024-02-16T23:06:37.459Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
18:06:37 [2024-02-16T23:06:37.460Z] [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:37 [2024-02-16T23:06:37.460Z] [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 4.8 MB/s)
18:06:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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 116 kB/s)
18:06:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.461Z] [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:37 [2024-02-16T23:06:37.462Z] [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:37 [2024-02-16T23:06:37.462Z] [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:37 [2024-02-16T23:06:37.462Z] [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:37 [2024-02-16T23:06:37.462Z] [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:37 [2024-02-16T23:06:37.462Z] [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:37 [2024-02-16T23:06:37.462Z] [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:37 [2024-02-16T23:06:37.462Z] [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:37 [2024-02-16T23:06:37.718Z] [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 582 kB/s)
18:06:37 [2024-02-16T23:06:37.718Z] [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:37 [2024-02-16T23:06:37.718Z] [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:37 [2024-02-16T23:06:37.718Z] [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:37 [2024-02-16T23:06:37.718Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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 71 kB/s)
18:06:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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 88 kB/s)
18:06:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.719Z] [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:37 [2024-02-16T23:06:37.720Z] [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 2.9 MB/s)
18:06:37 [2024-02-16T23:06:37.720Z] [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:37 [2024-02-16T23:06:37.720Z] [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:37 [2024-02-16T23:06:37.720Z] [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:37 [2024-02-16T23:06:37.720Z] [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:37 [2024-02-16T23:06:37.720Z] [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:37 [2024-02-16T23:06:37.720Z] [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:37 [2024-02-16T23:06:37.720Z] [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 1.4 MB/s)
18:06:37 [2024-02-16T23:06:37.720Z] [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:37 [2024-02-16T23:06:37.720Z] [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:37 [2024-02-16T23:06:37.720Z] [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:37 [2024-02-16T23:06:37.976Z] [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:37 [2024-02-16T23:06:37.976Z] [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:37 [2024-02-16T23:06:37.976Z] [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:37 [2024-02-16T23:06:37.976Z] [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 2.3 MB/s)
18:06:37 [2024-02-16T23:06:37.976Z] [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:37 [2024-02-16T23:06:37.976Z] [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:37 [2024-02-16T23:06:37.976Z] [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:37 [2024-02-16T23:06:37.976Z] [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:37 [2024-02-16T23:06:37.976Z] [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:37 [2024-02-16T23:06:37.976Z] [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:37 [2024-02-16T23:06:37.977Z] [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 4.3 MB/s)
18:06:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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 6.9 MB/s)
18:06:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.977Z] [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:37 [2024-02-16T23:06:37.978Z] [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 375 kB/s)
18:06:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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 515 kB/s)
18:06:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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:37 [2024-02-16T23:06:37.978Z] [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 946 kB/s)
18:06:37 [2024-02-16T23:06:37.979Z] [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:37 [2024-02-16T23:06:37.979Z] [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:37 [2024-02-16T23:06:37.979Z] [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:37 [2024-02-16T23:06:37.979Z] [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:37 [2024-02-16T23:06:37.979Z] [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:38 [2024-02-16T23:06:38.235Z] [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:38 [2024-02-16T23:06:38.235Z] [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.7 MB/s)
18:06:38 [2024-02-16T23:06:38.235Z] [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:38 [2024-02-16T23:06:38.235Z] [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:38 [2024-02-16T23:06:38.235Z] [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:38 [2024-02-16T23:06:38.235Z] [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:38 [2024-02-16T23:06:38.235Z] [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:38 [2024-02-16T23:06:38.235Z] [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:38 [2024-02-16T23:06:38.235Z] [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 355 kB/s)
18:06:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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 597 kB/s)
18:06:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.236Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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 514 kB/s)
18:06:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.237Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.238Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.239Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.240Z] [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:38 [2024-02-16T23:06:38.496Z] [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:38 [2024-02-16T23:06:38.496Z] [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:38 [2024-02-16T23:06:38.496Z] [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:38 [2024-02-16T23:06:38.496Z] [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:38 [2024-02-16T23:06:38.496Z] [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:38 [2024-02-16T23:06:38.496Z] [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:38 [2024-02-16T23:06:38.496Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.497Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
18:06:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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 82 MB/s)
18:06:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.498Z] [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:38 [2024-02-16T23:06:38.499Z] [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:38 [2024-02-16T23:06:38.499Z] [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:38 [2024-02-16T23:06:38.499Z] [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:38 [2024-02-16T23:06:38.499Z] [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:38 [2024-02-16T23:06:38.499Z] [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:38 [2024-02-16T23:06:38.499Z] [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:38 [2024-02-16T23:06:38.499Z] [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:38 [2024-02-16T23:06:38.499Z] [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 20 MB/s)
18:06:38 [2024-02-16T23:06:38.499Z] [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:38 [2024-02-16T23:06:38.499Z] [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.2 MB/s)
18:06:38 [2024-02-16T23:06:38.499Z] [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:38 [2024-02-16T23:06:38.499Z] [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 14 MB/s)
18:06:38 [2024-02-16T23:06:38.500Z] [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:38 [2024-02-16T23:06:38.500Z] [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 9.3 MB/s)
18:06:38 [2024-02-16T23:06:38.500Z] [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:38 [2024-02-16T23:06:38.500Z] [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.0 MB/s)
18:06:38 [2024-02-16T23:06:38.500Z] [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:38 [2024-02-16T23:06:38.500Z] [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 9.5 MB/s)
18:06:38 [2024-02-16T23:06:38.500Z] [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:38 [2024-02-16T23:06:38.500Z] [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 7.6 MB/s)
18:06:38 [2024-02-16T23:06:38.500Z] [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:38 [2024-02-16T23:06:38.500Z] [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 18 MB/s)
18:06:38 [2024-02-16T23:06:38.500Z] [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 6.8 MB/s)
18:06:38 [2024-02-16T23:06:38.500Z] [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 818 kB/s)
18:06:38 [2024-02-16T23:06:38.500Z] [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 141 kB/s)
18:06:38 [2024-02-16T23:06:38.501Z] [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 70 kB/s)
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse-platform-parent ---
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] ------------------< org.eclipse:eclipse-sdk-prereqs >-------------------
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] Building eclipse-sdk-prereqs 4.31.0-SNAPSHOT                     [2/521]
18:06:38 [2024-02-16T23:06:38.757Z] [INFO]   from eclipse.platform.releng.prereqs.sdk/pom.xml
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.757Z] [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:38 [2024-02-16T23:06:38.757Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.757Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.758Z] [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:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-target-definition (default-package-target-definition) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] Execution was skipped
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse-sdk-prereqs ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] ----------------------< eclipse.jdt:eclipse.jdt >-----------------------
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] Building eclipse jdt 4.31.0-SNAPSHOT                             [3/521]
18:06:38 [2024-02-16T23:06:38.758Z] [INFO]   from eclipse.jdt/pom.xml
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --------------------------------[ pom ]---------------------------------
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt ---
18:06:38 [2024-02-16T23:06:38.758Z] [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:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt ---
18:06:38 [2024-02-16T23:06:38.758Z] [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:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.jdt ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] Execution was skipped
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.jdt ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] ---------------------< org.eclipse.equinox:parent >---------------------
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] Building parent 4.31.0-SNAPSHOT                                  [4/521]
18:06:38 [2024-02-16T23:06:38.758Z] [INFO]   from equinox/pom.xml
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --------------------------------[ pom ]---------------------------------
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- clean:3.3.2:clean (default-clean) @ parent ---
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ parent ---
18:06:38 [2024-02-16T23:06:38.758Z] [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:38 [2024-02-16T23:06:38.758Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.758Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent ---
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ parent ---
18:06:38 [2024-02-16T23:06:38.759Z] [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:38 [2024-02-16T23:06:38.759Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ parent ---
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ parent ---
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ parent ---
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ parent ---
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ parent ---
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] Execution was skipped
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ parent ---
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ parent ---
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] 
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] -----------------< org.eclipse.osgi:org.eclipse.osgi >------------------
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] Building org.eclipse.osgi 3.19.0-SNAPSHOT                        [5/521]
18:06:38 [2024-02-16T23:06:38.759Z] [INFO]   from equinox/bundles/org.eclipse.osgi/pom.xml
18:06:38 [2024-02-16T23:06:38.759Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:06:40 [2024-02-16T23:06:40.125Z] [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@6f935613
18:06:40 [2024-02-16T23:06:40.125Z] [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
18:06:40 [2024-02-16T23:06:40.125Z] [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:40 [2024-02-16T23:06:40.125Z] [INFO]     Transport mode:         online
18:06:40 [2024-02-16T23:06:40.125Z] [INFO]     Http Transport type:    Java11Client
18:06:40 [2024-02-16T23:06:40.125Z] [INFO]     Update mode:            cache first
18:06:40 [2024-02-16T23:06:40.125Z] [INFO]     Minimum cache duration: 60 minutes
18:06:40 [2024-02-16T23:06:40.125Z] [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
18:06:40 [2024-02-16T23:06:40.688Z] [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.0, 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:44 [2024-02-16T23:06:44.858Z] [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:44 [2024-02-16T23:06:44.858Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:45 [2024-02-16T23:06:45.784Z] [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:45 [2024-02-16T23:06:45.786Z] [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:45 [2024-02-16T23:06:45.787Z] [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:46 [2024-02-16T23:06:46.348Z] [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:46 [2024-02-16T23:06:46.349Z] [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:46 [2024-02-16T23:06:46.605Z] [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:46 [2024-02-16T23:06:46.606Z] [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:46 [2024-02-16T23:06:46.863Z] [INFO] 
18:06:46 [2024-02-16T23:06:46.863Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi ---
18:06:46 [2024-02-16T23:06:46.863Z] [INFO] 
18:06:46 [2024-02-16T23:06:46.863Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] The project's OSGi version is 3.19.0.v20240213-1246
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] 
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] 
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] 
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.119Z] [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:47 [2024-02-16T23:06:47.119Z] [INFO] 
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] 
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] 
18:06:47 [2024-02-16T23:06:47.119Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.120Z] [INFO] Resolving class path of org.eclipse.osgi
18:06:47 [2024-02-16T23:06:47.375Z] [INFO] 
18:06:47 [2024-02-16T23:06:47.375Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.375Z] [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:47 [2024-02-16T23:06:47.375Z] [INFO] 
18:06:47 [2024-02-16T23:06:47.375Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.375Z] [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:47 [2024-02-16T23:06:47.375Z] [INFO] 
18:06:47 [2024-02-16T23:06:47.375Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi ---
18:06:47 [2024-02-16T23:06:47.376Z] [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:50 [2024-02-16T23:06:50.641Z] [WARNING] /home/jenkins/agent/workspace/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:50 [2024-02-16T23:06:50.642Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:06:50 [2024-02-16T23:06:50.642Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:50 [2024-02-16T23:06:50.642Z] The type PackageAdmin is deprecated
18:06:50 [2024-02-16T23:06:50.642Z] [WARNING] /home/jenkins/agent/workspace/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:50 [2024-02-16T23:06:50.642Z] 	import org.osgi.service.startlevel.StartLevel;
18:06:50 [2024-02-16T23:06:50.642Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:06:50 [2024-02-16T23:06:50.642Z] The type StartLevel is deprecated
18:06:50 [2024-02-16T23:06:50.642Z] [WARNING] /home/jenkins/agent/workspace/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:50 [2024-02-16T23:06:50.642Z] 	if (HostNamespace.EXTENSION_BOOTCLASSPATH
18:06:50 [2024-02-16T23:06:50.642Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^
18:06:50 [2024-02-16T23:06:50.642Z] The field HostNamespace.EXTENSION_BOOTCLASSPATH is deprecated
18:06:50 [2024-02-16T23:06:50.642Z] 3 problems (3 warnings)
18:06:50 [2024-02-16T23:06:50.642Z] [INFO] 
18:06:50 [2024-02-16T23:06:50.642Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.osgi ---
18:06:50 [2024-02-16T23:06:50.642Z] [INFO] 
18:06:50 [2024-02-16T23:06:50.642Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi ---
18:06:50 [2024-02-16T23:06:50.642Z] [INFO] 
18:06:50 [2024-02-16T23:06:50.642Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.osgi ---
18:06:53 [2024-02-16T23:06:53.216Z] [INFO] 
18:06:53 [2024-02-16T23:06:53.216Z] [INFO] --- bnd:6.3.1:bnd-process (bnd-process) @ org.eclipse.osgi ---
18:06:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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 318 kB/s)
18:06:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.217Z] [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:53 [2024-02-16T23:06:53.218Z] [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 5.1 MB/s)
18:06:53 [2024-02-16T23:06:53.218Z] [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:53 [2024-02-16T23:06:53.218Z] [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:53 [2024-02-16T23:06:53.218Z] [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:53 [2024-02-16T23:06:53.218Z] [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:53 [2024-02-16T23:06:53.218Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom
18:06:53 [2024-02-16T23:06:53.218Z] [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:53 [2024-02-16T23:06:53.218Z] [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 14 MB/s)
18:06:53 [2024-02-16T23:06:53.218Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom
18:06:53 [2024-02-16T23:06:53.218Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/17/apache-17.pom
18:06:53 [2024-02-16T23:06:53.218Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/17/apache-17.pom
18:06:53 [2024-02-16T23:06:53.218Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom
18:06:53 [2024-02-16T23:06:53.218Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom
18:06:53 [2024-02-16T23:06:53.218Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
18:06:53 [2024-02-16T23:06:53.218Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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 947 kB/s)
18:06:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom
18:06:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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 2.7 MB/s)
18:06:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.219Z] [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:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.220Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom
18:06:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.220Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom
18:06:53 [2024-02-16T23:06:53.220Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom
18:06:53 [2024-02-16T23:06:53.220Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom
18:06:53 [2024-02-16T23:06:53.220Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom
18:06:53 [2024-02-16T23:06:53.220Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom
18:06:53 [2024-02-16T23:06:53.220Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
18:06:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.220Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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 556 kB/s)
18:06:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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 238 kB/s)
18:06:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.221Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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 269 kB/s)
18:06:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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 317 kB/s)
18:06:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.222Z] [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:53 [2024-02-16T23:06:53.223Z] [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:53 [2024-02-16T23:06:53.223Z] [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 130 kB/s)
18:06:53 [2024-02-16T23:06:53.223Z] [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:53 [2024-02-16T23:06:53.223Z] [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:53 [2024-02-16T23:06:53.223Z] [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:53 [2024-02-16T23:06:53.223Z] [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:53 [2024-02-16T23:06:53.223Z] [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:53 [2024-02-16T23:06:53.223Z] [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:53 [2024-02-16T23:06:53.223Z] [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 446 kB/s)
18:06:53 [2024-02-16T23:06:53.223Z] [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:53 [2024-02-16T23:06:53.223Z] [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:53 [2024-02-16T23:06:53.479Z] [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:53 [2024-02-16T23:06:53.479Z] [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:53 [2024-02-16T23:06:53.479Z] [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:53 [2024-02-16T23:06:53.479Z] [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:53 [2024-02-16T23:06:53.479Z] [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 1.1 MB/s)
18:06:53 [2024-02-16T23:06:53.479Z] [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:53 [2024-02-16T23:06:53.479Z] [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:53 [2024-02-16T23:06:53.479Z] [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:53 [2024-02-16T23:06:53.479Z] [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:53 [2024-02-16T23:06:53.479Z] [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:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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 136 kB/s)
18:06:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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 223 kB/s)
18:06:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.480Z] [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:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.481Z] [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 228 kB/s)
18:06:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.481Z] [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 396 kB/s)
18:06:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.481Z] [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:53 [2024-02-16T23:06:53.737Z] [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:53 [2024-02-16T23:06:53.737Z] [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:53 [2024-02-16T23:06:53.737Z] [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:53 [2024-02-16T23:06:53.737Z] [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:53 [2024-02-16T23:06:53.737Z] [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 528 kB/s)
18:06:53 [2024-02-16T23:06:53.737Z] [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:53 [2024-02-16T23:06:53.737Z] [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:53 [2024-02-16T23:06:53.737Z] [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:53 [2024-02-16T23:06:53.737Z] [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:53 [2024-02-16T23:06:53.737Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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 276 kB/s)
18:06:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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 321 kB/s)
18:06:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.738Z] [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:53 [2024-02-16T23:06:53.739Z] [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 153 kB/s)
18:06:53 [2024-02-16T23:06:53.739Z] [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:53 [2024-02-16T23:06:53.739Z] [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:53 [2024-02-16T23:06:53.739Z] [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:53 [2024-02-16T23:06:53.739Z] [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:53 [2024-02-16T23:06:53.739Z] [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:53 [2024-02-16T23:06:53.739Z] [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:53 [2024-02-16T23:06:53.739Z] [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 51 kB/s)
18:06:53 [2024-02-16T23:06:53.739Z] [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:53 [2024-02-16T23:06:53.739Z] [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:53 [2024-02-16T23:06:53.740Z] [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:53 [2024-02-16T23:06:53.740Z] [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:53 [2024-02-16T23:06:53.740Z] [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:53 [2024-02-16T23:06:53.740Z] [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:53 [2024-02-16T23:06:53.996Z] [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 326 kB/s)
18:06:53 [2024-02-16T23:06:53.996Z] [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:53 [2024-02-16T23:06:53.996Z] [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:53 [2024-02-16T23:06:53.996Z] [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:53 [2024-02-16T23:06:53.996Z] [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:53 [2024-02-16T23:06:53.996Z] [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:53 [2024-02-16T23:06:53.996Z] [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:55 [2024-02-16T23:06:55.363Z] [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 11 kB/s)
18:06:55 [2024-02-16T23:06:55.363Z] [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:55 [2024-02-16T23:06:55.363Z] [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:55 [2024-02-16T23:06:55.363Z] [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:55 [2024-02-16T23:06:55.363Z] [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:55 [2024-02-16T23:06:55.363Z] [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:55 [2024-02-16T23:06:55.363Z] [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:55 [2024-02-16T23:06:55.619Z] [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 81 kB/s)
18:06:55 [2024-02-16T23:06:55.619Z] [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:55 [2024-02-16T23:06:55.619Z] [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:55 [2024-02-16T23:06:55.619Z] [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:55 [2024-02-16T23:06:55.619Z] [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:55 [2024-02-16T23:06:55.619Z] [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:55 [2024-02-16T23:06:55.619Z] [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:55 [2024-02-16T23:06:55.620Z] [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 59 kB/s)
18:06:55 [2024-02-16T23:06:55.620Z] [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:55 [2024-02-16T23:06:55.620Z] [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:55 [2024-02-16T23:06:55.620Z] [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:55 [2024-02-16T23:06:55.620Z] [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:55 [2024-02-16T23:06:55.620Z] [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:55 [2024-02-16T23:06:55.620Z] [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:55 [2024-02-16T23:06:55.620Z] [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 37 kB/s)
18:06:55 [2024-02-16T23:06:55.620Z] [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:55 [2024-02-16T23:06:55.620Z] [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:55 [2024-02-16T23:06:55.620Z] [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:55 [2024-02-16T23:06:55.621Z] [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:55 [2024-02-16T23:06:55.621Z] [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:55 [2024-02-16T23:06:55.621Z] [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:55 [2024-02-16T23:06:55.621Z] [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 112 kB/s)
18:06:55 [2024-02-16T23:06:55.621Z] [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:55 [2024-02-16T23:06:55.621Z] [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:55 [2024-02-16T23:06:55.621Z] [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:55 [2024-02-16T23:06:55.621Z] [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:55 [2024-02-16T23:06:55.621Z] [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:55 [2024-02-16T23:06:55.621Z] [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:55 [2024-02-16T23:06:55.877Z] [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 110 kB/s)
18:06:55 [2024-02-16T23:06:55.877Z] [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:55 [2024-02-16T23:06:55.877Z] [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:55 [2024-02-16T23:06:55.877Z] [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:55 [2024-02-16T23:06:55.877Z] [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:55 [2024-02-16T23:06:55.877Z] [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:55 [2024-02-16T23:06:55.878Z] [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:55 [2024-02-16T23:06:55.878Z] [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 31 kB/s)
18:06:55 [2024-02-16T23:06:55.878Z] [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:55 [2024-02-16T23:06:55.878Z] [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:55 [2024-02-16T23:06:55.878Z] [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:55 [2024-02-16T23:06:55.878Z] [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:55 [2024-02-16T23:06:55.878Z] [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:55 [2024-02-16T23:06:55.878Z] [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:55 [2024-02-16T23:06:55.878Z] [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 63 kB/s)
18:06:55 [2024-02-16T23:06:55.878Z] [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:55 [2024-02-16T23:06:55.878Z] [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:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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 87 kB/s)
18:06:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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:56 [2024-02-16T23:06:56.134Z] [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 1.5 MB/s)
18:06:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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 1.5 MB/s)
18:06:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.135Z] [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:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
18:06:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [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 6.8 MB/s)
18:06:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
18:06:56 [2024-02-16T23:06:56.136Z] [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:56 [2024-02-16T23:06:56.136Z] [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 14 MB/s)
18:06:56 [2024-02-16T23:06:56.137Z] [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:56 [2024-02-16T23:06:56.137Z] [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:56 [2024-02-16T23:06:56.137Z] [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:56 [2024-02-16T23:06:56.392Z] [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:56 [2024-02-16T23:06:56.392Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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 8.1 MB/s)
18:06:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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 12 MB/s)
18:06:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.393Z] [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:56 [2024-02-16T23:06:56.394Z] [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 76 kB/s)
18:06:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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 2.7 MB/s)
18:06:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.394Z] [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:56 [2024-02-16T23:06:56.395Z] [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 5.2 MB/s)
18:06:56 [2024-02-16T23:06:56.395Z] [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:56 [2024-02-16T23:06:56.395Z] [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:56 [2024-02-16T23:06:56.395Z] [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:56 [2024-02-16T23:06:56.395Z] [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:56 [2024-02-16T23:06:56.395Z] [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:56 [2024-02-16T23:06:56.395Z] [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:56 [2024-02-16T23:06:56.651Z] [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 313 kB/s)
18:06:56 [2024-02-16T23:06:56.651Z] [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:56 [2024-02-16T23:06:56.651Z] [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:56 [2024-02-16T23:06:56.651Z] [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:56 [2024-02-16T23:06:56.651Z] [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:56 [2024-02-16T23:06:56.651Z] [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:56 [2024-02-16T23:06:56.651Z] [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:56 [2024-02-16T23:06:56.651Z] [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 83 kB/s)
18:06:56 [2024-02-16T23:06:56.651Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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 121 kB/s)
18:06:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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 147 kB/s)
18:06:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.652Z] [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:56 [2024-02-16T23:06:56.653Z] [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:56 [2024-02-16T23:06:56.653Z] [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:56 [2024-02-16T23:06:56.653Z] [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:56 [2024-02-16T23:06:56.653Z] [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:56 [2024-02-16T23:06:56.909Z] [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 39 kB/s)
18:06:56 [2024-02-16T23:06:56.909Z] [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:56 [2024-02-16T23:06:56.909Z] [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:56 [2024-02-16T23:06:56.909Z] [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:56 [2024-02-16T23:06:56.909Z] [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:56 [2024-02-16T23:06:56.909Z] [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:56 [2024-02-16T23:06:56.909Z] [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:56 [2024-02-16T23:06:56.909Z] [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 544 kB/s)
18:06:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.910Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.911Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.912Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.913Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.914Z] [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:56 [2024-02-16T23:06:56.915Z] [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:56 [2024-02-16T23:06:56.915Z] [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:56 [2024-02-16T23:06:56.915Z] [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:56 [2024-02-16T23:06:56.915Z] [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:57 [2024-02-16T23:06:57.171Z] [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:57 [2024-02-16T23:06:57.171Z] [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:57 [2024-02-16T23:06:57.171Z] [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:57 [2024-02-16T23:06:57.171Z] [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:57 [2024-02-16T23:06:57.171Z] [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:57 [2024-02-16T23:06:57.171Z] [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:57 [2024-02-16T23:06:57.171Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.172Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.173Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.174Z] [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:57 [2024-02-16T23:06:57.175Z] [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 259 kB/s)
18:06:57 [2024-02-16T23:06:57.175Z] [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:57 [2024-02-16T23:06:57.175Z] [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:57 [2024-02-16T23:06:57.175Z] [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:57 [2024-02-16T23:06:57.175Z] [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:57 [2024-02-16T23:06:57.175Z] [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:57 [2024-02-16T23:06:57.175Z] [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 4.2 MB/s)
18:06:57 [2024-02-16T23:06:57.175Z] [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:57 [2024-02-16T23:06:57.175Z] [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 4.2 MB/s)
18:06:57 [2024-02-16T23:06:57.175Z] [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:57 [2024-02-16T23:06:57.175Z] [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 2.7 MB/s)
18:06:57 [2024-02-16T23:06:57.175Z] [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:57 [2024-02-16T23:06:57.175Z] [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 41 MB/s)
18:06:57 [2024-02-16T23:06:57.176Z] [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:57 [2024-02-16T23:06:57.176Z] [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 3.2 MB/s)
18:06:57 [2024-02-16T23:06:57.176Z] [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:57 [2024-02-16T23:06:57.176Z] [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 8.7 MB/s)
18:06:57 [2024-02-16T23:06:57.176Z] [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:57 [2024-02-16T23:06:57.176Z] [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 2.4 MB/s)
18:06:57 [2024-02-16T23:06:57.176Z] [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:57 [2024-02-16T23:06:57.176Z] [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 6.7 MB/s)
18:06:57 [2024-02-16T23:06:57.176Z] [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:57 [2024-02-16T23:06:57.176Z] [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 4.4 MB/s)
18:06:57 [2024-02-16T23:06:57.176Z] [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:57 [2024-02-16T23:06:57.176Z] [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 2.0 MB/s)
18:06:57 [2024-02-16T23:06:57.176Z] [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:57 [2024-02-16T23:06:57.177Z] [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 542 kB/s)
18:06:57 [2024-02-16T23:06:57.177Z] [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:57 [2024-02-16T23:06:57.177Z] [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 3.6 MB/s)
18:06:57 [2024-02-16T23:06:57.177Z] [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:57 [2024-02-16T23:06:57.177Z] [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 136 kB/s)
18:06:57 [2024-02-16T23:06:57.177Z] [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:57 [2024-02-16T23:06:57.177Z] [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 2.4 MB/s)
18:06:57 [2024-02-16T23:06:57.177Z] [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:57 [2024-02-16T23:06:57.177Z] [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 892 kB/s)
18:06:57 [2024-02-16T23:06:57.177Z] [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:57 [2024-02-16T23:06:57.177Z] [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 2.5 MB/s)
18:06:57 [2024-02-16T23:06:57.177Z] [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:57 [2024-02-16T23:06:57.177Z] [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 7.7 MB/s)
18:06:57 [2024-02-16T23:06:57.178Z] [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:57 [2024-02-16T23:06:57.178Z] [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 1.3 MB/s)
18:06:57 [2024-02-16T23:06:57.178Z] [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:57 [2024-02-16T23:06:57.178Z] [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.6 MB/s)
18:06:57 [2024-02-16T23:06:57.178Z] [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:57 [2024-02-16T23:06:57.178Z] [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 11 MB/s)
18:06:57 [2024-02-16T23:06:57.178Z] [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:57 [2024-02-16T23:06:57.178Z] [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 1.1 MB/s)
18:06:57 [2024-02-16T23:06:57.178Z] [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:57 [2024-02-16T23:06:57.178Z] [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 1.0 MB/s)
18:06:57 [2024-02-16T23:06:57.178Z] [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 18 MB/s)
18:06:57 [2024-02-16T23:06:57.178Z] [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 8.6 MB/s)
18:06:57 [2024-02-16T23:06:57.179Z] [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 1.9 MB/s)
18:06:57 [2024-02-16T23:06:57.179Z] [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 1.8 MB/s)
18:06:58 [2024-02-16T23:06:58.106Z] [WARNING] /home/jenkins/agent/workspace/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:58 [2024-02-16T23:06:58.106Z] [WARNING] /home/jenkins/agent/workspace/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:58 [2024-02-16T23:06:58.106Z] [INFO] 
18:06:58 [2024-02-16T23:06:58.106Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi ---
18:06:58 [2024-02-16T23:06:58.107Z] [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:58 [2024-02-16T23:06:58.107Z] [INFO] 
18:06:58 [2024-02-16T23:06:58.107Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.osgi ---
18:06:58 [2024-02-16T23:06:58.107Z] [INFO] 
18:06:58 [2024-02-16T23:06:58.107Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi ---
18:06:58 [2024-02-16T23:06:58.107Z] [INFO] 
18:06:58 [2024-02-16T23:06:58.107Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi ---
18:06:58 [2024-02-16T23:06:58.107Z] [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:58 [2024-02-16T23:06:58.362Z] [INFO] 
18:06:58 [2024-02-16T23:06:58.362Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi ---
18:06:58 [2024-02-16T23:06:58.362Z] [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:58 [2024-02-16T23:06:58.362Z] [INFO] 
18:06:58 [2024-02-16T23:06:58.362Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi ---
18:06:58 [2024-02-16T23:06:58.617Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds
18:06:59 [2024-02-16T23:06:59.569Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.31-I-builds
18:06:59 [2024-02-16T23:06:59.825Z] [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:59 [2024-02-16T23:06:59.825Z]     The main artifact has been replaced with the baseline version.
18:06:59 [2024-02-16T23:06:59.825Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:59 [2024-02-16T23:06:59.825Z] 
18:06:59 [2024-02-16T23:06:59.825Z] [INFO] 
18:06:59 [2024-02-16T23:06:59.825Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi ---
18:06:59 [2024-02-16T23:06:59.825Z] [INFO] 
18:06:59 [2024-02-16T23:06:59.825Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi ---
18:06:59 [2024-02-16T23:06:59.825Z] [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:59 [2024-02-16T23:06:59.826Z]     The main artifact has been replaced with the baseline version.
18:06:59 [2024-02-16T23:06:59.826Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:06:59 [2024-02-16T23:06:59.826Z] 
18:06:59 [2024-02-16T23:06:59.826Z] [INFO] 
18:06:59 [2024-02-16T23:06:59.826Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi ---
18:06:59 [2024-02-16T23:06:59.826Z] [INFO] Execution was skipped
18:06:59 [2024-02-16T23:06:59.826Z] [INFO] 
18:06:59 [2024-02-16T23:06:59.826Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi ---
18:07:00 [2024-02-16T23:07:00.401Z] [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:07:00 [2024-02-16T23:07:00.401Z] [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:07:02 [2024-02-16T23:07:02.286Z] [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:07:02 [2024-02-16T23:07:02.287Z] [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:07:03 [2024-02-16T23:07:03.649Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.649Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.osgi ---
18:07:03 [2024-02-16T23:07:03.650Z] [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:07:03 [2024-02-16T23:07:03.650Z]     The main artifact has been replaced with the baseline version.
18:07:03 [2024-02-16T23:07:03.650Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:03 [2024-02-16T23:07:03.650Z] 
18:07:03 [2024-02-16T23:07:03.650Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.650Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.common >-----------
18:07:03 [2024-02-16T23:07:03.650Z] [INFO] Building [bundle] Common Eclipse Runtime 3.19.0-SNAPSHOT         [6/521]
18:07:03 [2024-02-16T23:07:03.650Z] [INFO]   from equinox/bundles/org.eclipse.equinox.common/.polyglot.META-INF
18:07:03 [2024-02-16T23:07:03.650Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:03 [2024-02-16T23:07:03.904Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] The project's OSGi version is 3.19.0.v20240214-0846
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [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:07:03 [2024-02-16T23:07:03.905Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] Resolving class path of [bundle] Common Eclipse Runtime
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [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:07:03 [2024-02-16T23:07:03.905Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.905Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.905Z] [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:07:03 [2024-02-16T23:07:03.906Z] [INFO] 
18:07:03 [2024-02-16T23:07:03.906Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.common ---
18:07:03 [2024-02-16T23:07:03.906Z] [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:07:04 [2024-02-16T23:07:04.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.467Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:07:04 [2024-02-16T23:07:04.467Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.467Z] The type PackageAdmin is deprecated
18:07:04 [2024-02-16T23:07:04.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.467Z] 	ServiceReference<PackageAdmin> packageAdminRef = context.getServiceReference(PackageAdmin.class);
18:07:04 [2024-02-16T23:07:04.467Z] 	                 ^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.467Z] The type PackageAdmin is deprecated
18:07:04 [2024-02-16T23:07:04.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.467Z] 	ServiceReference<PackageAdmin> packageAdminRef = context.getServiceReference(PackageAdmin.class);
18:07:04 [2024-02-16T23:07:04.467Z] 	                                                                             ^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.467Z] The type PackageAdmin is deprecated
18:07:04 [2024-02-16T23:07:04.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.467Z] 	PackageAdmin packageAdmin = context.getService(packageAdminRef);
18:07:04 [2024-02-16T23:07:04.467Z] 	^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.467Z] The type PackageAdmin is deprecated
18:07:04 [2024-02-16T23:07:04.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.467Z] 	PackageAdmin admin = getBundleAdmin();
18:07:04 [2024-02-16T23:07:04.467Z] 	^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.467Z] The type PackageAdmin is deprecated
18:07:04 [2024-02-16T23:07:04.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.467Z] 	Bundle[] bundles = admin.getBundles(symbolicName, null);
18:07:04 [2024-02-16T23:07:04.467Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.467Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:07:04 [2024-02-16T23:07:04.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.468Z] 	private PackageAdmin getBundleAdmin() {
18:07:04 [2024-02-16T23:07:04.468Z] 	        ^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.468Z] The type PackageAdmin is deprecated
18:07:04 [2024-02-16T23:07:04.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.468Z] 	PackageAdmin admin = getBundleAdmin();
18:07:04 [2024-02-16T23:07:04.468Z] 	^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.468Z] The type PackageAdmin is deprecated
18:07:04 [2024-02-16T23:07:04.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.468Z] 	return admin.getFragments(host);
18:07:04 [2024-02-16T23:07:04.468Z] 	             ^^^^^^^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.468Z] The method getFragments(Bundle) from the type PackageAdmin is deprecated
18:07:04 [2024-02-16T23:07:04.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.468Z] 	return path.toFile().toURL();
18:07:04 [2024-02-16T23:07:04.468Z] 	                     ^^^^^^^
18:07:04 [2024-02-16T23:07:04.468Z] The method toURL() from the type File is deprecated
18:07:04 [2024-02-16T23:07:04.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.468Z] 	public abstract class ProgressMonitorWrapper implements IProgressMonitor, IProgressMonitorWithBlocking {
18:07:04 [2024-02-16T23:07:04.468Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.468Z] The type IProgressMonitorWithBlocking is deprecated
18:07:04 [2024-02-16T23:07:04.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.468Z] 	import java.security.AccessController;
18:07:04 [2024-02-16T23:07:04.468Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.468Z] The type AccessController has been deprecated since version 17 and marked for removal
18:07:04 [2024-02-16T23:07:04.469Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.469Z] 	if (System.getSecurityManager() != null) {
18:07:04 [2024-02-16T23:07:04.469Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.469Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:07:04 [2024-02-16T23:07:04.469Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.469Z] 	return AccessController.doPrivileged((PrivilegedAction<BundleContext>) () -> bundle.getBundleContext());
18:07:04 [2024-02-16T23:07:04.469Z] 	       ^^^^^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.469Z] The type AccessController has been deprecated since version 17 and marked for removal
18:07:04 [2024-02-16T23:07:04.469Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.469Z] 	return AccessController.doPrivileged((PrivilegedAction<BundleContext>) () -> bundle.getBundleContext());
18:07:04 [2024-02-16T23:07:04.469Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.469Z] The method doPrivileged(PrivilegedAction<BundleContext>) from the type AccessController is deprecated
18:07:04 [2024-02-16T23:07:04.469Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:04 [2024-02-16T23:07:04.469Z] 	public final class SubMonitor implements IProgressMonitorWithBlocking {
18:07:04 [2024-02-16T23:07:04.469Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:07:04 [2024-02-16T23:07:04.469Z] The type IProgressMonitorWithBlocking is deprecated
18:07:04 [2024-02-16T23:07:04.469Z] 16 problems (16 warnings)
18:07:04 [2024-02-16T23:07:04.469Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.469Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.469Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.469Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.469Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.469Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.469Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.469Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.469Z] [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:07:04 [2024-02-16T23:07:04.469Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.469Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.470Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.470Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.470Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.470Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.470Z] [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:07:04 [2024-02-16T23:07:04.470Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.470Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.470Z] [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:07:04 [2024-02-16T23:07:04.470Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.470Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.726Z] [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:07:04 [2024-02-16T23:07:04.726Z]     The main artifact has been replaced with the baseline version.
18:07:04 [2024-02-16T23:07:04.726Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:04 [2024-02-16T23:07:04.727Z] 
18:07:04 [2024-02-16T23:07:04.727Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.727Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.727Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.727Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.727Z] [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:07:04 [2024-02-16T23:07:04.727Z]     The main artifact has been replaced with the baseline version.
18:07:04 [2024-02-16T23:07:04.727Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:04 [2024-02-16T23:07:04.727Z] 
18:07:04 [2024-02-16T23:07:04.727Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.727Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.727Z] [INFO] Execution was skipped
18:07:04 [2024-02-16T23:07:04.727Z] [INFO] 
18:07:04 [2024-02-16T23:07:04.727Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.common ---
18:07:04 [2024-02-16T23:07:04.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/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT.jar' is already signed and will be resigned.
18:07:04 [2024-02-16T23:07:04.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/equinox/bundles/org.eclipse.equinox.common/target/org.eclipse.equinox.common-3.19.0-SNAPSHOT.jar
18:07:05 [2024-02-16T23:07:05.655Z] [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:07:05 [2024-02-16T23:07:05.655Z] [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:07:06 [2024-02-16T23:07:06.582Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.582Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.common ---
18:07:06 [2024-02-16T23:07:06.582Z] [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:07:06 [2024-02-16T23:07:06.582Z]     The main artifact has been replaced with the baseline version.
18:07:06 [2024-02-16T23:07:06.582Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:06 [2024-02-16T23:07:06.582Z] 
18:07:06 [2024-02-16T23:07:06.582Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.582Z] [INFO] ---------------< org.eclipse.platform:eclipse.platform >----------------
18:07:06 [2024-02-16T23:07:06.582Z] [INFO] Building eclipse.platform 4.31.0-SNAPSHOT                        [7/521]
18:07:06 [2024-02-16T23:07:06.582Z] [INFO]   from eclipse.platform/pom.xml
18:07:06 [2024-02-16T23:07:06.582Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:06 [2024-02-16T23:07:06.582Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.582Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform ---
18:07:06 [2024-02-16T23:07:06.582Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.582Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform ---
18:07:06 [2024-02-16T23:07:06.583Z] [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:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform ---
18:07:06 [2024-02-16T23:07:06.583Z] [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:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] Execution was skipped
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] -----------< org.eclipse.platform:eclipse.platform.runtime >------------
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] Building eclipse.platform.runtime 4.31.0-SNAPSHOT                [8/521]
18:07:06 [2024-02-16T23:07:06.583Z] [INFO]   from eclipse.platform/runtime/pom.xml
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.runtime ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.runtime ---
18:07:06 [2024-02-16T23:07:06.583Z] [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:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.runtime ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.runtime ---
18:07:06 [2024-02-16T23:07:06.583Z] [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:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.runtime ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.runtime ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.runtime ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] Execution was skipped
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.runtime ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.runtime ---
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] ----------------< org.eclipse.platform:runtime-bundles >----------------
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] Building [aggregator] bundles 4.31.0-SNAPSHOT                    [9/521]
18:07:06 [2024-02-16T23:07:06.583Z] [INFO]   from eclipse.platform/runtime/bundles/.polyglot.pom.tycho
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:06 [2024-02-16T23:07:06.583Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- clean:3.3.2:clean (default-clean) @ runtime-bundles ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ runtime-bundles ---
18:07:06 [2024-02-16T23:07:06.584Z] [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:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ runtime-bundles ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ runtime-bundles ---
18:07:06 [2024-02-16T23:07:06.584Z] [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:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ runtime-bundles ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ runtime-bundles ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ runtime-bundles ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] Execution was skipped
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ runtime-bundles ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ runtime-bundles ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] -------------< org.eclipse.platform:org.eclipse.core.jobs >-------------
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] Building [bundle] Eclipse Jobs Mechanism 3.15.200-SNAPSHOT      [10/521]
18:07:06 [2024-02-16T23:07:06.584Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.core.jobs/.polyglot.META-INF
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] The project's OSGi version is 3.15.200.v20231214-1526
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.584Z] [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:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.584Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.585Z] [INFO] Resolving class path of [bundle] Eclipse Jobs Mechanism
18:07:06 [2024-02-16T23:07:06.585Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.585Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.585Z] [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:07:06 [2024-02-16T23:07:06.585Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.585Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.585Z] [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:07:06 [2024-02-16T23:07:06.585Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.585Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.585Z] [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:07:06 [2024-02-16T23:07:06.840Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.840Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.840Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.840Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.840Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.840Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.841Z] [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:07:06 [2024-02-16T23:07:06.841Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.841Z] [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:07:06 [2024-02-16T23:07:06.841Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.841Z] [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:07:06 [2024-02-16T23:07:06.841Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.841Z] [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:07:06 [2024-02-16T23:07:06.841Z]     The main artifact has been replaced with the baseline version.
18:07:06 [2024-02-16T23:07:06.841Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:06 [2024-02-16T23:07:06.841Z] 
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.jobs ---
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] Execution was skipped
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] 
18:07:06 [2024-02-16T23:07:06.841Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.jobs ---
18:07:07 [2024-02-16T23:07:07.098Z] [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:07:07 [2024-02-16T23:07:07.098Z] [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:07:07 [2024-02-16T23:07:07.659Z] [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:07:07 [2024-02-16T23:07:07.659Z] [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:07:09 [2024-02-16T23:07:09.023Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.023Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.jobs ---
18:07:09 [2024-02-16T23:07:09.023Z] [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:07:09 [2024-02-16T23:07:09.023Z]     The main artifact has been replaced with the baseline version.
18:07:09 [2024-02-16T23:07:09.023Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:09 [2024-02-16T23:07:09.023Z] 
18:07:09 [2024-02-16T23:07:09.023Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.023Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.registry >----------
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] Building [bundle] Extension Registry Support 3.12.0-SNAPSHOT    [11/521]
18:07:09 [2024-02-16T23:07:09.024Z] [INFO]   from equinox/bundles/org.eclipse.equinox.registry/.polyglot.META-INF
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] The project's OSGi version is 3.12.0.v20240213-1057
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [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:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] Resolving class path of [bundle] Extension Registry Support
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [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:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.024Z] [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:07:09 [2024-02-16T23:07:09.024Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.024Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.025Z] [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:07:09 [2024-02-16T23:07:09.281Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.281Z] 	public String getNamespace() {
18:07:09 [2024-02-16T23:07:09.281Z] 	              ^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.281Z] The method BaseExtensionHandle.getNamespace() overrides a deprecated method from IExtension
18:07:09 [2024-02-16T23:07:09.281Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.281Z] 	public String getNamespace() {
18:07:09 [2024-02-16T23:07:09.281Z] 	              ^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.281Z] The method BaseExtensionPointHandle.getNamespace() overrides a deprecated method from IExtensionPoint
18:07:09 [2024-02-16T23:07:09.281Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.281Z] 	public String getAttributeAsIs(String name) {
18:07:09 [2024-02-16T23:07:09.282Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.282Z] The method ConfigurationElementHandle.getAttributeAsIs(String) overrides a deprecated method from IConfigurationElement
18:07:09 [2024-02-16T23:07:09.282Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.282Z] 	public String getValueAsIs() {
18:07:09 [2024-02-16T23:07:09.282Z] 	              ^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.282Z] The method ConfigurationElementHandle.getValueAsIs() overrides a deprecated method from IConfigurationElement
18:07:09 [2024-02-16T23:07:09.282Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.282Z] 	public String getNamespace() {
18:07:09 [2024-02-16T23:07:09.282Z] 	              ^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.282Z] The method ConfigurationElementHandle.getNamespace() overrides a deprecated method from IConfigurationElement
18:07:09 [2024-02-16T23:07:09.282Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.282Z] 	strategy.onStart(this); // preserve for backward compatibility; might be removed later
18:07:09 [2024-02-16T23:07:09.282Z] 	         ^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.282Z] The method onStart(IExtensionRegistry) from the type RegistryStrategy is deprecated
18:07:09 [2024-02-16T23:07:09.282Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.282Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:07:09 [2024-02-16T23:07:09.282Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.282Z] The type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.282Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.283Z] 	bundleTracker = new ServiceTracker<>(context, PackageAdmin.class.getName(), null);
18:07:09 [2024-02-16T23:07:09.283Z] 	                                              ^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.283Z] The type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.283Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.283Z] 	public PackageAdmin getPackageAdmin() {
18:07:09 [2024-02-16T23:07:09.283Z] 	       ^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.283Z] The type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.283Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.283Z] 	return (PackageAdmin) bundleTracker.getService();
18:07:09 [2024-02-16T23:07:09.283Z] 	        ^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.283Z] The type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.283Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.283Z] 	PackageAdmin packageAdmin = getPackageAdmin();
18:07:09 [2024-02-16T23:07:09.283Z] 	^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.283Z] The type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.283Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.283Z] 	Bundle[] bundles = packageAdmin.getBundles(bundleName, null);
18:07:09 [2024-02-16T23:07:09.283Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.283Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.283Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.283Z] 	PackageAdmin packageAdmin = getPackageAdmin();
18:07:09 [2024-02-16T23:07:09.283Z] 	^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.283Z] The type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.284Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.284Z] 	return packageAdmin.getFragments(bundle);
18:07:09 [2024-02-16T23:07:09.284Z] 	                    ^^^^^^^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.284Z] The method getFragments(Bundle) from the type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.284Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.284Z] 	PackageAdmin packageAdmin = getPackageAdmin();
18:07:09 [2024-02-16T23:07:09.284Z] 	^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.284Z] The type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.284Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.284Z] 	return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0;
18:07:09 [2024-02-16T23:07:09.284Z] 	                     ^^^^^^^^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.284Z] The method getBundleType(Bundle) from the type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.284Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.284Z] 	return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0;
18:07:09 [2024-02-16T23:07:09.284Z] 	                                             ^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.284Z] The type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.284Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.284Z] 	return (packageAdmin.getBundleType(bundle) & PackageAdmin.BUNDLE_TYPE_FRAGMENT) > 0;
18:07:09 [2024-02-16T23:07:09.284Z] 	                                                          ^^^^^^^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.284Z] The field PackageAdmin.BUNDLE_TYPE_FRAGMENT is deprecated
18:07:09 [2024-02-16T23:07:09.285Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.285Z] 	PackageAdmin packageAdmin = getPackageAdmin();
18:07:09 [2024-02-16T23:07:09.285Z] 	^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.285Z] The type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.285Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:07:09 [2024-02-16T23:07:09.285Z] 	return packageAdmin.getHosts(bundle);
18:07:09 [2024-02-16T23:07:09.285Z] 	                    ^^^^^^^^^^^^^^^^
18:07:09 [2024-02-16T23:07:09.285Z] The method getHosts(Bundle) from the type PackageAdmin is deprecated
18:07:09 [2024-02-16T23:07:09.285Z] 20 problems (20 warnings)
18:07:09 [2024-02-16T23:07:09.285Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.285Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.285Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.285Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.285Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.285Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.540Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.541Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.541Z] [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:07:09 [2024-02-16T23:07:09.541Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.541Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.541Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.541Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.541Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.541Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.541Z] [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:07:09 [2024-02-16T23:07:09.541Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.541Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.541Z] [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:07:09 [2024-02-16T23:07:09.541Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.541Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.542Z] [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:07:09 [2024-02-16T23:07:09.542Z]     The main artifact has been replaced with the baseline version.
18:07:09 [2024-02-16T23:07:09.542Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:09 [2024-02-16T23:07:09.542Z] 
18:07:09 [2024-02-16T23:07:09.542Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.542Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.542Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.542Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.542Z] [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:07:09 [2024-02-16T23:07:09.542Z]     The main artifact has been replaced with the baseline version.
18:07:09 [2024-02-16T23:07:09.542Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:09 [2024-02-16T23:07:09.542Z] 
18:07:09 [2024-02-16T23:07:09.542Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.542Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.542Z] [INFO] Execution was skipped
18:07:09 [2024-02-16T23:07:09.542Z] [INFO] 
18:07:09 [2024-02-16T23:07:09.542Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.registry ---
18:07:09 [2024-02-16T23:07:09.542Z] [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:07:09 [2024-02-16T23:07:09.543Z] [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:07:10 [2024-02-16T23:07:10.470Z] [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:07:10 [2024-02-16T23:07:10.470Z] [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:07:11 [2024-02-16T23:07:11.397Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.397Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.registry ---
18:07:11 [2024-02-16T23:07:11.397Z] [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:07:11 [2024-02-16T23:07:11.397Z]     The main artifact has been replaced with the baseline version.
18:07:11 [2024-02-16T23:07:11.397Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:11 [2024-02-16T23:07:11.397Z] 
18:07:11 [2024-02-16T23:07:11.397Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.bidi >------------
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] Building [bundle] Bidirectional Text Support 1.5.0-SNAPSHOT     [12/521]
18:07:11 [2024-02-16T23:07:11.398Z] [INFO]   from equinox/bundles/org.eclipse.equinox.bidi/.polyglot.META-INF
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] The project's OSGi version is 1.5.0.v20240113-0700
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [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:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] Resolving class path of [bundle] Bidirectional Text Support
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [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:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [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:07:11 [2024-02-16T23:07:11.398Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.398Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.398Z] [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:07:11 [2024-02-16T23:07:11.654Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.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/equinox/bundles/org.eclipse.equinox.bidi/src/test/resources
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.654Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.655Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.655Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.655Z] [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:07:11 [2024-02-16T23:07:11.655Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.655Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.655Z] [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:07:11 [2024-02-16T23:07:11.655Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.655Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.655Z] [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:11 [2024-02-16T23:07:11.655Z]     The main artifact has been replaced with the baseline version.
18:07:11 [2024-02-16T23:07:11.655Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:11 [2024-02-16T23:07:11.655Z] 
18:07:11 [2024-02-16T23:07:11.655Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.655Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.655Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.655Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.656Z] [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:11 [2024-02-16T23:07:11.656Z]     The main artifact has been replaced with the baseline version.
18:07:11 [2024-02-16T23:07:11.656Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:11 [2024-02-16T23:07:11.656Z] 
18:07:11 [2024-02-16T23:07:11.656Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.656Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.656Z] [INFO] Execution was skipped
18:07:11 [2024-02-16T23:07:11.656Z] [INFO] 
18:07:11 [2024-02-16T23:07:11.656Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.bidi ---
18:07:11 [2024-02-16T23:07:11.656Z] [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:07:11 [2024-02-16T23:07:11.656Z] [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:13 [2024-02-16T23:07:13.020Z] [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:13 [2024-02-16T23:07:13.020Z] [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:13 [2024-02-16T23:07:13.582Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.582Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.bidi ---
18:07:13 [2024-02-16T23:07:13.582Z] [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:13 [2024-02-16T23:07:13.582Z]     The main artifact has been replaced with the baseline version.
18:07:13 [2024-02-16T23:07:13.582Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:13 [2024-02-16T23:07:13.582Z] 
18:07:13 [2024-02-16T23:07:13.582Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.582Z] [INFO] --------------< org.eclipse.platform:eclipse.platform.ui >--------------
18:07:13 [2024-02-16T23:07:13.582Z] [INFO] Building eclipse.platform.ui 4.31.0-SNAPSHOT                    [13/521]
18:07:13 [2024-02-16T23:07:13.582Z] [INFO]   from eclipse.platform.ui/pom.xml
18:07:13 [2024-02-16T23:07:13.582Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:13 [2024-02-16T23:07:13.582Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.582Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.ui ---
18:07:13 [2024-02-16T23:07:13.582Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.582Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui ---
18:07:13 [2024-02-16T23:07:13.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.ui/saveproperties
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ui ---
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui ---
18:07:13 [2024-02-16T23:07:13.583Z] [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:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.ui ---
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.ui ---
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui ---
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] Execution was skipped
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.ui ---
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.ui ---
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] ------------------< org.eclipse.platform:ui-bundles >-------------------
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] Building [aggregator] bundles 4.31.0-SNAPSHOT                   [14/521]
18:07:13 [2024-02-16T23:07:13.583Z] [INFO]   from eclipse.platform.ui/bundles/.polyglot.pom.tycho
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- clean:3.3.2:clean (default-clean) @ ui-bundles ---
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-bundles ---
18:07:13 [2024-02-16T23:07:13.583Z] [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:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ui-bundles ---
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.583Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-bundles ---
18:07:13 [2024-02-16T23:07:13.584Z] [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:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ ui-bundles ---
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ ui-bundles ---
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-bundles ---
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] Execution was skipped
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ui-bundles ---
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ ui-bundles ---
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] -----------< org.eclipse.platform:org.eclipse.core.commands >-----------
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] Building [bundle] Commands 3.12.0-SNAPSHOT                      [15/521]
18:07:13 [2024-02-16T23:07:13.584Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.core.commands/.polyglot.META-INF
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] The project's OSGi version is 3.12.0.v20240214-1640
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.584Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.585Z] [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:13 [2024-02-16T23:07:13.585Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.585Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.585Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.585Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.585Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.585Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.585Z] [INFO] Resolving class path of [bundle] Commands
18:07:13 [2024-02-16T23:07:13.585Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.585Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.585Z] [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:13 [2024-02-16T23:07:13.585Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.585Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.585Z] [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:13 [2024-02-16T23:07:13.585Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.586Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.842Z] [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:13 [2024-02-16T23:07:13.842Z] [WARNING] /home/jenkins/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:13 [2024-02-16T23:07:13.842Z] 	boolean accessible = method.isAccessible();
18:07:13 [2024-02-16T23:07:13.842Z] 	                            ^^^^^^^^^^^^^^
18:07:13 [2024-02-16T23:07:13.842Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9
18:07:13 [2024-02-16T23:07:13.842Z] 1 problem (1 warning)
18:07:13 [2024-02-16T23:07:13.842Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.842Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.842Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.842Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.commands ---
18:07:13 [2024-02-16T23:07:13.842Z] [INFO] 
18:07:13 [2024-02-16T23:07:13.842Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.commands ---
18:07:14 [2024-02-16T23:07:14.098Z] [INFO] 
18:07:14 [2024-02-16T23:07:14.098Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.commands ---
18:07:14 [2024-02-16T23:07:14.098Z] [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:14 [2024-02-16T23:07:14.098Z] [INFO] 
18:07:14 [2024-02-16T23:07:14.098Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.commands ---
18:07:14 [2024-02-16T23:07:14.098Z] [INFO] 
18:07:14 [2024-02-16T23:07:14.098Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.commands ---
18:07:14 [2024-02-16T23:07:14.098Z] [INFO] 
18:07:14 [2024-02-16T23:07:14.098Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.commands ---
18:07:14 [2024-02-16T23:07:14.098Z] [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:14 [2024-02-16T23:07:14.098Z] [INFO] 
18:07:14 [2024-02-16T23:07:14.098Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.commands ---
18:07:14 [2024-02-16T23:07:14.098Z] [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:14 [2024-02-16T23:07:14.098Z] [INFO] 
18:07:14 [2024-02-16T23:07:14.098Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.commands ---
18:07:14 [2024-02-16T23:07:14.099Z] [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:14 [2024-02-16T23:07:14.099Z]     The main artifact has been replaced with the baseline version.
18:07:14 [2024-02-16T23:07:14.099Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:14 [2024-02-16T23:07:14.099Z] 
18:07:14 [2024-02-16T23:07:14.099Z] [INFO] 
18:07:14 [2024-02-16T23:07:14.099Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.commands ---
18:07:14 [2024-02-16T23:07:14.099Z] [INFO] Execution was skipped
18:07:14 [2024-02-16T23:07:14.099Z] [INFO] 
18:07:14 [2024-02-16T23:07:14.099Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.commands ---
18:07:14 [2024-02-16T23:07:14.099Z] [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:14 [2024-02-16T23:07:14.099Z] [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:15 [2024-02-16T23:07:15.026Z] [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:15 [2024-02-16T23:07:15.026Z] [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:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.commands ---
18:07:16 [2024-02-16T23:07:16.393Z] [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:16 [2024-02-16T23:07:16.393Z]     The main artifact has been replaced with the baseline version.
18:07:16 [2024-02-16T23:07:16.393Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:16 [2024-02-16T23:07:16.393Z] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] -------------< eclipse.platform.swt:eclipse.platform.swt >--------------
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] Building eclipse.platform.swt 4.31.0-SNAPSHOT                   [16/521]
18:07:16 [2024-02-16T23:07:16.393Z] [INFO]   from eclipse.platform.swt/pom.xml
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.swt ---
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.swt ---
18:07:16 [2024-02-16T23:07:16.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.platform.swt/saveproperties
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.swt ---
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.swt ---
18:07:16 [2024-02-16T23:07:16.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.platform.swt/src/main/resources
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.swt ---
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.swt ---
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt ---
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] Execution was skipped
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.swt ---
18:07:16 [2024-02-16T23:07:16.393Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.394Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.swt ---
18:07:16 [2024-02-16T23:07:16.394Z] [INFO] 
18:07:16 [2024-02-16T23:07:16.394Z] [INFO] ------------------< org.eclipse.swt:org.eclipse.swt >-------------------
18:07:16 [2024-02-16T23:07:16.394Z] [INFO] Building org.eclipse.swt 3.125.0-SNAPSHOT                       [17/521]
18:07:16 [2024-02-16T23:07:16.394Z] [INFO]   from eclipse.platform.swt/bundles/org.eclipse.swt/pom.xml
18:07:16 [2024-02-16T23:07:16.394Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:16 [2024-02-16T23:07:16.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=[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@6f935613
18:07:16 [2024-02-16T23:07:16.395Z] [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.0, 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:20 [2024-02-16T23:07:20.562Z] [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:20 [2024-02-16T23:07:20.563Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:21 [2024-02-16T23:07:21.490Z] [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:21 [2024-02-16T23:07:21.492Z] [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:21 [2024-02-16T23:07:21.493Z] [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:21 [2024-02-16T23:07:21.749Z] [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:22 [2024-02-16T23:07:22.005Z] [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:22 [2024-02-16T23:07:22.005Z] [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:22 [2024-02-16T23:07:22.261Z] [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:22 [2024-02-16T23:07:22.262Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.262Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.262Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.262Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] The project's OSGi version is 3.125.0.v20240208-1757
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [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:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] Resolving class path of org.eclipse.swt
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- antrun:3.1.0:run (write-build-qualifier) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] Executing tasks
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] Executed tasks
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [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:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [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:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.518Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [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:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [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:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [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:22 [2024-02-16T23:07:22.519Z]     The main artifact has been replaced with the baseline version.
18:07:22 [2024-02-16T23:07:22.519Z] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] Execution was skipped
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] 
18:07:22 [2024-02-16T23:07:22.519Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt ---
18:07:22 [2024-02-16T23:07:22.520Z] [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:22 [2024-02-16T23:07:22.520Z] [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:23 [2024-02-16T23:07:23.446Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.446Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt ---
18:07:23 [2024-02-16T23:07:23.446Z] [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:23 [2024-02-16T23:07:23.446Z]     The main artifact has been replaced with the baseline version.
18:07:23 [2024-02-16T23:07:23.446Z] 
18:07:23 [2024-02-16T23:07:23.446Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.446Z] [INFO] -----------< org.eclipse.swt:eclipse.platform.swt.binaries >------------
18:07:23 [2024-02-16T23:07:23.446Z] [INFO] Building eclipse.platform.swt.binaries 4.31.0-SNAPSHOT          [18/521]
18:07:23 [2024-02-16T23:07:23.446Z] [INFO]   from eclipse.platform.swt/binaries/pom.xml
18:07:23 [2024-02-16T23:07:23.446Z] [INFO] --------------------------------[ pom ]---------------------------------
18:07:23 [2024-02-16T23:07:23.446Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.446Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.swt.binaries ---
18:07:23 [2024-02-16T23:07:23.446Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.446Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.swt.binaries ---
18:07:23 [2024-02-16T23:07:23.446Z] [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:23 [2024-02-16T23:07:23.447Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.swt.binaries ---
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.swt.binaries ---
18:07:23 [2024-02-16T23:07:23.447Z] [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:23 [2024-02-16T23:07:23.447Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.swt.binaries ---
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.swt.binaries ---
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.swt.binaries ---
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] Execution was skipped
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.swt.binaries ---
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.swt.binaries ---
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] 
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] ----------< org.eclipse.swt:org.eclipse.swt.gtk.linux.x86_64 >----------
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT [19/521]
18:07:23 [2024-02-16T23:07:23.447Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/.polyglot.META-INF
18:07:23 [2024-02-16T23:07:23.447Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:23 [2024-02-16T23:07:23.447Z] [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@6f935613
18:07:23 [2024-02-16T23:07:23.448Z] [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.0, 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:27 [2024-02-16T23:07:27.675Z] [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:27 [2024-02-16T23:07:27.676Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:28 [2024-02-16T23:07:28.236Z] [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:28 [2024-02-16T23:07:28.238Z] [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:28 [2024-02-16T23:07:28.239Z] [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:28 [2024-02-16T23:07:28.561Z] [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:28 [2024-02-16T23:07:28.817Z] [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:28 [2024-02-16T23:07:28.817Z] [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:29 [2024-02-16T23:07:29.073Z] [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:29 [2024-02-16T23:07:29.073Z] [INFO] 
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] 
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] 
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] 
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:29 [2024-02-16T23:07:29.073Z] [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:29 [2024-02-16T23:07:29.073Z] [INFO] 
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] 
18:07:29 [2024-02-16T23:07:29.073Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:29 [2024-02-16T23:07:29.074Z] [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:29 [2024-02-16T23:07:29.074Z] [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:29 [2024-02-16T23:07:29.074Z] [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:29 [2024-02-16T23:07:29.329Z] [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:29 [2024-02-16T23:07:29.585Z] [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:29 [2024-02-16T23:07:29.585Z] [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:30 [2024-02-16T23:07:30.146Z] [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 26 kB/s)
18:07:30 [2024-02-16T23:07:30.147Z] [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:30 [2024-02-16T23:07:30.147Z] [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:30 [2024-02-16T23:07:30.147Z] [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:30 [2024-02-16T23:07:30.147Z] [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:30 [2024-02-16T23:07:30.147Z] [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:30 [2024-02-16T23:07:30.147Z] [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:30 [2024-02-16T23:07:30.402Z] [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 22 kB/s)
18:07:30 [2024-02-16T23:07:30.402Z] [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:30 [2024-02-16T23:07:30.402Z] [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:30 [2024-02-16T23:07:30.402Z] [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:30 [2024-02-16T23:07:30.403Z] [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:30 [2024-02-16T23:07:30.403Z] [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:30 [2024-02-16T23:07:30.403Z] [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:30 [2024-02-16T23:07:30.964Z] [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 6.9 kB/s)
18:07:30 [2024-02-16T23:07:30.964Z] [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:30 [2024-02-16T23:07:30.964Z] [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:30 [2024-02-16T23:07:30.964Z] [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:30 [2024-02-16T23:07:30.964Z] [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:30 [2024-02-16T23:07:30.964Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.pom
18:07:30 [2024-02-16T23:07:30.964Z] [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:31 [2024-02-16T23:07:31.220Z] [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 3.9 kB/s)
18:07:31 [2024-02-16T23:07:31.220Z] [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:31 [2024-02-16T23:07:31.220Z] [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:31 [2024-02-16T23:07:31.220Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.221Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar
18:07:31 [2024-02-16T23:07:31.221Z] [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:31 [2024-02-16T23:07:31.477Z] [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 15 MB/s)
18:07:31 [2024-02-16T23:07:31.477Z] [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:31 [2024-02-16T23:07:31.478Z] [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:31 [2024-02-16T23:07:31.478Z] [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 259 kB/s)
18:07:31 [2024-02-16T23:07:31.478Z] [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 1.8 MB/s)
18:07:31 [2024-02-16T23:07:31.733Z] [INFO] Executing tasks
18:07:31 [2024-02-16T23:07:31.733Z] [INFO] Executed tasks
18:07:31 [2024-02-16T23:07:31.733Z] [INFO] 
18:07:31 [2024-02-16T23:07:31.733Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:31 [2024-02-16T23:07:31.733Z] [INFO] The project's OSGi version is 3.125.0.v20240208-1757
18:07:31 [2024-02-16T23:07:31.733Z] [INFO] 
18:07:31 [2024-02-16T23:07:31.733Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] 
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] 
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:31 [2024-02-16T23:07:31.734Z] [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:31 [2024-02-16T23:07:31.734Z] [INFO] 
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:31 [2024-02-16T23:07:31.734Z] [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:31 [2024-02-16T23:07:31.734Z] [INFO] 
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] Executing tasks
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] Executed tasks
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] 
18:07:31 [2024-02-16T23:07:31.734Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:31 [2024-02-16T23:07:31.734Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:07:31 [2024-02-16T23:07:31.734Z] [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:34 [2024-02-16T23:07:34.253Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.253Z] 	listener.getCaption(event);
18:07:34 [2024-02-16T23:07:34.253Z] 	         ^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.253Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:07:34 [2024-02-16T23:07:34.253Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.253Z] 	listener.getSummary(event);
18:07:34 [2024-02-16T23:07:34.253Z] 	         ^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.253Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:07:34 [2024-02-16T23:07:34.253Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.253Z] 	bounds = image.getBoundsInPixels();
18:07:34 [2024-02-16T23:07:34.253Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.253Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.253Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.253Z] 	bounds = image.getBoundsInPixels();
18:07:34 [2024-02-16T23:07:34.253Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.253Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.254Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.254Z] 	bounds = image.getBoundsInPixels();
18:07:34 [2024-02-16T23:07:34.254Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.254Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.254Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.254Z] 	Rectangle rect = image.getBoundsInPixels ();
18:07:34 [2024-02-16T23:07:34.254Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.254Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.254Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.254Z] 	Rectangle rect = image.getBoundsInPixels ();
18:07:34 [2024-02-16T23:07:34.254Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.254Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.254Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.254Z] 	bounds = image.getBoundsInPixels();
18:07:34 [2024-02-16T23:07:34.254Z] 	               ^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.254Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.254Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.254Z] 	bounds = image.getBoundsInPixels ();
18:07:34 [2024-02-16T23:07:34.254Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.254Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.254Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.254Z] 	imageWidth = image.getBoundsInPixels ().width;
18:07:34 [2024-02-16T23:07:34.254Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.254Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.254Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.254Z] 	iWidth = image.getBoundsInPixels ().width;
18:07:34 [2024-02-16T23:07:34.254Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.254Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.255Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.255Z] 	iHeight = image.getBoundsInPixels ().height;
18:07:34 [2024-02-16T23:07:34.255Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.255Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.255Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.255Z] 	bounds = image.getBoundsInPixels ();
18:07:34 [2024-02-16T23:07:34.255Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.255Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.255Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.255Z] 	bounds = image.getBoundsInPixels ();
18:07:34 [2024-02-16T23:07:34.255Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.255Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.255Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.255Z] 	imageWidth = image.getBoundsInPixels ().width;
18:07:34 [2024-02-16T23:07:34.255Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.255Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.255Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.255Z] 	iWidth = image.getBoundsInPixels ().width;
18:07:34 [2024-02-16T23:07:34.255Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.255Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.255Z] [WARNING] /home/jenkins/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:34 [2024-02-16T23:07:34.255Z] 	iHeight = image.getBoundsInPixels ().height;
18:07:34 [2024-02-16T23:07:34.255Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:07:34 [2024-02-16T23:07:34.255Z] The method getBoundsInPixels() from the type Image is deprecated
18:07:34 [2024-02-16T23:07:34.255Z] 17 problems (17 warnings)
18:07:34 [2024-02-16T23:07:34.255Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.255Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.255Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.255Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.255Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.256Z] [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:34 [2024-02-16T23:07:34.256Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.256Z] [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:34 [2024-02-16T23:07:34.256Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.256Z] [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:34 [2024-02-16T23:07:34.256Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.256Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.514Z] [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:34 [2024-02-16T23:07:34.514Z]     The main artifact has been replaced with the baseline version.
18:07:34 [2024-02-16T23:07:34.514Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:34 [2024-02-16T23:07:34.514Z] 
18:07:34 [2024-02-16T23:07:34.514Z] [INFO] 
18:07:34 [2024-02-16T23:07:34.514Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:34 [2024-02-16T23:07:34.514Z] [INFO] Executing tasks
18:07:34 [2024-02-16T23:07:34.514Z] [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:34 [2024-02-16T23:07:34.515Z] [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:34 [2024-02-16T23:07:34.515Z] [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:34 [2024-02-16T23:07:34.515Z] [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:35 [2024-02-16T23:07:35.077Z] [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:35 [2024-02-16T23:07:35.077Z] [INFO]       [zip] library/build.sh already added, skipping
18:07:35 [2024-02-16T23:07:35.333Z] [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-I20240216-1800-gtk-linux-x86_64.zip
18:07:35 [2024-02-16T23:07:35.589Z] [INFO] Executed tasks
18:07:35 [2024-02-16T23:07:35.589Z] [INFO] 
18:07:35 [2024-02-16T23:07:35.589Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:35 [2024-02-16T23:07:35.589Z] [INFO] Execution was skipped
18:07:35 [2024-02-16T23:07:35.589Z] [INFO] 
18:07:35 [2024-02-16T23:07:35.589Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:36 [2024-02-16T23:07:36.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.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:36 [2024-02-16T23:07:36.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.swt/binaries/org.eclipse.swt.gtk.linux.x86_64/target/org.eclipse.swt.gtk.linux.x86_64-3.125.0-SNAPSHOT.jar
18:07:38 [2024-02-16T23:07:38.038Z] [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:38 [2024-02-16T23:07:38.038Z] [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:39 [2024-02-16T23:07:39.402Z] [INFO] 
18:07:39 [2024-02-16T23:07:39.402Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.gtk.linux.x86_64 ---
18:07:39 [2024-02-16T23:07:39.657Z] [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:39 [2024-02-16T23:07:39.657Z]     The main artifact has been replaced with the baseline version.
18:07:39 [2024-02-16T23:07:39.657Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:39 [2024-02-16T23:07:39.657Z] 
18:07:39 [2024-02-16T23:07:39.657Z] [INFO] 
18:07:39 [2024-02-16T23:07:39.657Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.aarch64 >--------
18:07:39 [2024-02-16T23:07:39.657Z] [INFO] Building [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) AARCH64 3.125.0-SNAPSHOT [20/521]
18:07:39 [2024-02-16T23:07:39.657Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.aarch64/.polyglot.META-INF
18:07:39 [2024-02-16T23:07:39.657Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:39 [2024-02-16T23:07:39.658Z] [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@6f935613
18:07:39 [2024-02-16T23:07:39.659Z] [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.0, 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:43 [2024-02-16T23:07:43.823Z] [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-16T23:07:44.078Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:45 [2024-02-16T23:07:45.003Z] [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:45 [2024-02-16T23:07:45.005Z] [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-16T23:07:45.006Z] [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-16T23:07:45.262Z] [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-16T23:07:45.519Z] [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-16T23:07:45.519Z] [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-16T23:07:45.776Z] [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:46 [2024-02-16T23:07:46.031Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.031Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.031Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.031Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.031Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.031Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.031Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.031Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.031Z] [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:46 [2024-02-16T23:07:46.032Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] Executing tasks
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] Executed tasks
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] The project's OSGi version is 3.125.0.v20240208-1757
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) AARCH64
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.032Z] [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:46 [2024-02-16T23:07:46.032Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.032Z] [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:46 [2024-02-16T23:07:46.032Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] Executing tasks
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] Executed tasks
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] 
18:07:46 [2024-02-16T23:07:46.032Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:46 [2024-02-16T23:07:46.032Z] [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-16T23:07:46.032Z] [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:47 [2024-02-16T23:07:47.921Z] [INFO] 
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] 
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] 
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] 
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:47 [2024-02-16T23:07:47.921Z] [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:47 [2024-02-16T23:07:47.921Z] [INFO] 
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] 
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] 
18:07:47 [2024-02-16T23:07:47.921Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:47 [2024-02-16T23:07:47.922Z] [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:47 [2024-02-16T23:07:47.922Z] [INFO] 
18:07:47 [2024-02-16T23:07:47.922Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:47 [2024-02-16T23:07:47.922Z] [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:48 [2024-02-16T23:07:48.177Z] [INFO] 
18:07:48 [2024-02-16T23:07:48.177Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:48 [2024-02-16T23:07:48.434Z] [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:48 [2024-02-16T23:07:48.434Z]     The main artifact has been replaced with the baseline version.
18:07:48 [2024-02-16T23:07:48.434Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:48 [2024-02-16T23:07:48.434Z] 
18:07:48 [2024-02-16T23:07:48.434Z] [INFO] 
18:07:48 [2024-02-16T23:07:48.434Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:48 [2024-02-16T23:07:48.434Z] [INFO] Executing tasks
18:07:48 [2024-02-16T23:07:48.434Z] [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:48 [2024-02-16T23:07:48.434Z] [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:48 [2024-02-16T23:07:48.434Z] [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:48 [2024-02-16T23:07:48.435Z] [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:48 [2024-02-16T23:07:48.996Z] [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:48 [2024-02-16T23:07:48.996Z] [INFO]       [zip] library/build.sh already added, skipping
18:07:49 [2024-02-16T23:07:49.252Z] [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-I20240216-1800-cocoa-macosx-aarch64.zip
18:07:49 [2024-02-16T23:07:49.508Z] [INFO] Executed tasks
18:07:49 [2024-02-16T23:07:49.508Z] [INFO] 
18:07:49 [2024-02-16T23:07:49.508Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:49 [2024-02-16T23:07:49.508Z] [INFO] Execution was skipped
18:07:49 [2024-02-16T23:07:49.508Z] [INFO] 
18:07:49 [2024-02-16T23:07:49.508Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:50 [2024-02-16T23:07:50.434Z] [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:50 [2024-02-16T23:07:50.434Z] [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:52 [2024-02-16T23:07:52.952Z] [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:52 [2024-02-16T23:07:52.952Z] [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:54 [2024-02-16T23:07:54.839Z] [INFO] 
18:07:54 [2024-02-16T23:07:54.839Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.cocoa.macosx.aarch64 ---
18:07:54 [2024-02-16T23:07:54.839Z] [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:54 [2024-02-16T23:07:54.839Z]     The main artifact has been replaced with the baseline version.
18:07:54 [2024-02-16T23:07:54.839Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:07:54 [2024-02-16T23:07:54.839Z] 
18:07:54 [2024-02-16T23:07:54.839Z] [INFO] 
18:07:54 [2024-02-16T23:07:54.839Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.ppc64le >----------
18:07:54 [2024-02-16T23:07:54.839Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT [21/521]
18:07:54 [2024-02-16T23:07:54.840Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/.polyglot.META-INF
18:07:54 [2024-02-16T23:07:54.840Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:07:54 [2024-02-16T23:07:54.840Z] [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@6f935613
18:07:54 [2024-02-16T23:07:54.841Z] [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.0, 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:59 [2024-02-16T23:07:59.035Z] [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:59 [2024-02-16T23:07:59.036Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:59 [2024-02-16T23:07:59.964Z] [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:59 [2024-02-16T23:07:59.966Z] [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:59 [2024-02-16T23:07:59.966Z] [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:00 [2024-02-16T23:08:00.222Z] [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:00 [2024-02-16T23:08:00.479Z] [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:00 [2024-02-16T23:08:00.480Z] [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:00 [2024-02-16T23:08:00.736Z] [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:00 [2024-02-16T23:08:00.992Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.992Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.992Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.992Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.992Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.992Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.992Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.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.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/saveproperties
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] Executing tasks
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] Executed tasks
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] The project's OSGi version is 3.125.0.v20240208-1757
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.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.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.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.swt/binaries/org.eclipse.swt.gtk.linux.ppc64le/src/main/resources
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] Executing tasks
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] Executed tasks
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] 
18:08:00 [2024-02-16T23:08:00.993Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:00 [2024-02-16T23:08:00.993Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:08:00 [2024-02-16T23:08:00.994Z] [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:08:02 [2024-02-16T23:08:02.360Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.360Z] 	listener.getCaption(event);
18:08:02 [2024-02-16T23:08:02.360Z] 	         ^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.360Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:02 [2024-02-16T23:08:02.360Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.361Z] 	listener.getSummary(event);
18:08:02 [2024-02-16T23:08:02.361Z] 	         ^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.361Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:02 [2024-02-16T23:08:02.361Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.361Z] 	bounds = image.getBoundsInPixels();
18:08:02 [2024-02-16T23:08:02.361Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.361Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.361Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.361Z] 	bounds = image.getBoundsInPixels();
18:08:02 [2024-02-16T23:08:02.361Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.361Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.361Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.361Z] 	bounds = image.getBoundsInPixels();
18:08:02 [2024-02-16T23:08:02.361Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.361Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.361Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.361Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:02 [2024-02-16T23:08:02.361Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.361Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.361Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.361Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:02 [2024-02-16T23:08:02.361Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.361Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.361Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.361Z] 	bounds = image.getBoundsInPixels();
18:08:02 [2024-02-16T23:08:02.361Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.361Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.362Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.362Z] 	bounds = image.getBoundsInPixels ();
18:08:02 [2024-02-16T23:08:02.362Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.362Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.362Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.362Z] 	imageWidth = image.getBoundsInPixels ().width;
18:08:02 [2024-02-16T23:08:02.362Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.362Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.362Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.362Z] 	iWidth = image.getBoundsInPixels ().width;
18:08:02 [2024-02-16T23:08:02.362Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.362Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.362Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.362Z] 	iHeight = image.getBoundsInPixels ().height;
18:08:02 [2024-02-16T23:08:02.362Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.362Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.362Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.362Z] 	bounds = image.getBoundsInPixels ();
18:08:02 [2024-02-16T23:08:02.362Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.362Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.362Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.362Z] 	bounds = image.getBoundsInPixels ();
18:08:02 [2024-02-16T23:08:02.362Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.363Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.363Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.363Z] 	imageWidth = image.getBoundsInPixels ().width;
18:08:02 [2024-02-16T23:08:02.363Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.363Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.363Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.363Z] 	iWidth = image.getBoundsInPixels ().width;
18:08:02 [2024-02-16T23:08:02.363Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.363Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.363Z] [WARNING] /home/jenkins/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:02 [2024-02-16T23:08:02.363Z] 	iHeight = image.getBoundsInPixels ().height;
18:08:02 [2024-02-16T23:08:02.363Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:08:02 [2024-02-16T23:08:02.363Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:02 [2024-02-16T23:08:02.363Z] 17 problems (17 warnings)
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] 
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] 
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] 
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] 
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:02 [2024-02-16T23:08:02.363Z] [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:08:02 [2024-02-16T23:08:02.363Z] [INFO] 
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] 
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] 
18:08:02 [2024-02-16T23:08:02.363Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:02 [2024-02-16T23:08:02.364Z] [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:08:02 [2024-02-16T23:08:02.621Z] [INFO] 
18:08:02 [2024-02-16T23:08:02.621Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:02 [2024-02-16T23:08:02.621Z] [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:08:02 [2024-02-16T23:08:02.877Z] [INFO] 
18:08:02 [2024-02-16T23:08:02.877Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:03 [2024-02-16T23:08:03.134Z] [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:08:03 [2024-02-16T23:08:03.134Z]     The main artifact has been replaced with the baseline version.
18:08:03 [2024-02-16T23:08:03.134Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:03 [2024-02-16T23:08:03.134Z] 
18:08:03 [2024-02-16T23:08:03.134Z] [INFO] 
18:08:03 [2024-02-16T23:08:03.134Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:03 [2024-02-16T23:08:03.134Z] [INFO] Executing tasks
18:08:03 [2024-02-16T23:08:03.134Z] [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:08:03 [2024-02-16T23:08:03.134Z] [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:08:03 [2024-02-16T23:08:03.134Z] [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:08:03 [2024-02-16T23:08:03.135Z] [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:08:03 [2024-02-16T23:08:03.391Z] [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:08:03 [2024-02-16T23:08:03.391Z] [INFO]       [zip] library/build.sh already added, skipping
18:08:03 [2024-02-16T23:08:03.646Z] [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-I20240216-1800-gtk-linux-ppc64le.zip
18:08:03 [2024-02-16T23:08:03.903Z] [INFO] Executed tasks
18:08:03 [2024-02-16T23:08:03.903Z] [INFO] 
18:08:03 [2024-02-16T23:08:03.903Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:03 [2024-02-16T23:08:03.903Z] [INFO] Execution was skipped
18:08:03 [2024-02-16T23:08:03.903Z] [INFO] 
18:08:03 [2024-02-16T23:08:03.903Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:04 [2024-02-16T23:08:04.464Z] [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:08:04 [2024-02-16T23:08:04.464Z] [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:08:06 [2024-02-16T23:08:06.982Z] [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:08:06 [2024-02-16T23:08:06.982Z] [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:08:08 [2024-02-16T23:08:08.346Z] [INFO] 
18:08:08 [2024-02-16T23:08:08.346Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.gtk.linux.ppc64le ---
18:08:08 [2024-02-16T23:08:08.346Z] [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:08:08 [2024-02-16T23:08:08.346Z]     The main artifact has been replaced with the baseline version.
18:08:08 [2024-02-16T23:08:08.346Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:08 [2024-02-16T23:08:08.346Z] 
18:08:08 [2024-02-16T23:08:08.346Z] [INFO] 
18:08:08 [2024-02-16T23:08:08.346Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.gtk.linux.aarch64 >----------
18:08:08 [2024-02-16T23:08:08.346Z] [INFO] Building [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT [22/521]
18:08:08 [2024-02-16T23:08:08.347Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.gtk.linux.aarch64/.polyglot.META-INF
18:08:08 [2024-02-16T23:08:08.347Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:08 [2024-02-16T23:08:08.347Z] [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@6f935613
18:08:08 [2024-02-16T23:08:08.348Z] [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.0, 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:12 [2024-02-16T23:08:12.516Z] [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:12 [2024-02-16T23:08:12.772Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:13 [2024-02-16T23:08:13.334Z] [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:13 [2024-02-16T23:08:13.336Z] [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:13 [2024-02-16T23:08:13.592Z] [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:13 [2024-02-16T23:08:13.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:08:13 [2024-02-16T23:08:13.849Z] [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:14 [2024-02-16T23:08:14.106Z] [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:14 [2024-02-16T23:08:14.362Z] [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:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [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:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] Executing tasks
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] Executed tasks
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] The project's OSGi version is 3.125.0.v20240208-1757
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for GTK
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.362Z] [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:08:14 [2024-02-16T23:08:14.362Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.362Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.363Z] [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:08:14 [2024-02-16T23:08:14.363Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.363Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.363Z] [INFO] Executing tasks
18:08:14 [2024-02-16T23:08:14.619Z] [INFO] Executed tasks
18:08:14 [2024-02-16T23:08:14.619Z] [INFO] 
18:08:14 [2024-02-16T23:08:14.619Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:14 [2024-02-16T23:08:14.619Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:08:14 [2024-02-16T23:08:14.619Z] [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:16 [2024-02-16T23:08:16.003Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.003Z] 	listener.getCaption(event);
18:08:16 [2024-02-16T23:08:16.003Z] 	         ^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.003Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:16 [2024-02-16T23:08:16.003Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.003Z] 	listener.getSummary(event);
18:08:16 [2024-02-16T23:08:16.003Z] 	         ^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.003Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:16 [2024-02-16T23:08:16.003Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.003Z] 	bounds = image.getBoundsInPixels();
18:08:16 [2024-02-16T23:08:16.003Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.003Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.004Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.004Z] 	bounds = image.getBoundsInPixels();
18:08:16 [2024-02-16T23:08:16.004Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.004Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.004Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.004Z] 	bounds = image.getBoundsInPixels();
18:08:16 [2024-02-16T23:08:16.004Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.004Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.004Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.004Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:16 [2024-02-16T23:08:16.004Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.004Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.004Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.004Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:16 [2024-02-16T23:08:16.004Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.004Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.004Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.004Z] 	bounds = image.getBoundsInPixels();
18:08:16 [2024-02-16T23:08:16.004Z] 	               ^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.004Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.004Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.004Z] 	bounds = image.getBoundsInPixels ();
18:08:16 [2024-02-16T23:08:16.004Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.004Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.005Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.005Z] 	imageWidth = image.getBoundsInPixels ().width;
18:08:16 [2024-02-16T23:08:16.005Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.005Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.005Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.005Z] 	iWidth = image.getBoundsInPixels ().width;
18:08:16 [2024-02-16T23:08:16.005Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.005Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.005Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.005Z] 	iHeight = image.getBoundsInPixels ().height;
18:08:16 [2024-02-16T23:08:16.005Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.005Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.005Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.005Z] 	bounds = image.getBoundsInPixels ();
18:08:16 [2024-02-16T23:08:16.005Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.005Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.005Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.005Z] 	bounds = image.getBoundsInPixels ();
18:08:16 [2024-02-16T23:08:16.005Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.005Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.005Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.005Z] 	imageWidth = image.getBoundsInPixels ().width;
18:08:16 [2024-02-16T23:08:16.005Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.005Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.005Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.006Z] 	iWidth = image.getBoundsInPixels ().width;
18:08:16 [2024-02-16T23:08:16.006Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.006Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.006Z] [WARNING] /home/jenkins/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:16 [2024-02-16T23:08:16.006Z] 	iHeight = image.getBoundsInPixels ().height;
18:08:16 [2024-02-16T23:08:16.006Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:08:16 [2024-02-16T23:08:16.006Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:16 [2024-02-16T23:08:16.006Z] 17 problems (17 warnings)
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.006Z] [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:16 [2024-02-16T23:08:16.006Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.006Z] [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:16 [2024-02-16T23:08:16.006Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.006Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.006Z] [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:16 [2024-02-16T23:08:16.262Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.262Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.519Z] [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:16 [2024-02-16T23:08:16.519Z]     The main artifact has been replaced with the baseline version.
18:08:16 [2024-02-16T23:08:16.519Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:16 [2024-02-16T23:08:16.519Z] 
18:08:16 [2024-02-16T23:08:16.519Z] [INFO] 
18:08:16 [2024-02-16T23:08:16.519Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:16 [2024-02-16T23:08:16.519Z] [INFO] Executing tasks
18:08:16 [2024-02-16T23:08:16.519Z] [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:16 [2024-02-16T23:08:16.519Z] [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:16 [2024-02-16T23:08:16.519Z] [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:16 [2024-02-16T23:08:16.520Z] [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:16 [2024-02-16T23:08:16.776Z] [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:17 [2024-02-16T23:08:17.032Z] [INFO]       [zip] library/build.sh already added, skipping
18:08:17 [2024-02-16T23:08:17.287Z] [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-I20240216-1800-gtk-linux-aarch64.zip
18:08:17 [2024-02-16T23:08:17.287Z] [INFO] Executed tasks
18:08:17 [2024-02-16T23:08:17.287Z] [INFO] 
18:08:17 [2024-02-16T23:08:17.287Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:17 [2024-02-16T23:08:17.542Z] [INFO] Execution was skipped
18:08:17 [2024-02-16T23:08:17.542Z] [INFO] 
18:08:17 [2024-02-16T23:08:17.542Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:18 [2024-02-16T23:08:18.104Z] [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:18 [2024-02-16T23:08:18.105Z] [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:19 [2024-02-16T23:08:19.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.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:19 [2024-02-16T23:08:19.995Z] [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:21 [2024-02-16T23:08:21.360Z] [INFO] 
18:08:21 [2024-02-16T23:08:21.360Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.gtk.linux.aarch64 ---
18:08:21 [2024-02-16T23:08:21.615Z] [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:21 [2024-02-16T23:08:21.615Z]     The main artifact has been replaced with the baseline version.
18:08:21 [2024-02-16T23:08:21.616Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:21 [2024-02-16T23:08:21.616Z] 
18:08:21 [2024-02-16T23:08:21.616Z] [INFO] 
18:08:21 [2024-02-16T23:08:21.616Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64 >---------
18:08:21 [2024-02-16T23:08:21.616Z] [INFO] Building [bundle] Standard Widget Toolkit for Windows 3.125.0-SNAPSHOT [23/521]
18:08:21 [2024-02-16T23:08:21.616Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.win32.win32.x86_64/.polyglot.META-INF
18:08:21 [2024-02-16T23:08:21.616Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:21 [2024-02-16T23:08:21.616Z] [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@6f935613
18:08:21 [2024-02-16T23:08:21.617Z] [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.0, 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:25 [2024-02-16T23:08:25.785Z] [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:26 [2024-02-16T23:08:26.041Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:26 [2024-02-16T23:08:26.602Z] [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:26 [2024-02-16T23:08:26.604Z] [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:26 [2024-02-16T23:08:26.860Z] [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:27 [2024-02-16T23:08:27.116Z] [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:27 [2024-02-16T23:08:27.117Z] [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:27 [2024-02-16T23:08:27.373Z] [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:27 [2024-02-16T23:08:27.630Z] [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:27 [2024-02-16T23:08:27.630Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.630Z] [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:27 [2024-02-16T23:08:27.630Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] Executing tasks
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] Executed tasks
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.630Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.886Z] [INFO] The project's OSGi version is 3.125.0.v20240208-1757
18:08:27 [2024-02-16T23:08:27.886Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.886Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.886Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.886Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.886Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Windows
18:08:27 [2024-02-16T23:08:27.886Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.886Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.886Z] [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:27 [2024-02-16T23:08:27.886Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.887Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.887Z] [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:27 [2024-02-16T23:08:27.887Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.887Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.887Z] [INFO] Executing tasks
18:08:27 [2024-02-16T23:08:27.887Z] [INFO] Executed tasks
18:08:27 [2024-02-16T23:08:27.887Z] [INFO] 
18:08:27 [2024-02-16T23:08:27.887Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:27 [2024-02-16T23:08:27.887Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:08:27 [2024-02-16T23:08:27.887Z] [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:29 [2024-02-16T23:08:29.779Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.779Z] 	listener.getCaption(event);
18:08:29 [2024-02-16T23:08:29.779Z] 	         ^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.779Z] The method getCaption(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:29 [2024-02-16T23:08:29.780Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.780Z] 	listener.getSummary(event);
18:08:29 [2024-02-16T23:08:29.780Z] 	         ^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.780Z] The method getSummary(AccessibleTableEvent) from the type AccessibleTableListener is deprecated
18:08:29 [2024-02-16T23:08:29.780Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.780Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYDOWN, domListener);
18:08:29 [2024-02-16T23:08:29.780Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.780Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.780Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.780Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYPRESS, domListener);
18:08:29 [2024-02-16T23:08:29.781Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.781Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.781Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.781Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONKEYUP, domListener);
18:08:29 [2024-02-16T23:08:29.781Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.781Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.781Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.781Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEDOWN, domListener);
18:08:29 [2024-02-16T23:08:29.781Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.781Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.782Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.782Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEUP, domListener);
18:08:29 [2024-02-16T23:08:29.782Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.782Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.782Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.782Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEWHEEL, domListener);
18:08:29 [2024-02-16T23:08:29.782Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.782Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.782Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.782Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDBLCLICK, domListener);
18:08:29 [2024-02-16T23:08:29.783Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.783Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.783Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.783Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEMOVE, domListener);
18:08:29 [2024-02-16T23:08:29.783Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.783Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.783Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.783Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGSTART, domListener);
18:08:29 [2024-02-16T23:08:29.783Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.783Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.784Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.784Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONDRAGEND, domListener);
18:08:29 [2024-02-16T23:08:29.784Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.784Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.784Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.784Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOVER, domListener);
18:08:29 [2024-02-16T23:08:29.784Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.784Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.784Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.784Z] 	site.removeEventListener(document, guid, COM.DISPID_HTMLDOCUMENTEVENTS_ONMOUSEOUT, domListener);
18:08:29 [2024-02-16T23:08:29.784Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.785Z] The method removeEventListener(OleAutomation, GUID, int, OleListener) from the type OleControlSite is deprecated
18:08:29 [2024-02-16T23:08:29.785Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.785Z] 	offsetX = image.getBoundsInPixels().width - offsetX;
18:08:29 [2024-02-16T23:08:29.785Z] 	                ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.785Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.785Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.785Z] 	Rectangle rect = image.getBoundsInPixels();
18:08:29 [2024-02-16T23:08:29.785Z] 	                       ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.785Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.785Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.785Z] 	Rectangle b = image.getBoundsInPixels();
18:08:29 [2024-02-16T23:08:29.785Z] 	                    ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.785Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.786Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.786Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.786Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.786Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.786Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.786Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.786Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.786Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.786Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.786Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.786Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.786Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.786Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.786Z] 	int imageWidth = image.getBoundsInPixels().width;
18:08:29 [2024-02-16T23:08:29.786Z] 	                       ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.786Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.787Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.787Z] 	int y = Math.max (0, (nmcd.bottom - image.getBoundsInPixels().height) / 2);
18:08:29 [2024-02-16T23:08:29.787Z] 	                                          ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.787Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.787Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.787Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.787Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.787Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.787Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.787Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.787Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.787Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.787Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.788Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.788Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.788Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.788Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.788Z] 	Rectangle rect = image.getBoundsInPixels();
18:08:29 [2024-02-16T23:08:29.788Z] 	                       ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.788Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.788Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.788Z] 	Rectangle imageRect = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.788Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.788Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.788Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.788Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.788Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.788Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.789Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.789Z] 	Rectangle rect = item.image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.789Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.789Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.789Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.789Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.789Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.789Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.789Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.789Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.789Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.789Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.789Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.790Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.790Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.790Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.790Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.790Z] 	int y = Math.max (0, (nmcd.bottom - columns[i].image.getBoundsInPixels().height) / 2);
18:08:29 [2024-02-16T23:08:29.790Z] 	                                                     ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.790Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.790Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.790Z] 	x += columns[i].image.getBoundsInPixels().width + 12;
18:08:29 [2024-02-16T23:08:29.790Z] 	                      ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.790Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.790Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.790Z] 	Rectangle rect = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.790Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.790Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.791Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.791Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.791Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.791Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.791Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.791Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.791Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.791Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.791Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.791Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.791Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.791Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.791Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.791Z] 	Rectangle bounds = image.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.791Z] 	                         ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.791Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.791Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.792Z] 	int y = Math.max (0, (nmcd.bottom - columns[i].image.getBoundsInPixels().height) / 2);
18:08:29 [2024-02-16T23:08:29.792Z] 	                                                     ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.792Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.792Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.792Z] 	x += columns[i].image.getBoundsInPixels().width + 12;
18:08:29 [2024-02-16T23:08:29.792Z] 	                      ^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.792Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.792Z] [WARNING] /home/jenkins/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:29 [2024-02-16T23:08:29.792Z] 	Rectangle bounds = headerImage.getBoundsInPixels ();
18:08:29 [2024-02-16T23:08:29.792Z] 	                               ^^^^^^^^^^^^^^^^^^^^
18:08:29 [2024-02-16T23:08:29.792Z] The method getBoundsInPixels() from the type Image is deprecated
18:08:29 [2024-02-16T23:08:29.792Z] 42 problems (42 warnings)
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] 
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] 
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] 
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] 
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:29 [2024-02-16T23:08:29.792Z] [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:29 [2024-02-16T23:08:29.792Z] [INFO] 
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] 
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] 
18:08:29 [2024-02-16T23:08:29.792Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:29 [2024-02-16T23:08:29.792Z] [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:29 [2024-02-16T23:08:29.793Z] [INFO] 
18:08:29 [2024-02-16T23:08:29.793Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:29 [2024-02-16T23:08:29.793Z] [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:30 [2024-02-16T23:08:30.049Z] [INFO] 
18:08:30 [2024-02-16T23:08:30.049Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:30 [2024-02-16T23:08:30.305Z] [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:30 [2024-02-16T23:08:30.305Z]     The main artifact has been replaced with the baseline version.
18:08:30 [2024-02-16T23:08:30.305Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:30 [2024-02-16T23:08:30.305Z] 
18:08:30 [2024-02-16T23:08:30.305Z] [INFO] 
18:08:30 [2024-02-16T23:08:30.305Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:30 [2024-02-16T23:08:30.305Z] [INFO] Executing tasks
18:08:30 [2024-02-16T23:08:30.305Z] [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:30 [2024-02-16T23:08:30.306Z] [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:30 [2024-02-16T23:08:30.306Z] [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:30 [2024-02-16T23:08:30.306Z] [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:30 [2024-02-16T23:08:30.867Z] [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:31 [2024-02-16T23:08:31.123Z] [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-I20240216-1800-win32-win32-x86_64.zip
18:08:31 [2024-02-16T23:08:31.379Z] [INFO] Executed tasks
18:08:31 [2024-02-16T23:08:31.379Z] [INFO] 
18:08:31 [2024-02-16T23:08:31.379Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:31 [2024-02-16T23:08:31.380Z] [INFO] Execution was skipped
18:08:31 [2024-02-16T23:08:31.380Z] [INFO] 
18:08:31 [2024-02-16T23:08:31.380Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:31 [2024-02-16T23:08:31.978Z] [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:31 [2024-02-16T23:08:31.979Z] [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:35 [2024-02-16T23:08:35.250Z] [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:35 [2024-02-16T23:08:35.250Z] [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:36 [2024-02-16T23:08:36.616Z] [INFO] 
18:08:36 [2024-02-16T23:08:36.616Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.win32.win32.x86_64 ---
18:08:36 [2024-02-16T23:08:36.616Z] [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:36 [2024-02-16T23:08:36.616Z]     The main artifact has been replaced with the baseline version.
18:08:36 [2024-02-16T23:08:36.616Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:36 [2024-02-16T23:08:36.616Z] 
18:08:36 [2024-02-16T23:08:36.616Z] [INFO] 
18:08:36 [2024-02-16T23:08:36.616Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.cocoa.macosx.x86_64 >---------
18:08:36 [2024-02-16T23:08:36.616Z] [INFO] Building [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) 3.125.0-SNAPSHOT [24/521]
18:08:36 [2024-02-16T23:08:36.616Z] [INFO]   from eclipse.platform.swt/binaries/org.eclipse.swt.cocoa.macosx.x86_64/.polyglot.META-INF
18:08:36 [2024-02-16T23:08:36.616Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:36 [2024-02-16T23:08:36.616Z] [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@6f935613
18:08:36 [2024-02-16T23:08:36.618Z] [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.0, 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:40 [2024-02-16T23:08:40.785Z] [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:40 [2024-02-16T23:08:40.785Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:41 [2024-02-16T23:08:41.348Z] [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:41 [2024-02-16T23:08:41.605Z] [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:41 [2024-02-16T23:08:41.606Z] [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:41 [2024-02-16T23:08:41.862Z] [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:42 [2024-02-16T23:08:42.119Z] [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:42 [2024-02-16T23:08:42.119Z] [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:42 [2024-02-16T23:08:42.375Z] [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:42 [2024-02-16T23:08:42.631Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.631Z] [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:42 [2024-02-16T23:08:42.631Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] --- antrun:3.1.0:run (read-build-qualifier) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] Executing tasks
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] Executed tasks
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] The project's OSGi version is 3.125.0.v20240208-1757
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.631Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] Resolving class path of [bundle] Standard Widget Toolkit for Mac OS X (Cocoa)
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.632Z] [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:42 [2024-02-16T23:08:42.632Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.632Z] [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:42 [2024-02-16T23:08:42.632Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] --- antrun:3.1.0:run (build-native-binaries) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] Executing tasks
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] Executed tasks
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] 
18:08:42 [2024-02-16T23:08:42.632Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:42 [2024-02-16T23:08:42.632Z] [WARNING] useJDK=BREE configured, but no BREE is set in bundle. Fail back to currently running execution environment (JavaSE-17).
18:08:42 [2024-02-16T23:08:42.632Z] [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:44 [2024-02-16T23:08:44.004Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.004Z] [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:44 [2024-02-16T23:08:44.004Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.004Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.004Z] [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:44 [2024-02-16T23:08:44.260Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.261Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.261Z] [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:44 [2024-02-16T23:08:44.261Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.261Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.517Z] [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:44 [2024-02-16T23:08:44.517Z]     The main artifact has been replaced with the baseline version.
18:08:44 [2024-02-16T23:08:44.517Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:44 [2024-02-16T23:08:44.517Z] 
18:08:44 [2024-02-16T23:08:44.517Z] [INFO] 
18:08:44 [2024-02-16T23:08:44.517Z] [INFO] --- antrun:3.1.0:run (package-swt-download-zip) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:44 [2024-02-16T23:08:44.773Z] [INFO] Executing tasks
18:08:44 [2024-02-16T23:08:44.774Z] [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:44 [2024-02-16T23:08:44.774Z] [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:44 [2024-02-16T23:08:44.774Z] [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:44 [2024-02-16T23:08:44.774Z] [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:45 [2024-02-16T23:08:45.031Z] [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:45 [2024-02-16T23:08:45.031Z] [INFO]       [zip] library/build.sh already added, skipping
18:08:45 [2024-02-16T23:08:45.593Z] [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-I20240216-1800-cocoa-macosx-x86_64.zip
18:08:45 [2024-02-16T23:08:45.593Z] [INFO] Executed tasks
18:08:45 [2024-02-16T23:08:45.593Z] [INFO] 
18:08:45 [2024-02-16T23:08:45.593Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:45 [2024-02-16T23:08:45.593Z] [INFO] Execution was skipped
18:08:45 [2024-02-16T23:08:45.593Z] [INFO] 
18:08:45 [2024-02-16T23:08:45.593Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:46 [2024-02-16T23:08:46.520Z] [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:46 [2024-02-16T23:08:46.521Z] [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:48 [2024-02-16T23:08:48.407Z] [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:48 [2024-02-16T23:08:48.407Z] [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:49 [2024-02-16T23:08:49.772Z] [INFO] 
18:08:49 [2024-02-16T23:08:49.772Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.cocoa.macosx.x86_64 ---
18:08:50 [2024-02-16T23:08:50.027Z] [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:50 [2024-02-16T23:08:50.027Z]     The main artifact has been replaced with the baseline version.
18:08:50 [2024-02-16T23:08:50.027Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:50 [2024-02-16T23:08:50.027Z] 
18:08:50 [2024-02-16T23:08:50.027Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.027Z] [INFO] ---------------< org.eclipse.platform:org.eclipse.jface >---------------
18:08:50 [2024-02-16T23:08:50.027Z] [INFO] Building [bundle] JFace 3.33.0-SNAPSHOT                         [25/521]
18:08:50 [2024-02-16T23:08:50.027Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.jface/.polyglot.META-INF
18:08:50 [2024-02-16T23:08:50.027Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] The project's OSGi version is 3.33.0.v20240214-1640
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.283Z] [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:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] Resolving class path of [bundle] JFace
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.283Z] [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:50 [2024-02-16T23:08:50.283Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.283Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.284Z] [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:50 [2024-02-16T23:08:50.284Z] [INFO] 
18:08:50 [2024-02-16T23:08:50.284Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface ---
18:08:50 [2024-02-16T23:08:50.284Z] [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:51 [2024-02-16T23:08:51.213Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.213Z] 	import org.eclipse.jface.dialogs.AnimatorFactory;
18:08:51 [2024-02-16T23:08:51.213Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.213Z] The type AnimatorFactory is deprecated
18:08:51 [2024-02-16T23:08:51.213Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.213Z] 	private static AnimatorFactory animatorFactory;
18:08:51 [2024-02-16T23:08:51.213Z] 	               ^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.213Z] The type AnimatorFactory is deprecated
18:08:51 [2024-02-16T23:08:51.213Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.213Z] 	public ViewerSorter getSorter() {
18:08:51 [2024-02-16T23:08:51.214Z] 	       ^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.214Z] The type ViewerSorter is deprecated
18:08:51 [2024-02-16T23:08:51.214Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.214Z] 	if (sorter instanceof ViewerSorter)
18:08:51 [2024-02-16T23:08:51.214Z] 	                      ^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.214Z] The type ViewerSorter is deprecated
18:08:51 [2024-02-16T23:08:51.214Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.214Z] 	return (ViewerSorter)sorter;
18:08:51 [2024-02-16T23:08:51.214Z] 	        ^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.214Z] The type ViewerSorter is deprecated
18:08:51 [2024-02-16T23:08:51.214Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.214Z] 	public class TreePathViewerSorter extends ViewerSorter {
18:08:51 [2024-02-16T23:08:51.214Z] 	                                          ^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.214Z] The type ViewerSorter is deprecated
18:08:51 [2024-02-16T23:08:51.214Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.214Z] 	private volatile FastProgressReporter sortMon = new FastProgressReporter();
18:08:51 [2024-02-16T23:08:51.214Z] 	                 ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.214Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.214Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.214Z] 	private volatile FastProgressReporter sortMon = new FastProgressReporter();
18:08:51 [2024-02-16T23:08:51.214Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.214Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.214Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.215Z] 	private volatile FastProgressReporter sortMon = new FastProgressReporter();
18:08:51 [2024-02-16T23:08:51.215Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.215Z] The constructor FastProgressReporter() is deprecated
18:08:51 [2024-02-16T23:08:51.215Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.215Z] 	sortMon = new FastProgressReporter();
18:08:51 [2024-02-16T23:08:51.215Z] 	              ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.215Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.215Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.215Z] 	sortMon = new FastProgressReporter();
18:08:51 [2024-02-16T23:08:51.215Z] 	              ^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.215Z] The constructor FastProgressReporter() is deprecated
18:08:51 [2024-02-16T23:08:51.215Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.215Z] 	sortMon.cancel();
18:08:51 [2024-02-16T23:08:51.215Z] 	        ^^^^^^^^
18:08:51 [2024-02-16T23:08:51.215Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.215Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.215Z] 	sortMon.cancel();
18:08:51 [2024-02-16T23:08:51.215Z] 	        ^^^^^^^^
18:08:51 [2024-02-16T23:08:51.215Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.215Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.215Z] 	sortMon.cancel();
18:08:51 [2024-02-16T23:08:51.215Z] 	        ^^^^^^^^
18:08:51 [2024-02-16T23:08:51.215Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.215Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.216Z] 	sortMon.cancel();
18:08:51 [2024-02-16T23:08:51.216Z] 	        ^^^^^^^^
18:08:51 [2024-02-16T23:08:51.216Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.216Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.216Z] 	sortMon.cancel();
18:08:51 [2024-02-16T23:08:51.216Z] 	        ^^^^^^^^
18:08:51 [2024-02-16T23:08:51.216Z] The method cancel() from the type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.216Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.216Z] 	private final int partition(int subTree, FastProgressReporter mon) throws InterruptedException {
18:08:51 [2024-02-16T23:08:51.216Z] 	                                         ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.216Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.216Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.216Z] 	if (mon.isCanceled()) {
18:08:51 [2024-02-16T23:08:51.216Z] 	        ^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.216Z] The method isCanceled() from the type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.216Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.216Z] 	/* package */ final void retainFirst(int n, FastProgressReporter mon) throws InterruptedException {
18:08:51 [2024-02-16T23:08:51.216Z] 	                                            ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.216Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.216Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.216Z] 	retainFirst(n, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.216Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.216Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.217Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.217Z] 	retainFirst(n, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.217Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.217Z] The constructor FastProgressReporter() is deprecated
18:08:51 [2024-02-16T23:08:51.217Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.217Z] 	removeRange(first, length, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.217Z] 	                               ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.217Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.217Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.217Z] 	removeRange(first, length, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.217Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.217Z] The constructor FastProgressReporter() is deprecated
18:08:51 [2024-02-16T23:08:51.217Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.217Z] 	/* package */ final void removeRange(int first, int length, FastProgressReporter mon) throws InterruptedException {
18:08:51 [2024-02-16T23:08:51.217Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.217Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.217Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.217Z] 	private final void removeRange(int node, int rangeStart, int rangeLength, FastProgressReporter mon) throws InterruptedException {
18:08:51 [2024-02-16T23:08:51.217Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.217Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.217Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.217Z] 	result = partition(result, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.217Z] 	                               ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.217Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.218Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.218Z] 	result = partition(result, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.218Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.218Z] The constructor FastProgressReporter() is deprecated
18:08:51 [2024-02-16T23:08:51.218Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.218Z] 	/* package */ final int getFirst(Object[] result, boolean sorted, FastProgressReporter mon) throws InterruptedException {
18:08:51 [2024-02-16T23:08:51.218Z] 	                                                                  ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.218Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.218Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.218Z] 	returnValue = getFirst(result, sorted, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.218Z] 	                                           ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.218Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.218Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.218Z] 	returnValue = getFirst(result, sorted, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.218Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.218Z] The constructor FastProgressReporter() is deprecated
18:08:51 [2024-02-16T23:08:51.218Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.218Z] 	/* package */ final int getRange(Object[] result, int rangeStart, boolean sorted, FastProgressReporter mon) throws InterruptedException {
18:08:51 [2024-02-16T23:08:51.218Z] 	                                                                                  ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.218Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.219Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.219Z] 	returnValue = getRange(result, rangeStart, sorted, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.219Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.219Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.219Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.219Z] 	returnValue = getRange(result, rangeStart, sorted, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.219Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.219Z] The constructor FastProgressReporter() is deprecated
18:08:51 [2024-02-16T23:08:51.219Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.219Z] 	getRange(result, index, false, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.219Z] 	                                   ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.219Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.219Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.219Z] 	getRange(result, index, false, new FastProgressReporter());
18:08:51 [2024-02-16T23:08:51.219Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.219Z] The constructor FastProgressReporter() is deprecated
18:08:51 [2024-02-16T23:08:51.219Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.219Z] 	private final int getRange(Object[] result, int resultIdx, int rangeStart, int node, boolean sorted, FastProgressReporter mon) throws InterruptedException {
18:08:51 [2024-02-16T23:08:51.219Z] 	                                                                                                     ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.219Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.220Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.220Z] 	private final int getChildren(Object[] result, int resultIdx, int node, boolean sorted, FastProgressReporter mon) throws InterruptedException {
18:08:51 [2024-02-16T23:08:51.220Z] 	                                                                                        ^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.220Z] The type FastProgressReporter is deprecated
18:08:51 [2024-02-16T23:08:51.220Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.220Z] 	import org.eclipse.core.runtime.IProgressMonitorWithBlocking;
18:08:51 [2024-02-16T23:08:51.220Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.220Z] The type IProgressMonitorWithBlocking is deprecated
18:08:51 [2024-02-16T23:08:51.220Z] [WARNING] /home/jenkins/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:51 [2024-02-16T23:08:51.220Z] 	IProgressMonitorWithBlocking {
18:08:51 [2024-02-16T23:08:51.220Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:51 [2024-02-16T23:08:51.220Z] The type IProgressMonitorWithBlocking is deprecated
18:08:51 [2024-02-16T23:08:51.220Z] 39 problems (39 warnings)
18:08:51 [2024-02-16T23:08:51.220Z] [INFO] 
18:08:51 [2024-02-16T23:08:51.220Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jface ---
18:08:51 [2024-02-16T23:08:51.220Z] [INFO] 
18:08:51 [2024-02-16T23:08:51.220Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface ---
18:08:51 [2024-02-16T23:08:51.220Z] [INFO] 
18:08:51 [2024-02-16T23:08:51.220Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface ---
18:08:53 [2024-02-16T23:08:53.109Z] [INFO] 
18:08:53 [2024-02-16T23:08:53.109Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface ---
18:08:53 [2024-02-16T23:08:53.110Z] [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:53 [2024-02-16T23:08:53.110Z] [INFO] 
18:08:53 [2024-02-16T23:08:53.110Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface ---
18:08:53 [2024-02-16T23:08:53.110Z] [INFO] 
18:08:53 [2024-02-16T23:08:53.110Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface ---
18:08:53 [2024-02-16T23:08:53.110Z] [INFO] 
18:08:53 [2024-02-16T23:08:53.110Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface ---
18:08:53 [2024-02-16T23:08:53.110Z] [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:53 [2024-02-16T23:08:53.366Z] [INFO] 
18:08:53 [2024-02-16T23:08:53.366Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface ---
18:08:53 [2024-02-16T23:08:53.366Z] [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:53 [2024-02-16T23:08:53.366Z] [INFO] 
18:08:53 [2024-02-16T23:08:53.366Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface ---
18:08:53 [2024-02-16T23:08:53.622Z] [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:53 [2024-02-16T23:08:53.622Z]     The main artifact has been replaced with the baseline version.
18:08:53 [2024-02-16T23:08:53.622Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:53 [2024-02-16T23:08:53.622Z] 
18:08:53 [2024-02-16T23:08:53.622Z] [INFO] 
18:08:53 [2024-02-16T23:08:53.622Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface ---
18:08:53 [2024-02-16T23:08:53.622Z] [INFO] Execution was skipped
18:08:53 [2024-02-16T23:08:53.622Z] [INFO] 
18:08:53 [2024-02-16T23:08:53.622Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface ---
18:08:53 [2024-02-16T23:08:53.878Z] [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:53 [2024-02-16T23:08:53.878Z] [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:55 [2024-02-16T23:08:55.242Z] [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:55 [2024-02-16T23:08:55.242Z] [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:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface ---
18:08:56 [2024-02-16T23:08:56.606Z] [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:56 [2024-02-16T23:08:56.606Z]     The main artifact has been replaced with the baseline version.
18:08:56 [2024-02-16T23:08:56.606Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:56 [2024-02-16T23:08:56.606Z] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.preferences >---------
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] Building [bundle] Eclipse Preferences Mechanism 3.11.0-SNAPSHOT [26/521]
18:08:56 [2024-02-16T23:08:56.606Z] [INFO]   from equinox/bundles/org.eclipse.equinox.preferences/.polyglot.META-INF
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] The project's OSGi version is 3.11.0.v20240210-0844
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.606Z] [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:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] Resolving class path of [bundle] Eclipse Preferences Mechanism
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.606Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.607Z] [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:56 [2024-02-16T23:08:56.607Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.607Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.607Z] [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:56 [2024-02-16T23:08:56.607Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.607Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.607Z] [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:56 [2024-02-16T23:08:56.863Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.863Z] 	import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
18:08:56 [2024-02-16T23:08:56.864Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.864Z] The type ILegacyPreferences is deprecated
18:08:56 [2024-02-16T23:08:56.864Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.864Z] 	ILegacyPreferences initService = PreferencesOSGiUtils.getDefault().getLegacyPreferences();
18:08:56 [2024-02-16T23:08:56.864Z] 	^^^^^^^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.864Z] The type ILegacyPreferences is deprecated
18:08:56 [2024-02-16T23:08:56.864Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.864Z] 	plugin = initService.init(plugin, name);
18:08:56 [2024-02-16T23:08:56.864Z] 	                     ^^^^^^^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.864Z] The method init(Object, String) from the type ILegacyPreferences is deprecated
18:08:56 [2024-02-16T23:08:56.864Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.864Z] 	import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
18:08:56 [2024-02-16T23:08:56.864Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.864Z] The type ILegacyPreferences is deprecated
18:08:56 [2024-02-16T23:08:56.864Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.864Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:08:56 [2024-02-16T23:08:56.864Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.864Z] The type PackageAdmin is deprecated
18:08:56 [2024-02-16T23:08:56.864Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.864Z] 	private ServiceTracker<?, ILegacyPreferences> initTracker;
18:08:56 [2024-02-16T23:08:56.864Z] 	                          ^^^^^^^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.865Z] The type ILegacyPreferences is deprecated
18:08:56 [2024-02-16T23:08:56.865Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.865Z] 	private ServiceTracker<?, PackageAdmin> bundleTracker;
18:08:56 [2024-02-16T23:08:56.865Z] 	                          ^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.865Z] The type PackageAdmin is deprecated
18:08:56 [2024-02-16T23:08:56.865Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.865Z] 	initTracker = new ServiceTracker<>(context, ILegacyPreferences.class, null);
18:08:56 [2024-02-16T23:08:56.865Z] 	                                            ^^^^^^^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.865Z] The type ILegacyPreferences is deprecated
18:08:56 [2024-02-16T23:08:56.865Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.865Z] 	bundleTracker = new ServiceTracker<>(context, PackageAdmin.class, null);
18:08:56 [2024-02-16T23:08:56.865Z] 	                                              ^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.865Z] The type PackageAdmin is deprecated
18:08:56 [2024-02-16T23:08:56.865Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.865Z] 	public ILegacyPreferences getLegacyPreferences() {
18:08:56 [2024-02-16T23:08:56.865Z] 	       ^^^^^^^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.865Z] The type ILegacyPreferences is deprecated
18:08:56 [2024-02-16T23:08:56.865Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.865Z] 	PackageAdmin packageAdmin = bundleTracker.getService();
18:08:56 [2024-02-16T23:08:56.865Z] 	^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.865Z] The type PackageAdmin is deprecated
18:08:56 [2024-02-16T23:08:56.865Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:56 [2024-02-16T23:08:56.866Z] 	Bundle[] bundles = packageAdmin.getBundles(bundleName, null);
18:08:56 [2024-02-16T23:08:56.866Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:08:56 [2024-02-16T23:08:56.866Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:08:56 [2024-02-16T23:08:56.866Z] 12 problems (12 warnings)
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.866Z] [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:56 [2024-02-16T23:08:56.866Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.866Z] [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:56 [2024-02-16T23:08:56.866Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.866Z] [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:56 [2024-02-16T23:08:56.866Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.866Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.866Z] [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:56 [2024-02-16T23:08:56.867Z]     The main artifact has been replaced with the baseline version.
18:08:56 [2024-02-16T23:08:56.867Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:56 [2024-02-16T23:08:56.867Z] 
18:08:56 [2024-02-16T23:08:56.867Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.867Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.867Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.867Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.867Z] [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:56 [2024-02-16T23:08:56.867Z]     The main artifact has been replaced with the baseline version.
18:08:56 [2024-02-16T23:08:56.867Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:56 [2024-02-16T23:08:56.867Z] 
18:08:56 [2024-02-16T23:08:56.867Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.867Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.867Z] [INFO] Execution was skipped
18:08:56 [2024-02-16T23:08:56.867Z] [INFO] 
18:08:56 [2024-02-16T23:08:56.867Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.preferences ---
18:08:56 [2024-02-16T23:08:56.867Z] [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:56 [2024-02-16T23:08:56.867Z] [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:58 [2024-02-16T23:08:58.229Z] [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:58 [2024-02-16T23:08:58.229Z] [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:59 [2024-02-16T23:08:59.154Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.155Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.preferences ---
18:08:59 [2024-02-16T23:08:59.155Z] [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:59 [2024-02-16T23:08:59.155Z]     The main artifact has been replaced with the baseline version.
18:08:59 [2024-02-16T23:08:59.155Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:59 [2024-02-16T23:08:59.155Z] 
18:08:59 [2024-02-16T23:08:59.155Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.155Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.contenttype >----------
18:08:59 [2024-02-16T23:08:59.155Z] [INFO] Building [bundle] Eclipse Content Mechanism 3.9.300-SNAPSHOT    [27/521]
18:08:59 [2024-02-16T23:08:59.155Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.core.contenttype/.polyglot.META-INF
18:08:59 [2024-02-16T23:08:59.155Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:08:59 [2024-02-16T23:08:59.410Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.410Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.410Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] The project's OSGi version is 3.9.300.v20231218-0909
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.411Z] [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:59 [2024-02-16T23:08:59.411Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] Resolving class path of [bundle] Eclipse Content Mechanism
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.411Z] [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:59 [2024-02-16T23:08:59.411Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.411Z] [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:59 [2024-02-16T23:08:59.411Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.411Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.412Z] [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:59 [2024-02-16T23:08:59.412Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.412Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.412Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.412Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.412Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.412Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.668Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.668Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.668Z] [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:59 [2024-02-16T23:08:59.668Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.668Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.668Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.668Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.668Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.668Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.668Z] [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:59 [2024-02-16T23:08:59.668Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.668Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.668Z] [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:59 [2024-02-16T23:08:59.668Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.668Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.669Z] [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:59 [2024-02-16T23:08:59.669Z]     The main artifact has been replaced with the baseline version.
18:08:59 [2024-02-16T23:08:59.669Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:08:59 [2024-02-16T23:08:59.669Z] 
18:08:59 [2024-02-16T23:08:59.669Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.669Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.669Z] [INFO] Execution was skipped
18:08:59 [2024-02-16T23:08:59.669Z] [INFO] 
18:08:59 [2024-02-16T23:08:59.669Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.contenttype ---
18:08:59 [2024-02-16T23:08:59.669Z] [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:59 [2024-02-16T23:08:59.669Z] [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:09:00 [2024-02-16T23:09:00.597Z] [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:09:00 [2024-02-16T23:09:00.597Z] [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:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.contenttype ---
18:09:01 [2024-02-16T23:09:01.159Z] [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:09:01 [2024-02-16T23:09:01.159Z]     The main artifact has been replaced with the baseline version.
18:09:01 [2024-02-16T23:09:01.159Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:01 [2024-02-16T23:09:01.159Z] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.app >-------------
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] Building [bundle] Equinox Application Container 1.7.0-SNAPSHOT  [28/521]
18:09:01 [2024-02-16T23:09:01.159Z] [INFO]   from equinox/bundles/org.eclipse.equinox.app/.polyglot.META-INF
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] The project's OSGi version is 1.7.0.v20240213-1427
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.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/equinox/bundles/org.eclipse.equinox.app/saveproperties
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.159Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.160Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.160Z] [INFO] Resolving class path of [bundle] Equinox Application Container
18:09:01 [2024-02-16T23:09:01.160Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.160Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-73) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.417Z] [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:09:01 [2024-02-16T23:09:01.417Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.417Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.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/equinox/bundles/org.eclipse.equinox.app/src/main/resources
18:09:01 [2024-02-16T23:09:01.417Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.417Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.418Z] [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:09:01 [2024-02-16T23:09:01.418Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.418Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.418Z] [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:09:01 [2024-02-16T23:09:01.418Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.418Z] 	public static final String LIFECYCLE_ACTION = "lifecycle";
18:09:01 [2024-02-16T23:09:01.418Z] 	                                              ^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.418Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.418Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.418Z] 	public static final String SCHEDULE_ACTION = "schedule";
18:09:01 [2024-02-16T23:09:01.418Z] 	                                             ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.418Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.418Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.418Z] 	public static final String LOCK_ACTION = "lock";
18:09:01 [2024-02-16T23:09:01.418Z] 	                                         ^^^^^^
18:09:01 [2024-02-16T23:09:01.418Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.418Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.419Z] 	super(filter == null ? "*" : filter);
18:09:01 [2024-02-16T23:09:01.419Z] 	                       ^^^
18:09:01 [2024-02-16T23:09:01.419Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.419Z] 	filter = "*";
18:09:01 [2024-02-16T23:09:01.419Z] 	         ^^^
18:09:01 [2024-02-16T23:09:01.419Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.419Z] 	throw new NullPointerException( "Action string cannot be null!" );
18:09:01 [2024-02-16T23:09:01.419Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.419Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.419Z] 	this.filter = (filter == null ? "*" : filter);
18:09:01 [2024-02-16T23:09:01.419Z] 	                                ^^^
18:09:01 [2024-02-16T23:09:01.419Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.419Z] 	if( !filter.equals( "*" ) && !filter.equals( "<<SELF>>" ) )
18:09:01 [2024-02-16T23:09:01.419Z] 	                    ^^^
18:09:01 [2024-02-16T23:09:01.419Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.419Z] 	if( !filter.equals( "*" ) && !filter.equals( "<<SELF>>" ) )
18:09:01 [2024-02-16T23:09:01.419Z] 	                                             ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.419Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.420Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.420Z] 	throw new NullPointerException( "ApplicationDescriptor and action string cannot be null!" );
18:09:01 [2024-02-16T23:09:01.420Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.420Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.420Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.420Z] 	if( !filter.equals("*") ) {
18:09:01 [2024-02-16T23:09:01.420Z] 	                   ^^^
18:09:01 [2024-02-16T23:09:01.420Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.420Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.420Z] 	if( filter.equals( "<<SELF>>") ) {
18:09:01 [2024-02-16T23:09:01.420Z] 	                   ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.420Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.420Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.420Z] 	Hashtable props = new Hashtable();
18:09:01 [2024-02-16T23:09:01.420Z] 	^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.420Z] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.420Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.421Z] 	Hashtable props = new Hashtable();
18:09:01 [2024-02-16T23:09:01.421Z] 	                      ^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.421Z] Hashtable is a raw type. References to generic type Hashtable<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.421Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.421Z] 	props.put( "pid", other.applicationDescriptor.getApplicationId() );
18:09:01 [2024-02-16T23:09:01.421Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.421Z] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.421Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.421Z] 	props.put( "pid", other.applicationDescriptor.getApplicationId() );
18:09:01 [2024-02-16T23:09:01.421Z] 	           ^^^^^
18:09:01 [2024-02-16T23:09:01.421Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.421Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.421Z] 	props.put( "signer", new SignerWrapper( other.applicationDescriptor ) );
18:09:01 [2024-02-16T23:09:01.421Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.421Z] Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.421Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.422Z] 	props.put( "signer", new SignerWrapper( other.applicationDescriptor ) );
18:09:01 [2024-02-16T23:09:01.422Z] 	           ^^^^^^^^
18:09:01 [2024-02-16T23:09:01.422Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.422Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.422Z] 	if( !flt.match( props ) )
18:09:01 [2024-02-16T23:09:01.422Z] 	                ^^^^^
18:09:01 [2024-02-16T23:09:01.422Z] Type safety: The expression of type Hashtable needs unchecked conversion to conform to Dictionary<String,?>
18:09:01 [2024-02-16T23:09:01.422Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.422Z] 	if( !actionsVector.containsAll( other.actionsVector ) )
18:09:01 [2024-02-16T23:09:01.422Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.422Z] Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.422Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.422Z] 	private static final Vector ACTIONS = new Vector();
18:09:01 [2024-02-16T23:09:01.422Z] 	                     ^^^^^^
18:09:01 [2024-02-16T23:09:01.422Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.422Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.422Z] 	private static final Vector ACTIONS = new Vector();
18:09:01 [2024-02-16T23:09:01.422Z] 	                                          ^^^^^^
18:09:01 [2024-02-16T23:09:01.422Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.422Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.422Z] 	private              Vector actionsVector;
18:09:01 [2024-02-16T23:09:01.422Z] 	                     ^^^^^^
18:09:01 [2024-02-16T23:09:01.422Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.423Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.423Z] 	ACTIONS.add(LIFECYCLE_ACTION);
18:09:01 [2024-02-16T23:09:01.423Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.423Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.423Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.423Z] 	ACTIONS.add(SCHEDULE_ACTION);
18:09:01 [2024-02-16T23:09:01.423Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.423Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.423Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.423Z] 	ACTIONS.add(LOCK_ACTION);
18:09:01 [2024-02-16T23:09:01.423Z] 	^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.423Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.423Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.423Z] 	private static Vector actionsVector(String actions) {
18:09:01 [2024-02-16T23:09:01.423Z] 	               ^^^^^^
18:09:01 [2024-02-16T23:09:01.423Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.423Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.423Z] 	Vector v = new Vector();
18:09:01 [2024-02-16T23:09:01.423Z] 	^^^^^^
18:09:01 [2024-02-16T23:09:01.423Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.424Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.424Z] 	Vector v = new Vector();
18:09:01 [2024-02-16T23:09:01.424Z] 	               ^^^^^^
18:09:01 [2024-02-16T23:09:01.424Z] Vector is a raw type. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.424Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.424Z] 	StringTokenizer t = new StringTokenizer(actions.toUpperCase(), ",");
18:09:01 [2024-02-16T23:09:01.424Z] 	                                                               ^^^
18:09:01 [2024-02-16T23:09:01.424Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.424Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.424Z] 	v.add(action.toLowerCase());
18:09:01 [2024-02-16T23:09:01.424Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.424Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.424Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.424Z] 	v.add( LIFECYCLE_ACTION );
18:09:01 [2024-02-16T23:09:01.424Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.424Z] Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.424Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.424Z] 	public SignerWrapper(String pattern) {
18:09:01 [2024-02-16T23:09:01.424Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.424Z] The constructor ApplicationAdminPermission.SignerWrapper(String) is never used locally
18:09:01 [2024-02-16T23:09:01.424Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.424Z] 	ApplicationDescriptor matchAppDesc = (ApplicationDescriptor) (appDesc != null ? appDesc : other.appDesc);
18:09:01 [2024-02-16T23:09:01.425Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.425Z] Unnecessary cast from ApplicationDescriptor to ApplicationDescriptor
18:09:01 [2024-02-16T23:09:01.425Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.425Z] 	if ( actions.equals("*") )
18:09:01 [2024-02-16T23:09:01.425Z] 	                    ^^^
18:09:01 [2024-02-16T23:09:01.425Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.425Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.425Z] 	actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION );
18:09:01 [2024-02-16T23:09:01.425Z] 	                                                  ^^^
18:09:01 [2024-02-16T23:09:01.425Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.425Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.425Z] 	actionsVector = actionsVector( LIFECYCLE_ACTION + "," + SCHEDULE_ACTION + "," + LOCK_ACTION );
18:09:01 [2024-02-16T23:09:01.425Z] 	                                                                          ^^^
18:09:01 [2024-02-16T23:09:01.425Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.425Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.425Z] 	else if (!ACTIONS.containsAll(actionsVector))
18:09:01 [2024-02-16T23:09:01.425Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.425Z] Type safety: The method containsAll(Collection) belongs to the raw type Vector. References to generic type Vector<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.425Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.425Z] 	throw new IllegalArgumentException("Illegal action!");
18:09:01 [2024-02-16T23:09:01.425Z] 	                                   ^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.425Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.426Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.426Z] 	public static final String APPLICATION_NAME = "application.name";
18:09:01 [2024-02-16T23:09:01.426Z] 	                                              ^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.426Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.426Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.426Z] 	public static final String APPLICATION_ICON = "application.icon";
18:09:01 [2024-02-16T23:09:01.426Z] 	                                              ^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.426Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.426Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.426Z] 	public static final String APPLICATION_VERSION = "application.version";
18:09:01 [2024-02-16T23:09:01.426Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.426Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.426Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.426Z] 	public static final String APPLICATION_VISIBLE = "application.visible";
18:09:01 [2024-02-16T23:09:01.426Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.426Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.426Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.426Z] 	public static final String APPLICATION_LAUNCHABLE = "application.launchable";
18:09:01 [2024-02-16T23:09:01.426Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.426Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.427Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.427Z] 	public static final String APPLICATION_LOCKED = "application.locked";
18:09:01 [2024-02-16T23:09:01.427Z] 	                                                ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.427Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.427Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.427Z] 	public static final String APPLICATION_DESCRIPTION = "application.description";
18:09:01 [2024-02-16T23:09:01.427Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.427Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.427Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.427Z] 	public static final String APPLICATION_DOCUMENTATION = "application.documentation";
18:09:01 [2024-02-16T23:09:01.427Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.427Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.427Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.427Z] 	public static final String APPLICATION_COPYRIGHT = "application.copyright";
18:09:01 [2024-02-16T23:09:01.427Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.427Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.427Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.427Z] 	public static final String APPLICATION_LICENSE = "application.license";
18:09:01 [2024-02-16T23:09:01.427Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.427Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.427Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.428Z] 	public static final String APPLICATION_CONTAINER = "application.container";
18:09:01 [2024-02-16T23:09:01.428Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.428Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.428Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.428Z] 	public static final String APPLICATION_LOCATION = "application.location";
18:09:01 [2024-02-16T23:09:01.428Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.428Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.428Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.428Z] 	throw new NullPointerException("Application ID must not be null!");
18:09:01 [2024-02-16T23:09:01.428Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.428Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.428Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.428Z] 	public final Map getProperties(String locale) {
18:09:01 [2024-02-16T23:09:01.428Z] 	             ^^^
18:09:01 [2024-02-16T23:09:01.428Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.428Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.428Z] 	Map props = getPropertiesSpecific(locale);
18:09:01 [2024-02-16T23:09:01.428Z] 	^^^
18:09:01 [2024-02-16T23:09:01.428Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.428Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.428Z] 	props.put(APPLICATION_LOCKED, Boolean.valueOf(locked[0]));
18:09:01 [2024-02-16T23:09:01.428Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.428Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.429Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.429Z] 	protected abstract Map getPropertiesSpecific(String locale);
18:09:01 [2024-02-16T23:09:01.429Z] 	                   ^^^
18:09:01 [2024-02-16T23:09:01.429Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.429Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.429Z] 	public final ApplicationHandle launch(Map arguments) throws ApplicationException {
18:09:01 [2024-02-16T23:09:01.429Z] 	                                      ^^^
18:09:01 [2024-02-16T23:09:01.429Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.429Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.429Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.429Z] 	^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.429Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.429Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.429Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.429Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.429Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.429Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.429Z] 	sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LIFECYCLE_ACTION));
18:09:01 [2024-02-16T23:09:01.429Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.429Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:09:01 [2024-02-16T23:09:01.430Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.430Z] 	throw new ApplicationException(ApplicationException.APPLICATION_LOCKED, "Application is locked, can't launch!");
18:09:01 [2024-02-16T23:09:01.430Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.430Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.430Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.430Z] 	throw new ApplicationException(ApplicationException.APPLICATION_NOT_LAUNCHABLE, "Cannot launch the application!");
18:09:01 [2024-02-16T23:09:01.430Z] 	                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.430Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.430Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.430Z] 	protected abstract ApplicationHandle launchSpecific(Map arguments) throws Exception;
18:09:01 [2024-02-16T23:09:01.430Z] 	                                                    ^^^
18:09:01 [2024-02-16T23:09:01.430Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.430Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.430Z] 	public final ScheduledApplication schedule(String scheduleId, Map arguments, String topic, String eventFilter, boolean recurring) throws InvalidSyntaxException, ApplicationException {
18:09:01 [2024-02-16T23:09:01.430Z] 	                                                              ^^^
18:09:01 [2024-02-16T23:09:01.430Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.430Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.430Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.430Z] 	^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.430Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.431Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.431Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.431Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.431Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.431Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.431Z] 	sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.SCHEDULE_ACTION));
18:09:01 [2024-02-16T23:09:01.431Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.431Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:09:01 [2024-02-16T23:09:01.431Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.431Z] 	return AppPersistence.addScheduledApp(this, scheduleId, arguments, topic, eventFilter, recurring);
18:09:01 [2024-02-16T23:09:01.431Z] 	                                                        ^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.431Z] Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
18:09:01 [2024-02-16T23:09:01.431Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.431Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.431Z] 	^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.431Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.431Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.431Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.431Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.431Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.432Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.432Z] 	sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION));
18:09:01 [2024-02-16T23:09:01.432Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.432Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:09:01 [2024-02-16T23:09:01.432Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.432Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.432Z] 	^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.432Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.432Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.432Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.432Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.432Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.432Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.432Z] 	sm.checkPermission(new ApplicationAdminPermission(this, ApplicationAdminPermission.LOCK_ACTION));
18:09:01 [2024-02-16T23:09:01.432Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.432Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:09:01 [2024-02-16T23:09:01.432Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.432Z] 	private void saveLock(boolean locked) {
18:09:01 [2024-02-16T23:09:01.432Z] 	                              ^^^^^^
18:09:01 [2024-02-16T23:09:01.432Z] The parameter locked is hiding a field from type ApplicationDescriptor
18:09:01 [2024-02-16T23:09:01.432Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.433Z] 	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:09:01 [2024-02-16T23:09:01.433Z] 	                     ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.433Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.433Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.433Z] 	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:09:01 [2024-02-16T23:09:01.433Z] 	                     ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.433Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.433Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.433Z] 	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:09:01 [2024-02-16T23:09:01.433Z] 	                     ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.433Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.433Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.433Z] 	private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException {
18:09:01 [2024-02-16T23:09:01.433Z] 	               ^^^
18:09:01 [2024-02-16T23:09:01.433Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.433Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.433Z] 	private static Map checkArgs(Map arguments, boolean validateValues) throws ApplicationException {
18:09:01 [2024-02-16T23:09:01.433Z] 	                             ^^^
18:09:01 [2024-02-16T23:09:01.434Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.434Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.434Z] 	Map copy = validateValues ? new HashMap() : null;
18:09:01 [2024-02-16T23:09:01.434Z] 	^^^
18:09:01 [2024-02-16T23:09:01.434Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.434Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.434Z] 	Map copy = validateValues ? new HashMap() : null;
18:09:01 [2024-02-16T23:09:01.434Z] 	                                ^^^^^^^
18:09:01 [2024-02-16T23:09:01.434Z] HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.434Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.434Z] 	for (Iterator entries = arguments.entrySet().iterator(); entries.hasNext();) {
18:09:01 [2024-02-16T23:09:01.434Z] 	     ^^^^^^^^
18:09:01 [2024-02-16T23:09:01.434Z] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.434Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.434Z] 	Map.Entry entry = (Entry) entries.next();
18:09:01 [2024-02-16T23:09:01.434Z] 	^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.434Z] Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.434Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.434Z] 	Map.Entry entry = (Entry) entries.next();
18:09:01 [2024-02-16T23:09:01.434Z] 	                   ^^^^^
18:09:01 [2024-02-16T23:09:01.434Z] Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.434Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.435Z] 	throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "<null>" : entry.getKey().getClass().getName());
18:09:01 [2024-02-16T23:09:01.435Z] 	                                   ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.435Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.435Z] 	throw new IllegalArgumentException("Invalid key type: " + entry.getKey() == null ? "<null>" : entry.getKey().getClass().getName());
18:09:01 [2024-02-16T23:09:01.435Z] 	                                                                                   ^^^^^^^^
18:09:01 [2024-02-16T23:09:01.435Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.435Z] 	throw new IllegalArgumentException("Empty string is an invalid key");
18:09:01 [2024-02-16T23:09:01.435Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.435Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.435Z] 	private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException {
18:09:01 [2024-02-16T23:09:01.435Z] 	                                  ^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.435Z] Map.Entry is a raw type. References to generic type Map.Entry<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.435Z] 	private static void validateValue(Map.Entry entry, Map copy) throws ApplicationException {
18:09:01 [2024-02-16T23:09:01.435Z] 	                                                   ^^^
18:09:01 [2024-02-16T23:09:01.435Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.435Z] 	Class clazz = entry.getValue().getClass();
18:09:01 [2024-02-16T23:09:01.435Z] 	^^^^^
18:09:01 [2024-02-16T23:09:01.435Z] Class is a raw type. References to generic type Class<T> should be parameterized
18:09:01 [2024-02-16T23:09:01.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.436Z] 	copy.put(entry.getKey(), entry.getValue());
18:09:01 [2024-02-16T23:09:01.436Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.436Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.436Z] 	copy.put(entry.getKey(), copyOfArray);
18:09:01 [2024-02-16T23:09:01.436Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.436Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.436Z] 	Collection valueCollection = (Collection) entry.getValue();
18:09:01 [2024-02-16T23:09:01.436Z] 	^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.436Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.436Z] 	Collection valueCollection = (Collection) entry.getValue();
18:09:01 [2024-02-16T23:09:01.436Z] 	                              ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.436Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.436Z] 	for (Iterator it = valueCollection.iterator(); it.hasNext();) {
18:09:01 [2024-02-16T23:09:01.436Z] 	     ^^^^^^^^
18:09:01 [2024-02-16T23:09:01.436Z] Iterator is a raw type. References to generic type Iterator<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.437Z] 	Class containedClazz = it.next().getClass();
18:09:01 [2024-02-16T23:09:01.437Z] 	^^^^^
18:09:01 [2024-02-16T23:09:01.437Z] Class is a raw type. References to generic type Class<T> should be parameterized
18:09:01 [2024-02-16T23:09:01.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.437Z] 	copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue()));
18:09:01 [2024-02-16T23:09:01.437Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.437Z] Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.437Z] 	copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue()));
18:09:01 [2024-02-16T23:09:01.437Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.437Z] Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.437Z] 	copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue()));
18:09:01 [2024-02-16T23:09:01.437Z] 	                             ^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.437Z] ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.437Z] 	copy.put(entry.getKey(), new ArrayList((Collection) entry.getValue()));
18:09:01 [2024-02-16T23:09:01.437Z] 	                                        ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.437Z] Collection is a raw type. References to generic type Collection<E> should be parameterized
18:09:01 [2024-02-16T23:09:01.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.438Z] 	public final static String APPLICATION_DESCRIPTOR = "application.descriptor";
18:09:01 [2024-02-16T23:09:01.438Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.438Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.438Z] 	public final static String APPLICATION_STATE = "application.state";
18:09:01 [2024-02-16T23:09:01.438Z] 	                                               ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.438Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.438Z] 	public final static String APPLICATION_SUPPORTS_EXITVALUE = "application.supports.exitvalue";
18:09:01 [2024-02-16T23:09:01.438Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.438Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.438Z] 	public final static String RUNNING = "RUNNING";
18:09:01 [2024-02-16T23:09:01.438Z] 	                                     ^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.438Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.438Z] 	public final static String STOPPING = "STOPPING";
18:09:01 [2024-02-16T23:09:01.438Z] 	                                      ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.438Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.439Z] 	throw new NullPointerException("Parameters must not be null!");
18:09:01 [2024-02-16T23:09:01.439Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.439Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.439Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.439Z] 	^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.439Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.439Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.439Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.439Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.439Z] 	sm.checkPermission(new ApplicationAdminPermission(getApplicationDescriptor(), ApplicationAdminPermission.LIFECYCLE_ACTION));
18:09:01 [2024-02-16T23:09:01.439Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.439Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:09:01 [2024-02-16T23:09:01.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.439Z] 	public static final String SCHEDULE_ID = "schedule.id";
18:09:01 [2024-02-16T23:09:01.439Z] 	                                         ^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.439Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.439Z] 	public static final String TRIGGERING_EVENT = "org.osgi.triggeringevent";
18:09:01 [2024-02-16T23:09:01.439Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.439Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.440Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.440Z] 	public static final String TIMER_TOPIC = "org/osgi/application/timer";
18:09:01 [2024-02-16T23:09:01.440Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.440Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.440Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.440Z] 	public static final String YEAR = "year";
18:09:01 [2024-02-16T23:09:01.440Z] 	                                  ^^^^^^
18:09:01 [2024-02-16T23:09:01.440Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.440Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.440Z] 	public static final String MONTH = "month";
18:09:01 [2024-02-16T23:09:01.440Z] 	                                   ^^^^^^^
18:09:01 [2024-02-16T23:09:01.440Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.440Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.440Z] 	public static final String DAY_OF_MONTH = "day_of_month";
18:09:01 [2024-02-16T23:09:01.440Z] 	                                          ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.440Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.440Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.440Z] 	public static final String DAY_OF_WEEK = "day_of_week";
18:09:01 [2024-02-16T23:09:01.440Z] 	                                         ^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.440Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.440Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.440Z] 	public static final String HOUR_OF_DAY = "hour_of_day";
18:09:01 [2024-02-16T23:09:01.440Z] 	                                         ^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.440Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.441Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.441Z] 	public static final String MINUTE = "minute";
18:09:01 [2024-02-16T23:09:01.441Z] 	                                    ^^^^^^^^
18:09:01 [2024-02-16T23:09:01.441Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:09:01 [2024-02-16T23:09:01.441Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.441Z] 	public Map getArguments();
18:09:01 [2024-02-16T23:09:01.441Z] 	       ^^^
18:09:01 [2024-02-16T23:09:01.441Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.441Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.441Z] 	public Map getArguments();
18:09:01 [2024-02-16T23:09:01.441Z] 	       ^^^
18:09:01 [2024-02-16T23:09:01.441Z] Map is a raw type. References to generic type Map<K,V> should be parameterized
18:09:01 [2024-02-16T23:09:01.441Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.441Z] 	import java.security.AccessController;
18:09:01 [2024-02-16T23:09:01.441Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.441Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.441Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.441Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:09:01 [2024-02-16T23:09:01.441Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.441Z] The type PackageAdmin is deprecated
18:09:01 [2024-02-16T23:09:01.441Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.441Z] 	public class Activator implements BundleActivator, ServiceTrackerCustomizer {
18:09:01 [2024-02-16T23:09:01.441Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.441Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.442Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.442Z] 	private volatile static PackageAdmin _packageAdmin;
18:09:01 [2024-02-16T23:09:01.442Z] 	                        ^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.442Z] The type PackageAdmin is deprecated
18:09:01 [2024-02-16T23:09:01.442Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.442Z] 	private volatile static ServiceTracker _frameworkLogTracker;
18:09:01 [2024-02-16T23:09:01.442Z] 	                        ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.442Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.442Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.442Z] 	private ServiceTracker registryTracker;
18:09:01 [2024-02-16T23:09:01.442Z] 	        ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.442Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.442Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.442Z] 	ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName());
18:09:01 [2024-02-16T23:09:01.442Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.442Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.442Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.442Z] 	ServiceReference ref = bc.getServiceReference(PackageAdmin.class.getName());
18:09:01 [2024-02-16T23:09:01.442Z] 	                                              ^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.442Z] The type PackageAdmin is deprecated
18:09:01 [2024-02-16T23:09:01.442Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.442Z] 	_packageAdmin = (PackageAdmin) bc.getService(ref);
18:09:01 [2024-02-16T23:09:01.442Z] 	                 ^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.442Z] The type PackageAdmin is deprecated
18:09:01 [2024-02-16T23:09:01.442Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.442Z] 	_packageAdmin = (PackageAdmin) bc.getService(ref);
18:09:01 [2024-02-16T23:09:01.442Z] 	                               ^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.442Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.443Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.443Z] 	_packageAdmin = (PackageAdmin) bc.getService(ref);
18:09:01 [2024-02-16T23:09:01.443Z] 	                                             ^^^
18:09:01 [2024-02-16T23:09:01.443Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.443Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.443Z] 	_frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null);
18:09:01 [2024-02-16T23:09:01.443Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.443Z] 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:09:01 [2024-02-16T23:09:01.443Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.443Z] 	_frameworkLogTracker = new ServiceTracker(bc, FrameworkLog.class.getName(), null);
18:09:01 [2024-02-16T23:09:01.443Z] 	                           ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.443Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.443Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.443Z] 	registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this);
18:09:01 [2024-02-16T23:09:01.443Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.443Z] 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:09:01 [2024-02-16T23:09:01.443Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.443Z] 	registryTracker = new ServiceTracker(bc, IExtensionRegistry.class.getName(), this);
18:09:01 [2024-02-16T23:09:01.443Z] 	                      ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.443Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.444Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.444Z] 	ServiceReference debugRef = context.getServiceReference(DebugOptions.class.getName());
18:09:01 [2024-02-16T23:09:01.444Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.444Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.444Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.444Z] 	DebugOptions debugOptions = (DebugOptions) context.getService(debugRef);
18:09:01 [2024-02-16T23:09:01.444Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.444Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.444Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.444Z] 	DebugOptions debugOptions = (DebugOptions) context.getService(debugRef);
18:09:01 [2024-02-16T23:09:01.444Z] 	                                                              ^^^^^^^^
18:09:01 [2024-02-16T23:09:01.444Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.444Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.444Z] 	ServiceReference infoRef = bc.getServiceReference(EnvironmentInfo.class.getName());
18:09:01 [2024-02-16T23:09:01.444Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.444Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.444Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.444Z] 	EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef);
18:09:01 [2024-02-16T23:09:01.444Z] 	                                            ^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.444Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.445Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.445Z] 	EnvironmentInfo envInfo = (EnvironmentInfo) bc.getService(infoRef);
18:09:01 [2024-02-16T23:09:01.445Z] 	                                                          ^^^^^^^
18:09:01 [2024-02-16T23:09:01.445Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.445Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.445Z] 	service = context.getService(reference);
18:09:01 [2024-02-16T23:09:01.445Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.445Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.445Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.445Z] 	static void openTracker(final ServiceTracker tracker, final boolean allServices) {
18:09:01 [2024-02-16T23:09:01.445Z] 	                              ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.445Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.445Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.445Z] 	if (System.getSecurityManager() == null)
18:09:01 [2024-02-16T23:09:01.445Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.445Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.445Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.445Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.445Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.445Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.445Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.445Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.445Z] 				@Override
18:09:01 [2024-02-16T23:09:01.445Z] 				public Object run() {
18:09:01 [2024-02-16T23:09:01.445Z] 					tracker.open(allServices);
18:09:01 [2024-02-16T23:09:01.445Z] 					return null;
18:09:01 [2024-02-16T23:09:01.445Z] 				}
18:09:01 [2024-02-16T23:09:01.445Z] 			});
18:09:01 [2024-02-16T23:09:01.445Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.446Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:09:01 [2024-02-16T23:09:01.446Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.446Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.446Z] 				@Override
18:09:01 [2024-02-16T23:09:01.446Z] 				public Object run() {
18:09:01 [2024-02-16T23:09:01.446Z] 					tracker.open(allServices);
18:09:01 [2024-02-16T23:09:01.446Z] 					return null;
18:09:01 [2024-02-16T23:09:01.446Z] 				}
18:09:01 [2024-02-16T23:09:01.446Z] 			});
18:09:01 [2024-02-16T23:09:01.446Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.446Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:09:01 [2024-02-16T23:09:01.446Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.446Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.446Z] 				@Override
18:09:01 [2024-02-16T23:09:01.446Z] 				public Object run() {
18:09:01 [2024-02-16T23:09:01.446Z] 					tracker.open(allServices);
18:09:01 [2024-02-16T23:09:01.446Z] 					return null;
18:09:01 [2024-02-16T23:09:01.446Z] 				}
18:09:01 [2024-02-16T23:09:01.446Z] 			});
18:09:01 [2024-02-16T23:09:01.446Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.446Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction<Object>
18:09:01 [2024-02-16T23:09:01.446Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.446Z] 	AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.446Z] 	                                  ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.446Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:09:01 [2024-02-16T23:09:01.446Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.446Z] 	static Object getService(final ServiceTracker tracker) {
18:09:01 [2024-02-16T23:09:01.446Z] 	                               ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.446Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.446Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.446Z] 	if (System.getSecurityManager() == null)
18:09:01 [2024-02-16T23:09:01.446Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.446Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.447Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.447Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.447Z] 	       ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.447Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.447Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.447Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.447Z] 			@Override
18:09:01 [2024-02-16T23:09:01.447Z] 			public Object run() {
18:09:01 [2024-02-16T23:09:01.447Z] 				return tracker.getService();
18:09:01 [2024-02-16T23:09:01.447Z] 			}
18:09:01 [2024-02-16T23:09:01.447Z] 		});
18:09:01 [2024-02-16T23:09:01.447Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.447Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:09:01 [2024-02-16T23:09:01.447Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.447Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.447Z] 			@Override
18:09:01 [2024-02-16T23:09:01.447Z] 			public Object run() {
18:09:01 [2024-02-16T23:09:01.447Z] 				return tracker.getService();
18:09:01 [2024-02-16T23:09:01.447Z] 			}
18:09:01 [2024-02-16T23:09:01.447Z] 		});
18:09:01 [2024-02-16T23:09:01.447Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.447Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:09:01 [2024-02-16T23:09:01.447Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.447Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.447Z] 			@Override
18:09:01 [2024-02-16T23:09:01.447Z] 			public Object run() {
18:09:01 [2024-02-16T23:09:01.447Z] 				return tracker.getService();
18:09:01 [2024-02-16T23:09:01.447Z] 			}
18:09:01 [2024-02-16T23:09:01.447Z] 		});
18:09:01 [2024-02-16T23:09:01.447Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.447Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction<Object>
18:09:01 [2024-02-16T23:09:01.447Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.447Z] 	return AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.447Z] 	                                         ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.447Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:09:01 [2024-02-16T23:09:01.448Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.448Z] 	if (System.getSecurityManager() == null)
18:09:01 [2024-02-16T23:09:01.448Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.448Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.448Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.448Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.448Z] 	                ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.448Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.448Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.448Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.448Z] 			@Override
18:09:01 [2024-02-16T23:09:01.448Z] 			public Object run() {
18:09:01 [2024-02-16T23:09:01.448Z] 				return bundle.getLocation();
18:09:01 [2024-02-16T23:09:01.448Z] 			}
18:09:01 [2024-02-16T23:09:01.448Z] 		});
18:09:01 [2024-02-16T23:09:01.448Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.448Z] Type safety: Unchecked invocation doPrivileged(new PrivilegedAction(){}) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:09:01 [2024-02-16T23:09:01.448Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.448Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.448Z] 			@Override
18:09:01 [2024-02-16T23:09:01.448Z] 			public Object run() {
18:09:01 [2024-02-16T23:09:01.448Z] 				return bundle.getLocation();
18:09:01 [2024-02-16T23:09:01.448Z] 			}
18:09:01 [2024-02-16T23:09:01.448Z] 		});
18:09:01 [2024-02-16T23:09:01.448Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.448Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:09:01 [2024-02-16T23:09:01.448Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.448Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.448Z] 			@Override
18:09:01 [2024-02-16T23:09:01.448Z] 			public Object run() {
18:09:01 [2024-02-16T23:09:01.448Z] 				return bundle.getLocation();
18:09:01 [2024-02-16T23:09:01.448Z] 			}
18:09:01 [2024-02-16T23:09:01.448Z] 		});
18:09:01 [2024-02-16T23:09:01.448Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.449Z] Type safety: The expression of type new PrivilegedAction(){} needs unchecked conversion to conform to PrivilegedAction<Object>
18:09:01 [2024-02-16T23:09:01.449Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.449Z] 	return (String) AccessController.doPrivileged(new PrivilegedAction() {
18:09:01 [2024-02-16T23:09:01.449Z] 	                                                  ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.449Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:09:01 [2024-02-16T23:09:01.449Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.449Z] 	PackageAdmin packageAdmin = _packageAdmin;
18:09:01 [2024-02-16T23:09:01.449Z] 	^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.449Z] The type PackageAdmin is deprecated
18:09:01 [2024-02-16T23:09:01.449Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.449Z] 	Bundle[] bundles = packageAdmin.getBundles(contributor.getName(), null);
18:09:01 [2024-02-16T23:09:01.449Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.449Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:09:01 [2024-02-16T23:09:01.449Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.449Z] 	ServiceTracker frameworkLogTracker = _frameworkLogTracker;
18:09:01 [2024-02-16T23:09:01.449Z] 	^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.449Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.449Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.449Z] 	private ServiceTracker applicationDescriptors;
18:09:01 [2024-02-16T23:09:01.449Z] 	        ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.449Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.449Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.449Z] 	private ServiceTracker applicationHandles;
18:09:01 [2024-02-16T23:09:01.449Z] 	        ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.449Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.450Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.450Z] 	private ServiceTracker scheduledApplications;
18:09:01 [2024-02-16T23:09:01.450Z] 	        ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.450Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.450Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.450Z] 	private ServiceRegistration providerRegistration;
18:09:01 [2024-02-16T23:09:01.450Z] 	        ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.450Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.450Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.450Z] 	applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null);
18:09:01 [2024-02-16T23:09:01.450Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.450Z] 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:09:01 [2024-02-16T23:09:01.450Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.450Z] 	applicationDescriptors = new ServiceTracker(ctx, ApplicationDescriptor.class.getName(), null);
18:09:01 [2024-02-16T23:09:01.450Z] 	                             ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.450Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.450Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.450Z] 	applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null);
18:09:01 [2024-02-16T23:09:01.450Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.450Z] 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:09:01 [2024-02-16T23:09:01.451Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.451Z] 	applicationHandles = new ServiceTracker(ctx, ApplicationHandle.class.getName(), null);
18:09:01 [2024-02-16T23:09:01.451Z] 	                         ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.451Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.451Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.451Z] 	scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null);
18:09:01 [2024-02-16T23:09:01.451Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.451Z] 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:09:01 [2024-02-16T23:09:01.451Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.451Z] 	scheduledApplications = new ServiceTracker(ctx, ScheduledApplication.class.getName(), null);
18:09:01 [2024-02-16T23:09:01.451Z] 	                            ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.451Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.451Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.451Z] 	private Dictionary<String, Object> getServiceProps(ServiceReference ref) {
18:09:01 [2024-02-16T23:09:01.451Z] 	                                                   ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.451Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.451Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.451Z] 	ServiceReference[] apps = applicationDescriptors.getServiceReferences();
18:09:01 [2024-02-16T23:09:01.451Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.451Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.452Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.452Z] 	for (ServiceReference app : apps) {
18:09:01 [2024-02-16T23:09:01.452Z] 	     ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.452Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.452Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.452Z] 	ServiceReference[] active = applicationHandles.getServiceReferences();
18:09:01 [2024-02-16T23:09:01.452Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.452Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.452Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.452Z] 	for (ServiceReference r : active) {
18:09:01 [2024-02-16T23:09:01.452Z] 	     ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.452Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.452Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.452Z] 	private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey,
18:09:01 [2024-02-16T23:09:01.452Z] 	        ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.452Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.452Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.452Z] 	private ServiceReference getApplication(ServiceReference[] apps, String targetId, String idKey,
18:09:01 [2024-02-16T23:09:01.452Z] 	                                        ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.452Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.452Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.452Z] 	ServiceReference result = null;
18:09:01 [2024-02-16T23:09:01.452Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.452Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.453Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.453Z] 	for (ServiceReference app : apps) {
18:09:01 [2024-02-16T23:09:01.453Z] 	     ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.453Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.453Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.453Z] 	ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId,
18:09:01 [2024-02-16T23:09:01.453Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.453Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.453Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.453Z] 	ApplicationDescriptor appDesc = (context.<ApplicationDescriptor>getService(application));
18:09:01 [2024-02-16T23:09:01.453Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.453Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.453Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.453Z] 	ApplicationDescriptor appDesc = (context.<ApplicationDescriptor>getService(application));
18:09:01 [2024-02-16T23:09:01.453Z] 	                                                                           ^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.453Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<ApplicationDescriptor>
18:09:01 [2024-02-16T23:09:01.453Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.453Z] 	ServiceReference application = getApplication(applicationHandles.getServiceReferences(), appId,
18:09:01 [2024-02-16T23:09:01.453Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.453Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.453Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.454Z] 	ApplicationHandle appHandle = (ApplicationHandle) context.getService(application);
18:09:01 [2024-02-16T23:09:01.454Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.454Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.454Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.454Z] 	ApplicationHandle appHandle = (ApplicationHandle) context.getService(application);
18:09:01 [2024-02-16T23:09:01.454Z] 	                                                                     ^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.454Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.454Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.454Z] 	ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId,
18:09:01 [2024-02-16T23:09:01.454Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.454Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.454Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.454Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:09:01 [2024-02-16T23:09:01.454Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.454Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.454Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.454Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:09:01 [2024-02-16T23:09:01.454Z] 	                                                                           ^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.454Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.454Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.455Z] 	ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId,
18:09:01 [2024-02-16T23:09:01.455Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.455Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.455Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.455Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:09:01 [2024-02-16T23:09:01.455Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.455Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.455Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.455Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:09:01 [2024-02-16T23:09:01.455Z] 	                                                                           ^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.455Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.455Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.455Z] 	ServiceReference application = getApplication(applicationDescriptors.getServiceReferences(), appId,
18:09:01 [2024-02-16T23:09:01.455Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.455Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.455Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.455Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:09:01 [2024-02-16T23:09:01.455Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.455Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.455Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.455Z] 	ApplicationDescriptor appDesc = (ApplicationDescriptor) context.getService(application);
18:09:01 [2024-02-16T23:09:01.456Z] 	                                                                           ^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.456Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.456Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.456Z] 	ServiceReference application = getApplication(scheduledApplications.getServiceReferences(), appId,
18:09:01 [2024-02-16T23:09:01.456Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.456Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.456Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.456Z] 	ScheduledApplication schedApp = (ScheduledApplication) context.getService(application);
18:09:01 [2024-02-16T23:09:01.456Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.456Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.456Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.456Z] 	ScheduledApplication schedApp = (ScheduledApplication) context.getService(application);
18:09:01 [2024-02-16T23:09:01.456Z] 	                                                                          ^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.456Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.456Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.456Z] 	public class AppPersistence implements ServiceTrackerCustomizer {
18:09:01 [2024-02-16T23:09:01.456Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.456Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.456Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.457Z] 	private static ServiceTracker configTracker;
18:09:01 [2024-02-16T23:09:01.457Z] 	               ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.457Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.457Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.457Z] 	configTracker = new ServiceTracker(context, filter, new AppPersistence());
18:09:01 [2024-02-16T23:09:01.457Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.457Z] 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:09:01 [2024-02-16T23:09:01.457Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.457Z] 	configTracker = new ServiceTracker(context, filter, new AppPersistence());
18:09:01 [2024-02-16T23:09:01.457Z] 	                    ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.457Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.457Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.457Z] 	ServiceRegistration sr = context.registerService(
18:09:01 [2024-02-16T23:09:01.457Z] 	^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.457Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.457Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.457Z] 	configLocation = (Location) context.getService(reference);
18:09:01 [2024-02-16T23:09:01.457Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.457Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.457Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.457Z] 	public class DefaultApplicationListener implements ApplicationRunnable, ServiceTrackerCustomizer {
18:09:01 [2024-02-16T23:09:01.458Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.458Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.458Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.458Z] 	private final ServiceTracker handleTracker; // tracks the default application handle
18:09:01 [2024-02-16T23:09:01.458Z] 	              ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.458Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.458Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.458Z] 	ServiceReference defaultRef = defaultApp.getServiceReference();
18:09:01 [2024-02-16T23:09:01.458Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.458Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.458Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.458Z] 	ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this);
18:09:01 [2024-02-16T23:09:01.458Z] 	^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.458Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.458Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.458Z] 	ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this);
18:09:01 [2024-02-16T23:09:01.458Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.458Z] 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:09:01 [2024-02-16T23:09:01.458Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.459Z] 	ServiceTracker defaultAppTracker = new ServiceTracker(Activator.getContext(), defaultRef, this);
18:09:01 [2024-02-16T23:09:01.459Z] 	                                       ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.459Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.459Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.459Z] 	return Activator.getContext().getService(reference);
18:09:01 [2024-02-16T23:09:01.459Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.459Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.459Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.459Z] 	import java.security.AccessController;
18:09:01 [2024-02-16T23:09:01.459Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.459Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.459Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.459Z] 	implements IRegistryEventListener, SynchronousBundleListener, ServiceTrackerCustomizer {
18:09:01 [2024-02-16T23:09:01.459Z] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.459Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.459Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.459Z] 	final private ServiceTracker launcherTracker;
18:09:01 [2024-02-16T23:09:01.459Z] 	              ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.459Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.459Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.459Z] 	launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this);
18:09:01 [2024-02-16T23:09:01.460Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.460Z] 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:09:01 [2024-02-16T23:09:01.460Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.460Z] 	launcherTracker = new ServiceTracker(context, ApplicationLauncher.class.getName(), this);
18:09:01 [2024-02-16T23:09:01.460Z] 	                      ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.460Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.460Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.460Z] 	ServiceRegistration sr = (ServiceRegistration) AccessController
18:09:01 [2024-02-16T23:09:01.460Z] 	^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.460Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.460Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.460Z] 	ServiceRegistration sr = (ServiceRegistration) AccessController
18:09:01 [2024-02-16T23:09:01.460Z] 	                          ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.460Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.460Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.460Z] 	ServiceRegistration sr = (ServiceRegistration) AccessController
18:09:01 [2024-02-16T23:09:01.460Z] 	                                               ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.460Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.460Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.460Z] 	ServiceRegistration sr = (ServiceRegistration) AccessController
18:09:01 [2024-02-16T23:09:01.460Z] 					.doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() },
18:09:01 [2024-02-16T23:09:01.460Z] 							appDescriptor, appDescriptor.getServiceProperties()));
18:09:01 [2024-02-16T23:09:01.461Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.461Z] Type safety: Unchecked invocation doPrivileged(EclipseAppContainer.RegisterService) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:09:01 [2024-02-16T23:09:01.461Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.461Z] 	.doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() },
18:09:01 [2024-02-16T23:09:01.461Z] 							appDescriptor, appDescriptor.getServiceProperties()));
18:09:01 [2024-02-16T23:09:01.461Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.461Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:09:01 [2024-02-16T23:09:01.461Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.461Z] 	.doPrivileged(new RegisterService(new String[] { ApplicationDescriptor.class.getName() },
18:09:01 [2024-02-16T23:09:01.461Z] 							appDescriptor, appDescriptor.getServiceProperties()));
18:09:01 [2024-02-16T23:09:01.461Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.461Z] Type safety: The expression of type EclipseAppContainer.RegisterService needs unchecked conversion to conform to PrivilegedAction<Object>
18:09:01 [2024-02-16T23:09:01.461Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.461Z] 	PrivilegedAction getRegServiceAction(String[] serviceClasses, Object serviceObject,
18:09:01 [2024-02-16T23:09:01.461Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.461Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:09:01 [2024-02-16T23:09:01.461Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.461Z] 	private class RegisterService implements PrivilegedAction {
18:09:01 [2024-02-16T23:09:01.461Z] 	                                         ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.461Z] PrivilegedAction is a raw type. References to generic type PrivilegedAction<T> should be parameterized
18:09:01 [2024-02-16T23:09:01.462Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.462Z] 	ServiceReference[] runningRefs = context.getServiceReferences(ApplicationHandle.class.getName(),
18:09:01 [2024-02-16T23:09:01.462Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.462Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.462Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.462Z] 	for (ServiceReference runningRef : runningRefs) {
18:09:01 [2024-02-16T23:09:01.462Z] 	     ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.462Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.462Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.462Z] 	ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef);
18:09:01 [2024-02-16T23:09:01.462Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.462Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.462Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.462Z] 	ApplicationHandle handle = (ApplicationHandle) context.getService(runningRef);
18:09:01 [2024-02-16T23:09:01.462Z] 	                                                                  ^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.462Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.462Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.462Z] 	appLauncher = (ApplicationLauncher) context.getService(reference);
18:09:01 [2024-02-16T23:09:01.462Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.462Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.462Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.463Z] 	import java.security.AccessController;
18:09:01 [2024-02-16T23:09:01.463Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.463Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.463Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.463Z] 	private ServiceRegistration sr;
18:09:01 [2024-02-16T23:09:01.463Z] 	        ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.463Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.463Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.463Z] 	ServiceRegistration reg = getServiceRegistration();
18:09:01 [2024-02-16T23:09:01.463Z] 	^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.463Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.463Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.463Z] 	reg.setProperties(getServiceProperties());
18:09:01 [2024-02-16T23:09:01.463Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.463Z] Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.463Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.463Z] 	void setServiceRegistration(ServiceRegistration sr) {
18:09:01 [2024-02-16T23:09:01.463Z] 	                            ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.463Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.463Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.463Z] 	private ServiceRegistration getServiceRegistration() {
18:09:01 [2024-02-16T23:09:01.463Z] 	        ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.463Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.464Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.464Z] 	ServiceRegistration appHandleReg = (ServiceRegistration) AccessController
18:09:01 [2024-02-16T23:09:01.464Z] 	^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.464Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.464Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.464Z] 	ServiceRegistration appHandleReg = (ServiceRegistration) AccessController
18:09:01 [2024-02-16T23:09:01.464Z] 	                                    ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.464Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.464Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.464Z] 	ServiceRegistration appHandleReg = (ServiceRegistration) AccessController
18:09:01 [2024-02-16T23:09:01.464Z] 	                                                         ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.464Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.464Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.464Z] 	ServiceRegistration appHandleReg = (ServiceRegistration) AccessController
18:09:01 [2024-02-16T23:09:01.464Z] 				.doPrivileged(appContainer.getRegServiceAction(
18:09:01 [2024-02-16T23:09:01.464Z] 						new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() },
18:09:01 [2024-02-16T23:09:01.464Z] 						newAppHandle, newAppHandle.getServiceProperties()));
18:09:01 [2024-02-16T23:09:01.464Z] 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.464Z] Type safety: Unchecked invocation doPrivileged(PrivilegedAction) of the generic method doPrivileged(PrivilegedAction<T>) of type AccessController
18:09:01 [2024-02-16T23:09:01.464Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.464Z] 	.doPrivileged(appContainer.getRegServiceAction(
18:09:01 [2024-02-16T23:09:01.464Z] 						new String[] { ApplicationHandle.class.getName(), IApplicationContext.class.getName() },
18:09:01 [2024-02-16T23:09:01.464Z] 						newAppHandle, newAppHandle.getServiceProperties()));
18:09:01 [2024-02-16T23:09:01.465Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.465Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:09:01 [2024-02-16T23:09:01.465Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.465Z] 	ServiceRegistration temp = getServiceRegistration();
18:09:01 [2024-02-16T23:09:01.465Z] 	^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.465Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.465Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.465Z] 	private volatile ServiceRegistration handleRegistration;
18:09:01 [2024-02-16T23:09:01.465Z] 	                 ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.465Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.465Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.465Z] 	void setServiceRegistration(ServiceRegistration sr) {
18:09:01 [2024-02-16T23:09:01.465Z] 	                            ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.465Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.465Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.465Z] 	private ServiceRegistration getServiceRegistration() {
18:09:01 [2024-02-16T23:09:01.465Z] 	        ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.465Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.465Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.465Z] 	ServiceReference getServiceReference() {
18:09:01 [2024-02-16T23:09:01.465Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.465Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.465Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.466Z] 	ServiceRegistration reg = getServiceRegistration();
18:09:01 [2024-02-16T23:09:01.466Z] 	^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.466Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.466Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.466Z] 	ServiceRegistration handleReg = getServiceRegistration();
18:09:01 [2024-02-16T23:09:01.466Z] 	^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.466Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.466Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.466Z] 	handleReg.setProperties(getServiceProperties());
18:09:01 [2024-02-16T23:09:01.466Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.466Z] Type safety: The method setProperties(Dictionary) belongs to the raw type ServiceRegistration. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.466Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.466Z] 	final ServiceReference[] monitors = getStartupMonitors();
18:09:01 [2024-02-16T23:09:01.466Z] 	      ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.466Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.466Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.466Z] 	for (ServiceReference m : monitors) {
18:09:01 [2024-02-16T23:09:01.466Z] 	     ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.466Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.466Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.466Z] 	StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m);
18:09:01 [2024-02-16T23:09:01.466Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.466Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:09:01 [2024-02-16T23:09:01.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.467Z] 	StartupMonitor monitor = (StartupMonitor) Activator.getContext().getService(m);
18:09:01 [2024-02-16T23:09:01.467Z] 	                                                                            ^
18:09:01 [2024-02-16T23:09:01.467Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:09:01 [2024-02-16T23:09:01.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.467Z] 	private ServiceReference[] getStartupMonitors() {
18:09:01 [2024-02-16T23:09:01.467Z] 	        ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.467Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.467Z] 	ServiceReference[] refs = null;
18:09:01 [2024-02-16T23:09:01.467Z] 	^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.467Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.467Z] 	Arrays.sort(refs, new Comparator<ServiceReference>() {
18:09:01 [2024-02-16T23:09:01.467Z] 	                                 ^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.467Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.467Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.467Z] 	private ServiceRegistration sr;
18:09:01 [2024-02-16T23:09:01.467Z] 	        ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.467Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.468Z] 	private ServiceTracker appTracker;
18:09:01 [2024-02-16T23:09:01.468Z] 	        ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.468Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.468Z] 	appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null);
18:09:01 [2024-02-16T23:09:01.468Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.468Z] 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:09:01 [2024-02-16T23:09:01.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.468Z] 	appTracker = new ServiceTracker(context, context.createFilter(FILTER_PREFIX + appPid + FILTER_POSTFIX), null);
18:09:01 [2024-02-16T23:09:01.468Z] 	                 ^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.468Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:09:01 [2024-02-16T23:09:01.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.468Z] 	synchronized void setServiceRegistration(ServiceRegistration sr) {
18:09:01 [2024-02-16T23:09:01.468Z] 	                                         ^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.468Z] ServiceRegistration is a raw type. References to generic type ServiceRegistration<S> should be parameterized
18:09:01 [2024-02-16T23:09:01.468Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.468Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.468Z] 	^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.469Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.469Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.469Z] 	SecurityManager sm = System.getSecurityManager();
18:09:01 [2024-02-16T23:09:01.469Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.469Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:01 [2024-02-16T23:09:01.469Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-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:09:01 [2024-02-16T23:09:01.469Z] 	sm.checkPermission(new TopicPermission(eventTopic, TopicPermission.SUBSCRIBE));
18:09:01 [2024-02-16T23:09:01.469Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:01 [2024-02-16T23:09:01.469Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:09:01 [2024-02-16T23:09:01.469Z] 268 problems (268 warnings)
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.469Z] [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:09:01 [2024-02-16T23:09:01.469Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.469Z] [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:09:01 [2024-02-16T23:09:01.469Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.469Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.469Z] [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:09:01 [2024-02-16T23:09:01.725Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.725Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.725Z] [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:09:01 [2024-02-16T23:09:01.725Z]     The main artifact has been replaced with the baseline version.
18:09:01 [2024-02-16T23:09:01.725Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:01 [2024-02-16T23:09:01.725Z] 
18:09:01 [2024-02-16T23:09:01.725Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.725Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.726Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.726Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.726Z] [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:09:01 [2024-02-16T23:09:01.726Z]     The main artifact has been replaced with the baseline version.
18:09:01 [2024-02-16T23:09:01.726Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:01 [2024-02-16T23:09:01.726Z] 
18:09:01 [2024-02-16T23:09:01.726Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.726Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.726Z] [INFO] Execution was skipped
18:09:01 [2024-02-16T23:09:01.726Z] [INFO] 
18:09:01 [2024-02-16T23:09:01.726Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.app ---
18:09:01 [2024-02-16T23:09:01.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/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT.jar' is already signed and will be resigned.
18:09:01 [2024-02-16T23:09:01.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/equinox/bundles/org.eclipse.equinox.app/target/org.eclipse.equinox.app-1.7.0-SNAPSHOT.jar
18:09:02 [2024-02-16T23:09:02.651Z] [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:09:02 [2024-02-16T23:09:02.651Z] [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:09:03 [2024-02-16T23:09:03.621Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.621Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.app ---
18:09:03 [2024-02-16T23:09:03.622Z] [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:09:03 [2024-02-16T23:09:03.622Z]     The main artifact has been replaced with the baseline version.
18:09:03 [2024-02-16T23:09:03.622Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:03 [2024-02-16T23:09:03.622Z] 
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] -----------< org.eclipse.platform:org.eclipse.core.runtime >------------
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] Building [bundle] Core Runtime 3.31.0-SNAPSHOT                  [29/521]
18:09:03 [2024-02-16T23:09:03.622Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.core.runtime/.polyglot.META-INF
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] The project's OSGi version is 3.31.0.v20240215-1631
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.622Z] [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:09:03 [2024-02-16T23:09:03.622Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.622Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.623Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.623Z] [INFO] Resolving class path of [bundle] Core Runtime
18:09:03 [2024-02-16T23:09:03.623Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.623Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.623Z] [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:09:03 [2024-02-16T23:09:03.623Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.623Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.623Z] [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:09:03 [2024-02-16T23:09:03.623Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.623Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.623Z] [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:09:03 [2024-02-16T23:09:03.879Z] [WARNING] /home/jenkins/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:09:03 [2024-02-16T23:09:03.879Z] 	import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
18:09:03 [2024-02-16T23:09:03.879Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:03 [2024-02-16T23:09:03.879Z] The type ILegacyPreferences is deprecated
18:09:03 [2024-02-16T23:09:03.879Z] [WARNING] /home/jenkins/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:09:03 [2024-02-16T23:09:03.879Z] 	public class InitLegacyPreferences implements ILegacyPreferences {
18:09:03 [2024-02-16T23:09:03.880Z] 	                                              ^^^^^^^^^^^^^^^^^^
18:09:03 [2024-02-16T23:09:03.880Z] The type ILegacyPreferences is deprecated
18:09:03 [2024-02-16T23:09:03.880Z] [WARNING] /home/jenkins/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:09:03 [2024-02-16T23:09:03.880Z] 	import org.eclipse.core.internal.preferences.exchange.ILegacyPreferences;
18:09:03 [2024-02-16T23:09:03.880Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:03 [2024-02-16T23:09:03.880Z] The type ILegacyPreferences is deprecated
18:09:03 [2024-02-16T23:09:03.880Z] [WARNING] /home/jenkins/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:09:03 [2024-02-16T23:09:03.880Z] 	private ServiceRegistration<ILegacyPreferences> legacyPreferencesService = null;
18:09:03 [2024-02-16T23:09:03.880Z] 	                            ^^^^^^^^^^^^^^^^^^
18:09:03 [2024-02-16T23:09:03.880Z] The type ILegacyPreferences is deprecated
18:09:03 [2024-02-16T23:09:03.880Z] [WARNING] /home/jenkins/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:09:03 [2024-02-16T23:09:03.880Z] 	legacyPreferencesService = context.registerService(ILegacyPreferences.class, new InitLegacyPreferences(), new Hashtable<>());
18:09:03 [2024-02-16T23:09:03.880Z] 	                                                   ^^^^^^^^^^^^^^^^^^
18:09:03 [2024-02-16T23:09:03.880Z] The type ILegacyPreferences is deprecated
18:09:03 [2024-02-16T23:09:03.880Z] 5 problems (5 warnings)
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.880Z] [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:09:03 [2024-02-16T23:09:03.880Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.880Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.881Z] [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:09:03 [2024-02-16T23:09:03.881Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.881Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.881Z] [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:09:03 [2024-02-16T23:09:03.881Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.881Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.881Z] [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:09:03 [2024-02-16T23:09:03.881Z]     The main artifact has been replaced with the baseline version.
18:09:03 [2024-02-16T23:09:03.881Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:03 [2024-02-16T23:09:03.881Z] 
18:09:03 [2024-02-16T23:09:03.881Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.881Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.runtime ---
18:09:03 [2024-02-16T23:09:03.881Z] [INFO] Execution was skipped
18:09:03 [2024-02-16T23:09:03.881Z] [INFO] 
18:09:03 [2024-02-16T23:09:03.881Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.runtime ---
18:09:04 [2024-02-16T23:09:04.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.core.runtime/target/org.eclipse.core.runtime-3.31.0-SNAPSHOT.jar' is already signed and will be resigned.
18:09:04 [2024-02-16T23:09:04.137Z] [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:09:04 [2024-02-16T23:09:04.699Z] [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:09:04 [2024-02-16T23:09:04.699Z] [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:09:05 [2024-02-16T23:09:05.626Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.626Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.runtime ---
18:09:05 [2024-02-16T23:09:05.626Z] [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:09:05 [2024-02-16T23:09:05.626Z]     The main artifact has been replaced with the baseline version.
18:09:05 [2024-02-16T23:09:05.626Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:05 [2024-02-16T23:09:05.626Z] 
18:09:05 [2024-02-16T23:09:05.626Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.626Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.css.core >-----------
18:09:05 [2024-02-16T23:09:05.626Z] [INFO] Building [bundle] Eclipse CSS Core Support 0.14.300-SNAPSHOT    [30/521]
18:09:05 [2024-02-16T23:09:05.626Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.core/.polyglot.META-INF
18:09:05 [2024-02-16T23:09:05.626Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:05 [2024-02-16T23:09:05.882Z] [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:09:05 [2024-02-16T23:09:05.882Z] [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 1.0 MB/s)
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] The project's OSGi version is 0.14.300.v20231214-1513
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.882Z] [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:09:05 [2024-02-16T23:09:05.882Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.882Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.883Z] [INFO] Resolving class path of [bundle] Eclipse CSS Core Support
18:09:05 [2024-02-16T23:09:05.883Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.883Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.883Z] [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:09:05 [2024-02-16T23:09:05.883Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.883Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.883Z] [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:09:05 [2024-02-16T23:09:05.883Z] [INFO] 
18:09:05 [2024-02-16T23:09:05.883Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.css.core ---
18:09:05 [2024-02-16T23:09:05.883Z] [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:09:06 [2024-02-16T23:09:06.139Z] [WARNING] /home/jenkins/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:09:06 [2024-02-16T23:09:06.139Z] 	return (Parser) classParser.newInstance();
18:09:06 [2024-02-16T23:09:06.139Z] 	                            ^^^^^^^^^^^^^
18:09:06 [2024-02-16T23:09:06.139Z] The method newInstance() from the type Class<capture#3-of ?> is deprecated since version 9
18:09:06 [2024-02-16T23:09:06.139Z] [WARNING] /home/jenkins/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:09:06 [2024-02-16T23:09:06.139Z] 	URL url = new java.net.URL((new File("./")).toURL(), uri);
18:09:06 [2024-02-16T23:09:06.139Z] 	                                            ^^^^^^^
18:09:06 [2024-02-16T23:09:06.139Z] The method toURL() from the type File is deprecated
18:09:06 [2024-02-16T23:09:06.139Z] 2 problems (2 warnings)
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.139Z] [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:09:06 [2024-02-16T23:09:06.139Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.139Z] [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:09:06 [2024-02-16T23:09:06.139Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.139Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.140Z] [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:09:06 [2024-02-16T23:09:06.140Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.140Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.140Z] [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:09:06 [2024-02-16T23:09:06.140Z]     The main artifact has been replaced with the baseline version.
18:09:06 [2024-02-16T23:09:06.140Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:06 [2024-02-16T23:09:06.140Z] 
18:09:06 [2024-02-16T23:09:06.140Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.140Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.140Z] [INFO] Execution was skipped
18:09:06 [2024-02-16T23:09:06.140Z] [INFO] 
18:09:06 [2024-02-16T23:09:06.140Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.css.core ---
18:09:06 [2024-02-16T23:09:06.396Z] [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:09:06 [2024-02-16T23:09:06.396Z] [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:09:07 [2024-02-16T23:09:07.760Z] [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:09:07 [2024-02-16T23:09:07.760Z] [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:09:09 [2024-02-16T23:09:09.125Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.125Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.css.core ---
18:09:09 [2024-02-16T23:09:09.126Z] [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:09:09 [2024-02-16T23:09:09.126Z]     The main artifact has been replaced with the baseline version.
18:09:09 [2024-02-16T23:09:09.126Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:09 [2024-02-16T23:09:09.126Z] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.css.swt >-----------
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] Building [bundle] Eclipse CSS SWT Support 0.15.300-SNAPSHOT     [31/521]
18:09:09 [2024-02-16T23:09:09.126Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/.polyglot.META-INF
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] The project's OSGi version is 0.15.300.v20240207-1054
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.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.ui/bundles/org.eclipse.e4.ui.css.swt/saveproperties
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] Resolving class path of [bundle] Eclipse CSS SWT Support
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.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.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources
18:09:09 [2024-02-16T23:09:09.126Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.127Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.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.ui/bundles/org.eclipse.e4.ui.css.swt/src/main/resources
18:09:09 [2024-02-16T23:09:09.127Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.127Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.127Z] [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:09:09 [2024-02-16T23:09:09.383Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.383Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.383Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.383Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.383Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.383Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.383Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.383Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.383Z] [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:09:09 [2024-02-16T23:09:09.384Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.384Z] [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:09:09 [2024-02-16T23:09:09.384Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.384Z] [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:09:09 [2024-02-16T23:09:09.384Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.384Z] [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:09:09 [2024-02-16T23:09:09.384Z]     The main artifact has been replaced with the baseline version.
18:09:09 [2024-02-16T23:09:09.384Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:09 [2024-02-16T23:09:09.384Z] 
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] Execution was skipped
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] 
18:09:09 [2024-02-16T23:09:09.384Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.css.swt ---
18:09:09 [2024-02-16T23:09:09.640Z] [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:09:09 [2024-02-16T23:09:09.640Z] [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:09:10 [2024-02-16T23:09:10.567Z] [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:09:10 [2024-02-16T23:09:10.567Z] [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:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.css.swt ---
18:09:11 [2024-02-16T23:09:11.494Z] [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:09:11 [2024-02-16T23:09:11.494Z]     The main artifact has been replaced with the baseline version.
18:09:11 [2024-02-16T23:09:11.494Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:11 [2024-02-16T23:09:11.494Z] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] ------< org.eclipse.platform:org.eclipse.e4.core.di.annotations >-------
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] Building [bundle] Eclipse Dependency Injection Annotations 1.8.300-SNAPSHOT [32/521]
18:09:11 [2024-02-16T23:09:11.494Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.annotations/.polyglot.META-INF
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] The project's OSGi version is 1.8.300.v20231220-1554
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.494Z] [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:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Annotations
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.494Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.495Z] [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:09:11 [2024-02-16T23:09:11.495Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.495Z] [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:09:11 [2024-02-16T23:09:11.495Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.495Z] [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:09:11 [2024-02-16T23:09:11.495Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.495Z] [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:09:11 [2024-02-16T23:09:11.495Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.495Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.496Z] [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:09:11 [2024-02-16T23:09:11.751Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.751Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.752Z] [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:09:11 [2024-02-16T23:09:11.752Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.752Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.752Z] [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:09:11 [2024-02-16T23:09:11.752Z]     The main artifact has been replaced with the baseline version.
18:09:11 [2024-02-16T23:09:11.752Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:11 [2024-02-16T23:09:11.752Z] 
18:09:11 [2024-02-16T23:09:11.752Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.752Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.752Z] [INFO] Execution was skipped
18:09:11 [2024-02-16T23:09:11.752Z] [INFO] 
18:09:11 [2024-02-16T23:09:11.752Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di.annotations ---
18:09:11 [2024-02-16T23:09:11.752Z] [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:09:11 [2024-02-16T23:09:11.752Z] [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:09:13 [2024-02-16T23:09:13.117Z] [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:09:13 [2024-02-16T23:09:13.118Z] [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:09:13 [2024-02-16T23:09:13.679Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.679Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di.annotations ---
18:09:13 [2024-02-16T23:09:13.680Z] [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:09:13 [2024-02-16T23:09:13.680Z]     The main artifact has been replaced with the baseline version.
18:09:13 [2024-02-16T23:09:13.680Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:13 [2024-02-16T23:09:13.680Z] 
18:09:13 [2024-02-16T23:09:13.680Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.680Z] [INFO] ------------< org.eclipse.platform:org.eclipse.e4.core.di >-------------
18:09:13 [2024-02-16T23:09:13.680Z] [INFO] Building [bundle] Eclipse Dependency Injection 1.9.300-SNAPSHOT [33/521]
18:09:13 [2024-02-16T23:09:13.680Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di/.polyglot.META-INF
18:09:13 [2024-02-16T23:09:13.680Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:13 [2024-02-16T23:09:13.680Z] [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:09:13 [2024-02-16T23:09:13.680Z] [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 1.6 MB/s)
18:09:13 [2024-02-16T23:09:13.680Z] [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:09:13 [2024-02-16T23:09:13.680Z] [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 49 kB/s)
18:09:13 [2024-02-16T23:09:13.681Z] [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:09:13 [2024-02-16T23:09:13.681Z] [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 549 kB/s)
18:09:13 [2024-02-16T23:09:13.681Z] [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:09:13 [2024-02-16T23:09:13.681Z] [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 722 kB/s)
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] The project's OSGi version is 1.9.300.v20240207-1044
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.681Z] [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:09:13 [2024-02-16T23:09:13.681Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.681Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.682Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.682Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection
18:09:13 [2024-02-16T23:09:13.682Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.682Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.682Z] [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:09:13 [2024-02-16T23:09:13.682Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.682Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.682Z] [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:09:13 [2024-02-16T23:09:13.682Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.682Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.682Z] [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:09:13 [2024-02-16T23:09:13.939Z] [WARNING] /home/jenkins/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:09:13 [2024-02-16T23:09:13.939Z] 	if (!location.isAccessible()) {
18:09:13 [2024-02-16T23:09:13.939Z] 	              ^^^^^^^^^^^^^^
18:09:13 [2024-02-16T23:09:13.939Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9
18:09:13 [2024-02-16T23:09:13.939Z] [WARNING] /home/jenkins/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:09:13 [2024-02-16T23:09:13.939Z] 	if (!field.isAccessible()) {
18:09:13 [2024-02-16T23:09:13.939Z] 	           ^^^^^^^^^^^^^^
18:09:13 [2024-02-16T23:09:13.939Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9
18:09:13 [2024-02-16T23:09:13.939Z] [WARNING] /home/jenkins/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:09:13 [2024-02-16T23:09:13.939Z] 	if (!location.isAccessible()) {
18:09:13 [2024-02-16T23:09:13.939Z] 	              ^^^^^^^^^^^^^^
18:09:13 [2024-02-16T23:09:13.939Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9
18:09:13 [2024-02-16T23:09:13.939Z] 3 problems (3 warnings)
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.939Z] [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:09:13 [2024-02-16T23:09:13.939Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.939Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.940Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.940Z] [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:09:13 [2024-02-16T23:09:13.940Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.940Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.940Z] [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:09:13 [2024-02-16T23:09:13.940Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.940Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.940Z] [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:09:13 [2024-02-16T23:09:13.940Z]     The main artifact has been replaced with the baseline version.
18:09:13 [2024-02-16T23:09:13.940Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:13 [2024-02-16T23:09:13.940Z] 
18:09:13 [2024-02-16T23:09:13.940Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.940Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.940Z] [INFO] Execution was skipped
18:09:13 [2024-02-16T23:09:13.940Z] [INFO] 
18:09:13 [2024-02-16T23:09:13.940Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di ---
18:09:13 [2024-02-16T23:09:13.940Z] [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:09:13 [2024-02-16T23:09:13.940Z] [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:09:14 [2024-02-16T23:09:14.869Z] [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:09:14 [2024-02-16T23:09:14.869Z] [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:09:15 [2024-02-16T23:09:15.794Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di ---
18:09:15 [2024-02-16T23:09:15.794Z] [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:09:15 [2024-02-16T23:09:15.794Z]     The main artifact has been replaced with the baseline version.
18:09:15 [2024-02-16T23:09:15.794Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:15 [2024-02-16T23:09:15.794Z] 
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] -------< org.eclipse.platform:org.eclipse.e4.core.di.extensions >-------
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] Building [bundle] Eclipse Dependency Injection Extensions 0.18.200-SNAPSHOT [34/521]
18:09:15 [2024-02-16T23:09:15.794Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions/.polyglot.META-INF
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] The project's OSGi version is 0.18.200.v20231220-1554
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.794Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.795Z] [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:09:15 [2024-02-16T23:09:15.795Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Extensions
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.795Z] [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:09:15 [2024-02-16T23:09:15.795Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.795Z] [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:09:15 [2024-02-16T23:09:15.795Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.795Z] [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:09:15 [2024-02-16T23:09:15.795Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.795Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.796Z] [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:09:15 [2024-02-16T23:09:15.796Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.796Z] [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:09:15 [2024-02-16T23:09:15.796Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.796Z] [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:09:15 [2024-02-16T23:09:15.796Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.796Z] [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:15 [2024-02-16T23:09:15.796Z]     The main artifact has been replaced with the baseline version.
18:09:15 [2024-02-16T23:09:15.796Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:15 [2024-02-16T23:09:15.796Z] 
18:09:15 [2024-02-16T23:09:15.796Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.797Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.797Z] [INFO] Execution was skipped
18:09:15 [2024-02-16T23:09:15.797Z] [INFO] 
18:09:15 [2024-02-16T23:09:15.797Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di.extensions ---
18:09:15 [2024-02-16T23:09:15.797Z] [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:09:15 [2024-02-16T23:09:15.797Z] [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:17 [2024-02-16T23:09:17.159Z] [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:17 [2024-02-16T23:09:17.159Z] [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:18 [2024-02-16T23:09:18.086Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.086Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di.extensions ---
18:09:18 [2024-02-16T23:09:18.086Z] [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:18 [2024-02-16T23:09:18.086Z]     The main artifact has been replaced with the baseline version.
18:09:18 [2024-02-16T23:09:18.086Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:18 [2024-02-16T23:09:18.086Z] 
18:09:18 [2024-02-16T23:09:18.086Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.086Z] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.http.service.api >------
18:09:18 [2024-02-16T23:09:18.086Z] [INFO] Building [bundle] OSGi service http APIs 1.2.2-SNAPSHOT         [35/521]
18:09:18 [2024-02-16T23:09:18.086Z] [INFO]   from equinox/bundles/org.eclipse.equinox.http.service.api/.polyglot.META-INF
18:09:18 [2024-02-16T23:09:18.086Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:18 [2024-02-16T23:09:18.086Z] [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:18 [2024-02-16T23:09:18.086Z] [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 1.7 MB/s)
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] The project's OSGi version is 1.2.2.v20231218-2126
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [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:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] Resolving class path of [bundle] OSGi service http APIs
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [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:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [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:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.087Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.087Z] [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:18 [2024-02-16T23:09:18.087Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.088Z] [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:18 [2024-02-16T23:09:18.088Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.088Z] [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:18 [2024-02-16T23:09:18.088Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.088Z] [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:18 [2024-02-16T23:09:18.088Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.088Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.344Z] [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:18 [2024-02-16T23:09:18.344Z]     The main artifact has been replaced with the baseline version.
18:09:18 [2024-02-16T23:09:18.344Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:18 [2024-02-16T23:09:18.344Z] 
18:09:18 [2024-02-16T23:09:18.344Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.344Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.344Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.344Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.344Z] [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:18 [2024-02-16T23:09:18.344Z]     The main artifact has been replaced with the baseline version.
18:09:18 [2024-02-16T23:09:18.344Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:18 [2024-02-16T23:09:18.344Z] 
18:09:18 [2024-02-16T23:09:18.344Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.344Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.344Z] [INFO] Execution was skipped
18:09:18 [2024-02-16T23:09:18.344Z] [INFO] 
18:09:18 [2024-02-16T23:09:18.344Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.service.api ---
18:09:18 [2024-02-16T23:09:18.344Z] [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:18 [2024-02-16T23:09:18.345Z] [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:19 [2024-02-16T23:09:19.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/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:19 [2024-02-16T23:09:19.271Z] [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:20 [2024-02-16T23:09:20.198Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.198Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.service.api ---
18:09:20 [2024-02-16T23:09:20.198Z] [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:20 [2024-02-16T23:09:20.198Z]     The main artifact has been replaced with the baseline version.
18:09:20 [2024-02-16T23:09:20.198Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:20 [2024-02-16T23:09:20.198Z] 
18:09:20 [2024-02-16T23:09:20.199Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.199Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.osgi.services >------------
18:09:20 [2024-02-16T23:09:20.199Z] [INFO] Building [bundle] OSGi Release 4.2.0 Services 3.12.0-SNAPSHOT   [36/521]
18:09:20 [2024-02-16T23:09:20.199Z] [INFO]   from equinox/bundles/org.eclipse.osgi.services/.polyglot.META-INF
18:09:20 [2024-02-16T23:09:20.199Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:20 [2024-02-16T23:09:20.199Z] [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:20 [2024-02-16T23:09:20.199Z] [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 53 kB/s)
18:09:20 [2024-02-16T23:09:20.199Z] [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:20 [2024-02-16T23:09:20.456Z] [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 19 kB/s)
18:09:20 [2024-02-16T23:09:20.456Z] [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:20 [2024-02-16T23:09:20.456Z] [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 141 kB/s)
18:09:20 [2024-02-16T23:09:20.456Z] [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:20 [2024-02-16T23:09:20.456Z] [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 59 kB/s)
18:09:20 [2024-02-16T23:09:20.456Z] [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:20 [2024-02-16T23:09:20.456Z] [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 41 kB/s)
18:09:20 [2024-02-16T23:09:20.456Z] [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:20 [2024-02-16T23:09:20.456Z] [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 105 kB/s)
18:09:20 [2024-02-16T23:09:20.456Z] [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:20 [2024-02-16T23:09:20.457Z] [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 99 kB/s)
18:09:20 [2024-02-16T23:09:20.457Z] [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:20 [2024-02-16T23:09:20.457Z] [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 148 kB/s)
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] The project's OSGi version is 3.12.0.v20231218-2126
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.457Z] [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:20 [2024-02-16T23:09:20.457Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.457Z] [INFO] Resolving class path of [bundle] OSGi Release 4.2.0 Services
18:09:20 [2024-02-16T23:09:20.713Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.713Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.713Z] [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:20 [2024-02-16T23:09:20.713Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.713Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.713Z] [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:20 [2024-02-16T23:09:20.713Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.713Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.714Z] [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:20 [2024-02-16T23:09:20.714Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.714Z] [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:20 [2024-02-16T23:09:20.714Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.714Z] [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:20 [2024-02-16T23:09:20.714Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.714Z] [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:20 [2024-02-16T23:09:20.714Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.714Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.715Z] [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:20 [2024-02-16T23:09:20.715Z]     The main artifact has been replaced with the baseline version.
18:09:20 [2024-02-16T23:09:20.715Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:20 [2024-02-16T23:09:20.715Z] 
18:09:20 [2024-02-16T23:09:20.715Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.715Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.715Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.715Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.715Z] [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:20 [2024-02-16T23:09:20.715Z]     The main artifact has been replaced with the baseline version.
18:09:20 [2024-02-16T23:09:20.715Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:20 [2024-02-16T23:09:20.715Z] 
18:09:20 [2024-02-16T23:09:20.715Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.715Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.715Z] [INFO] Execution was skipped
18:09:20 [2024-02-16T23:09:20.715Z] [INFO] 
18:09:20 [2024-02-16T23:09:20.715Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi.services ---
18:09:20 [2024-02-16T23:09:20.715Z] [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:20 [2024-02-16T23:09:20.715Z] [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:21 [2024-02-16T23:09:21.642Z] [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:21 [2024-02-16T23:09:21.642Z] [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:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.osgi.services ---
18:09:22 [2024-02-16T23:09:22.569Z] [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:22 [2024-02-16T23:09:22.569Z]     The main artifact has been replaced with the baseline version.
18:09:22 [2024-02-16T23:09:22.569Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:22 [2024-02-16T23:09:22.569Z] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.contexts >----------
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] Building [bundle] Eclipse Contexts 1.12.500-SNAPSHOT            [37/521]
18:09:22 [2024-02-16T23:09:22.569Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.contexts/.polyglot.META-INF
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] The project's OSGi version is 1.12.500.v20231220-1554
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.569Z] [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:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] Resolving class path of [bundle] Eclipse Contexts
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.569Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.570Z] [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:22 [2024-02-16T23:09:22.570Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.570Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.570Z] [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:22 [2024-02-16T23:09:22.570Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.570Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.570Z] [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:22 [2024-02-16T23:09:22.826Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.826Z] [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:22 [2024-02-16T23:09:22.826Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.826Z] [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:22 [2024-02-16T23:09:22.826Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.826Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.827Z] [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:22 [2024-02-16T23:09:22.827Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.827Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.827Z] [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:22 [2024-02-16T23:09:22.827Z]     The main artifact has been replaced with the baseline version.
18:09:22 [2024-02-16T23:09:22.827Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:22 [2024-02-16T23:09:22.827Z] 
18:09:22 [2024-02-16T23:09:22.827Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.827Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.827Z] [INFO] Execution was skipped
18:09:22 [2024-02-16T23:09:22.827Z] [INFO] 
18:09:22 [2024-02-16T23:09:22.827Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.contexts ---
18:09:22 [2024-02-16T23:09:22.827Z] [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:22 [2024-02-16T23:09:22.827Z] [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:23 [2024-02-16T23:09:23.755Z] [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:23 [2024-02-16T23:09:23.755Z] [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:25 [2024-02-16T23:09:25.118Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.118Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.contexts ---
18:09:25 [2024-02-16T23:09:25.118Z] [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:25 [2024-02-16T23:09:25.118Z]     The main artifact has been replaced with the baseline version.
18:09:25 [2024-02-16T23:09:25.118Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:25 [2024-02-16T23:09:25.118Z] 
18:09:25 [2024-02-16T23:09:25.118Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.118Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.services >----------
18:09:25 [2024-02-16T23:09:25.118Z] [INFO] Building [bundle] Eclipse Application Services 2.4.300-SNAPSHOT [38/521]
18:09:25 [2024-02-16T23:09:25.119Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.services/.polyglot.META-INF
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] The project's OSGi version is 2.4.300.v20240119-0800
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [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:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] Resolving class path of [bundle] Eclipse Application Services
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [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:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.119Z] [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:25 [2024-02-16T23:09:25.119Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.119Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.120Z] [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:25 [2024-02-16T23:09:25.376Z] [WARNING] /home/jenkins/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:25 [2024-02-16T23:09:25.376Z] 	instance = AccessController.doPrivileged((PrivilegedAction<M>) () -> createInstance(locale, messages, annotation, provider));
18:09:25 [2024-02-16T23:09:25.376Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:25 [2024-02-16T23:09:25.376Z] The method doPrivileged(PrivilegedAction<M>) from the type AccessController is deprecated
18:09:25 [2024-02-16T23:09:25.376Z] [WARNING] /home/jenkins/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:25 [2024-02-16T23:09:25.376Z] 	.doPrivileged((PrivilegedExceptionAction<InputStream>) () -> {
18:09:25 [2024-02-16T23:09:25.376Z] 								InputStream is = null;
18:09:25 [2024-02-16T23:09:25.376Z] 								URL url = osgiBundle.getEntry(resourceName);
18:09:25 [2024-02-16T23:09:25.376Z] 								if (url != null) {
18:09:25 [2024-02-16T23:09:25.376Z] 									URLConnection connection = url.openConnection();
18:09:25 [2024-02-16T23:09:25.376Z] 									if (connection != null) {
18:09:25 [2024-02-16T23:09:25.376Z] 										// Disable caches to get fresh data for
18:09:25 [2024-02-16T23:09:25.376Z] 										// reloading.
18:09:25 [2024-02-16T23:09:25.376Z] 										connection.setUseCaches(false);
18:09:25 [2024-02-16T23:09:25.376Z] 										is = connection.getInputStream();
18:09:25 [2024-02-16T23:09:25.376Z] 									}
18:09:25 [2024-02-16T23:09:25.376Z] 								}
18:09:25 [2024-02-16T23:09:25.376Z] 								return is;
18:09:25 [2024-02-16T23:09:25.376Z] 							});
18:09:25 [2024-02-16T23:09:25.376Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:25 [2024-02-16T23:09:25.377Z] The method doPrivileged(PrivilegedExceptionAction<InputStream>) from the type AccessController is deprecated
18:09:25 [2024-02-16T23:09:25.377Z] [WARNING] /home/jenkins/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:25 [2024-02-16T23:09:25.377Z] 	AccessController.doPrivileged((PrivilegedAction<Object>) () -> {
18:09:25 [2024-02-16T23:09:25.377Z] 						m.setAccessible(true);
18:09:25 [2024-02-16T23:09:25.377Z] 						try {
18:09:25 [2024-02-16T23:09:25.377Z] 							m.invoke(control, value);
18:09:25 [2024-02-16T23:09:25.377Z] 						} catch (Exception e) {
18:09:25 [2024-02-16T23:09:25.377Z] 							// if anything fails on invoke we unregister the
18:09:25 [2024-02-16T23:09:25.377Z] 							// binding to avoid further issues e.g. this can
18:09:25 [2024-02-16T23:09:25.377Z] 							// happen in case of disposed SWT controls
18:09:25 [2024-02-16T23:09:25.377Z] 							bindings.remove(MessageConsumerImplementation.this);
18:09:25 [2024-02-16T23:09:25.377Z] 							Logger log = consumerLogger;
18:09:25 [2024-02-16T23:09:25.377Z] 							if (log != null) {
18:09:25 [2024-02-16T23:09:25.377Z] 								log.info(
18:09:25 [2024-02-16T23:09:25.377Z] 										"Error on invoke '{}' on '{}' with error message '{}'. Binding is removed.",
18:09:25 [2024-02-16T23:09:25.377Z] 										m.getName(), control.getClass(), e.getMessage());
18:09:25 [2024-02-16T23:09:25.377Z] 							}
18:09:25 [2024-02-16T23:09:25.377Z] 						}
18:09:25 [2024-02-16T23:09:25.377Z] 						return null;
18:09:25 [2024-02-16T23:09:25.377Z] 					});
18:09:25 [2024-02-16T23:09:25.377Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:25 [2024-02-16T23:09:25.377Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:09:25 [2024-02-16T23:09:25.377Z] 3 problems (3 warnings)
18:09:25 [2024-02-16T23:09:25.377Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.377Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.377Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.377Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.377Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.377Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.377Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.377Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.378Z] [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:25 [2024-02-16T23:09:25.378Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.378Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.378Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.378Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.378Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.378Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.378Z] [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:25 [2024-02-16T23:09:25.378Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.378Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.378Z] [WARNING] Checking Service-Component header that contains wildcards is currently not supported
18:09:25 [2024-02-16T23:09:25.378Z] [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:25 [2024-02-16T23:09:25.378Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.378Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.378Z] [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:25 [2024-02-16T23:09:25.378Z]     The main artifact has been replaced with the baseline version.
18:09:25 [2024-02-16T23:09:25.378Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:25 [2024-02-16T23:09:25.378Z] 
18:09:25 [2024-02-16T23:09:25.378Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.378Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.379Z] [INFO] Execution was skipped
18:09:25 [2024-02-16T23:09:25.379Z] [INFO] 
18:09:25 [2024-02-16T23:09:25.379Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.services ---
18:09:25 [2024-02-16T23:09:25.379Z] [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:25 [2024-02-16T23:09:25.379Z] [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:26 [2024-02-16T23:09:26.305Z] [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:26 [2024-02-16T23:09:26.305Z] [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:26 [2024-02-16T23:09:26.866Z] [INFO] 
18:09:26 [2024-02-16T23:09:26.866Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.services ---
18:09:26 [2024-02-16T23:09:26.866Z] [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:26 [2024-02-16T23:09:26.866Z]     The main artifact has been replaced with the baseline version.
18:09:26 [2024-02-16T23:09:26.866Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:26 [2024-02-16T23:09:26.866Z] 
18:09:26 [2024-02-16T23:09:26.866Z] [INFO] 
18:09:26 [2024-02-16T23:09:26.866Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.event >------------
18:09:26 [2024-02-16T23:09:26.866Z] [INFO] Building [bundle] Event Admin 1.7.0-SNAPSHOT                    [39/521]
18:09:26 [2024-02-16T23:09:26.866Z] [INFO]   from equinox/bundles/org.eclipse.equinox.event/.polyglot.META-INF
18:09:26 [2024-02-16T23:09:26.866Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] The project's OSGi version is 1.7.0.v20240214-0846
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.122Z] [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:27 [2024-02-16T23:09:27.122Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.122Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.123Z] [INFO] Resolving class path of [bundle] Event Admin
18:09:27 [2024-02-16T23:09:27.123Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.123Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.123Z] [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:27 [2024-02-16T23:09:27.123Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.123Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.123Z] [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:27 [2024-02-16T23:09:27.123Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.123Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.123Z] [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:27 [2024-02-16T23:09:27.123Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:27 [2024-02-16T23:09:27.123Z] 	SecurityManager sm = System.getSecurityManager();
18:09:27 [2024-02-16T23:09:27.123Z] 	^^^^^^^^^^^^^^^
18:09:27 [2024-02-16T23:09:27.123Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:27 [2024-02-16T23:09:27.123Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:27 [2024-02-16T23:09:27.123Z] 	SecurityManager sm = System.getSecurityManager();
18:09:27 [2024-02-16T23:09:27.123Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:27 [2024-02-16T23:09:27.123Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:27 [2024-02-16T23:09:27.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:27 [2024-02-16T23:09:27.124Z] 	SecurityManager sm = System.getSecurityManager();
18:09:27 [2024-02-16T23:09:27.124Z] 	^^^^^^^^^^^^^^^
18:09:27 [2024-02-16T23:09:27.124Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:09:27 [2024-02-16T23:09:27.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:27 [2024-02-16T23:09:27.124Z] 	SecurityManager sm = System.getSecurityManager();
18:09:27 [2024-02-16T23:09:27.124Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:09:27 [2024-02-16T23:09:27.124Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:09:27 [2024-02-16T23:09:27.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:27 [2024-02-16T23:09:27.124Z] 	sm.checkPermission(new TopicPermission(topic, TopicPermission.PUBLISH));
18:09:27 [2024-02-16T23:09:27.124Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:27 [2024-02-16T23:09:27.124Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:09:27 [2024-02-16T23:09:27.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:27 [2024-02-16T23:09:27.124Z] 	tempHandler = AccessController.doPrivileged(new PrivilegedAction<EventHandler>() {
18:09:27 [2024-02-16T23:09:27.124Z] 	              ^^^^^^^^^^^^^^^^
18:09:27 [2024-02-16T23:09:27.124Z] The type AccessController has been deprecated since version 17 and marked for removal
18:09:27 [2024-02-16T23:09:27.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/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:27 [2024-02-16T23:09:27.124Z] 	tempHandler = AccessController.doPrivileged(new PrivilegedAction<EventHandler>() {
18:09:27 [2024-02-16T23:09:27.125Z] 				@Override
18:09:27 [2024-02-16T23:09:27.125Z] 				public EventHandler run() {
18:09:27 [2024-02-16T23:09:27.125Z] 					return context.getService(reference);
18:09:27 [2024-02-16T23:09:27.125Z] 				}
18:09:27 [2024-02-16T23:09:27.125Z] 			});
18:09:27 [2024-02-16T23:09:27.125Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:09:27 [2024-02-16T23:09:27.125Z] The method doPrivileged(PrivilegedAction<EventHandler>) from the type AccessController is deprecated
18:09:27 [2024-02-16T23:09:27.125Z] 7 problems (7 warnings)
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.125Z] [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:27 [2024-02-16T23:09:27.125Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.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/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT-sources.jar
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.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/equinox/bundles/org.eclipse.equinox.event/target/org.eclipse.equinox.event-1.7.0-SNAPSHOT.jar
18:09:27 [2024-02-16T23:09:27.125Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.126Z] [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:27 [2024-02-16T23:09:27.126Z]     The main artifact has been replaced with the baseline version.
18:09:27 [2024-02-16T23:09:27.126Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:27 [2024-02-16T23:09:27.126Z] 
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.126Z] [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:27 [2024-02-16T23:09:27.126Z]     The main artifact has been replaced with the baseline version.
18:09:27 [2024-02-16T23:09:27.126Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:27 [2024-02-16T23:09:27.126Z] 
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] Execution was skipped
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] 
18:09:27 [2024-02-16T23:09:27.126Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.event ---
18:09:27 [2024-02-16T23:09:27.382Z] [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:27 [2024-02-16T23:09:27.382Z] [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:27 [2024-02-16T23:09:27.944Z] [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:27 [2024-02-16T23:09:27.944Z] [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:29 [2024-02-16T23:09:29.309Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.309Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.event ---
18:09:29 [2024-02-16T23:09:29.309Z] [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:29 [2024-02-16T23:09:29.309Z]     The main artifact has been replaced with the baseline version.
18:09:29 [2024-02-16T23:09:29.309Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:29 [2024-02-16T23:09:29.309Z] 
18:09:29 [2024-02-16T23:09:29.309Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.309Z] [INFO] --< org.eclipse.platform:org.eclipse.e4.core.di.extensions.supplier >---
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] Building [bundle] Eclipse Dependency Injection Extensions Supplier 0.17.400-SNAPSHOT [40/521]
18:09:29 [2024-02-16T23:09:29.310Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.e4.core.di.extensions.supplier/.polyglot.META-INF
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] The project's OSGi version is 0.17.400.v20231214-1012
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.310Z] [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:29 [2024-02-16T23:09:29.310Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] Resolving class path of [bundle] Eclipse Dependency Injection Extensions Supplier
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.310Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.311Z] [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:29 [2024-02-16T23:09:29.311Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.311Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.311Z] [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:29 [2024-02-16T23:09:29.311Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.311Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.311Z] [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:29 [2024-02-16T23:09:29.311Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.311Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.311Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.312Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.312Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:29 [2024-02-16T23:09:29.567Z] [INFO] 0 component(s) where generated, 4 where kept.
18:09:29 [2024-02-16T23:09:29.567Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.567Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.567Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.567Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.567Z] [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:29 [2024-02-16T23:09:29.567Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.567Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.567Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.567Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.567Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.568Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.568Z] [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:29 [2024-02-16T23:09:29.568Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.568Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.568Z] [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:29 [2024-02-16T23:09:29.568Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.568Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.568Z] [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:29 [2024-02-16T23:09:29.568Z]     The main artifact has been replaced with the baseline version.
18:09:29 [2024-02-16T23:09:29.568Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:29 [2024-02-16T23:09:29.568Z] 
18:09:29 [2024-02-16T23:09:29.568Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.568Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.568Z] [INFO] Execution was skipped
18:09:29 [2024-02-16T23:09:29.568Z] [INFO] 
18:09:29 [2024-02-16T23:09:29.568Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:29 [2024-02-16T23:09:29.569Z] [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:29 [2024-02-16T23:09:29.569Z] [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:30 [2024-02-16T23:09:30.935Z] [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:30 [2024-02-16T23:09:30.935Z] [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:31 [2024-02-16T23:09:31.862Z] [INFO] 
18:09:31 [2024-02-16T23:09:31.862Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.di.extensions.supplier ---
18:09:31 [2024-02-16T23:09:31.862Z] [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:31 [2024-02-16T23:09:31.862Z]     The main artifact has been replaced with the baseline version.
18:09:31 [2024-02-16T23:09:31.863Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:31 [2024-02-16T23:09:31.863Z] 
18:09:31 [2024-02-16T23:09:31.863Z] [INFO] 
18:09:31 [2024-02-16T23:09:31.863Z] [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.di >--------------
18:09:31 [2024-02-16T23:09:31.863Z] [INFO] Building [bundle] Eclipse UI Dependency Injection 1.5.300-SNAPSHOT [41/521]
18:09:31 [2024-02-16T23:09:31.863Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.di/.polyglot.META-INF
18:09:31 [2024-02-16T23:09:31.863Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] The project's OSGi version is 1.5.300.v20240116-1723
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [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:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] Resolving class path of [bundle] Eclipse UI Dependency Injection
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [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:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.119Z] [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:32 [2024-02-16T23:09:32.119Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.119Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.120Z] [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:32 [2024-02-16T23:09:32.120Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] 	org.eclipse.e4.ui.internal.di.UIEventObjectSupplier.xml
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] 1 component(s) where generated.
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.120Z] [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:32 [2024-02-16T23:09:32.120Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.120Z] [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:32 [2024-02-16T23:09:32.120Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.120Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.375Z] [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:32 [2024-02-16T23:09:32.376Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.376Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.376Z] [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:32 [2024-02-16T23:09:32.376Z]     The main artifact has been replaced with the baseline version.
18:09:32 [2024-02-16T23:09:32.376Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:32 [2024-02-16T23:09:32.376Z] 
18:09:32 [2024-02-16T23:09:32.376Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.376Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.376Z] [INFO] Execution was skipped
18:09:32 [2024-02-16T23:09:32.376Z] [INFO] 
18:09:32 [2024-02-16T23:09:32.376Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.di ---
18:09:32 [2024-02-16T23:09:32.376Z] [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:32 [2024-02-16T23:09:32.377Z] [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:33 [2024-02-16T23:09:33.341Z] [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:33 [2024-02-16T23:09:33.341Z] [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:34 [2024-02-16T23:09:34.295Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.295Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.di ---
18:09:34 [2024-02-16T23:09:34.551Z] [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:34 [2024-02-16T23:09:34.551Z]     The main artifact has been replaced with the baseline version.
18:09:34 [2024-02-16T23:09:34.551Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:34 [2024-02-16T23:09:34.551Z] 
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.services >-----------
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] Building [bundle] Eclipse UI Application Services 1.6.300-SNAPSHOT [42/521]
18:09:34 [2024-02-16T23:09:34.551Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.services/.polyglot.META-INF
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] The project's OSGi version is 1.6.300.v20231201-1637
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.551Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.552Z] [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:34 [2024-02-16T23:09:34.552Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] Resolving class path of [bundle] Eclipse UI Application Services
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.552Z] [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:34 [2024-02-16T23:09:34.552Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.552Z] [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:34 [2024-02-16T23:09:34.552Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.552Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.552Z] [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:34 [2024-02-16T23:09:34.808Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.808Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.808Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] 	org.eclipse.e4.ui.services.events.EventBrokerFactory.xml
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] 1 component(s) where generated.
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.809Z] [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:34 [2024-02-16T23:09:34.809Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.809Z] [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:34 [2024-02-16T23:09:34.809Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.809Z] [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:34 [2024-02-16T23:09:34.809Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.809Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.810Z] [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:34 [2024-02-16T23:09:34.810Z]     The main artifact has been replaced with the baseline version.
18:09:34 [2024-02-16T23:09:34.810Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:34 [2024-02-16T23:09:34.810Z] 
18:09:34 [2024-02-16T23:09:34.810Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.810Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.810Z] [INFO] Execution was skipped
18:09:34 [2024-02-16T23:09:34.810Z] [INFO] 
18:09:34 [2024-02-16T23:09:34.810Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.services ---
18:09:34 [2024-02-16T23:09:34.810Z] [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:34 [2024-02-16T23:09:34.810Z] [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:35 [2024-02-16T23:09:35.735Z] [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:35 [2024-02-16T23:09:35.736Z] [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:36 [2024-02-16T23:09:36.663Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.663Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.services ---
18:09:36 [2024-02-16T23:09:36.663Z] [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:36 [2024-02-16T23:09:36.663Z]     The main artifact has been replaced with the baseline version.
18:09:36 [2024-02-16T23:09:36.664Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:36 [2024-02-16T23:09:36.664Z] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.expressions >----------
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] Building [bundle] Expression Language 3.9.300-SNAPSHOT          [43/521]
18:09:36 [2024-02-16T23:09:36.664Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.core.expressions/.polyglot.META-INF
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] The project's OSGi version is 3.9.300.v20240207-1044
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [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:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] Resolving class path of [bundle] Expression Language
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [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:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.664Z] [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:36 [2024-02-16T23:09:36.664Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.664Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.665Z] [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:36 [2024-02-16T23:09:36.920Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.920Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.921Z] [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:36 [2024-02-16T23:09:36.921Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.921Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.921Z] [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:36 [2024-02-16T23:09:36.922Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.922Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.922Z] [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:36 [2024-02-16T23:09:36.922Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.922Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.922Z] [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:36 [2024-02-16T23:09:36.922Z]     The main artifact has been replaced with the baseline version.
18:09:36 [2024-02-16T23:09:36.922Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:36 [2024-02-16T23:09:36.922Z] 
18:09:36 [2024-02-16T23:09:36.922Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.922Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.922Z] [INFO] Execution was skipped
18:09:36 [2024-02-16T23:09:36.922Z] [INFO] 
18:09:36 [2024-02-16T23:09:36.922Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.expressions ---
18:09:36 [2024-02-16T23:09:36.922Z] [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:36 [2024-02-16T23:09:36.922Z] [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:38 [2024-02-16T23:09:38.285Z] [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:38 [2024-02-16T23:09:38.285Z] [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:39 [2024-02-16T23:09:39.211Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.211Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.expressions ---
18:09:39 [2024-02-16T23:09:39.212Z] [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:39 [2024-02-16T23:09:39.212Z]     The main artifact has been replaced with the baseline version.
18:09:39 [2024-02-16T23:09:39.212Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:39 [2024-02-16T23:09:39.212Z] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.core.commands >----------
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] Building [bundle] Eclipse e4 core commands 1.1.300-SNAPSHOT     [44/521]
18:09:39 [2024-02-16T23:09:39.212Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.core.commands/.polyglot.META-INF
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] The project's OSGi version is 1.1.300.v20240131-1308
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.212Z] [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:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] Resolving class path of [bundle] Eclipse e4 core commands
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.212Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.213Z] [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:39 [2024-02-16T23:09:39.213Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.213Z] [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:39 [2024-02-16T23:09:39.213Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.213Z] [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:39 [2024-02-16T23:09:39.213Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] 	org.eclipse.e4.core.commands.internal.CommandServiceCreationFunction.xml
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] 	org.eclipse.e4.core.commands.internal.HandlerServiceCreationFunction.xml
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] 2 component(s) where generated.
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.213Z] [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:39 [2024-02-16T23:09:39.213Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.213Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.214Z] [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:39 [2024-02-16T23:09:39.470Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.470Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.470Z] [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:39 [2024-02-16T23:09:39.470Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.470Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.470Z] [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:39 [2024-02-16T23:09:39.470Z]     The main artifact has been replaced with the baseline version.
18:09:39 [2024-02-16T23:09:39.470Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:39 [2024-02-16T23:09:39.470Z] 
18:09:39 [2024-02-16T23:09:39.470Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.470Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.470Z] [INFO] Execution was skipped
18:09:39 [2024-02-16T23:09:39.470Z] [INFO] 
18:09:39 [2024-02-16T23:09:39.470Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.commands ---
18:09:39 [2024-02-16T23:09:39.470Z] [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:39 [2024-02-16T23:09:39.471Z] [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:40 [2024-02-16T23:09:40.397Z] [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:40 [2024-02-16T23:09:40.398Z] [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:40 [2024-02-16T23:09:40.960Z] [INFO] 
18:09:40 [2024-02-16T23:09:40.960Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.commands ---
18:09:40 [2024-02-16T23:09:40.960Z] [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:40 [2024-02-16T23:09:40.960Z]     The main artifact has been replaced with the baseline version.
18:09:40 [2024-02-16T23:09:40.960Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:40 [2024-02-16T23:09:40.960Z] 
18:09:40 [2024-02-16T23:09:40.960Z] [INFO] 
18:09:40 [2024-02-16T23:09:40.960Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.emf.xpath >------------
18:09:40 [2024-02-16T23:09:40.960Z] [INFO] Building [bundle] Eclipse Model Xpath 0.4.200-SNAPSHOT          [45/521]
18:09:40 [2024-02-16T23:09:40.960Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF
18:09:40 [2024-02-16T23:09:40.960Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:41 [2024-02-16T23:09:41.523Z] [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:41 [2024-02-16T23:09:41.523Z] [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.pom (9.7 kB at 3.2 MB/s)
18:09:41 [2024-02-16T23:09:41.523Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom
18:09:41 [2024-02-16T23:09:41.523Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom (17 kB at 2.5 MB/s)
18:09:41 [2024-02-16T23:09:41.523Z] [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:09:41 [2024-02-16T23:09:41.523Z] [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.pom (12 kB at 1.5 MB/s)
18:09:41 [2024-02-16T23:09:41.523Z] [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:09:41 [2024-02-16T23:09:41.523Z] [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.pom (13 kB at 6.3 MB/s)
18:09:41 [2024-02-16T23:09:41.523Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom
18:09:41 [2024-02-16T23:09:41.523Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 8.9 MB/s)
18:09:41 [2024-02-16T23:09:41.524Z] [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:09:41 [2024-02-16T23:09:41.524Z] [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 6.2 MB/s)
18:09:41 [2024-02-16T23:09:41.524Z] [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:09:41 [2024-02-16T23:09:41.524Z] [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:09:41 [2024-02-16T23:09:41.524Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
18:09:41 [2024-02-16T23:09:41.524Z] [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 15 MB/s)
18:09:41 [2024-02-16T23:09:41.524Z] [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:09:41 [2024-02-16T23:09:41.524Z] [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.pom (18 kB at 9.0 MB/s)
18:09:41 [2024-02-16T23:09:41.524Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
18:09:41 [2024-02-16T23:09:41.524Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 19 MB/s)
18:09:41 [2024-02-16T23:09:41.524Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
18:09:41 [2024-02-16T23:09:41.524Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 7.7 MB/s)
18:09:41 [2024-02-16T23:09:41.524Z] [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:09:41 [2024-02-16T23:09:41.525Z] [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.pom (9.2 kB at 4.6 MB/s)
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 12 MB/s)
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 4.5 MB/s)
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] The project's OSGi version is 0.4.200.v20231214-1513
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.525Z] [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.emf.xpath/saveproperties
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] Resolving class path of [bundle] Eclipse Model Xpath
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.525Z] [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.emf.xpath/src/main/resources
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.525Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.526Z] [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.emf.xpath/src/main/resources
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.526Z] [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/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.526Z] [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.emf.xpath/src/test/resources
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.526Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.526Z] [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.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.200-SNAPSHOT-sources.jar
18:09:41 [2024-02-16T23:09:41.782Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.782Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.782Z] [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.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.200-SNAPSHOT.jar
18:09:41 [2024-02-16T23:09:41.783Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.783Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.783Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.4.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.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF
18:09:41 [2024-02-16T23:09:41.783Z]     The main artifact has been replaced with the baseline version.
18:09:41 [2024-02-16T23:09:41.783Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:41 [2024-02-16T23:09:41.783Z] 
18:09:41 [2024-02-16T23:09:41.783Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.783Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.783Z] [INFO] Execution was skipped
18:09:41 [2024-02-16T23:09:41.783Z] [INFO] 
18:09:41 [2024-02-16T23:09:41.783Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.emf.xpath ---
18:09:41 [2024-02-16T23:09:41.783Z] [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.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:09:41 [2024-02-16T23:09:41.784Z] [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.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.200-SNAPSHOT.jar
18:09:42 [2024-02-16T23:09:42.710Z] [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.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:42 [2024-02-16T23:09:42.710Z] [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.emf.xpath/target/org.eclipse.e4.emf.xpath-0.4.200-SNAPSHOT-sources.jar
18:09:43 [2024-02-16T23:09:43.635Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.635Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.emf.xpath ---
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.emf.xpath:0.4.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.ui/bundles/org.eclipse.e4.emf.xpath/.polyglot.META-INF
18:09:43 [2024-02-16T23:09:43.636Z]     The main artifact has been replaced with the baseline version.
18:09:43 [2024-02-16T23:09:43.636Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:43 [2024-02-16T23:09:43.636Z] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.model.workbench >-------
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] Building [bundle] Eclipse Workbench Model 2.4.200-SNAPSHOT      [46/521]
18:09:43 [2024-02-16T23:09:43.636Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] The project's OSGi version is 2.4.200.v20240109-1025
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.636Z] [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.model.workbench/saveproperties
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] Resolving class path of [bundle] Eclipse Workbench Model
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.636Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.637Z] [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.model.workbench/src/main/resources
18:09:43 [2024-02-16T23:09:43.637Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.637Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.637Z] [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.model.workbench/src/main/resources
18:09:43 [2024-02-16T23:09:43.637Z] [INFO] 
18:09:43 [2024-02-16T23:09:43.637Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.model.workbench ---
18:09:43 [2024-02-16T23:09:43.637Z] [INFO] Compiling 177 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.model.workbench/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:44 [2024-02-16T23:09:44.197Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.197Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.197Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.197Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.197Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.197Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.452Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.452Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.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.ui/bundles/org.eclipse.e4.ui.model.workbench/src/test/resources
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.453Z] [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.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.200-SNAPSHOT-sources.jar
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.453Z] [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.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.200-SNAPSHOT.jar
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.4.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.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF
18:09:44 [2024-02-16T23:09:44.453Z]     The main artifact has been replaced with the baseline version.
18:09:44 [2024-02-16T23:09:44.453Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:44 [2024-02-16T23:09:44.453Z] 
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] Execution was skipped
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] 
18:09:44 [2024-02-16T23:09:44.453Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.model.workbench ---
18:09:44 [2024-02-16T23:09:44.709Z] [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.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:09:44 [2024-02-16T23:09:44.710Z] [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.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.200-SNAPSHOT.jar
18:09:46 [2024-02-16T23:09:46.073Z] [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.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:46 [2024-02-16T23:09:46.073Z] [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.model.workbench/target/org.eclipse.e4.ui.model.workbench-2.4.200-SNAPSHOT-sources.jar
18:09:47 [2024-02-16T23:09:47.003Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.003Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.model.workbench ---
18:09:47 [2024-02-16T23:09:47.004Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.model.workbench:2.4.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.ui/bundles/org.eclipse.e4.ui.model.workbench/.polyglot.META-INF
18:09:47 [2024-02-16T23:09:47.004Z]     The main artifact has been replaced with the baseline version.
18:09:47 [2024-02-16T23:09:47.004Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:47 [2024-02-16T23:09:47.004Z] 
18:09:47 [2024-02-16T23:09:47.004Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.004Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.workbench >----------
18:09:47 [2024-02-16T23:09:47.004Z] [INFO] Building [bundle] Eclipse e4 Workbench 1.15.300-SNAPSHOT        [47/521]
18:09:47 [2024-02-16T23:09:47.004Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/.polyglot.META-INF
18:09:47 [2024-02-16T23:09:47.004Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:47 [2024-02-16T23:09:47.259Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.259Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.259Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.259Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.259Z] [INFO] The project's OSGi version is 1.15.300.v20240124-0948
18:09:47 [2024-02-16T23:09:47.259Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.259Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.259Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.259Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.260Z] [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.workbench/saveproperties
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] Resolving class path of [bundle] Eclipse e4 Workbench
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.260Z] [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.workbench/src/main/resources
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.260Z] [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.workbench/src/main/resources
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.260Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.516Z] [INFO] Compiling 77 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.workbench/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 	org.eclipse.e4.ui.internal.LocaleChangeServiceContextFunction.xml
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 	org.eclipse.e4.ui.internal.workbench.ExtensionTrackeContextFunction.xml
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 	org.eclipse.e4.ui.internal.workbench.ModelAssembler.xml
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 	org.eclipse.e4.ui.internal.workbench.PartServiceCreationFunction.xml
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 	org.eclipse.e4.ui.internal.workbench.ProgressMonitorFunction.xml
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 5 component(s) where generated.
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.772Z] [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.workbench/src/test/resources
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench ---
18:09:47 [2024-02-16T23:09:47.772Z] [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.workbench/target/org.eclipse.e4.ui.workbench-1.15.300-SNAPSHOT-sources.jar
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] 
18:09:47 [2024-02-16T23:09:47.772Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench ---
18:09:48 [2024-02-16T23:09:48.028Z] [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.workbench/target/org.eclipse.e4.ui.workbench-1.15.300-SNAPSHOT.jar
18:09:48 [2024-02-16T23:09:48.028Z] [INFO] 
18:09:48 [2024-02-16T23:09:48.028Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench ---
18:09:48 [2024-02-16T23:09:48.028Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.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.workbench/.polyglot.META-INF
18:09:48 [2024-02-16T23:09:48.028Z]     The main artifact has been replaced with the baseline version.
18:09:48 [2024-02-16T23:09:48.028Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:48 [2024-02-16T23:09:48.028Z] 
18:09:48 [2024-02-16T23:09:48.028Z] [INFO] 
18:09:48 [2024-02-16T23:09:48.028Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench ---
18:09:48 [2024-02-16T23:09:48.028Z] [INFO] Execution was skipped
18:09:48 [2024-02-16T23:09:48.028Z] [INFO] 
18:09:48 [2024-02-16T23:09:48.028Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench ---
18:09:48 [2024-02-16T23:09:48.028Z] [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.workbench/target/org.eclipse.e4.ui.workbench-1.15.300-SNAPSHOT.jar' is already signed and will be resigned.
18:09:48 [2024-02-16T23:09:48.028Z] [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.workbench/target/org.eclipse.e4.ui.workbench-1.15.300-SNAPSHOT.jar
18:09:49 [2024-02-16T23:09:49.392Z] [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.workbench/target/org.eclipse.e4.ui.workbench-1.15.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:49 [2024-02-16T23:09:49.392Z] [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.workbench/target/org.eclipse.e4.ui.workbench-1.15.300-SNAPSHOT-sources.jar
18:09:50 [2024-02-16T23:09:50.319Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.319Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench ---
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench:1.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.workbench/.polyglot.META-INF
18:09:50 [2024-02-16T23:09:50.320Z]     The main artifact has been replaced with the baseline version.
18:09:50 [2024-02-16T23:09:50.320Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:50 [2024-02-16T23:09:50.320Z] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] ----< org.eclipse.platform:org.eclipse.core.databinding.observable >----
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] Building [bundle] JFace Data Binding Observables 1.13.200-SNAPSHOT [48/521]
18:09:50 [2024-02-16T23:09:50.320Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] The project's OSGi version is 1.13.200.v20240104-1240
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.320Z] [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.databinding.observable/saveproperties
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.320Z] [INFO] Resolving class path of [bundle] JFace Data Binding Observables
18:09:50 [2024-02-16T23:09:50.578Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.578Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.578Z] [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.databinding.observable/src/main/resources
18:09:50 [2024-02-16T23:09:50.578Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.578Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.578Z] [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.databinding.observable/src/main/resources
18:09:50 [2024-02-16T23:09:50.578Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.578Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.578Z] [INFO] Compiling 110 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.databinding.observable/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.835Z] [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.databinding.observable/src/test/resources
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.835Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.836Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.836Z] [INFO] 
18:09:50 [2024-02-16T23:09:50.836Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.databinding.observable ---
18:09:50 [2024-02-16T23:09:50.836Z] [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.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.200-SNAPSHOT-sources.jar
18:09:51 [2024-02-16T23:09:51.093Z] [INFO] 
18:09:51 [2024-02-16T23:09:51.093Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.observable ---
18:09:51 [2024-02-16T23:09:51.093Z] [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.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.200-SNAPSHOT.jar
18:09:51 [2024-02-16T23:09:51.093Z] [INFO] 
18:09:51 [2024-02-16T23:09:51.093Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.observable ---
18:09:51 [2024-02-16T23:09:51.094Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.13.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.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF
18:09:51 [2024-02-16T23:09:51.094Z]     The main artifact has been replaced with the baseline version.
18:09:51 [2024-02-16T23:09:51.094Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:51 [2024-02-16T23:09:51.094Z] 
18:09:51 [2024-02-16T23:09:51.094Z] [INFO] 
18:09:51 [2024-02-16T23:09:51.094Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.observable ---
18:09:51 [2024-02-16T23:09:51.094Z] [INFO] Execution was skipped
18:09:51 [2024-02-16T23:09:51.094Z] [INFO] 
18:09:51 [2024-02-16T23:09:51.094Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.databinding.observable ---
18:09:51 [2024-02-16T23:09:51.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/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.200-SNAPSHOT.jar' is already signed and will be resigned.
18:09:51 [2024-02-16T23:09:51.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/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.200-SNAPSHOT.jar
18:09:52 [2024-02-16T23:09:52.463Z] [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.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:52 [2024-02-16T23:09:52.463Z] [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.databinding.observable/target/org.eclipse.core.databinding.observable-1.13.200-SNAPSHOT-sources.jar
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.databinding.observable ---
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.observable:1.13.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.ui/bundles/org.eclipse.core.databinding.observable/.polyglot.META-INF
18:09:53 [2024-02-16T23:09:53.830Z]     The main artifact has been replaced with the baseline version.
18:09:53 [2024-02-16T23:09:53.830Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:53 [2024-02-16T23:09:53.830Z] 
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] -----< org.eclipse.platform:org.eclipse.core.databinding.property >-----
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] Building [bundle] JFace Data Binding Properties 1.10.200-SNAPSHOT [49/521]
18:09:53 [2024-02-16T23:09:53.830Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] The project's OSGi version is 1.10.200.v20240104-1240
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.830Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.831Z] [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.databinding.property/saveproperties
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] Resolving class path of [bundle] JFace Data Binding Properties
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.831Z] [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.databinding.property/src/main/resources
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.831Z] [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.databinding.property/src/main/resources
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] 
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.databinding.property ---
18:09:53 [2024-02-16T23:09:53.831Z] [INFO] Compiling 50 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.databinding.property/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:54 [2024-02-16T23:09:54.087Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.087Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.087Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.087Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.087Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.087Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.087Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.087Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.087Z] [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.databinding.property/src/test/resources
18:09:54 [2024-02-16T23:09:54.087Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.088Z] [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.databinding.property/target/org.eclipse.core.databinding.property-1.10.200-SNAPSHOT-sources.jar
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.088Z] [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.databinding.property/target/org.eclipse.core.databinding.property-1.10.200-SNAPSHOT.jar
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.10.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.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF
18:09:54 [2024-02-16T23:09:54.088Z]     The main artifact has been replaced with the baseline version.
18:09:54 [2024-02-16T23:09:54.088Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:54 [2024-02-16T23:09:54.088Z] 
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] Execution was skipped
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] 
18:09:54 [2024-02-16T23:09:54.088Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.databinding.property ---
18:09:54 [2024-02-16T23:09:54.088Z] [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.databinding.property/target/org.eclipse.core.databinding.property-1.10.200-SNAPSHOT.jar' is already signed and will be resigned.
18:09:54 [2024-02-16T23:09:54.089Z] [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.databinding.property/target/org.eclipse.core.databinding.property-1.10.200-SNAPSHOT.jar
18:09:55 [2024-02-16T23:09:55.456Z] [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.databinding.property/target/org.eclipse.core.databinding.property-1.10.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:55 [2024-02-16T23:09:55.456Z] [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.databinding.property/target/org.eclipse.core.databinding.property-1.10.200-SNAPSHOT-sources.jar
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.databinding.property ---
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.property:1.10.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.ui/bundles/org.eclipse.core.databinding.property/.polyglot.META-INF
18:09:56 [2024-02-16T23:09:56.822Z]     The main artifact has been replaced with the baseline version.
18:09:56 [2024-02-16T23:09:56.822Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:56 [2024-02-16T23:09:56.822Z] 
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.databinding >----------
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] Building [bundle] JFace Data Binding 1.13.200-SNAPSHOT          [50/521]
18:09:56 [2024-02-16T23:09:56.822Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] The project's OSGi version is 1.13.200.v20240104-1240
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.822Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.822Z] [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.databinding/saveproperties
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] Resolving class path of [bundle] JFace Data Binding
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.823Z] [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.databinding/src/main/resources
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.823Z] [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.databinding/src/main/resources
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] 
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.databinding ---
18:09:56 [2024-02-16T23:09:56.823Z] [INFO] Compiling 113 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.databinding/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.080Z] [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.databinding/src/test/resources
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.080Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.081Z] [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.databinding/target/org.eclipse.core.databinding-1.13.200-SNAPSHOT-sources.jar
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.081Z] [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.databinding/target/org.eclipse.core.databinding-1.13.200-SNAPSHOT.jar
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.13.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.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF
18:09:57 [2024-02-16T23:09:57.081Z]     The main artifact has been replaced with the baseline version.
18:09:57 [2024-02-16T23:09:57.081Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:57 [2024-02-16T23:09:57.081Z] 
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] Execution was skipped
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] 
18:09:57 [2024-02-16T23:09:57.081Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.databinding ---
18:09:57 [2024-02-16T23:09:57.338Z] [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.databinding/target/org.eclipse.core.databinding-1.13.200-SNAPSHOT.jar' is already signed and will be resigned.
18:09:57 [2024-02-16T23:09:57.338Z] [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.databinding/target/org.eclipse.core.databinding-1.13.200-SNAPSHOT.jar
18:09:58 [2024-02-16T23:09:58.265Z] [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.databinding/target/org.eclipse.core.databinding-1.13.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:09:58 [2024-02-16T23:09:58.265Z] [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.databinding/target/org.eclipse.core.databinding-1.13.200-SNAPSHOT-sources.jar
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.databinding ---
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding:1.13.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.ui/bundles/org.eclipse.core.databinding/.polyglot.META-INF
18:09:59 [2024-02-16T23:09:59.193Z]     The main artifact has been replaced with the baseline version.
18:09:59 [2024-02-16T23:09:59.193Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:59 [2024-02-16T23:09:59.193Z] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme >--------
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] Building [bundle] Eclipse CSS SWT Theme Support 0.14.300-SNAPSHOT [51/521]
18:09:59 [2024-02-16T23:09:59.193Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt.theme/.polyglot.META-INF
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] The project's OSGi version is 0.14.300.v20231214-1513
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.193Z] [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.theme/saveproperties
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.193Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] Resolving class path of [bundle] Eclipse CSS SWT Theme Support
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.194Z] [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.theme/src/main/resources
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.194Z] [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.theme/src/main/resources
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.3.0/org.osgi.service.component.annotations-1.3.0.jar
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.3.0/org.osgi.service.component.annotations-1.3.0.jar (36 kB at 5.1 MB/s)
18:09:59 [2024-02-16T23:09:59.194Z] [INFO] Compiling 7 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.theme/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] 	org.eclipse.e4.ui.css.swt.internal.theme.ThemeEngineManager.xml
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] 1 component(s) where generated.
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.450Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.450Z] [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.theme/src/test/resources
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.451Z] [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.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.300-SNAPSHOT-sources.jar
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.451Z] [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.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.300-SNAPSHOT.jar
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme: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.swt.theme/.polyglot.META-INF
18:09:59 [2024-02-16T23:09:59.451Z]     The main artifact has been replaced with the baseline version.
18:09:59 [2024-02-16T23:09:59.451Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:09:59 [2024-02-16T23:09:59.451Z] 
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] Execution was skipped
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] 
18:09:59 [2024-02-16T23:09:59.451Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.css.swt.theme ---
18:09:59 [2024-02-16T23:09:59.452Z] [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.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.300-SNAPSHOT.jar' is already signed and will be resigned.
18:09:59 [2024-02-16T23:09:59.452Z] [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.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.300-SNAPSHOT.jar
18:10:00 [2024-02-16T23:10:00.379Z] [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.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:00 [2024-02-16T23:10:00.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.ui/bundles/org.eclipse.e4.ui.css.swt.theme/target/org.eclipse.e4.ui.css.swt.theme-0.14.300-SNAPSHOT-sources.jar
18:10:00 [2024-02-16T23:10:00.941Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.941Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.css.swt.theme ---
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.css.swt.theme: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.swt.theme/.polyglot.META-INF
18:10:00 [2024-02-16T23:10:00.942Z]     The main artifact has been replaced with the baseline version.
18:10:00 [2024-02-16T23:10:00.942Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:00 [2024-02-16T23:10:00.942Z] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.ui.workbench3 >----------
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] Building [bundle] Bundle for Workbench APIs available in e4 0.17.300-SNAPSHOT [52/521]
18:10:00 [2024-02-16T23:10:00.942Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench3/.polyglot.META-INF
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] The project's OSGi version is 0.17.300.v20231214-1513
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.942Z] [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.workbench3/saveproperties
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] Resolving class path of [bundle] Bundle for Workbench APIs available in e4
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.942Z] [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.workbench3/src/main/resources
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.942Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench3 ---
18:10:00 [2024-02-16T23:10:00.943Z] [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.workbench3/src/main/resources
18:10:00 [2024-02-16T23:10:00.943Z] [INFO] 
18:10:00 [2024-02-16T23:10:00.943Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.203Z] [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.ui/bundles/org.eclipse.e4.ui.workbench3/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:01 [2024-02-16T23:10:01.203Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.203Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.203Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.203Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.203Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.203Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.203Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.203Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.204Z] [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.workbench3/src/test/resources
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.204Z] [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.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.300-SNAPSHOT-sources.jar
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.204Z] [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.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.300-SNAPSHOT.jar
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.17.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.workbench3/.polyglot.META-INF
18:10:01 [2024-02-16T23:10:01.204Z]     The main artifact has been replaced with the baseline version.
18:10:01 [2024-02-16T23:10:01.204Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:01 [2024-02-16T23:10:01.204Z] 
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] Execution was skipped
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] 
18:10:01 [2024-02-16T23:10:01.204Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench3 ---
18:10:01 [2024-02-16T23:10:01.205Z] [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.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.300-SNAPSHOT.jar' is already signed and will be resigned.
18:10:01 [2024-02-16T23:10:01.205Z] [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.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.300-SNAPSHOT.jar
18:10:02 [2024-02-16T23:10:02.177Z] [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.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:02 [2024-02-16T23:10:02.177Z] [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.workbench3/target/org.eclipse.e4.ui.workbench3-0.17.300-SNAPSHOT-sources.jar
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench3 ---
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench3:0.17.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.workbench3/.polyglot.META-INF
18:10:02 [2024-02-16T23:10:02.740Z]     The main artifact has been replaced with the baseline version.
18:10:02 [2024-02-16T23:10:02.740Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:02 [2024-02-16T23:10:02.740Z] 
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.widgets >-----------
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] Building [bundle] Eclipse UI Custom widgets 1.4.100-SNAPSHOT    [53/521]
18:10:02 [2024-02-16T23:10:02.740Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.widgets/.polyglot.META-INF
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] The project's OSGi version is 1.4.100.v20231201-1637
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.740Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [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.widgets/saveproperties
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] Resolving class path of [bundle] Eclipse UI Custom widgets
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [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.widgets/src/main/resources
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [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.widgets/src/main/resources
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] Compiling 1 source 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.ui/bundles/org.eclipse.e4.ui.widgets/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.741Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.742Z] [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.widgets/src/test/resources
18:10:02 [2024-02-16T23:10:02.742Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.742Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.742Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.742Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.742Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.742Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.742Z] [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.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT-sources.jar
18:10:02 [2024-02-16T23:10:02.998Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.998Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.998Z] [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.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT.jar
18:10:02 [2024-02-16T23:10:02.998Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.998Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.998Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.4.100-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.widgets/.polyglot.META-INF
18:10:02 [2024-02-16T23:10:02.998Z]     The main artifact has been replaced with the baseline version.
18:10:02 [2024-02-16T23:10:02.998Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:02 [2024-02-16T23:10:02.999Z] 
18:10:02 [2024-02-16T23:10:02.999Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.999Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.999Z] [INFO] Execution was skipped
18:10:02 [2024-02-16T23:10:02.999Z] [INFO] 
18:10:02 [2024-02-16T23:10:02.999Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.widgets ---
18:10:02 [2024-02-16T23:10:02.999Z] [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.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT.jar' is already signed and will be resigned.
18:10:02 [2024-02-16T23:10:02.999Z] [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.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT.jar
18:10:03 [2024-02-16T23:10:03.927Z] [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.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:03 [2024-02-16T23:10:03.927Z] [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.widgets/target/org.eclipse.e4.ui.widgets-1.4.100-SNAPSHOT-sources.jar
18:10:04 [2024-02-16T23:10:04.852Z] [INFO] 
18:10:04 [2024-02-16T23:10:04.853Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.widgets ---
18:10:04 [2024-02-16T23:10:04.853Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.widgets:1.4.100-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.widgets/.polyglot.META-INF
18:10:04 [2024-02-16T23:10:04.853Z]     The main artifact has been replaced with the baseline version.
18:10:04 [2024-02-16T23:10:04.853Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:04 [2024-02-16T23:10:04.853Z] 
18:10:04 [2024-02-16T23:10:04.853Z] [INFO] 
18:10:04 [2024-02-16T23:10:04.853Z] [INFO] -------------< org.eclipse.platform:org.eclipse.urischeme >-------------
18:10:04 [2024-02-16T23:10:04.853Z] [INFO] Building [bundle] Eclipse URI Scheme Handling 1.3.200-SNAPSHOT  [54/521]
18:10:04 [2024-02-16T23:10:04.853Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF
18:10:04 [2024-02-16T23:10:04.854Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:05 [2024-02-16T23:10:05.414Z] [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.pom
18:10:05 [2024-02-16T23:10:05.414Z] [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.pom (2.3 kB at 563 kB/s)
18:10:05 [2024-02-16T23:10:05.414Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom (2.0 kB at 1.0 MB/s)
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar (1.9 MB at 94 MB/s)
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] The project's OSGi version is 1.3.200.v20231214-1513
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.415Z] [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.urischeme/saveproperties
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] Resolving class path of [bundle] Eclipse URI Scheme Handling
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.415Z] [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.urischeme/src/main/resources
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.415Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.416Z] [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.urischeme/src/main/resources
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] Compiling 25 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.urischeme/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.416Z] [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.urischeme/src/test/resources
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.416Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.416Z] [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.urischeme/target/org.eclipse.urischeme-1.3.200-SNAPSHOT-sources.jar
18:10:05 [2024-02-16T23:10:05.672Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.672Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.673Z] [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.urischeme/target/org.eclipse.urischeme-1.3.200-SNAPSHOT.jar
18:10:05 [2024-02-16T23:10:05.673Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.673Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.673Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.3.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.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF
18:10:05 [2024-02-16T23:10:05.673Z]     The main artifact has been replaced with the baseline version.
18:10:05 [2024-02-16T23:10:05.673Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:05 [2024-02-16T23:10:05.673Z] 
18:10:05 [2024-02-16T23:10:05.673Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.673Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.673Z] [INFO] Execution was skipped
18:10:05 [2024-02-16T23:10:05.673Z] [INFO] 
18:10:05 [2024-02-16T23:10:05.673Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.urischeme ---
18:10:05 [2024-02-16T23:10:05.673Z] [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.urischeme/target/org.eclipse.urischeme-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:10:05 [2024-02-16T23:10:05.674Z] [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.urischeme/target/org.eclipse.urischeme-1.3.200-SNAPSHOT.jar
18:10:06 [2024-02-16T23:10:06.598Z] [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.urischeme/target/org.eclipse.urischeme-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:06 [2024-02-16T23:10:06.599Z] [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.urischeme/target/org.eclipse.urischeme-1.3.200-SNAPSHOT-sources.jar
18:10:07 [2024-02-16T23:10:07.525Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.525Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.urischeme ---
18:10:07 [2024-02-16T23:10:07.525Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.urischeme:1.3.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.ui/bundles/org.eclipse.urischeme/.polyglot.META-INF
18:10:07 [2024-02-16T23:10:07.525Z]     The main artifact has been replaced with the baseline version.
18:10:07 [2024-02-16T23:10:07.525Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:07 [2024-02-16T23:10:07.525Z] 
18:10:07 [2024-02-16T23:10:07.525Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.525Z] [INFO] ---------< org.eclipse.platform:org.eclipse.jface.databinding >---------
18:10:07 [2024-02-16T23:10:07.525Z] [INFO] Building [bundle] JFace Data Binding for SWT and JFace 1.15.200-SNAPSHOT [55/521]
18:10:07 [2024-02-16T23:10:07.525Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.jface.databinding/.polyglot.META-INF
18:10:07 [2024-02-16T23:10:07.525Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] The project's OSGi version is 1.15.200.v20240104-1240
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.781Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.782Z] [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.databinding/saveproperties
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] Resolving class path of [bundle] JFace Data Binding for SWT and JFace
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.782Z] [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.databinding/src/main/resources
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.782Z] [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.databinding/src/main/resources
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] 
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.databinding ---
18:10:07 [2024-02-16T23:10:07.782Z] [INFO] Compiling 174 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.databinding/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:08 [2024-02-16T23:10:08.038Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.038Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.038Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.038Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.038Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.038Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.294Z] [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.databinding/src/test/resources
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.294Z] [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.databinding/target/org.eclipse.jface.databinding-1.15.200-SNAPSHOT-sources.jar
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.294Z] [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.databinding/target/org.eclipse.jface.databinding-1.15.200-SNAPSHOT.jar
18:10:08 [2024-02-16T23:10:08.294Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.295Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.295Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.databinding:1.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.ui/bundles/org.eclipse.jface.databinding/.polyglot.META-INF
18:10:08 [2024-02-16T23:10:08.295Z]     The main artifact has been replaced with the baseline version.
18:10:08 [2024-02-16T23:10:08.295Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:08 [2024-02-16T23:10:08.295Z] 
18:10:08 [2024-02-16T23:10:08.295Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.295Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.295Z] [INFO] Execution was skipped
18:10:08 [2024-02-16T23:10:08.295Z] [INFO] 
18:10:08 [2024-02-16T23:10:08.295Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.databinding ---
18:10:08 [2024-02-16T23:10:08.295Z] [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.databinding/target/org.eclipse.jface.databinding-1.15.200-SNAPSHOT.jar' is already signed and will be resigned.
18:10:08 [2024-02-16T23:10:08.295Z] [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.databinding/target/org.eclipse.jface.databinding-1.15.200-SNAPSHOT.jar
18:10:09 [2024-02-16T23:10:09.660Z] [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.databinding/target/org.eclipse.jface.databinding-1.15.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:09 [2024-02-16T23:10:09.660Z] [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.databinding/target/org.eclipse.jface.databinding-1.15.200-SNAPSHOT-sources.jar
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.databinding ---
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.databinding:1.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.ui/bundles/org.eclipse.jface.databinding/.polyglot.META-INF
18:10:10 [2024-02-16T23:10:10.588Z]     The main artifact has been replaced with the baseline version.
18:10:10 [2024-02-16T23:10:10.588Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:10 [2024-02-16T23:10:10.588Z] 
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.bindings >-----------
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] Building [bundle] Eclipse Bindings Support 0.14.300-SNAPSHOT    [56/521]
18:10:10 [2024-02-16T23:10:10.588Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.bindings/.polyglot.META-INF
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] The project's OSGi version is 0.14.300.v20231214-1513
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.588Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.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.ui/bundles/org.eclipse.e4.ui.bindings/saveproperties
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] Resolving class path of [bundle] Eclipse Bindings Support
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.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.ui/bundles/org.eclipse.e4.ui.bindings/src/main/resources
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.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.ui/bundles/org.eclipse.e4.ui.bindings/src/main/resources
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.589Z] [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.bindings/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.589Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.590Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.590Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] 	org.eclipse.e4.ui.bindings.internal.BindingServiceCreationFunction.xml
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] 1 component(s) where generated.
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.846Z] [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.bindings/src/test/resources
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.846Z] [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.bindings/target/org.eclipse.e4.ui.bindings-0.14.300-SNAPSHOT-sources.jar
18:10:10 [2024-02-16T23:10:10.846Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.847Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.847Z] [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.bindings/target/org.eclipse.e4.ui.bindings-0.14.300-SNAPSHOT.jar
18:10:10 [2024-02-16T23:10:10.847Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.847Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.847Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings: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.bindings/.polyglot.META-INF
18:10:10 [2024-02-16T23:10:10.847Z]     The main artifact has been replaced with the baseline version.
18:10:10 [2024-02-16T23:10:10.847Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:10 [2024-02-16T23:10:10.847Z] 
18:10:10 [2024-02-16T23:10:10.847Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.847Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.847Z] [INFO] Execution was skipped
18:10:10 [2024-02-16T23:10:10.847Z] [INFO] 
18:10:10 [2024-02-16T23:10:10.847Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.bindings ---
18:10:10 [2024-02-16T23:10:10.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.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.14.300-SNAPSHOT.jar' is already signed and will be resigned.
18:10:10 [2024-02-16T23:10:10.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.ui/bundles/org.eclipse.e4.ui.bindings/target/org.eclipse.e4.ui.bindings-0.14.300-SNAPSHOT.jar
18:10:11 [2024-02-16T23:10:11.775Z] [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.bindings/target/org.eclipse.e4.ui.bindings-0.14.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:11 [2024-02-16T23:10:11.775Z] [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.bindings/target/org.eclipse.e4.ui.bindings-0.14.300-SNAPSHOT-sources.jar
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.bindings ---
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings: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.bindings/.polyglot.META-INF
18:10:12 [2024-02-16T23:10:12.336Z]     The main artifact has been replaced with the baseline version.
18:10:12 [2024-02-16T23:10:12.336Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:12 [2024-02-16T23:10:12.336Z] 
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.dialogs >-----------
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] Building [bundle] Eclipse e4 dialogs 1.4.200-SNAPSHOT           [57/521]
18:10:12 [2024-02-16T23:10:12.336Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] The project's OSGi version is 1.4.200.v20231214-1513
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.337Z] [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.dialogs/saveproperties
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] Resolving class path of [bundle] Eclipse e4 dialogs
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.337Z] [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.dialogs/src/main/resources
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.337Z] [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.dialogs/src/main/resources
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.337Z] [INFO] Compiling 14 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.dialogs/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.593Z] [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.dialogs/src/test/resources
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.593Z] [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.dialogs/target/org.eclipse.e4.ui.dialogs-1.4.200-SNAPSHOT-sources.jar
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.593Z] [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.dialogs/target/org.eclipse.e4.ui.dialogs-1.4.200-SNAPSHOT.jar
18:10:12 [2024-02-16T23:10:12.593Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.594Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.594Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.dialogs:1.4.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.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF
18:10:12 [2024-02-16T23:10:12.594Z]     The main artifact has been replaced with the baseline version.
18:10:12 [2024-02-16T23:10:12.594Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:12 [2024-02-16T23:10:12.594Z] 
18:10:12 [2024-02-16T23:10:12.594Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.594Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.594Z] [INFO] Execution was skipped
18:10:12 [2024-02-16T23:10:12.594Z] [INFO] 
18:10:12 [2024-02-16T23:10:12.594Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.dialogs ---
18:10:12 [2024-02-16T23:10:12.594Z] [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.dialogs/target/org.eclipse.e4.ui.dialogs-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:10:12 [2024-02-16T23:10:12.594Z] [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.dialogs/target/org.eclipse.e4.ui.dialogs-1.4.200-SNAPSHOT.jar
18:10:13 [2024-02-16T23:10:13.523Z] [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.dialogs/target/org.eclipse.e4.ui.dialogs-1.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:13 [2024-02-16T23:10:13.523Z] [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.dialogs/target/org.eclipse.e4.ui.dialogs-1.4.200-SNAPSHOT-sources.jar
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.dialogs ---
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.dialogs:1.4.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.ui/bundles/org.eclipse.e4.ui.dialogs/.polyglot.META-INF
18:10:14 [2024-02-16T23:10:14.692Z]     The main artifact has been replaced with the baseline version.
18:10:14 [2024-02-16T23:10:14.692Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:14 [2024-02-16T23:10:14.692Z] 
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.workbench.swt >--------
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] Building [bundle] Eclipse e4 Workbench SWT 0.17.300-SNAPSHOT    [58/521]
18:10:14 [2024-02-16T23:10:14.692Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.swt/.polyglot.META-INF
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:14 [2024-02-16T23:10:14.692Z] [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.pom
18:10:14 [2024-02-16T23:10:14.692Z] [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.pom (7.9 kB at 464 kB/s)
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/jasper-jsp/9.0.83.1/jasper-jsp-9.0.83.1.pom
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/jasper-jsp/9.0.83.1/jasper-jsp-9.0.83.1.pom (8.8 kB at 737 kB/s)
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] The project's OSGi version is 0.17.300.v20240123-1128
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.692Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.693Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.693Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.693Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.693Z] [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.workbench.swt/saveproperties
18:10:14 [2024-02-16T23:10:14.693Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.693Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.693Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.693Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.949Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.949Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.949Z] [INFO] Resolving class path of [bundle] Eclipse e4 Workbench SWT
18:10:14 [2024-02-16T23:10:14.949Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.949Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.949Z] [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.workbench.swt/src/main/resources
18:10:14 [2024-02-16T23:10:14.949Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.949Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.949Z] [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.workbench.swt/src/main/resources
18:10:14 [2024-02-16T23:10:14.949Z] [INFO] 
18:10:14 [2024-02-16T23:10:14.950Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.swt ---
18:10:14 [2024-02-16T23:10:14.950Z] [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.ui/bundles/org.eclipse.e4.ui.workbench.swt/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:15 [2024-02-16T23:10:15.205Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 	org.eclipse.e4.ui.internal.workbench.swt.ContextListener.xml
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 	org.eclipse.e4.ui.internal.workbench.swt.E4Testable.xml
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 	org.eclipse.e4.ui.internal.workbench.swt.MenuServiceCreationFunction.xml
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 	org.eclipse.e4.ui.internal.workbench.swt.StatusReporterCreationFunction.xml
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 4 component(s) where generated.
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.206Z] [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.workbench.swt/src/test/resources
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.206Z] [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.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.300-SNAPSHOT-sources.jar
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.206Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.207Z] [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.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.300-SNAPSHOT.jar
18:10:15 [2024-02-16T23:10:15.207Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.207Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.463Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.swt:0.17.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.workbench.swt/.polyglot.META-INF
18:10:15 [2024-02-16T23:10:15.463Z]     The main artifact has been replaced with the baseline version.
18:10:15 [2024-02-16T23:10:15.463Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:15 [2024-02-16T23:10:15.463Z] 
18:10:15 [2024-02-16T23:10:15.463Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.463Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.463Z] [INFO] Execution was skipped
18:10:15 [2024-02-16T23:10:15.463Z] [INFO] 
18:10:15 [2024-02-16T23:10:15.463Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench.swt ---
18:10:15 [2024-02-16T23:10:15.463Z] [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.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.300-SNAPSHOT.jar' is already signed and will be resigned.
18:10:15 [2024-02-16T23:10:15.463Z] [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.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.300-SNAPSHOT.jar
18:10:16 [2024-02-16T23:10:16.391Z] [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.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:16 [2024-02-16T23:10:16.391Z] [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.workbench.swt/target/org.eclipse.e4.ui.workbench.swt-0.17.300-SNAPSHOT-sources.jar
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench.swt ---
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.swt:0.17.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.workbench.swt/.polyglot.META-INF
18:10:17 [2024-02-16T23:10:17.318Z]     The main artifact has been replaced with the baseline version.
18:10:17 [2024-02-16T23:10:17.318Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:17 [2024-02-16T23:10:17.318Z] 
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] ---< org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt >---
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] Building [bundle] Eclipse e4 Workbench SWT Renderer 0.16.300-SNAPSHOT [59/521]
18:10:17 [2024-02-16T23:10:17.318Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/.polyglot.META-INF
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] The project's OSGi version is 0.16.300.v20240207-1054
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.318Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.319Z] [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.workbench.renderers.swt/saveproperties
18:10:17 [2024-02-16T23:10:17.319Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.319Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.319Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.319Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.319Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.319Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.319Z] [INFO] Resolving class path of [bundle] Eclipse e4 Workbench SWT Renderer
18:10:17 [2024-02-16T23:10:17.576Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.576Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.576Z] [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.workbench.renderers.swt/src/main/resources
18:10:17 [2024-02-16T23:10:17.576Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.576Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.577Z] [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.workbench.renderers.swt/src/main/resources
18:10:17 [2024-02-16T23:10:17.577Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.577Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.577Z] [INFO] Compiling 39 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.workbench.renderers.swt/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:17 [2024-02-16T23:10:17.833Z] [WARNING] /home/jenkins/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.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java:[1254] 
18:10:17 [2024-02-16T23:10:17.833Z] 	boolean accessible = field.isAccessible();
18:10:17 [2024-02-16T23:10:17.833Z] 	                           ^^^^^^^^^^^^^^
18:10:17 [2024-02-16T23:10:17.833Z] The method isAccessible() from the type AccessibleObject is deprecated since version 9
18:10:17 [2024-02-16T23:10:17.833Z] 1 problem (1 warning)
18:10:17 [2024-02-16T23:10:17.833Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.833Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.833Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.833Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.833Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.833Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.833Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.833Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.833Z] [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.workbench.renderers.swt/src/test/resources
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.834Z] [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.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300-SNAPSHOT-sources.jar
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.834Z] [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.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300-SNAPSHOT.jar
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.16.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.workbench.renderers.swt/.polyglot.META-INF
18:10:17 [2024-02-16T23:10:17.834Z]     The main artifact has been replaced with the baseline version.
18:10:17 [2024-02-16T23:10:17.834Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:17 [2024-02-16T23:10:17.834Z] 
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.834Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.835Z] [INFO] Execution was skipped
18:10:17 [2024-02-16T23:10:17.835Z] [INFO] 
18:10:17 [2024-02-16T23:10:17.835Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:17 [2024-02-16T23:10:17.835Z] [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.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300-SNAPSHOT.jar' is already signed and will be resigned.
18:10:17 [2024-02-16T23:10:17.835Z] [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.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300-SNAPSHOT.jar
18:10:19 [2024-02-16T23:10:19.200Z] [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.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:19 [2024-02-16T23:10:19.200Z] [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.workbench.renderers.swt/target/org.eclipse.e4.ui.workbench.renderers.swt-0.16.300-SNAPSHOT-sources.jar
18:10:20 [2024-02-16T23:10:20.567Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.567Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench.renderers.swt ---
18:10:20 [2024-02-16T23:10:20.567Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt:0.16.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.workbench.renderers.swt/.polyglot.META-INF
18:10:20 [2024-02-16T23:10:20.568Z]     The main artifact has been replaced with the baseline version.
18:10:20 [2024-02-16T23:10:20.568Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:20 [2024-02-16T23:10:20.568Z] 
18:10:20 [2024-02-16T23:10:20.568Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.568Z] [INFO] ----< org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt >-----
18:10:20 [2024-02-16T23:10:20.568Z] [INFO] Building [bundle] Eclipse e4 Workbench Add-ons 1.5.300-SNAPSHOT [60/521]
18:10:20 [2024-02-16T23:10:20.568Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/.polyglot.META-INF
18:10:20 [2024-02-16T23:10:20.568Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] The project's OSGi version is 1.5.300.v20240124-0948
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [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.workbench.addons.swt/saveproperties
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] Resolving class path of [bundle] Eclipse e4 Workbench Add-ons
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [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.workbench.addons.swt/src/main/resources
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.824Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.824Z] [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.workbench.addons.swt/src/main/resources
18:10:20 [2024-02-16T23:10:20.825Z] [INFO] 
18:10:20 [2024-02-16T23:10:20.825Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:20 [2024-02-16T23:10:20.825Z] [INFO] Compiling 26 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.workbench.addons.swt/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:21 [2024-02-16T23:10:21.081Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.081Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.081Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.081Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.081Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.081Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.081Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.081Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.082Z] [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.workbench.addons.swt/src/test/resources
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.082Z] [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.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.300-SNAPSHOT-sources.jar
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.082Z] [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.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.300-SNAPSHOT.jar
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt: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.workbench.addons.swt/.polyglot.META-INF
18:10:21 [2024-02-16T23:10:21.082Z]     The main artifact has been replaced with the baseline version.
18:10:21 [2024-02-16T23:10:21.082Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:21 [2024-02-16T23:10:21.082Z] 
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.082Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.083Z] [INFO] Execution was skipped
18:10:21 [2024-02-16T23:10:21.083Z] [INFO] 
18:10:21 [2024-02-16T23:10:21.083Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:21 [2024-02-16T23:10:21.083Z] [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.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:10:21 [2024-02-16T23:10:21.083Z] [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.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.300-SNAPSHOT.jar
18:10:22 [2024-02-16T23:10:22.449Z] [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.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:22 [2024-02-16T23:10:22.450Z] [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.workbench.addons.swt/target/org.eclipse.e4.ui.workbench.addons.swt-1.5.300-SNAPSHOT-sources.jar
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench.addons.swt ---
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt: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.workbench.addons.swt/.polyglot.META-INF
18:10:23 [2024-02-16T23:10:23.378Z]     The main artifact has been replaced with the baseline version.
18:10:23 [2024-02-16T23:10:23.378Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:23 [2024-02-16T23:10:23.378Z] 
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] --------------< eclipse.platform.ua:eclipse.platform.ua >---------------
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] Building eclipse.platform.ua 4.31.0-SNAPSHOT                    [61/521]
18:10:23 [2024-02-16T23:10:23.378Z] [INFO]   from eclipse.platform/ua/pom.xml
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] --------------------------------[ pom ]---------------------------------
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.ua ---
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ua ---
18:10:23 [2024-02-16T23:10:23.378Z] [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/ua/saveproperties
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.378Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ua ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ua ---
18:10:23 [2024-02-16T23:10:23.379Z] [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/ua/src/main/resources
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.ua ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.ua ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ua ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] Execution was skipped
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.ua ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.ua ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] -----------------< org.eclipse.help:org.eclipse.help >------------------
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] Building org.eclipse.help 3.10.300-SNAPSHOT                     [62/521]
18:10:23 [2024-02-16T23:10:23.379Z] [INFO]   from eclipse.platform/ua/org.eclipse.help/pom.xml
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] The project's OSGi version is 3.10.300.v20240107-2054
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.379Z] [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/ua/org.eclipse.help/saveproperties
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] Resolving class path of org.eclipse.help
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.379Z] [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/ua/org.eclipse.help/src/main/resources
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.379Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.380Z] [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/ua/org.eclipse.help/src/main/resources
18:10:23 [2024-02-16T23:10:23.380Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.380Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.380Z] [INFO] Compiling 111 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/ua/org.eclipse.help/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:23 [2024-02-16T23:10:23.636Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help/src/org/eclipse/help/internal/context/IStyledContext.java:[20] 
18:10:23 [2024-02-16T23:10:23.636Z] 	* org.eclipse.help.ui.internal.ContextHelpDialog TODO Create interface that
18:10:23 [2024-02-16T23:10:23.636Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:23 [2024-02-16T23:10:23.636Z] TODO Create interface that
18:10:23 [2024-02-16T23:10:23.636Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help/src/org/eclipse/help/internal/util/ProductPreferences.java:[369] 
18:10:23 [2024-02-16T23:10:23.636Z] 	// TODO Auto-generated method stub
18:10:23 [2024-02-16T23:10:23.636Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:23 [2024-02-16T23:10:23.636Z] TODO Auto-generated method stub
18:10:23 [2024-02-16T23:10:23.636Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help/src/org/eclipse/help/internal/util/ResourceLocator.java:[390] 
18:10:23 [2024-02-16T23:10:23.636Z] 	// TODO add override for ws and os similar to how it's done with locale
18:10:23 [2024-02-16T23:10:23.636Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:23 [2024-02-16T23:10:23.636Z] TODO add override for ws and os similar to how it's done with locale
18:10:23 [2024-02-16T23:10:23.636Z] 3 problems (null, 3 warnings)
18:10:23 [2024-02-16T23:10:23.636Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.636Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.636Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.636Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.636Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.636Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.636Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.637Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.637Z] [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/ua/org.eclipse.help/src/test/resources
18:10:23 [2024-02-16T23:10:23.637Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.637Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.637Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.637Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.637Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.637Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.893Z] [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/ua/org.eclipse.help/target/org.eclipse.help-3.10.300-SNAPSHOT-sources.jar
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.893Z] [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/ua/org.eclipse.help/target/org.eclipse.help-3.10.300-SNAPSHOT.jar
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] MavenProject: org.eclipse.help:org.eclipse.help:3.10.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/ua/org.eclipse.help/pom.xml
18:10:23 [2024-02-16T23:10:23.893Z]     The main artifact has been replaced with the baseline version.
18:10:23 [2024-02-16T23:10:23.893Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:23 [2024-02-16T23:10:23.893Z] 
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] Execution was skipped
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] 
18:10:23 [2024-02-16T23:10:23.893Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.help ---
18:10:23 [2024-02-16T23:10:23.894Z] [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/ua/org.eclipse.help/target/org.eclipse.help-3.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:10:23 [2024-02-16T23:10:23.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/ua/org.eclipse.help/target/org.eclipse.help-3.10.300-SNAPSHOT.jar
18:10:25 [2024-02-16T23:10:25.785Z] [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/ua/org.eclipse.help/target/org.eclipse.help-3.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:25 [2024-02-16T23:10:25.785Z] [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/ua/org.eclipse.help/target/org.eclipse.help-3.10.300-SNAPSHOT-sources.jar
18:10:26 [2024-02-16T23:10:26.712Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.712Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.help ---
18:10:26 [2024-02-16T23:10:26.713Z] [INFO] MavenProject: org.eclipse.help:org.eclipse.help:3.10.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/ua/org.eclipse.help/pom.xml
18:10:26 [2024-02-16T23:10:26.713Z]     The main artifact has been replaced with the baseline version.
18:10:26 [2024-02-16T23:10:26.713Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:26 [2024-02-16T23:10:26.713Z] 
18:10:26 [2024-02-16T23:10:26.713Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.713Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.workbench >------------
18:10:26 [2024-02-16T23:10:26.713Z] [INFO] Building [bundle] Eclipse Workbench 3.131.100-SNAPSHOT          [63/521]
18:10:26 [2024-02-16T23:10:26.713Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.workbench/.polyglot.META-INF
18:10:26 [2024-02-16T23:10:26.713Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.pom
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j/74.2/icu4j-74.2.pom (13 kB at 4.4 MB/s)
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j-root/74.2/icu4j-root-74.2.pom
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ibm/icu/icu4j-root/74.2/icu4j-root-74.2.pom (25 kB at 8.3 MB/s)
18:10:26 [2024-02-16T23:10:26.969Z] [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.pom
18:10:26 [2024-02-16T23:10:26.969Z] [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.pom (14 kB at 6.8 MB/s)
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] The project's OSGi version is 3.131.100.v20240215-1416
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.969Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.970Z] [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.ui.workbench/saveproperties
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] Resolving class path of [bundle] Eclipse Workbench
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-35) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.970Z] [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/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI Editor Support added.
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.970Z] [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.ui.workbench/src/main/resources
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.970Z] [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.ui.workbench/src/main/resources
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] 
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.workbench ---
18:10:26 [2024-02-16T23:10:26.970Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.4.0/org.osgi.service.component.annotations-1.4.0.jar
18:10:27 [2024-02-16T23:10:27.227Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.4.0/org.osgi.service.component.annotations-1.4.0.jar (43 kB at 444 kB/s)
18:10:27 [2024-02-16T23:10:27.227Z] [INFO] Compiling 1162 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.ui.workbench/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:30 [2024-02-16T23:10:30.501Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[27] 
18:10:30 [2024-02-16T23:10:30.501Z] 	import org.osgi.service.packageadmin.ExportedPackage;
18:10:30 [2024-02-16T23:10:30.501Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.501Z] The type ExportedPackage is deprecated
18:10:30 [2024-02-16T23:10:30.501Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[28] 
18:10:30 [2024-02-16T23:10:30.501Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:10:30 [2024-02-16T23:10:30.501Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.501Z] The type PackageAdmin is deprecated
18:10:30 [2024-02-16T23:10:30.501Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[141] 
18:10:30 [2024-02-16T23:10:30.501Z] 	PackageAdmin admin = getPackageAdmin();
18:10:30 [2024-02-16T23:10:30.501Z] 	^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.501Z] The type PackageAdmin is deprecated
18:10:30 [2024-02-16T23:10:30.501Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[146] 
18:10:30 [2024-02-16T23:10:30.501Z] 	ExportedPackage[] packages = admin.getExportedPackages(packageName);
18:10:30 [2024-02-16T23:10:30.501Z] 	^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.501Z] The type ExportedPackage is deprecated
18:10:30 [2024-02-16T23:10:30.502Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[146] 
18:10:30 [2024-02-16T23:10:30.502Z] 	ExportedPackage[] packages = admin.getExportedPackages(packageName);
18:10:30 [2024-02-16T23:10:30.502Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.502Z] The method getExportedPackages(String) from the type PackageAdmin is deprecated
18:10:30 [2024-02-16T23:10:30.502Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[151] 
18:10:30 [2024-02-16T23:10:30.502Z] 	if (packages[0].getExportingBundle().getState() == Bundle.ACTIVE) {
18:10:30 [2024-02-16T23:10:30.502Z] 	                ^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.502Z] The method getExportingBundle() from the type ExportedPackage is deprecated
18:10:30 [2024-02-16T23:10:30.502Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[157] 
18:10:30 [2024-02-16T23:10:30.502Z] 	.getAdapter(packages[0].getExportingBundle().loadClass(type.className));
18:10:30 [2024-02-16T23:10:30.502Z] 	                        ^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.502Z] The method getExportingBundle() from the type ExportedPackage is deprecated
18:10:30 [2024-02-16T23:10:30.502Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[224] 
18:10:30 [2024-02-16T23:10:30.502Z] 	private PackageAdmin getPackageAdmin() {
18:10:30 [2024-02-16T23:10:30.502Z] 	        ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.502Z] The type PackageAdmin is deprecated
18:10:30 [2024-02-16T23:10:30.502Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[227] 
18:10:30 [2024-02-16T23:10:30.502Z] 	PackageAdmin.class.getName(), null);
18:10:30 [2024-02-16T23:10:30.502Z] 	^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.502Z] The type PackageAdmin is deprecated
18:10:30 [2024-02-16T23:10:30.503Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/BasicWorkingSetElementAdapter.java:[231] 
18:10:30 [2024-02-16T23:10:30.503Z] 	return (PackageAdmin) packageTracker.getService();
18:10:30 [2024-02-16T23:10:30.503Z] 	        ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.503Z] The type PackageAdmin is deprecated
18:10:30 [2024-02-16T23:10:30.503Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/IWorkbench.java:[27] 
18:10:30 [2024-02-16T23:10:30.503Z] 	import org.eclipse.ui.contexts.IWorkbenchContextSupport;
18:10:30 [2024-02-16T23:10:30.503Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.503Z] The type IWorkbenchContextSupport is deprecated
18:10:30 [2024-02-16T23:10:30.503Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/activities/WorkbenchTriggerPointAdvisor.java:[118] 
18:10:30 [2024-02-16T23:10:30.503Z] 	WorkbenchPlugin.getDefault().savePluginPreferences();
18:10:30 [2024-02-16T23:10:30.503Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.503Z] The method savePluginPreferences() from the type Plugin is deprecated
18:10:30 [2024-02-16T23:10:30.503Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/CheckedTreeSelectionDialog.java:[34] 
18:10:30 [2024-02-16T23:10:30.503Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:10:30 [2024-02-16T23:10:30.503Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.503Z] The type ViewerSorter is deprecated
18:10:30 [2024-02-16T23:10:30.503Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/EditorSelectionDialog.java:[259] 
18:10:30 [2024-02-16T23:10:30.503Z] 	editorTable = new FilteredTree(contents, SWT.SINGLE | SWT.BORDER, new PatternFilter(), true);
18:10:30 [2024-02-16T23:10:30.503Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.503Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:10:30 [2024-02-16T23:10:30.504Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/dialogs/ElementTreeSelectionDialog.java:[37] 
18:10:30 [2024-02-16T23:10:30.504Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:10:30 [2024-02-16T23:10:30.504Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.504Z] The type ViewerSorter is deprecated
18:10:30 [2024-02-16T23:10:30.504Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ActivityPersistanceHelper.java:[254] 
18:10:30 [2024-02-16T23:10:30.504Z] 	WorkbenchPlugin.getDefault().savePluginPreferences();
18:10:30 [2024-02-16T23:10:30.504Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.504Z] The method savePluginPreferences() from the type Plugin is deprecated
18:10:30 [2024-02-16T23:10:30.504Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[30] 
18:10:30 [2024-02-16T23:10:30.504Z] 	import org.eclipse.ui.IKeyBindingService;
18:10:30 [2024-02-16T23:10:30.504Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.504Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.504Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[31] 
18:10:30 [2024-02-16T23:10:30.504Z] 	import org.eclipse.ui.INestableKeyBindingService;
18:10:30 [2024-02-16T23:10:30.504Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.504Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.504Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[47] 
18:10:30 [2024-02-16T23:10:30.504Z] 	public final class KeyBindingService implements INestableKeyBindingService {
18:10:30 [2024-02-16T23:10:30.504Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.504Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.505Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[54] 
18:10:30 [2024-02-16T23:10:30.505Z] 	private final Map<IWorkbenchSite, IKeyBindingService> nestedServices = new HashMap<>();
18:10:30 [2024-02-16T23:10:30.505Z] 	                                  ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.505Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.505Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[71] 
18:10:30 [2024-02-16T23:10:30.505Z] 	private IKeyBindingService activeService;
18:10:30 [2024-02-16T23:10:30.505Z] 	        ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.505Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.505Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[119] 
18:10:30 [2024-02-16T23:10:30.505Z] 	final IKeyBindingService service = nestedServices.get(nestedSite);
18:10:30 [2024-02-16T23:10:30.505Z] 	      ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.505Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.505Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[133] 
18:10:30 [2024-02-16T23:10:30.505Z] 	private void activateNestedService(IKeyBindingService service) {
18:10:30 [2024-02-16T23:10:30.505Z] 	                                   ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.505Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.505Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[255] 
18:10:30 [2024-02-16T23:10:30.505Z] 	public IKeyBindingService getKeyBindingService(IWorkbenchSite nestedSite) {
18:10:30 [2024-02-16T23:10:30.505Z] 	       ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.505Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.506Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[264] 
18:10:30 [2024-02-16T23:10:30.506Z] 	IKeyBindingService service = nestedServices.get(nestedSite);
18:10:30 [2024-02-16T23:10:30.506Z] 	^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.506Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.506Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/KeyBindingService.java:[339] 
18:10:30 [2024-02-16T23:10:30.506Z] 	final IKeyBindingService service = nestedServices.remove(nestedSite);
18:10:30 [2024-02-16T23:10:30.506Z] 	      ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.506Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.506Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java:[36] 
18:10:30 [2024-02-16T23:10:30.506Z] 	import org.eclipse.ui.IKeyBindingService;
18:10:30 [2024-02-16T23:10:30.506Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.506Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.506Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java:[240] 
18:10:30 [2024-02-16T23:10:30.506Z] 	e4Context.set(IKeyBindingService.class.getName(), new ContextFunction() {
18:10:30 [2024-02-16T23:10:30.506Z] 	              ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.506Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.506Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java:[547] 
18:10:30 [2024-02-16T23:10:30.506Z] 	public IKeyBindingService getKeyBindingService() {
18:10:30 [2024-02-16T23:10:30.506Z] 	       ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.506Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.506Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PartSite.java:[548] 
18:10:30 [2024-02-16T23:10:30.506Z] 	return e4Context.get(IKeyBindingService.class);
18:10:30 [2024-02-16T23:10:30.506Z] 	                     ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.506Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.507Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java:[29] 
18:10:30 [2024-02-16T23:10:30.507Z] 	import org.eclipse.ui.IActionDelegateWithEvent;
18:10:30 [2024-02-16T23:10:30.507Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.507Z] The type IActionDelegateWithEvent is deprecated
18:10:30 [2024-02-16T23:10:30.507Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java:[233] 
18:10:30 [2024-02-16T23:10:30.507Z] 	if (delegate instanceof IActionDelegateWithEvent) {
18:10:30 [2024-02-16T23:10:30.507Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.507Z] The type IActionDelegateWithEvent is deprecated
18:10:30 [2024-02-16T23:10:30.507Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java:[234] 
18:10:30 [2024-02-16T23:10:30.507Z] 	((IActionDelegateWithEvent) delegate).runWithEvent(this, event);
18:10:30 [2024-02-16T23:10:30.507Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.507Z] The type IActionDelegateWithEvent is deprecated
18:10:30 [2024-02-16T23:10:30.507Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/PluginAction.java:[234] 
18:10:30 [2024-02-16T23:10:30.507Z] 	((IActionDelegateWithEvent) delegate).runWithEvent(this, event);
18:10:30 [2024-02-16T23:10:30.507Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.507Z] The method runWithEvent(IAction, Event) from the type IActionDelegateWithEvent is deprecated
18:10:30 [2024-02-16T23:10:30.507Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ProductProperties.java:[307] 
18:10:30 [2024-02-16T23:10:30.507Z] 	property = product.getProperty(WINDOW_IMAGE);
18:10:30 [2024-02-16T23:10:30.507Z] 	                               ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.507Z] The field IProductConstants.WINDOW_IMAGE is deprecated
18:10:30 [2024-02-16T23:10:30.508Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewIntroAdapterSite.java:[20] 
18:10:30 [2024-02-16T23:10:30.508Z] 	import org.eclipse.ui.IKeyBindingService;
18:10:30 [2024-02-16T23:10:30.508Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.508Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.508Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewIntroAdapterSite.java:[59] 
18:10:30 [2024-02-16T23:10:30.508Z] 	public IKeyBindingService getKeyBindingService() {
18:10:30 [2024-02-16T23:10:30.508Z] 	       ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.508Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.508Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/ViewIntroAdapterSite.java:[60] 
18:10:30 [2024-02-16T23:10:30.508Z] 	return viewSite.getKeyBindingService();
18:10:30 [2024-02-16T23:10:30.508Z] 	                ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.508Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:10:30 [2024-02-16T23:10:30.508Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:[142] 
18:10:30 [2024-02-16T23:10:30.508Z] 	import org.eclipse.osgi.internal.location.LocationHelper;
18:10:30 [2024-02-16T23:10:30.508Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.508Z] Discouraged access: The type 'LocationHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/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')
18:10:30 [2024-02-16T23:10:30.509Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:[194] 
18:10:30 [2024-02-16T23:10:30.509Z] 	import org.eclipse.ui.contexts.IWorkbenchContextSupport;
18:10:30 [2024-02-16T23:10:30.509Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.509Z] The type IWorkbenchContextSupport is deprecated
18:10:30 [2024-02-16T23:10:30.509Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/Workbench.java:[3155] 
18:10:30 [2024-02-16T23:10:30.509Z] 	public IWorkbenchContextSupport getContextSupport() {
18:10:30 [2024-02-16T23:10:30.509Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.509Z] The type IWorkbenchContextSupport is deprecated
18:10:30 [2024-02-16T23:10:30.509Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[535] 
18:10:30 [2024-02-16T23:10:30.509Z] 	ListSelectionDialog dialog = new ListSelectionDialog(getShell(), parts,
18:10:30 [2024-02-16T23:10:30.509Z] 							ArrayContentProvider.getInstance(), labelProvider,
18:10:30 [2024-02-16T23:10:30.509Z] 							WorkbenchMessages.EditorManager_saveResourcesMessage);
18:10:30 [2024-02-16T23:10:30.509Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.509Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:10:30 [2024-02-16T23:10:30.509Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[646] 
18:10:30 [2024-02-16T23:10:30.509Z] 	ListSelectionDialog dialog = new ListSelectionDialog(getShell(), listParts,
18:10:30 [2024-02-16T23:10:30.509Z] 							ArrayContentProvider.getInstance(), labelProvider,
18:10:30 [2024-02-16T23:10:30.509Z] 							WorkbenchMessages.EditorManager_saveResourcesMessage);
18:10:30 [2024-02-16T23:10:30.509Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.509Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:10:30 [2024-02-16T23:10:30.510Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[907] 
18:10:30 [2024-02-16T23:10:30.510Z] 	boolean enableAnimations = preferenceStore.getBoolean(IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS);
18:10:30 [2024-02-16T23:10:30.510Z] 	                                                                                    ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.510Z] The field IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS is deprecated
18:10:30 [2024-02-16T23:10:30.510Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[908] 
18:10:30 [2024-02-16T23:10:30.510Z] 	preferenceStore.setValue(IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS, false);
18:10:30 [2024-02-16T23:10:30.510Z] 	                                                       ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.510Z] The field IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS is deprecated
18:10:30 [2024-02-16T23:10:30.510Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java:[933] 
18:10:30 [2024-02-16T23:10:30.510Z] 	preferenceStore.setValue(IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS, enableAnimations);
18:10:30 [2024-02-16T23:10:30.510Z] 	                                                       ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.510Z] The field IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS is deprecated
18:10:30 [2024-02-16T23:10:30.510Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/actions/ModifyWorkingSetDelegate.java:[166] 
18:10:30 [2024-02-16T23:10:30.510Z] 	contextMenuCreator.dispose();
18:10:30 [2024-02-16T23:10:30.510Z] 	                   ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.510Z] The method dispose() from the type QuickMenuCreator is deprecated
18:10:30 [2024-02-16T23:10:30.510Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityActionBarAdvisor.java:[44] 
18:10:30 [2024-02-16T23:10:30.510Z] 	wbAdvisor.fillActionBars(abc.getWindowConfigurer().getWindow(), abc, flags);
18:10:30 [2024-02-16T23:10:30.510Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.510Z] The method fillActionBars(IWorkbenchWindow, IActionBarConfigurer, int) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.511Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityActionBarAdvisor.java:[50] 
18:10:30 [2024-02-16T23:10:30.511Z] 	return wbAdvisor.isApplicationMenu(abc.getWindowConfigurer(), menuId);
18:10:30 [2024-02-16T23:10:30.511Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.511Z] The method isApplicationMenu(IWorkbenchWindowConfigurer, String) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.511Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[50] 
18:10:30 [2024-02-16T23:10:30.511Z] 	wbAdvisor.preWindowOpen(getWindowConfigurer());
18:10:30 [2024-02-16T23:10:30.511Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.511Z] The method preWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.511Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[60] 
18:10:30 [2024-02-16T23:10:30.511Z] 	wbAdvisor.postWindowRestore(getWindowConfigurer());
18:10:30 [2024-02-16T23:10:30.511Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.511Z] The method postWindowRestore(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.511Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[65] 
18:10:30 [2024-02-16T23:10:30.511Z] 	wbAdvisor.openIntro(getWindowConfigurer());
18:10:30 [2024-02-16T23:10:30.511Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.511Z] The method openIntro(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.511Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[70] 
18:10:30 [2024-02-16T23:10:30.511Z] 	wbAdvisor.postWindowCreate(getWindowConfigurer());
18:10:30 [2024-02-16T23:10:30.511Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.511Z] The method postWindowCreate(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.512Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[75] 
18:10:30 [2024-02-16T23:10:30.512Z] 	wbAdvisor.postWindowOpen(getWindowConfigurer());
18:10:30 [2024-02-16T23:10:30.512Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.512Z] The method postWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.512Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[80] 
18:10:30 [2024-02-16T23:10:30.512Z] 	return wbAdvisor.preWindowShellClose(getWindowConfigurer());
18:10:30 [2024-02-16T23:10:30.512Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.512Z] The method preWindowShellClose(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.512Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[85] 
18:10:30 [2024-02-16T23:10:30.512Z] 	wbAdvisor.postWindowClose(getWindowConfigurer());
18:10:30 [2024-02-16T23:10:30.512Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.512Z] The method postWindowClose(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.512Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[89] 
18:10:30 [2024-02-16T23:10:30.512Z] 	return wbAdvisor.isApplicationMenu(getWindowConfigurer(), menuId);
18:10:30 [2024-02-16T23:10:30.512Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.512Z] The method isApplicationMenu(IWorkbenchWindowConfigurer, String) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.512Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/application/CompatibilityWorkbenchWindowAdvisor.java:[98] 
18:10:30 [2024-02-16T23:10:30.512Z] 	wbAdvisor.createWindowContents(getWindowConfigurer(), shell);
18:10:30 [2024-02-16T23:10:30.512Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.512Z] The method createWindowContents(IWorkbenchWindowConfigurer, Shell) from the type WorkbenchAdvisor is deprecated
18:10:30 [2024-02-16T23:10:30.513Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[18] 
18:10:30 [2024-02-16T23:10:30.513Z] 	import org.eclipse.ui.contexts.IContext;
18:10:30 [2024-02-16T23:10:30.513Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.513Z] The type IContext is deprecated
18:10:30 [2024-02-16T23:10:30.513Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[19] 
18:10:30 [2024-02-16T23:10:30.513Z] 	import org.eclipse.ui.contexts.IContextListener;
18:10:30 [2024-02-16T23:10:30.513Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.513Z] The type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.513Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[20] 
18:10:30 [2024-02-16T23:10:30.513Z] 	import org.eclipse.ui.contexts.NotDefinedException;
18:10:30 [2024-02-16T23:10:30.513Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.513Z] The type NotDefinedException is deprecated
18:10:30 [2024-02-16T23:10:30.513Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[30] 
18:10:30 [2024-02-16T23:10:30.513Z] 	public class ContextLegacyWrapper implements IContext {
18:10:30 [2024-02-16T23:10:30.513Z] 	                                             ^^^^^^^^
18:10:30 [2024-02-16T23:10:30.513Z] The type IContext is deprecated
18:10:30 [2024-02-16T23:10:30.513Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[64] 
18:10:30 [2024-02-16T23:10:30.513Z] 	public void addContextListener(IContextListener contextListener) {
18:10:30 [2024-02-16T23:10:30.513Z] 	                               ^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.513Z] The type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.514Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[87] 
18:10:30 [2024-02-16T23:10:30.514Z] 	public String getName() throws NotDefinedException {
18:10:30 [2024-02-16T23:10:30.514Z] 	                               ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.514Z] The type NotDefinedException is deprecated
18:10:30 [2024-02-16T23:10:30.514Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[91] 
18:10:30 [2024-02-16T23:10:30.514Z] 	throw new NotDefinedException(e);
18:10:30 [2024-02-16T23:10:30.514Z] 	          ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.514Z] The type NotDefinedException is deprecated
18:10:30 [2024-02-16T23:10:30.514Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[91] 
18:10:30 [2024-02-16T23:10:30.514Z] 	throw new NotDefinedException(e);
18:10:30 [2024-02-16T23:10:30.514Z] 	          ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.514Z] The constructor NotDefinedException(NotDefinedException) is deprecated
18:10:30 [2024-02-16T23:10:30.514Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[96] 
18:10:30 [2024-02-16T23:10:30.514Z] 	public String getParentId() throws NotDefinedException {
18:10:30 [2024-02-16T23:10:30.514Z] 	                                   ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.514Z] The type NotDefinedException is deprecated
18:10:30 [2024-02-16T23:10:30.514Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[100] 
18:10:30 [2024-02-16T23:10:30.514Z] 	throw new NotDefinedException(e);
18:10:30 [2024-02-16T23:10:30.514Z] 	          ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.514Z] The type NotDefinedException is deprecated
18:10:30 [2024-02-16T23:10:30.514Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[100] 
18:10:30 [2024-02-16T23:10:30.514Z] 	throw new NotDefinedException(e);
18:10:30 [2024-02-16T23:10:30.514Z] 	          ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.514Z] The constructor NotDefinedException(NotDefinedException) is deprecated
18:10:30 [2024-02-16T23:10:30.515Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextLegacyWrapper.java:[115] 
18:10:30 [2024-02-16T23:10:30.515Z] 	public void removeContextListener(IContextListener contextListener) {
18:10:30 [2024-02-16T23:10:30.515Z] 	                                  ^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.515Z] The type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.515Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[27] 
18:10:30 [2024-02-16T23:10:30.515Z] 	import org.eclipse.ui.contexts.ContextManagerEvent;
18:10:30 [2024-02-16T23:10:30.515Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.515Z] The type ContextManagerEvent is deprecated
18:10:30 [2024-02-16T23:10:30.515Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[28] 
18:10:30 [2024-02-16T23:10:30.515Z] 	import org.eclipse.ui.contexts.IContext;
18:10:30 [2024-02-16T23:10:30.515Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.515Z] The type IContext is deprecated
18:10:30 [2024-02-16T23:10:30.515Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[29] 
18:10:30 [2024-02-16T23:10:30.515Z] 	import org.eclipse.ui.contexts.IContextManager;
18:10:30 [2024-02-16T23:10:30.515Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.515Z] The type IContextManager is deprecated
18:10:30 [2024-02-16T23:10:30.515Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[30] 
18:10:30 [2024-02-16T23:10:30.515Z] 	import org.eclipse.ui.contexts.IContextManagerListener;
18:10:30 [2024-02-16T23:10:30.515Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.515Z] The type IContextManagerListener is deprecated
18:10:30 [2024-02-16T23:10:30.516Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[39] 
18:10:30 [2024-02-16T23:10:30.516Z] 	implements org.eclipse.core.commands.contexts.IContextManagerListener, IContextManager {
18:10:30 [2024-02-16T23:10:30.516Z] 	                                                                       ^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.516Z] The type IContextManager is deprecated
18:10:30 [2024-02-16T23:10:30.516Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[131] 
18:10:30 [2024-02-16T23:10:30.516Z] 	private List<IContextManagerListener> contextManagerListeners;
18:10:30 [2024-02-16T23:10:30.516Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.516Z] The type IContextManagerListener is deprecated
18:10:30 [2024-02-16T23:10:30.516Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[151] 
18:10:30 [2024-02-16T23:10:30.516Z] 	public void addContextManagerListener(IContextManagerListener contextManagerListener) {
18:10:30 [2024-02-16T23:10:30.516Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.516Z] The type IContextManagerListener is deprecated
18:10:30 [2024-02-16T23:10:30.516Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[185] 
18:10:30 [2024-02-16T23:10:30.516Z] 	new ContextManagerEvent(this, definedContextsChanged, contextManagerEvent.isActiveContextsChanged(),
18:10:30 [2024-02-16T23:10:30.516Z] 	    ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.516Z] The type ContextManagerEvent is deprecated
18:10:30 [2024-02-16T23:10:30.516Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[185] 
18:10:30 [2024-02-16T23:10:30.516Z] 	new ContextManagerEvent(this, definedContextsChanged, contextManagerEvent.isActiveContextsChanged(),
18:10:30 [2024-02-16T23:10:30.516Z] 						previouslyDefinedContextIds, contextManagerEvent.getPreviouslyActiveContextIds()));
18:10:30 [2024-02-16T23:10:30.516Z] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.517Z] The constructor ContextManagerEvent(IContextManager, boolean, boolean, Set, Set) is deprecated
18:10:30 [2024-02-16T23:10:30.517Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[190] 
18:10:30 [2024-02-16T23:10:30.517Z] 	protected void fireContextManagerChanged(ContextManagerEvent contextManagerEvent) {
18:10:30 [2024-02-16T23:10:30.517Z] 	                                         ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.517Z] The type ContextManagerEvent is deprecated
18:10:30 [2024-02-16T23:10:30.517Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[196] 
18:10:30 [2024-02-16T23:10:30.517Z] 	for (IContextManagerListener contextManagerListener : contextManagerListeners) {
18:10:30 [2024-02-16T23:10:30.517Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.517Z] The type IContextManagerListener is deprecated
18:10:30 [2024-02-16T23:10:30.517Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[197] 
18:10:30 [2024-02-16T23:10:30.517Z] 	contextManagerListener.contextManagerChanged(contextManagerEvent);
18:10:30 [2024-02-16T23:10:30.517Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.517Z] The method contextManagerChanged(ContextManagerEvent) from the type IContextManagerListener is deprecated
18:10:30 [2024-02-16T23:10:30.517Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[203] 
18:10:30 [2024-02-16T23:10:30.517Z] 	public IContext getContext(String contextId) {
18:10:30 [2024-02-16T23:10:30.517Z] 	       ^^^^^^^^
18:10:30 [2024-02-16T23:10:30.517Z] The type IContext is deprecated
18:10:30 [2024-02-16T23:10:30.517Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/ContextManagerLegacyWrapper.java:[218] 
18:10:30 [2024-02-16T23:10:30.517Z] 	public void removeContextManagerListener(IContextManagerListener contextManagerListener) {
18:10:30 [2024-02-16T23:10:30.517Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.517Z] The type IContextManagerListener is deprecated
18:10:30 [2024-02-16T23:10:30.518Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[23] 
18:10:30 [2024-02-16T23:10:30.518Z] 	import org.eclipse.ui.contexts.IContext;
18:10:30 [2024-02-16T23:10:30.518Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.518Z] The type IContext is deprecated
18:10:30 [2024-02-16T23:10:30.518Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[39] 
18:10:30 [2024-02-16T23:10:30.518Z] 	private final IContext context;
18:10:30 [2024-02-16T23:10:30.518Z] 	              ^^^^^^^^
18:10:30 [2024-02-16T23:10:30.518Z] The type IContext is deprecated
18:10:30 [2024-02-16T23:10:30.518Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[50] 
18:10:30 [2024-02-16T23:10:30.518Z] 	private final org.eclipse.ui.contexts.IContextListener wrappedListener;
18:10:30 [2024-02-16T23:10:30.518Z] 	                                      ^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.518Z] The type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.518Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[63] 
18:10:30 [2024-02-16T23:10:30.518Z] 	public LegacyContextListenerWrapper(final org.eclipse.ui.contexts.IContextListener listener,
18:10:30 [2024-02-16T23:10:30.518Z] 	                                                                  ^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.518Z] The type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.518Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[64] 
18:10:30 [2024-02-16T23:10:30.518Z] 	final ContextManager contextManager, final IContext context) {
18:10:30 [2024-02-16T23:10:30.518Z] 	                                           ^^^^^^^^
18:10:30 [2024-02-16T23:10:30.518Z] The type IContext is deprecated
18:10:30 [2024-02-16T23:10:30.519Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[84] 
18:10:30 [2024-02-16T23:10:30.519Z] 	wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent(
18:10:30 [2024-02-16T23:10:30.519Z] 				new ContextLegacyWrapper(contextEvent.getContext(), contextManager), contextEvent.isDefinedChanged(),
18:10:30 [2024-02-16T23:10:30.519Z] 				false, contextEvent.isNameChanged(), contextEvent.isParentIdChanged()));
18:10:30 [2024-02-16T23:10:30.519Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.519Z] The method contextChanged(ContextEvent) from the type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.519Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[84] 
18:10:30 [2024-02-16T23:10:30.519Z] 	wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent(
18:10:30 [2024-02-16T23:10:30.519Z] 				new ContextLegacyWrapper(contextEvent.getContext(), contextManager), contextEvent.isDefinedChanged(),
18:10:30 [2024-02-16T23:10:30.519Z] 				false, contextEvent.isNameChanged(), contextEvent.isParentIdChanged()));
18:10:30 [2024-02-16T23:10:30.519Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.519Z] The constructor ContextEvent(IContext, boolean, boolean, boolean, boolean) is deprecated
18:10:30 [2024-02-16T23:10:30.519Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[84] 
18:10:30 [2024-02-16T23:10:30.519Z] 	wrappedListener.contextChanged(new org.eclipse.ui.contexts.ContextEvent(
18:10:30 [2024-02-16T23:10:30.519Z] 	                                                           ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.519Z] The type ContextEvent is deprecated
18:10:30 [2024-02-16T23:10:30.519Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[91] 
18:10:30 [2024-02-16T23:10:30.519Z] 	final String contextId = context.getId();
18:10:30 [2024-02-16T23:10:30.519Z] 	                                 ^^^^^^^
18:10:30 [2024-02-16T23:10:30.519Z] The method getId() from the type IContext is deprecated
18:10:30 [2024-02-16T23:10:30.520Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[110] 
18:10:30 [2024-02-16T23:10:30.520Z] 	.contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false));
18:10:30 [2024-02-16T23:10:30.520Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.520Z] The method contextChanged(ContextEvent) from the type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.520Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[110] 
18:10:30 [2024-02-16T23:10:30.520Z] 	.contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false));
18:10:30 [2024-02-16T23:10:30.520Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.520Z] The constructor ContextEvent(IContext, boolean, boolean, boolean, boolean) is deprecated
18:10:30 [2024-02-16T23:10:30.520Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[110] 
18:10:30 [2024-02-16T23:10:30.520Z] 	.contextChanged(new org.eclipse.ui.contexts.ContextEvent(context, false, enabledChanged, false, false));
18:10:30 [2024-02-16T23:10:30.520Z] 	                                            ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.520Z] The type ContextEvent is deprecated
18:10:30 [2024-02-16T23:10:30.520Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[120] 
18:10:30 [2024-02-16T23:10:30.520Z] 	if (object instanceof org.eclipse.ui.contexts.IContextListener) {
18:10:30 [2024-02-16T23:10:30.520Z] 	                                              ^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.520Z] The type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.521Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[121] 
18:10:30 [2024-02-16T23:10:30.521Z] 	final org.eclipse.ui.contexts.IContextListener other = (org.eclipse.ui.contexts.IContextListener) object;
18:10:30 [2024-02-16T23:10:30.521Z] 	                              ^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.521Z] The type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.521Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/LegacyContextListenerWrapper.java:[121] 
18:10:30 [2024-02-16T23:10:30.521Z] 	final org.eclipse.ui.contexts.IContextListener other = (org.eclipse.ui.contexts.IContextListener) object;
18:10:30 [2024-02-16T23:10:30.521Z] 	                                                                                ^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.521Z] The type IContextListener is deprecated
18:10:30 [2024-02-16T23:10:30.521Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[23] 
18:10:30 [2024-02-16T23:10:30.521Z] 	import org.eclipse.ui.contexts.EnabledSubmission;
18:10:30 [2024-02-16T23:10:30.521Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.521Z] The type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.521Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[25] 
18:10:30 [2024-02-16T23:10:30.521Z] 	import org.eclipse.ui.contexts.IContextManager;
18:10:30 [2024-02-16T23:10:30.521Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.521Z] The type IContextManager is deprecated
18:10:30 [2024-02-16T23:10:30.521Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[27] 
18:10:30 [2024-02-16T23:10:30.521Z] 	import org.eclipse.ui.contexts.IWorkbenchContextSupport;
18:10:30 [2024-02-16T23:10:30.522Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.522Z] The type IWorkbenchContextSupport is deprecated
18:10:30 [2024-02-16T23:10:30.522Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[37] 
18:10:30 [2024-02-16T23:10:30.522Z] 	public class WorkbenchContextSupport implements IWorkbenchContextSupport {
18:10:30 [2024-02-16T23:10:30.522Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.522Z] The type IWorkbenchContextSupport is deprecated
18:10:30 [2024-02-16T23:10:30.522Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[45] 
18:10:30 [2024-02-16T23:10:30.522Z] 	private Map<EnabledSubmission, IContextActivation> activationsBySubmission = null;
18:10:30 [2024-02-16T23:10:30.522Z] 	            ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.522Z] The type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.522Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[85] 
18:10:30 [2024-02-16T23:10:30.522Z] 	public final void addEnabledSubmission(final EnabledSubmission enabledSubmission) {
18:10:30 [2024-02-16T23:10:30.522Z] 	                                             ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.522Z] The type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.522Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[86] 
18:10:30 [2024-02-16T23:10:30.522Z] 	final IContextActivation activation = contextService.activateContext(enabledSubmission.getContextId(),
18:10:30 [2024-02-16T23:10:30.522Z] 	                                                                                       ^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.522Z] The method getContextId() from the type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.523Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[87] 
18:10:30 [2024-02-16T23:10:30.523Z] 	new LegacyHandlerSubmissionExpression(enabledSubmission.getActivePartId(),
18:10:30 [2024-02-16T23:10:30.523Z] 	                                                        ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.523Z] The method getActivePartId() from the type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.523Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[88] 
18:10:30 [2024-02-16T23:10:30.523Z] 	enabledSubmission.getActiveShell(), enabledSubmission.getActiveWorkbenchPartSite()));
18:10:30 [2024-02-16T23:10:30.523Z] 	                  ^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.523Z] The method getActiveShell() from the type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.523Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[88] 
18:10:30 [2024-02-16T23:10:30.523Z] 	enabledSubmission.getActiveShell(), enabledSubmission.getActiveWorkbenchPartSite()));
18:10:30 [2024-02-16T23:10:30.523Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.523Z] The method getActiveWorkbenchPartSite() from the type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.524Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[97] 
18:10:30 [2024-02-16T23:10:30.524Z] 	final Iterator<EnabledSubmission> submissionItr = enabledSubmissions.iterator();
18:10:30 [2024-02-16T23:10:30.524Z] 	               ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.524Z] The type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.524Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[104] 
18:10:30 [2024-02-16T23:10:30.524Z] 	public final IContextManager getContextManager() {
18:10:30 [2024-02-16T23:10:30.524Z] 	             ^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.524Z] The type IContextManager is deprecated
18:10:30 [2024-02-16T23:10:30.524Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[129] 
18:10:30 [2024-02-16T23:10:30.524Z] 	public final void removeEnabledSubmission(final EnabledSubmission enabledSubmission) {
18:10:30 [2024-02-16T23:10:30.524Z] 	                                                ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.524Z] The type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.524Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/contexts/WorkbenchContextSupport.java:[143] 
18:10:30 [2024-02-16T23:10:30.524Z] 	final Iterator<EnabledSubmission> submissionItr = enabledSubmissions.iterator();
18:10:30 [2024-02-16T23:10:30.524Z] 	               ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.524Z] The type EnabledSubmission is deprecated
18:10:30 [2024-02-16T23:10:30.525Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/FullDecoratorDefinition.java:[59] 
18:10:30 [2024-02-16T23:10:30.525Z] 	Platform.run(
18:10:30 [2024-02-16T23:10:30.525Z] 					new SafeRunnable(NLS.bind(WorkbenchMessages.DecoratorManager_ErrorActivatingDecorator, getName())) {
18:10:30 [2024-02-16T23:10:30.525Z] 						@Override
18:10:30 [2024-02-16T23:10:30.525Z] 						public void run() {
18:10:30 [2024-02-16T23:10:30.525Z] 							try {
18:10:30 [2024-02-16T23:10:30.525Z] 								decorator = (ILabelDecorator) WorkbenchPlugin.createExtension(definingElement,
18:10:30 [2024-02-16T23:10:30.525Z] 										DecoratorDefinition.ATT_CLASS);
18:10:30 [2024-02-16T23:10:30.525Z] 								decorator.addListener(WorkbenchPlugin.getDefault().getDecoratorManager());
18:10:30 [2024-02-16T23:10:30.525Z] 							} catch (CoreException exception) {
18:10:30 [2024-02-16T23:10:30.525Z] 								exceptions[0] = exception;
18:10:30 [2024-02-16T23:10:30.525Z] 							}
18:10:30 [2024-02-16T23:10:30.525Z] 						}
18:10:30 [2024-02-16T23:10:30.525Z] 					});
18:10:30 [2024-02-16T23:10:30.525Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.525Z] The method run(ISafeRunnable) from the type Platform is deprecated
18:10:30 [2024-02-16T23:10:30.525Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/ImportExportPage.java:[114] 
18:10:30 [2024-02-16T23:10:30.525Z] 	FilteredTree filteredTree = new FilteredTree(parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER,
18:10:30 [2024-02-16T23:10:30.525Z] 					new WizardPatternFilter(), true);
18:10:30 [2024-02-16T23:10:30.525Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.525Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:10:30 [2024-02-16T23:10:30.526Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[44] 
18:10:30 [2024-02-16T23:10:30.526Z] 	import org.eclipse.ui.IActionDelegateWithEvent;
18:10:30 [2024-02-16T23:10:30.526Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.526Z] The type IActionDelegateWithEvent is deprecated
18:10:30 [2024-02-16T23:10:30.526Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[279] 
18:10:30 [2024-02-16T23:10:30.526Z] 	} else if ((delegate instanceof IActionDelegateWithEvent) && (trigger instanceof Event)) {
18:10:30 [2024-02-16T23:10:30.526Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.526Z] The type IActionDelegateWithEvent is deprecated
18:10:30 [2024-02-16T23:10:30.526Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[281] 
18:10:30 [2024-02-16T23:10:30.526Z] 	final IActionDelegateWithEvent delegateWithEvent = (IActionDelegateWithEvent) delegate;
18:10:30 [2024-02-16T23:10:30.526Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.526Z] The type IActionDelegateWithEvent is deprecated
18:10:30 [2024-02-16T23:10:30.526Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[281] 
18:10:30 [2024-02-16T23:10:30.526Z] 	final IActionDelegateWithEvent delegateWithEvent = (IActionDelegateWithEvent) delegate;
18:10:30 [2024-02-16T23:10:30.526Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.526Z] The type IActionDelegateWithEvent is deprecated
18:10:30 [2024-02-16T23:10:30.527Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java:[283] 
18:10:30 [2024-02-16T23:10:30.527Z] 	delegateWithEvent.runWithEvent(action, triggeringEvent);
18:10:30 [2024-02-16T23:10:30.527Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.527Z] The method runWithEvent(IAction, Event) from the type IActionDelegateWithEvent is deprecated
18:10:30 [2024-02-16T23:10:30.527Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/CommandLegacyActionWrapper.java:[327] 
18:10:30 [2024-02-16T23:10:30.527Z] 	baseCommand.execute(executionEvent);
18:10:30 [2024-02-16T23:10:30.527Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.527Z] The method execute(ExecutionEvent) from the type Command is deprecated
18:10:30 [2024-02-16T23:10:30.527Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/QuickMenuHandler.java:[68] 
18:10:30 [2024-02-16T23:10:30.527Z] 	creator.dispose();
18:10:30 [2024-02-16T23:10:30.527Z] 	        ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.527Z] The method dispose() from the type QuickMenuCreator is deprecated
18:10:30 [2024-02-16T23:10:30.527Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java:[30] 
18:10:30 [2024-02-16T23:10:30.527Z] 	import org.eclipse.help.IHelp;
18:10:30 [2024-02-16T23:10:30.527Z] 	       ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.527Z] The type IHelp has been deprecated since version 2023-12 and marked for removal
18:10:30 [2024-02-16T23:10:30.527Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java:[190] 
18:10:30 [2024-02-16T23:10:30.527Z] 	private class CompatibilityIHelpImplementation implements IHelp {
18:10:30 [2024-02-16T23:10:30.527Z] 	                                                          ^^^^^
18:10:30 [2024-02-16T23:10:30.527Z] The type IHelp has been deprecated since version 2023-12 and marked for removal
18:10:30 [2024-02-16T23:10:30.528Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java:[358] 
18:10:30 [2024-02-16T23:10:30.528Z] 	private IHelp helpCompatibilityWrapper = null;
18:10:30 [2024-02-16T23:10:30.528Z] 	        ^^^^^
18:10:30 [2024-02-16T23:10:30.528Z] The type IHelp has been deprecated since version 2023-12 and marked for removal
18:10:30 [2024-02-16T23:10:30.528Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[23] 
18:10:30 [2024-02-16T23:10:30.528Z] 	import org.eclipse.ui.keys.IKeyFormatter;
18:10:30 [2024-02-16T23:10:30.528Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.528Z] The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.528Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[24] 
18:10:30 [2024-02-16T23:10:30.528Z] 	import org.eclipse.ui.keys.Key;
18:10:30 [2024-02-16T23:10:30.528Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.528Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.528Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[25] 
18:10:30 [2024-02-16T23:10:30.528Z] 	import org.eclipse.ui.keys.KeySequence;
18:10:30 [2024-02-16T23:10:30.528Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.528Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.529Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[26] 
18:10:30 [2024-02-16T23:10:30.529Z] 	import org.eclipse.ui.keys.KeyStroke;
18:10:30 [2024-02-16T23:10:30.529Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.529Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.529Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[27] 
18:10:30 [2024-02-16T23:10:30.529Z] 	import org.eclipse.ui.keys.ModifierKey;
18:10:30 [2024-02-16T23:10:30.529Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.529Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.529Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[28] 
18:10:30 [2024-02-16T23:10:30.529Z] 	import org.eclipse.ui.keys.NaturalKey;
18:10:30 [2024-02-16T23:10:30.529Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.529Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.529Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[38] 
18:10:30 [2024-02-16T23:10:30.529Z] 	public abstract class AbstractKeyFormatter implements IKeyFormatter {
18:10:30 [2024-02-16T23:10:30.529Z] 	                                                      ^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.529Z] The type IKeyFormatter has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.529Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[62] 
18:10:30 [2024-02-16T23:10:30.529Z] 	public String format(Key key) {
18:10:30 [2024-02-16T23:10:30.529Z] 	                     ^^^
18:10:30 [2024-02-16T23:10:30.529Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.530Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[63] 
18:10:30 [2024-02-16T23:10:30.530Z] 	String name = key.toString();
18:10:30 [2024-02-16T23:10:30.530Z] 	                  ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.530Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.530Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[68] 
18:10:30 [2024-02-16T23:10:30.530Z] 	public String format(KeySequence keySequence) {
18:10:30 [2024-02-16T23:10:30.530Z] 	                     ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.530Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.530Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[71] 
18:10:30 [2024-02-16T23:10:30.530Z] 	Iterator<KeyStroke> keyStrokeItr = keySequence.getKeyStrokes().iterator();
18:10:30 [2024-02-16T23:10:30.530Z] 	         ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.530Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.530Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[71] 
18:10:30 [2024-02-16T23:10:30.530Z] 	Iterator<KeyStroke> keyStrokeItr = keySequence.getKeyStrokes().iterator();
18:10:30 [2024-02-16T23:10:30.530Z] 	                                               ^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.530Z] The method getKeyStrokes() from the type KeySequence has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.530Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[84] 
18:10:30 [2024-02-16T23:10:30.530Z] 	public String format(KeyStroke keyStroke) {
18:10:30 [2024-02-16T23:10:30.530Z] 	                     ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.530Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.531Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[88] 
18:10:30 [2024-02-16T23:10:30.531Z] 	SortedSet<ModifierKey> modifierKeys = new TreeSet<>(getModifierKeyComparator());
18:10:30 [2024-02-16T23:10:30.531Z] 	          ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.531Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.531Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[89] 
18:10:30 [2024-02-16T23:10:30.531Z] 	modifierKeys.addAll(keyStroke.getModifierKeys());
18:10:30 [2024-02-16T23:10:30.531Z] 	                              ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.531Z] The method getModifierKeys() from the type KeyStroke has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.531Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[91] 
18:10:30 [2024-02-16T23:10:30.531Z] 	Iterator<ModifierKey> modifierKeyItr = modifierKeys.iterator();
18:10:30 [2024-02-16T23:10:30.531Z] 	         ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.531Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.531Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[98] 
18:10:30 [2024-02-16T23:10:30.531Z] 	NaturalKey naturalKey = keyStroke.getNaturalKey();
18:10:30 [2024-02-16T23:10:30.531Z] 	^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.531Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.531Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractKeyFormatter.java:[98] 
18:10:30 [2024-02-16T23:10:30.531Z] 	NaturalKey naturalKey = keyStroke.getNaturalKey();
18:10:30 [2024-02-16T23:10:30.531Z] 	                                  ^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.531Z] The method getNaturalKey() from the type KeyStroke has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.532Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[17] 
18:10:30 [2024-02-16T23:10:30.532Z] 	import org.eclipse.ui.keys.ModifierKey;
18:10:30 [2024-02-16T23:10:30.532Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.532Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.532Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[19] 
18:10:30 [2024-02-16T23:10:30.532Z] 	abstract class AbstractModifierKeyComparator implements Comparator<ModifierKey> {
18:10:30 [2024-02-16T23:10:30.532Z] 	                                                                   ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.532Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.532Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[22] 
18:10:30 [2024-02-16T23:10:30.532Z] 	public int compare(ModifierKey modifierKeyLeft, ModifierKey modifierKeyRight) {
18:10:30 [2024-02-16T23:10:30.532Z] 	                   ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.532Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.532Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[22] 
18:10:30 [2024-02-16T23:10:30.532Z] 	public int compare(ModifierKey modifierKeyLeft, ModifierKey modifierKeyRight) {
18:10:30 [2024-02-16T23:10:30.532Z] 	                                                ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.532Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.532Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[29] 
18:10:30 [2024-02-16T23:10:30.533Z] 	return modifierKeyLeft.compareTo(modifierKeyRight);
18:10:30 [2024-02-16T23:10:30.533Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.533Z] The method compareTo(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.533Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AbstractModifierKeyComparator.java:[32] 
18:10:30 [2024-02-16T23:10:30.533Z] 	protected abstract int rank(ModifierKey modifierKey);
18:10:30 [2024-02-16T23:10:30.533Z] 	                            ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.533Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.533Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[18] 
18:10:30 [2024-02-16T23:10:30.533Z] 	import org.eclipse.ui.keys.ModifierKey;
18:10:30 [2024-02-16T23:10:30.533Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.533Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.533Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[25] 
18:10:30 [2024-02-16T23:10:30.533Z] 	public class AlphabeticModifierKeyComparator implements Comparator<ModifierKey> {
18:10:30 [2024-02-16T23:10:30.533Z] 	                                                                   ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.533Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.533Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[28] 
18:10:30 [2024-02-16T23:10:30.533Z] 	public int compare(ModifierKey modifierKeyLeft, ModifierKey modifierKeyRight) {
18:10:30 [2024-02-16T23:10:30.533Z] 	                   ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.533Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.534Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[28] 
18:10:30 [2024-02-16T23:10:30.534Z] 	public int compare(ModifierKey modifierKeyLeft, ModifierKey modifierKeyRight) {
18:10:30 [2024-02-16T23:10:30.534Z] 	                                                ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.534Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.534Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[29] 
18:10:30 [2024-02-16T23:10:30.534Z] 	return modifierKeyLeft.toString().compareTo(modifierKeyRight.toString());
18:10:30 [2024-02-16T23:10:30.534Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.534Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.534Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/AlphabeticModifierKeyComparator.java:[29] 
18:10:30 [2024-02-16T23:10:30.534Z] 	return modifierKeyLeft.toString().compareTo(modifierKeyRight.toString());
18:10:30 [2024-02-16T23:10:30.534Z] 	                                                             ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.534Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.534Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/BindingPersistence.java:[610] 
18:10:30 [2024-02-16T23:10:30.534Z] 	} else if (Util.WS_CARBON.equals(platform)) {
18:10:30 [2024-02-16T23:10:30.534Z] 	                ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.534Z] The field Util.WS_CARBON is deprecated
18:10:30 [2024-02-16T23:10:30.534Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[24] 
18:10:30 [2024-02-16T23:10:30.535Z] 	import org.eclipse.ui.keys.KeySequence;
18:10:30 [2024-02-16T23:10:30.535Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.535Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.535Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[25] 
18:10:30 [2024-02-16T23:10:30.535Z] 	import org.eclipse.ui.keys.KeyStroke;
18:10:30 [2024-02-16T23:10:30.535Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.535Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.535Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[26] 
18:10:30 [2024-02-16T23:10:30.535Z] 	import org.eclipse.ui.keys.ModifierKey;
18:10:30 [2024-02-16T23:10:30.535Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.535Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.535Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[27] 
18:10:30 [2024-02-16T23:10:30.535Z] 	import org.eclipse.ui.keys.NaturalKey;
18:10:30 [2024-02-16T23:10:30.535Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.535Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.535Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[38] 
18:10:30 [2024-02-16T23:10:30.535Z] 	public String format(KeySequence keySequence) {
18:10:30 [2024-02-16T23:10:30.535Z] 	                     ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.535Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.535Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[41] 
18:10:30 [2024-02-16T23:10:30.535Z] 	List<KeyStroke> keyStrokes = keySequence.getKeyStrokes();
18:10:30 [2024-02-16T23:10:30.535Z] 	     ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.535Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.536Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[41] 
18:10:30 [2024-02-16T23:10:30.536Z] 	List<KeyStroke> keyStrokes = keySequence.getKeyStrokes();
18:10:30 [2024-02-16T23:10:30.536Z] 	                                         ^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.536Z] The method getKeyStrokes() from the type KeySequence has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.536Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[42] 
18:10:30 [2024-02-16T23:10:30.536Z] 	KeyStroke[] keyStrokeArray = keyStrokes.toArray(new KeyStroke[keyStrokes.size()]);
18:10:30 [2024-02-16T23:10:30.536Z] 	^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.536Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.536Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[42] 
18:10:30 [2024-02-16T23:10:30.536Z] 	KeyStroke[] keyStrokeArray = keyStrokes.toArray(new KeyStroke[keyStrokes.size()]);
18:10:30 [2024-02-16T23:10:30.536Z] 	                                                    ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.536Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.536Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[43] 
18:10:30 [2024-02-16T23:10:30.536Z] 	Set<ModifierKey> previousModifierKeys = Collections.emptySet();
18:10:30 [2024-02-16T23:10:30.536Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.536Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.536Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[44] 
18:10:30 [2024-02-16T23:10:30.536Z] 	List<NaturalKey> naturalKeys = new ArrayList<>();
18:10:30 [2024-02-16T23:10:30.536Z] 	     ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.536Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.537Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[46] 
18:10:30 [2024-02-16T23:10:30.537Z] 	KeyStroke keyStroke = keyStrokeArray[i];
18:10:30 [2024-02-16T23:10:30.537Z] 	^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.537Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.537Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[47] 
18:10:30 [2024-02-16T23:10:30.537Z] 	Set<ModifierKey> currentModifierKeys = keyStroke.getModifierKeys();
18:10:30 [2024-02-16T23:10:30.537Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.537Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.537Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[47] 
18:10:30 [2024-02-16T23:10:30.537Z] 	Set<ModifierKey> currentModifierKeys = keyStroke.getModifierKeys();
18:10:30 [2024-02-16T23:10:30.537Z] 	                                                 ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.537Z] The method getModifierKeys() from the type KeyStroke has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.537Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[62] 
18:10:30 [2024-02-16T23:10:30.537Z] 	naturalKeys.add(keyStroke.getNaturalKey());
18:10:30 [2024-02-16T23:10:30.537Z] 	                          ^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.537Z] The method getNaturalKey() from the type KeyStroke has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.537Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[70] 
18:10:30 [2024-02-16T23:10:30.537Z] 	public String formatKeyStrokes(Set<ModifierKey> modifierKeys, List<?> naturalKeys) {
18:10:30 [2024-02-16T23:10:30.537Z] 	                                   ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.537Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.538Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[75] 
18:10:30 [2024-02-16T23:10:30.538Z] 	SortedSet<ModifierKey> sortedModifierKeys = new TreeSet<>(getModifierKeyComparator());
18:10:30 [2024-02-16T23:10:30.538Z] 	          ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.538Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.538Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[77] 
18:10:30 [2024-02-16T23:10:30.538Z] 	Iterator<ModifierKey> sortedModifierKeyItr = sortedModifierKeys.iterator();
18:10:30 [2024-02-16T23:10:30.538Z] 	         ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.538Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.538Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[87] 
18:10:30 [2024-02-16T23:10:30.538Z] 	if (naturalKey instanceof NaturalKey) {
18:10:30 [2024-02-16T23:10:30.538Z] 	                          ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.538Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.538Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/CompactKeyFormatter.java:[88] 
18:10:30 [2024-02-16T23:10:30.538Z] 	stringBuffer.append(format((NaturalKey) naturalKey));
18:10:30 [2024-02-16T23:10:30.538Z] 	                            ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.538Z] The type NaturalKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.538Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[21] 
18:10:30 [2024-02-16T23:10:30.538Z] 	import org.eclipse.ui.keys.Key;
18:10:30 [2024-02-16T23:10:30.538Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.538Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.539Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[22] 
18:10:30 [2024-02-16T23:10:30.539Z] 	import org.eclipse.ui.keys.KeySequence;
18:10:30 [2024-02-16T23:10:30.539Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.539Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.539Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[23] 
18:10:30 [2024-02-16T23:10:30.539Z] 	import org.eclipse.ui.keys.KeyStroke;
18:10:30 [2024-02-16T23:10:30.539Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.539Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.539Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[24] 
18:10:30 [2024-02-16T23:10:30.539Z] 	import org.eclipse.ui.keys.ModifierKey;
18:10:30 [2024-02-16T23:10:30.539Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.539Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.539Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[54] 
18:10:30 [2024-02-16T23:10:30.539Z] 	public String format(Key key) {
18:10:30 [2024-02-16T23:10:30.539Z] 	                     ^^^
18:10:30 [2024-02-16T23:10:30.539Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.539Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[55] 
18:10:30 [2024-02-16T23:10:30.539Z] 	if (key instanceof ModifierKey) {
18:10:30 [2024-02-16T23:10:30.539Z] 	                   ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.539Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.540Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[56] 
18:10:30 [2024-02-16T23:10:30.540Z] 	String formattedName = Util.translateString(RESOURCE_BUNDLE, key.toString(), null, false, false);
18:10:30 [2024-02-16T23:10:30.540Z] 	                                                                 ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.540Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.540Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[67] 
18:10:30 [2024-02-16T23:10:30.540Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_DELIMITER_KEY, KeyStroke.KEY_DELIMITER, false, false);
18:10:30 [2024-02-16T23:10:30.540Z] 	                                                                ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.540Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.540Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[67] 
18:10:30 [2024-02-16T23:10:30.540Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_DELIMITER_KEY, KeyStroke.KEY_DELIMITER, false, false);
18:10:30 [2024-02-16T23:10:30.540Z] 	                                                                          ^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.540Z] The field KeyStroke.KEY_DELIMITER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.540Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[72] 
18:10:30 [2024-02-16T23:10:30.540Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false,
18:10:30 [2024-02-16T23:10:30.540Z] 	                                                                       ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.540Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.540Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/EmacsKeyFormatter.java:[72] 
18:10:30 [2024-02-16T23:10:30.541Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false,
18:10:30 [2024-02-16T23:10:30.541Z] 	                                                                                   ^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.541Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.541Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[19] 
18:10:30 [2024-02-16T23:10:30.541Z] 	import org.eclipse.ui.keys.Key;
18:10:30 [2024-02-16T23:10:30.541Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.541Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.541Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[20] 
18:10:30 [2024-02-16T23:10:30.541Z] 	import org.eclipse.ui.keys.KeySequence;
18:10:30 [2024-02-16T23:10:30.541Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.541Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.541Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[21] 
18:10:30 [2024-02-16T23:10:30.541Z] 	import org.eclipse.ui.keys.KeyStroke;
18:10:30 [2024-02-16T23:10:30.541Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.541Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.541Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[38] 
18:10:30 [2024-02-16T23:10:30.541Z] 	public String format(Key key) {
18:10:30 [2024-02-16T23:10:30.541Z] 	                     ^^^
18:10:30 [2024-02-16T23:10:30.541Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.542Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[39] 
18:10:30 [2024-02-16T23:10:30.542Z] 	return key.toString();
18:10:30 [2024-02-16T23:10:30.542Z] 	           ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.542Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.542Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[44] 
18:10:30 [2024-02-16T23:10:30.542Z] 	return KeyStroke.KEY_DELIMITER;
18:10:30 [2024-02-16T23:10:30.542Z] 	       ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.542Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.542Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[44] 
18:10:30 [2024-02-16T23:10:30.542Z] 	return KeyStroke.KEY_DELIMITER;
18:10:30 [2024-02-16T23:10:30.542Z] 	                 ^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.542Z] The field KeyStroke.KEY_DELIMITER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.542Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[49] 
18:10:30 [2024-02-16T23:10:30.542Z] 	return KeySequence.KEY_STROKE_DELIMITER;
18:10:30 [2024-02-16T23:10:30.542Z] 	       ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.542Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.542Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/FormalKeyFormatter.java:[49] 
18:10:30 [2024-02-16T23:10:30.542Z] 	return KeySequence.KEY_STROKE_DELIMITER;
18:10:30 [2024-02-16T23:10:30.542Z] 	                   ^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.542Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.542Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[22] 
18:10:30 [2024-02-16T23:10:30.542Z] 	import org.eclipse.ui.keys.CharacterKey;
18:10:30 [2024-02-16T23:10:30.542Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.542Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.543Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[23] 
18:10:30 [2024-02-16T23:10:30.543Z] 	import org.eclipse.ui.keys.Key;
18:10:30 [2024-02-16T23:10:30.543Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.543Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.543Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[24] 
18:10:30 [2024-02-16T23:10:30.543Z] 	import org.eclipse.ui.keys.KeySequence;
18:10:30 [2024-02-16T23:10:30.543Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.543Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.543Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[25] 
18:10:30 [2024-02-16T23:10:30.543Z] 	import org.eclipse.ui.keys.ModifierKey;
18:10:30 [2024-02-16T23:10:30.543Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.543Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.543Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[26] 
18:10:30 [2024-02-16T23:10:30.543Z] 	import org.eclipse.ui.keys.SpecialKey;
18:10:30 [2024-02-16T23:10:30.543Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.543Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.543Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[33] 
18:10:30 [2024-02-16T23:10:30.543Z] 	protected int rank(ModifierKey modifierKey) {
18:10:30 [2024-02-16T23:10:30.543Z] 	                   ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.543Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.544Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[34] 
18:10:30 [2024-02-16T23:10:30.544Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.544Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.544Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.544Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[34] 
18:10:30 [2024-02-16T23:10:30.544Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.544Z] 	                ^^^^^
18:10:30 [2024-02-16T23:10:30.544Z] The field ModifierKey.SHIFT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.544Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[34] 
18:10:30 [2024-02-16T23:10:30.544Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.544Z] 	                      ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.544Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.544Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[38] 
18:10:30 [2024-02-16T23:10:30.544Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.544Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.544Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.544Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[38] 
18:10:30 [2024-02-16T23:10:30.544Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.544Z] 	                ^^^^
18:10:30 [2024-02-16T23:10:30.544Z] The field ModifierKey.CTRL has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.544Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[38] 
18:10:30 [2024-02-16T23:10:30.545Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.545Z] 	                     ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.545Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.545Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[42] 
18:10:30 [2024-02-16T23:10:30.545Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.545Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.545Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.545Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[42] 
18:10:30 [2024-02-16T23:10:30.545Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.545Z] 	                ^^^
18:10:30 [2024-02-16T23:10:30.545Z] The field ModifierKey.ALT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.545Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[42] 
18:10:30 [2024-02-16T23:10:30.545Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.545Z] 	                    ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.545Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.545Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[46] 
18:10:30 [2024-02-16T23:10:30.545Z] 	if (ModifierKey.COMMAND.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.545Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.545Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.545Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[46] 
18:10:30 [2024-02-16T23:10:30.545Z] 	if (ModifierKey.COMMAND.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.545Z] 	                ^^^^^^^
18:10:30 [2024-02-16T23:10:30.545Z] The field ModifierKey.COMMAND has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.546Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[46] 
18:10:30 [2024-02-16T23:10:30.546Z] 	if (ModifierKey.COMMAND.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.546Z] 	                        ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.546Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.546Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[61] 
18:10:30 [2024-02-16T23:10:30.546Z] 	KEY_LOOKUP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.546Z] 	               ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.546Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.546Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[61] 
18:10:30 [2024-02-16T23:10:30.546Z] 	KEY_LOOKUP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.546Z] 	                            ^^
18:10:30 [2024-02-16T23:10:30.546Z] The field CharacterKey.BS has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.546Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[61] 
18:10:30 [2024-02-16T23:10:30.546Z] 	KEY_LOOKUP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.546Z] 	                               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.546Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.546Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[62] 
18:10:30 [2024-02-16T23:10:30.546Z] 	KEY_LOOKUP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.546Z] 	               ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.546Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.547Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[62] 
18:10:30 [2024-02-16T23:10:30.547Z] 	KEY_LOOKUP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.547Z] 	                            ^^
18:10:30 [2024-02-16T23:10:30.547Z] The field CharacterKey.CR has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.547Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[62] 
18:10:30 [2024-02-16T23:10:30.547Z] 	KEY_LOOKUP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.547Z] 	                               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.547Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.547Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[63] 
18:10:30 [2024-02-16T23:10:30.547Z] 	KEY_LOOKUP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.547Z] 	               ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.547Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.547Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[63] 
18:10:30 [2024-02-16T23:10:30.547Z] 	KEY_LOOKUP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.547Z] 	                            ^^^
18:10:30 [2024-02-16T23:10:30.547Z] The field CharacterKey.DEL has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.547Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[63] 
18:10:30 [2024-02-16T23:10:30.547Z] 	KEY_LOOKUP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.547Z] 	                                ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.547Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.547Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[64] 
18:10:30 [2024-02-16T23:10:30.548Z] 	KEY_LOOKUP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.548Z] 	               ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.548Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.548Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[64] 
18:10:30 [2024-02-16T23:10:30.548Z] 	KEY_LOOKUP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.548Z] 	                            ^^^^^
18:10:30 [2024-02-16T23:10:30.548Z] The field CharacterKey.SPACE has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.548Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[64] 
18:10:30 [2024-02-16T23:10:30.548Z] 	KEY_LOOKUP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.548Z] 	                                  ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.548Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.548Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[65] 
18:10:30 [2024-02-16T23:10:30.548Z] 	KEY_LOOKUP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.548Z] 	               ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.548Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.548Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[65] 
18:10:30 [2024-02-16T23:10:30.548Z] 	KEY_LOOKUP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.548Z] 	                           ^^^
18:10:30 [2024-02-16T23:10:30.548Z] The field ModifierKey.ALT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.548Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[65] 
18:10:30 [2024-02-16T23:10:30.548Z] 	KEY_LOOKUP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.548Z] 	                               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.548Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.549Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[66] 
18:10:30 [2024-02-16T23:10:30.549Z] 	KEY_LOOKUP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.549Z] 	               ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.549Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.549Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[66] 
18:10:30 [2024-02-16T23:10:30.549Z] 	KEY_LOOKUP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.549Z] 	                           ^^^^^^^
18:10:30 [2024-02-16T23:10:30.549Z] The field ModifierKey.COMMAND has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.549Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[66] 
18:10:30 [2024-02-16T23:10:30.549Z] 	KEY_LOOKUP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.549Z] 	                                   ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.549Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.549Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[67] 
18:10:30 [2024-02-16T23:10:30.549Z] 	KEY_LOOKUP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.549Z] 	               ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.549Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.549Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[67] 
18:10:30 [2024-02-16T23:10:30.549Z] 	KEY_LOOKUP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.549Z] 	                           ^^^^
18:10:30 [2024-02-16T23:10:30.549Z] The field ModifierKey.CTRL has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.550Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[67] 
18:10:30 [2024-02-16T23:10:30.550Z] 	KEY_LOOKUP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.550Z] 	                                ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.550Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.550Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[68] 
18:10:30 [2024-02-16T23:10:30.550Z] 	KEY_LOOKUP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.550Z] 	               ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.550Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.550Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[68] 
18:10:30 [2024-02-16T23:10:30.550Z] 	KEY_LOOKUP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.550Z] 	                           ^^^^^
18:10:30 [2024-02-16T23:10:30.550Z] The field ModifierKey.SHIFT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.550Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[68] 
18:10:30 [2024-02-16T23:10:30.550Z] 	KEY_LOOKUP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.550Z] 	                                 ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.550Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.550Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[69] 
18:10:30 [2024-02-16T23:10:30.550Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.550Z] 	               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.550Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.551Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[69] 
18:10:30 [2024-02-16T23:10:30.551Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.551Z] 	                          ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.551Z] The field SpecialKey.ARROW_DOWN has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.551Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[69] 
18:10:30 [2024-02-16T23:10:30.551Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.551Z] 	                                     ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.551Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.551Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[70] 
18:10:30 [2024-02-16T23:10:30.551Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.551Z] 	               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.551Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.551Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[70] 
18:10:30 [2024-02-16T23:10:30.551Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.551Z] 	                          ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.551Z] The field SpecialKey.ARROW_LEFT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.551Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[70] 
18:10:30 [2024-02-16T23:10:30.551Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.551Z] 	                                     ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.551Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.551Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[71] 
18:10:30 [2024-02-16T23:10:30.551Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.551Z] 	               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.551Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.552Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[71] 
18:10:30 [2024-02-16T23:10:30.552Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.552Z] 	                          ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.552Z] The field SpecialKey.ARROW_RIGHT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.552Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[71] 
18:10:30 [2024-02-16T23:10:30.552Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.552Z] 	                                      ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.552Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.552Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[72] 
18:10:30 [2024-02-16T23:10:30.552Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.552Z] 	               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.552Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.552Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[72] 
18:10:30 [2024-02-16T23:10:30.552Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.552Z] 	                          ^^^^^^^^
18:10:30 [2024-02-16T23:10:30.552Z] The field SpecialKey.ARROW_UP has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.552Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[72] 
18:10:30 [2024-02-16T23:10:30.552Z] 	KEY_LOOKUP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.552Z] 	                                   ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.552Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.552Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[73] 
18:10:30 [2024-02-16T23:10:30.553Z] 	KEY_LOOKUP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.553Z] 	               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.553Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.553Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[73] 
18:10:30 [2024-02-16T23:10:30.553Z] 	KEY_LOOKUP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.553Z] 	                          ^^^
18:10:30 [2024-02-16T23:10:30.553Z] The field SpecialKey.END has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.553Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[73] 
18:10:30 [2024-02-16T23:10:30.553Z] 	KEY_LOOKUP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.553Z] 	                              ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.553Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.553Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[74] 
18:10:30 [2024-02-16T23:10:30.553Z] 	KEY_LOOKUP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.553Z] 	               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.553Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.553Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[74] 
18:10:30 [2024-02-16T23:10:30.553Z] 	KEY_LOOKUP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.553Z] 	                          ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.553Z] The field SpecialKey.NUMPAD_ENTER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.553Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[74] 
18:10:30 [2024-02-16T23:10:30.553Z] 	KEY_LOOKUP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.553Z] 	                                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.553Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.554Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[75] 
18:10:30 [2024-02-16T23:10:30.554Z] 	KEY_LOOKUP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.554Z] 	               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.554Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.554Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[75] 
18:10:30 [2024-02-16T23:10:30.554Z] 	KEY_LOOKUP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.554Z] 	                          ^^^^
18:10:30 [2024-02-16T23:10:30.554Z] The field SpecialKey.HOME has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.554Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[75] 
18:10:30 [2024-02-16T23:10:30.554Z] 	KEY_LOOKUP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.554Z] 	                               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.554Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.554Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[76] 
18:10:30 [2024-02-16T23:10:30.554Z] 	KEY_LOOKUP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.554Z] 	               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.554Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.554Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[76] 
18:10:30 [2024-02-16T23:10:30.554Z] 	KEY_LOOKUP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.554Z] 	                          ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.554Z] The field SpecialKey.PAGE_DOWN has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.555Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[76] 
18:10:30 [2024-02-16T23:10:30.555Z] 	KEY_LOOKUP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.555Z] 	                                    ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.555Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.555Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[77] 
18:10:30 [2024-02-16T23:10:30.555Z] 	KEY_LOOKUP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.555Z] 	               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.555Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.555Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[77] 
18:10:30 [2024-02-16T23:10:30.555Z] 	KEY_LOOKUP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.555Z] 	                          ^^^^^^^
18:10:30 [2024-02-16T23:10:30.555Z] The field SpecialKey.PAGE_UP has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.555Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[77] 
18:10:30 [2024-02-16T23:10:30.555Z] 	KEY_LOOKUP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.555Z] 	                                  ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.555Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.555Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[81] 
18:10:30 [2024-02-16T23:10:30.555Z] 	public String format(Key key) {
18:10:30 [2024-02-16T23:10:30.555Z] 	                     ^^^
18:10:30 [2024-02-16T23:10:30.555Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.555Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[82] 
18:10:30 [2024-02-16T23:10:30.555Z] 	String string = (String) KEY_LOOKUP.get(key.toString());
18:10:30 [2024-02-16T23:10:30.556Z] 	                                            ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.556Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.556Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[93] 
18:10:30 [2024-02-16T23:10:30.556Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false,
18:10:30 [2024-02-16T23:10:30.556Z] 	                                                                       ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.556Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.556Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/MacKeyFormatter.java:[93] 
18:10:30 [2024-02-16T23:10:30.556Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false,
18:10:30 [2024-02-16T23:10:30.556Z] 	                                                                                   ^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.556Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.556Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[21] 
18:10:30 [2024-02-16T23:10:30.556Z] 	import org.eclipse.ui.keys.CharacterKey;
18:10:30 [2024-02-16T23:10:30.556Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.556Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.556Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[22] 
18:10:30 [2024-02-16T23:10:30.556Z] 	import org.eclipse.ui.keys.Key;
18:10:30 [2024-02-16T23:10:30.556Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.556Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.556Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[23] 
18:10:30 [2024-02-16T23:10:30.556Z] 	import org.eclipse.ui.keys.KeySequence;
18:10:30 [2024-02-16T23:10:30.556Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.556Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.557Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[24] 
18:10:30 [2024-02-16T23:10:30.557Z] 	import org.eclipse.ui.keys.KeyStroke;
18:10:30 [2024-02-16T23:10:30.557Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.557Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.557Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[25] 
18:10:30 [2024-02-16T23:10:30.557Z] 	import org.eclipse.ui.keys.ModifierKey;
18:10:30 [2024-02-16T23:10:30.557Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.557Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.557Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[26] 
18:10:30 [2024-02-16T23:10:30.557Z] 	import org.eclipse.ui.keys.SpecialKey;
18:10:30 [2024-02-16T23:10:30.557Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.557Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.557Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[52] 
18:10:30 [2024-02-16T23:10:30.557Z] 	private static final Comparator<ModifierKey> MODIFIER_KEY_COMPARATOR = new NativeModifierKeyComparator();
18:10:30 [2024-02-16T23:10:30.557Z] 	                                ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.557Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.557Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[69] 
18:10:30 [2024-02-16T23:10:30.557Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.557Z] 	                       ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.557Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.558Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[69] 
18:10:30 [2024-02-16T23:10:30.558Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.558Z] 	                                    ^^
18:10:30 [2024-02-16T23:10:30.558Z] The field CharacterKey.BS has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.558Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[69] 
18:10:30 [2024-02-16T23:10:30.558Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.BS.toString(), "\u232B"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.558Z] 	                                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.558Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.558Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[70] 
18:10:30 [2024-02-16T23:10:30.558Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.558Z] 	                       ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.558Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.558Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[70] 
18:10:30 [2024-02-16T23:10:30.558Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.558Z] 	                                    ^^
18:10:30 [2024-02-16T23:10:30.558Z] The field CharacterKey.CR has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.558Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[70] 
18:10:30 [2024-02-16T23:10:30.558Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.CR.toString(), "\u21A9"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.558Z] 	                                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.558Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.559Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[71] 
18:10:30 [2024-02-16T23:10:30.559Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.559Z] 	                       ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.559Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.559Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[71] 
18:10:30 [2024-02-16T23:10:30.559Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.559Z] 	                                    ^^^
18:10:30 [2024-02-16T23:10:30.559Z] The field CharacterKey.DEL has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.559Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[71] 
18:10:30 [2024-02-16T23:10:30.559Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.DEL.toString(), "\u2326"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.559Z] 	                                        ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.559Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.559Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[72] 
18:10:30 [2024-02-16T23:10:30.559Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.559Z] 	                       ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.559Z] The type CharacterKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.559Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[72] 
18:10:30 [2024-02-16T23:10:30.559Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.559Z] 	                                    ^^^^^
18:10:30 [2024-02-16T23:10:30.559Z] The field CharacterKey.SPACE has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.559Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[72] 
18:10:30 [2024-02-16T23:10:30.560Z] 	CARBON_KEY_LOOK_UP.put(CharacterKey.SPACE.toString(), "\u2423"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.560Z] 	                                          ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.560Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.560Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[73] 
18:10:30 [2024-02-16T23:10:30.560Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.560Z] 	                       ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.560Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.560Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[73] 
18:10:30 [2024-02-16T23:10:30.560Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.560Z] 	                                   ^^^
18:10:30 [2024-02-16T23:10:30.560Z] The field ModifierKey.ALT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.560Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[73] 
18:10:30 [2024-02-16T23:10:30.560Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.ALT.toString(), "\u2325"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.560Z] 	                                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.560Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.560Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[74] 
18:10:30 [2024-02-16T23:10:30.560Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.560Z] 	                       ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.560Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.560Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[74] 
18:10:30 [2024-02-16T23:10:30.560Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.560Z] 	                                   ^^^^^^^
18:10:30 [2024-02-16T23:10:30.560Z] The field ModifierKey.COMMAND has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.561Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[74] 
18:10:30 [2024-02-16T23:10:30.561Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.COMMAND.toString(), "\u2318"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.561Z] 	                                           ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.561Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.561Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[75] 
18:10:30 [2024-02-16T23:10:30.561Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.561Z] 	                       ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.561Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.561Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[75] 
18:10:30 [2024-02-16T23:10:30.561Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.561Z] 	                                   ^^^^
18:10:30 [2024-02-16T23:10:30.561Z] The field ModifierKey.CTRL has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.561Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[75] 
18:10:30 [2024-02-16T23:10:30.561Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.CTRL.toString(), "\u2303"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.561Z] 	                                        ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.561Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.561Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[76] 
18:10:30 [2024-02-16T23:10:30.561Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.561Z] 	                       ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.561Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.561Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[76] 
18:10:30 [2024-02-16T23:10:30.562Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.562Z] 	                                   ^^^^^
18:10:30 [2024-02-16T23:10:30.562Z] The field ModifierKey.SHIFT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.562Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[76] 
18:10:30 [2024-02-16T23:10:30.562Z] 	CARBON_KEY_LOOK_UP.put(ModifierKey.SHIFT.toString(), "\u21E7"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.562Z] 	                                         ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.562Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.562Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[77] 
18:10:30 [2024-02-16T23:10:30.562Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.562Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.562Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.562Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[77] 
18:10:30 [2024-02-16T23:10:30.562Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.562Z] 	                                  ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.562Z] The field SpecialKey.ARROW_DOWN has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.562Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[77] 
18:10:30 [2024-02-16T23:10:30.562Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_DOWN.toString(), "\u2193"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.562Z] 	                                             ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.562Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.563Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[78] 
18:10:30 [2024-02-16T23:10:30.563Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.563Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.563Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.563Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[78] 
18:10:30 [2024-02-16T23:10:30.563Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.563Z] 	                                  ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.563Z] The field SpecialKey.ARROW_LEFT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.563Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[78] 
18:10:30 [2024-02-16T23:10:30.563Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_LEFT.toString(), "\u2190"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.563Z] 	                                             ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.563Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.563Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[79] 
18:10:30 [2024-02-16T23:10:30.563Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.563Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.563Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.563Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[79] 
18:10:30 [2024-02-16T23:10:30.563Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.563Z] 	                                  ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.563Z] The field SpecialKey.ARROW_RIGHT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.564Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[79] 
18:10:30 [2024-02-16T23:10:30.564Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_RIGHT.toString(), "\u2192"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.564Z] 	                                              ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.564Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.564Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[80] 
18:10:30 [2024-02-16T23:10:30.564Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.564Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.564Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.564Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[80] 
18:10:30 [2024-02-16T23:10:30.564Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.564Z] 	                                  ^^^^^^^^
18:10:30 [2024-02-16T23:10:30.564Z] The field SpecialKey.ARROW_UP has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.564Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[80] 
18:10:30 [2024-02-16T23:10:30.564Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.ARROW_UP.toString(), "\u2191"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.564Z] 	                                           ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.564Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.564Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[81] 
18:10:30 [2024-02-16T23:10:30.564Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.564Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.564Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.565Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[81] 
18:10:30 [2024-02-16T23:10:30.565Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.565Z] 	                                  ^^^
18:10:30 [2024-02-16T23:10:30.565Z] The field SpecialKey.END has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.565Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[81] 
18:10:30 [2024-02-16T23:10:30.565Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.END.toString(), "\u2198"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.565Z] 	                                      ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.565Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.565Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[82] 
18:10:30 [2024-02-16T23:10:30.565Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.565Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.565Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.565Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[82] 
18:10:30 [2024-02-16T23:10:30.565Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.565Z] 	                                  ^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.565Z] The field SpecialKey.NUMPAD_ENTER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.565Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[82] 
18:10:30 [2024-02-16T23:10:30.565Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.NUMPAD_ENTER.toString(), "\u2324"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.565Z] 	                                               ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.565Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.566Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[83] 
18:10:30 [2024-02-16T23:10:30.566Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.566Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.566Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.566Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[83] 
18:10:30 [2024-02-16T23:10:30.566Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.566Z] 	                                  ^^^^
18:10:30 [2024-02-16T23:10:30.566Z] The field SpecialKey.HOME has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.566Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[83] 
18:10:30 [2024-02-16T23:10:30.566Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.HOME.toString(), "\u2196"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.566Z] 	                                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.566Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.566Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[84] 
18:10:30 [2024-02-16T23:10:30.566Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.566Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.566Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.566Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[84] 
18:10:30 [2024-02-16T23:10:30.566Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.566Z] 	                                  ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.566Z] The field SpecialKey.PAGE_DOWN has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.567Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[84] 
18:10:30 [2024-02-16T23:10:30.567Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_DOWN.toString(), "\u21DF"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.567Z] 	                                            ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.567Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.567Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[85] 
18:10:30 [2024-02-16T23:10:30.567Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.567Z] 	                       ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.567Z] The type SpecialKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.567Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[85] 
18:10:30 [2024-02-16T23:10:30.567Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.567Z] 	                                  ^^^^^^^
18:10:30 [2024-02-16T23:10:30.567Z] The field SpecialKey.PAGE_UP has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.567Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[85] 
18:10:30 [2024-02-16T23:10:30.567Z] 	CARBON_KEY_LOOK_UP.put(SpecialKey.PAGE_UP.toString(), "\u21DE"); //$NON-NLS-1$
18:10:30 [2024-02-16T23:10:30.567Z] 	                                          ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.567Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.567Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[97] 
18:10:30 [2024-02-16T23:10:30.567Z] 	public String format(Key key) {
18:10:30 [2024-02-16T23:10:30.567Z] 	                     ^^^
18:10:30 [2024-02-16T23:10:30.567Z] The type Key has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.567Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[98] 
18:10:30 [2024-02-16T23:10:30.567Z] 	String name = key.toString();
18:10:30 [2024-02-16T23:10:30.567Z] 	                  ^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.567Z] The method toString() from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.568Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[118] 
18:10:30 [2024-02-16T23:10:30.568Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_DELIMITER_KEY, KeyStroke.KEY_DELIMITER, false, false);
18:10:30 [2024-02-16T23:10:30.568Z] 	                                                                ^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.568Z] The type KeyStroke has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.568Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[118] 
18:10:30 [2024-02-16T23:10:30.568Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_DELIMITER_KEY, KeyStroke.KEY_DELIMITER, false, false);
18:10:30 [2024-02-16T23:10:30.568Z] 	                                                                          ^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.568Z] The field KeyStroke.KEY_DELIMITER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.568Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[126] 
18:10:30 [2024-02-16T23:10:30.568Z] 	KeySequence.KEY_STROKE_DELIMITER, false, false);
18:10:30 [2024-02-16T23:10:30.568Z] 	^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.568Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.568Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[126] 
18:10:30 [2024-02-16T23:10:30.568Z] 	KeySequence.KEY_STROKE_DELIMITER, false, false);
18:10:30 [2024-02-16T23:10:30.568Z] 	            ^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.568Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.568Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[128] 
18:10:30 [2024-02-16T23:10:30.569Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false,
18:10:30 [2024-02-16T23:10:30.569Z] 	                                                                       ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.569Z] The type KeySequence has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.569Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[128] 
18:10:30 [2024-02-16T23:10:30.569Z] 	return Util.translateString(RESOURCE_BUNDLE, KEY_STROKE_DELIMITER_KEY, KeySequence.KEY_STROKE_DELIMITER, false,
18:10:30 [2024-02-16T23:10:30.569Z] 	                                                                                   ^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.569Z] The field KeySequence.KEY_STROKE_DELIMITER has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.569Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeKeyFormatter.java:[133] 
18:10:30 [2024-02-16T23:10:30.569Z] 	protected Comparator<ModifierKey> getModifierKeyComparator() {
18:10:30 [2024-02-16T23:10:30.569Z] 	                     ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.569Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.569Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[19] 
18:10:30 [2024-02-16T23:10:30.569Z] 	import org.eclipse.ui.keys.ModifierKey;
18:10:30 [2024-02-16T23:10:30.569Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.569Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.569Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[28] 
18:10:30 [2024-02-16T23:10:30.569Z] 	class NativeModifierKeyComparator implements Comparator<ModifierKey> {
18:10:30 [2024-02-16T23:10:30.569Z] 	                                                        ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.569Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.570Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[36] 
18:10:30 [2024-02-16T23:10:30.570Z] 	public int compare(ModifierKey left, ModifierKey right) {
18:10:30 [2024-02-16T23:10:30.570Z] 	                   ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.570Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.570Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[36] 
18:10:30 [2024-02-16T23:10:30.570Z] 	public int compare(ModifierKey left, ModifierKey right) {
18:10:30 [2024-02-16T23:10:30.570Z] 	                                     ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.570Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.570Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[37] 
18:10:30 [2024-02-16T23:10:30.570Z] 	ModifierKey modifierKeyLeft = left;
18:10:30 [2024-02-16T23:10:30.570Z] 	^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.570Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.570Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[38] 
18:10:30 [2024-02-16T23:10:30.570Z] 	ModifierKey modifierKeyRight = right;
18:10:30 [2024-02-16T23:10:30.570Z] 	^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.570Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.570Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[45] 
18:10:30 [2024-02-16T23:10:30.570Z] 	return modifierKeyLeft.compareTo(modifierKeyRight);
18:10:30 [2024-02-16T23:10:30.570Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.570Z] The method compareTo(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.571Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[55] 
18:10:30 [2024-02-16T23:10:30.571Z] 	private int rank(ModifierKey modifierKey) {
18:10:30 [2024-02-16T23:10:30.571Z] 	                 ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.571Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.571Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[81] 
18:10:30 [2024-02-16T23:10:30.571Z] 	private final int rankGNOME(ModifierKey modifierKey) {
18:10:30 [2024-02-16T23:10:30.571Z] 	                            ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.571Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.571Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[82] 
18:10:30 [2024-02-16T23:10:30.571Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.571Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.571Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.571Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[82] 
18:10:30 [2024-02-16T23:10:30.571Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.571Z] 	                ^^^^^
18:10:30 [2024-02-16T23:10:30.571Z] The field ModifierKey.SHIFT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.571Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[82] 
18:10:30 [2024-02-16T23:10:30.571Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.571Z] 	                      ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.571Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.571Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[86] 
18:10:30 [2024-02-16T23:10:30.571Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.571Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.571Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.572Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[86] 
18:10:30 [2024-02-16T23:10:30.572Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.572Z] 	                ^^^^
18:10:30 [2024-02-16T23:10:30.572Z] The field ModifierKey.CTRL has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.572Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[86] 
18:10:30 [2024-02-16T23:10:30.572Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.572Z] 	                     ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.572Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.572Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[90] 
18:10:30 [2024-02-16T23:10:30.572Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.572Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.572Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.572Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[90] 
18:10:30 [2024-02-16T23:10:30.572Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.572Z] 	                ^^^
18:10:30 [2024-02-16T23:10:30.572Z] The field ModifierKey.ALT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.572Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[90] 
18:10:30 [2024-02-16T23:10:30.572Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.572Z] 	                    ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.572Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.573Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[130] 
18:10:30 [2024-02-16T23:10:30.573Z] 	private final int rankMacOSX(ModifierKey modifierKey) {
18:10:30 [2024-02-16T23:10:30.573Z] 	                             ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.573Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.573Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[131] 
18:10:30 [2024-02-16T23:10:30.573Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.573Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.573Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.573Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[131] 
18:10:30 [2024-02-16T23:10:30.573Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.573Z] 	                ^^^^^
18:10:30 [2024-02-16T23:10:30.573Z] The field ModifierKey.SHIFT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.573Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[131] 
18:10:30 [2024-02-16T23:10:30.573Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.573Z] 	                      ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.573Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.573Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[135] 
18:10:30 [2024-02-16T23:10:30.573Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.573Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.573Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.573Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[135] 
18:10:30 [2024-02-16T23:10:30.573Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.573Z] 	                ^^^^
18:10:30 [2024-02-16T23:10:30.573Z] The field ModifierKey.CTRL has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.574Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[135] 
18:10:30 [2024-02-16T23:10:30.574Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.574Z] 	                     ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.574Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.574Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[139] 
18:10:30 [2024-02-16T23:10:30.574Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.574Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.574Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.574Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[139] 
18:10:30 [2024-02-16T23:10:30.574Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.574Z] 	                ^^^
18:10:30 [2024-02-16T23:10:30.574Z] The field ModifierKey.ALT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.574Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[139] 
18:10:30 [2024-02-16T23:10:30.574Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.574Z] 	                    ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.574Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.574Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[143] 
18:10:30 [2024-02-16T23:10:30.574Z] 	if (ModifierKey.COMMAND.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.574Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.574Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.575Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[143] 
18:10:30 [2024-02-16T23:10:30.575Z] 	if (ModifierKey.COMMAND.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.575Z] 	                ^^^^^^^
18:10:30 [2024-02-16T23:10:30.575Z] The field ModifierKey.COMMAND has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.575Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[143] 
18:10:30 [2024-02-16T23:10:30.575Z] 	if (ModifierKey.COMMAND.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.575Z] 	                        ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.575Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.575Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[158] 
18:10:30 [2024-02-16T23:10:30.575Z] 	private final int rankWindows(ModifierKey modifierKey) {
18:10:30 [2024-02-16T23:10:30.575Z] 	                              ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.575Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.575Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[159] 
18:10:30 [2024-02-16T23:10:30.575Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.575Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.575Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.575Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[159] 
18:10:30 [2024-02-16T23:10:30.575Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.575Z] 	                ^^^^
18:10:30 [2024-02-16T23:10:30.575Z] The field ModifierKey.CTRL has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.575Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[159] 
18:10:30 [2024-02-16T23:10:30.575Z] 	if (ModifierKey.CTRL.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.575Z] 	                     ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.575Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.576Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[163] 
18:10:30 [2024-02-16T23:10:30.576Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.576Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.576Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.576Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[163] 
18:10:30 [2024-02-16T23:10:30.576Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.576Z] 	                ^^^
18:10:30 [2024-02-16T23:10:30.576Z] The field ModifierKey.ALT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.576Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[163] 
18:10:30 [2024-02-16T23:10:30.576Z] 	if (ModifierKey.ALT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.576Z] 	                    ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.576Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.576Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[167] 
18:10:30 [2024-02-16T23:10:30.576Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.576Z] 	    ^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.576Z] The type ModifierKey has been deprecated since version 2024-03 and marked for removal
18:10:30 [2024-02-16T23:10:30.576Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[167] 
18:10:30 [2024-02-16T23:10:30.576Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.576Z] 	                ^^^^^
18:10:30 [2024-02-16T23:10:30.576Z] The field ModifierKey.SHIFT has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.576Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NativeModifierKeyComparator.java:[167] 
18:10:30 [2024-02-16T23:10:30.576Z] 	if (ModifierKey.SHIFT.equals(modifierKey)) {
18:10:30 [2024-02-16T23:10:30.576Z] 	                      ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.576Z] The method equals(Object) from the type Key has been deprecated and marked for removal
18:10:30 [2024-02-16T23:10:30.577Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/keys/NewKeysPreferencePage.java:[218] 
18:10:30 [2024-02-16T23:10:30.577Z] 	super(parent, treeStyle, filter, true);
18:10:30 [2024-02-16T23:10:30.577Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.577Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:10:30 [2024-02-16T23:10:30.577Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/ExternalEditor.java:[93] 
18:10:30 [2024-02-16T23:10:30.577Z] 	URL localName = Platform.asLocalURL(entry);
18:10:30 [2024-02-16T23:10:30.577Z] 	                         ^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.577Z] The method asLocalURL(URL) from the type Platform is deprecated
18:10:30 [2024-02-16T23:10:30.577Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[20] 
18:10:30 [2024-02-16T23:10:30.577Z] 	import org.eclipse.core.runtime.Preferences;
18:10:30 [2024-02-16T23:10:30.577Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.577Z] The type Preferences is deprecated
18:10:30 [2024-02-16T23:10:30.577Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[58] 
18:10:30 [2024-02-16T23:10:30.577Z] 	pluginId = configElement.getNamespace();
18:10:30 [2024-02-16T23:10:30.577Z] 	                         ^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.577Z] The method getNamespace() from the type IConfigurationElement is deprecated
18:10:30 [2024-02-16T23:10:30.577Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[162] 
18:10:30 [2024-02-16T23:10:30.577Z] 	Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
18:10:30 [2024-02-16T23:10:30.577Z] 	^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.577Z] The type Preferences is deprecated
18:10:30 [2024-02-16T23:10:30.577Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[162] 
18:10:30 [2024-02-16T23:10:30.577Z] 	Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
18:10:30 [2024-02-16T23:10:30.577Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.577Z] The method getPluginPreferences() from the type Plugin is deprecated
18:10:30 [2024-02-16T23:10:30.578Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[164] 
18:10:30 [2024-02-16T23:10:30.578Z] 	if (prefs.getBoolean(prefId)) {
18:10:30 [2024-02-16T23:10:30.578Z] 	          ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.578Z] The method getBoolean(String) from the type Preferences is deprecated
18:10:30 [2024-02-16T23:10:30.578Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[181] 
18:10:30 [2024-02-16T23:10:30.578Z] 	Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
18:10:30 [2024-02-16T23:10:30.578Z] 	^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.578Z] The type Preferences is deprecated
18:10:30 [2024-02-16T23:10:30.578Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[181] 
18:10:30 [2024-02-16T23:10:30.578Z] 	Preferences prefs = WorkbenchPlugin.getDefault().getPluginPreferences();
18:10:30 [2024-02-16T23:10:30.578Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.578Z] The method getPluginPreferences() from the type Plugin is deprecated
18:10:30 [2024-02-16T23:10:30.578Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/ActionSetDescriptor.java:[183] 
18:10:30 [2024-02-16T23:10:30.578Z] 	prefs.setValue(prefId, !newValue);
18:10:30 [2024-02-16T23:10:30.578Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.578Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:10:30 [2024-02-16T23:10:30.578Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ColorsAndFontsPreferencePage.java:[969] 
18:10:30 [2024-02-16T23:10:30.578Z] 	tree = new FilteredTree(parent, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER, filter, true);
18:10:30 [2024-02-16T23:10:30.578Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.578Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:10:30 [2024-02-16T23:10:30.578Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/ThemeElementHelper.java:[121] 
18:10:30 [2024-02-16T23:10:30.578Z] 	defaultFont = registry.bestDataArray(fontData, display);
18:10:30 [2024-02-16T23:10:30.578Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.579Z] The method bestDataArray(FontData[], Display) from the type FontRegistry is deprecated
18:10:30 [2024-02-16T23:10:30.579Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java:[275] 
18:10:30 [2024-02-16T23:10:30.579Z] 	viewer.setAllChecked(false);
18:10:30 [2024-02-16T23:10:30.579Z] 	       ^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.579Z] The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
18:10:30 [2024-02-16T23:10:30.579Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java:[341] 
18:10:30 [2024-02-16T23:10:30.579Z] 	viewer.setAllChecked(true);
18:10:30 [2024-02-16T23:10:30.579Z] 	       ^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.579Z] The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
18:10:30 [2024-02-16T23:10:30.579Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/WizardPreferencesPage.java:[353] 
18:10:30 [2024-02-16T23:10:30.579Z] 	viewer.setAllChecked(false);
18:10:30 [2024-02-16T23:10:30.579Z] 	       ^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.579Z] The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
18:10:30 [2024-02-16T23:10:30.579Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/intro/IIntroSite.java:[17] 
18:10:30 [2024-02-16T23:10:30.579Z] 	import org.eclipse.ui.IKeyBindingService;
18:10:30 [2024-02-16T23:10:30.579Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.579Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.579Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/EditorPart.java:[278] 
18:10:30 [2024-02-16T23:10:30.579Z] 	setTitle(getPartName());
18:10:30 [2024-02-16T23:10:30.579Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.579Z] The method setTitle(String) from the type WorkbenchPart is deprecated
18:10:30 [2024-02-16T23:10:30.579Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[54] 
18:10:30 [2024-02-16T23:10:30.580Z] 	import org.eclipse.ui.IKeyBindingService;
18:10:30 [2024-02-16T23:10:30.580Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.580Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.580Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[55] 
18:10:30 [2024-02-16T23:10:30.580Z] 	import org.eclipse.ui.INestableKeyBindingService;
18:10:30 [2024-02-16T23:10:30.580Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.580Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.580Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[866] 
18:10:30 [2024-02-16T23:10:30.580Z] 	final IKeyBindingService service = getSite().getKeyBindingService();
18:10:30 [2024-02-16T23:10:30.580Z] 	      ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.580Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.580Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[866] 
18:10:30 [2024-02-16T23:10:30.580Z] 	final IKeyBindingService service = getSite().getKeyBindingService();
18:10:30 [2024-02-16T23:10:30.580Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.580Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:10:30 [2024-02-16T23:10:30.580Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[869] 
18:10:30 [2024-02-16T23:10:30.580Z] 	if (service instanceof INestableKeyBindingService) {
18:10:30 [2024-02-16T23:10:30.580Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.580Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.580Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[870] 
18:10:30 [2024-02-16T23:10:30.580Z] 	final INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
18:10:30 [2024-02-16T23:10:30.580Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.580Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.581Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[870] 
18:10:30 [2024-02-16T23:10:30.581Z] 	final INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
18:10:30 [2024-02-16T23:10:30.581Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.581Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.581Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[871] 
18:10:30 [2024-02-16T23:10:30.581Z] 	nestableService.activateKeyBindingService(null);
18:10:30 [2024-02-16T23:10:30.581Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.581Z] The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.581Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[912] 
18:10:30 [2024-02-16T23:10:30.581Z] 	final IKeyBindingService service = getSite().getKeyBindingService();
18:10:30 [2024-02-16T23:10:30.581Z] 	      ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.581Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.581Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[912] 
18:10:30 [2024-02-16T23:10:30.581Z] 	final IKeyBindingService service = getSite().getKeyBindingService();
18:10:30 [2024-02-16T23:10:30.581Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.581Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:10:30 [2024-02-16T23:10:30.581Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[918] 
18:10:30 [2024-02-16T23:10:30.581Z] 	if (service instanceof INestableKeyBindingService) {
18:10:30 [2024-02-16T23:10:30.581Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.581Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.581Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[919] 
18:10:30 [2024-02-16T23:10:30.581Z] 	final INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
18:10:30 [2024-02-16T23:10:30.581Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.581Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.582Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[919] 
18:10:30 [2024-02-16T23:10:30.582Z] 	final INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
18:10:30 [2024-02-16T23:10:30.582Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.582Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.582Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[920] 
18:10:30 [2024-02-16T23:10:30.582Z] 	nestableService.activateKeyBindingService(editor.getEditorSite());
18:10:30 [2024-02-16T23:10:30.582Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.582Z] The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.582Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[938] 
18:10:30 [2024-02-16T23:10:30.582Z] 	if (service instanceof INestableKeyBindingService) {
18:10:30 [2024-02-16T23:10:30.582Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.582Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.582Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[939] 
18:10:30 [2024-02-16T23:10:30.582Z] 	final INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
18:10:30 [2024-02-16T23:10:30.582Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.582Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.582Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[939] 
18:10:30 [2024-02-16T23:10:30.582Z] 	final INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
18:10:30 [2024-02-16T23:10:30.582Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.582Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.582Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorPart.java:[940] 
18:10:30 [2024-02-16T23:10:30.582Z] 	nestableService.activateKeyBindingService(null);
18:10:30 [2024-02-16T23:10:30.582Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.582Z] The method activateKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.583Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[33] 
18:10:30 [2024-02-16T23:10:30.583Z] 	import org.eclipse.ui.IKeyBindingService;
18:10:30 [2024-02-16T23:10:30.583Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.583Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.583Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[34] 
18:10:30 [2024-02-16T23:10:30.583Z] 	import org.eclipse.ui.INestableKeyBindingService;
18:10:30 [2024-02-16T23:10:30.583Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.583Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.583Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[104] 
18:10:30 [2024-02-16T23:10:30.583Z] 	private IKeyBindingService service;
18:10:30 [2024-02-16T23:10:30.583Z] 	        ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.583Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.583Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[226] 
18:10:30 [2024-02-16T23:10:30.583Z] 	IKeyBindingService parentService = getMultiPageEditor().getEditorSite().getKeyBindingService();
18:10:30 [2024-02-16T23:10:30.583Z] 	^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.583Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.583Z] [WARNING] /home/jenkins/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.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[226] 
18:10:30 [2024-02-16T23:10:30.583Z] 	IKeyBindingService parentService = getMultiPageEditor().getEditorSite().getKeyBindingService();
18:10:30 [2024-02-16T23:10:30.583Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.583Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[227] 
18:10:30 [2024-02-16T23:10:30.584Z] 	if (parentService instanceof INestableKeyBindingService) {
18:10:30 [2024-02-16T23:10:30.584Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.584Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[228] 
18:10:30 [2024-02-16T23:10:30.584Z] 	INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService;
18:10:30 [2024-02-16T23:10:30.584Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.584Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[228] 
18:10:30 [2024-02-16T23:10:30.584Z] 	INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService;
18:10:30 [2024-02-16T23:10:30.584Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.584Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[229] 
18:10:30 [2024-02-16T23:10:30.584Z] 	nestableParent.removeKeyBindingService(this);
18:10:30 [2024-02-16T23:10:30.584Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.584Z] The method removeKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[311] 
18:10:30 [2024-02-16T23:10:30.584Z] 	public IKeyBindingService getKeyBindingService() {
18:10:30 [2024-02-16T23:10:30.584Z] 	       ^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.584Z] The type IKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[313] 
18:10:30 [2024-02-16T23:10:30.584Z] 	service = getMultiPageEditor().getEditorSite().getKeyBindingService();
18:10:30 [2024-02-16T23:10:30.584Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.584Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[314] 
18:10:30 [2024-02-16T23:10:30.585Z] 	if (service instanceof INestableKeyBindingService) {
18:10:30 [2024-02-16T23:10:30.585Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.585Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[315] 
18:10:30 [2024-02-16T23:10:30.585Z] 	INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
18:10:30 [2024-02-16T23:10:30.585Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.585Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[315] 
18:10:30 [2024-02-16T23:10:30.585Z] 	INestableKeyBindingService nestableService = (INestableKeyBindingService) service;
18:10:30 [2024-02-16T23:10:30.585Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.585Z] The type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.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.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/MultiPageEditorSite.java:[316] 
18:10:30 [2024-02-16T23:10:30.585Z] 	service = nestableService.getKeyBindingService(this);
18:10:30 [2024-02-16T23:10:30.585Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:30 [2024-02-16T23:10:30.585Z] The method getKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated
18:10:30 [2024-02-16T23:10:30.585Z] 427 problems (427 warnings)
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] 
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.workbench ---
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] 
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench ---
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] Using Declarative Service specification version 1.4.0 to generate component definitions
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] 	org.eclipse.ui.internal.WindowsDefenderConfigurator.xml
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] 	org.eclipse.ui.internal.themes.ColorAndFontProviderImpl.xml
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] 2 component(s) where generated.
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] 
18:10:30 [2024-02-16T23:10:30.585Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.workbench ---
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] 
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.workbench ---
18:10:34 [2024-02-16T23:10:34.811Z] [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.ui.workbench/src/test/resources
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] 
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.workbench ---
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] 
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench ---
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] 
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.workbench ---
18:10:34 [2024-02-16T23:10:34.811Z] [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.ui.workbench/target/org.eclipse.ui.workbench-3.131.100-SNAPSHOT-sources.jar
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] 
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench ---
18:10:34 [2024-02-16T23:10:34.811Z] [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.ui.workbench/target/org.eclipse.ui.workbench-3.131.100-SNAPSHOT.jar
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] 
18:10:34 [2024-02-16T23:10:34.811Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench ---
18:10:35 [2024-02-16T23:10:35.086Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.131.100-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.ui.workbench/.polyglot.META-INF
18:10:35 [2024-02-16T23:10:35.086Z]     The main artifact has been replaced with the baseline version.
18:10:35 [2024-02-16T23:10:35.086Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:35 [2024-02-16T23:10:35.086Z] 
18:10:35 [2024-02-16T23:10:35.086Z] [INFO] 
18:10:35 [2024-02-16T23:10:35.086Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench ---
18:10:35 [2024-02-16T23:10:35.086Z] [INFO] Execution was skipped
18:10:35 [2024-02-16T23:10:35.086Z] [INFO] 
18:10:35 [2024-02-16T23:10:35.086Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.workbench ---
18:10:36 [2024-02-16T23:10:36.014Z] [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.ui.workbench/target/org.eclipse.ui.workbench-3.131.100-SNAPSHOT.jar' is already signed and will be resigned.
18:10:36 [2024-02-16T23:10:36.014Z] [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.ui.workbench/target/org.eclipse.ui.workbench-3.131.100-SNAPSHOT.jar
18:10:38 [2024-02-16T23:10:38.530Z] [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.ui.workbench/target/org.eclipse.ui.workbench-3.131.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:38 [2024-02-16T23:10:38.530Z] [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.ui.workbench/target/org.eclipse.ui.workbench-3.131.100-SNAPSHOT-sources.jar
18:10:41 [2024-02-16T23:10:41.049Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.049Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.workbench ---
18:10:41 [2024-02-16T23:10:41.049Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench:3.131.100-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.ui.workbench/.polyglot.META-INF
18:10:41 [2024-02-16T23:10:41.049Z]     The main artifact has been replaced with the baseline version.
18:10:41 [2024-02-16T23:10:41.049Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:41 [2024-02-16T23:10:41.049Z] 
18:10:41 [2024-02-16T23:10:41.049Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.049Z] [INFO] ----------------< org.eclipse.platform:org.eclipse.ui >-----------------
18:10:41 [2024-02-16T23:10:41.049Z] [INFO] Building [bundle] Eclipse UI 3.205.100-SNAPSHOT                 [64/521]
18:10:41 [2024-02-16T23:10:41.049Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui/.polyglot.META-INF
18:10:41 [2024-02-16T23:10:41.049Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] The project's OSGi version is 3.205.100.v20240131-1023
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.305Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.306Z] [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.ui/saveproperties
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] Resolving class path of [bundle] Eclipse UI
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.306Z] [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.ui/src/main/resources
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.306Z] [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.ui/src/main/resources
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.306Z] [INFO] Compiling 2 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.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:41 [2024-02-16T23:10:41.562Z] [WARNING] /home/jenkins/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.ui/src/org/eclipse/ui/internal/UIPlugin.java:[98] 
18:10:41 [2024-02-16T23:10:41.563Z] 	UIPlugin.this.savePluginPreferences();
18:10:41 [2024-02-16T23:10:41.563Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^
18:10:41 [2024-02-16T23:10:41.563Z] The method savePluginPreferences() from the type Plugin is deprecated
18:10:41 [2024-02-16T23:10:41.563Z] [WARNING] /home/jenkins/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.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java:[56] 
18:10:41 [2024-02-16T23:10:41.563Z] 	node.put(IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE,
18:10:41 [2024-02-16T23:10:41.563Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:41 [2024-02-16T23:10:41.563Z] The field IWorkbenchPreferenceConstants.PROJECT_OPEN_NEW_PERSPECTIVE is deprecated
18:10:41 [2024-02-16T23:10:41.563Z] [WARNING] /home/jenkins/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.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java:[58] 
18:10:41 [2024-02-16T23:10:41.563Z] 	node.put(IWorkbenchPreferenceConstants.SHIFT_OPEN_NEW_PERSPECTIVE,
18:10:41 [2024-02-16T23:10:41.563Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:41 [2024-02-16T23:10:41.563Z] The field IWorkbenchPreferenceConstants.SHIFT_OPEN_NEW_PERSPECTIVE is deprecated
18:10:41 [2024-02-16T23:10:41.563Z] [WARNING] /home/jenkins/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.ui/src/org/eclipse/ui/internal/UIPreferenceInitializer.java:[60] 
18:10:41 [2024-02-16T23:10:41.563Z] 	node.put(IWorkbenchPreferenceConstants.ALTERNATE_OPEN_NEW_PERSPECTIVE,
18:10:41 [2024-02-16T23:10:41.563Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:41 [2024-02-16T23:10:41.563Z] The field IWorkbenchPreferenceConstants.ALTERNATE_OPEN_NEW_PERSPECTIVE is deprecated
18:10:41 [2024-02-16T23:10:41.563Z] 4 problems (4 warnings)
18:10:41 [2024-02-16T23:10:41.563Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.563Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.563Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.563Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.563Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.563Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.563Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.563Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.563Z] [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.ui/src/test/resources
18:10:41 [2024-02-16T23:10:41.563Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.564Z] [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.ui/target/org.eclipse.ui-3.205.100-SNAPSHOT-sources.jar
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.564Z] [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.ui/target/org.eclipse.ui-3.205.100-SNAPSHOT.jar
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui:3.205.100-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.ui/.polyglot.META-INF
18:10:41 [2024-02-16T23:10:41.564Z]     The main artifact has been replaced with the baseline version.
18:10:41 [2024-02-16T23:10:41.564Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:41 [2024-02-16T23:10:41.564Z] 
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] Execution was skipped
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] 
18:10:41 [2024-02-16T23:10:41.564Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui ---
18:10:41 [2024-02-16T23:10:41.820Z] [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.ui/target/org.eclipse.ui-3.205.100-SNAPSHOT.jar' is already signed and will be resigned.
18:10:41 [2024-02-16T23:10:41.821Z] [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.ui/target/org.eclipse.ui-3.205.100-SNAPSHOT.jar
18:10:43 [2024-02-16T23:10:43.188Z] [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.ui/target/org.eclipse.ui-3.205.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:43 [2024-02-16T23:10:43.188Z] [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.ui/target/org.eclipse.ui-3.205.100-SNAPSHOT-sources.jar
18:10:44 [2024-02-16T23:10:44.116Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.116Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui ---
18:10:44 [2024-02-16T23:10:44.116Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui:3.205.100-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.ui/.polyglot.META-INF
18:10:44 [2024-02-16T23:10:44.117Z]     The main artifact has been replaced with the baseline version.
18:10:44 [2024-02-16T23:10:44.117Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:44 [2024-02-16T23:10:44.117Z] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.http.servlet >--------
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] Building [bundle] Http Services Servlet 1.8.100-SNAPSHOT        [65/521]
18:10:44 [2024-02-16T23:10:44.117Z] [INFO]   from equinox/bundles/org.eclipse.equinox.http.servlet/.polyglot.META-INF
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:44 [2024-02-16T23:10:44.117Z] [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.pom
18:10:44 [2024-02-16T23:10:44.117Z] [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.pom (16 kB at 477 kB/s)
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom (82 kB at 21 MB/s)
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] The project's OSGi version is 1.8.100.v20240213-1057
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.117Z] [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.servlet/saveproperties
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] Resolving class path of [bundle] Http Services Servlet
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.117Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.118Z] [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.servlet/src/main/resources
18:10:44 [2024-02-16T23:10:44.118Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.118Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.118Z] [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.servlet/src/main/resources
18:10:44 [2024-02-16T23:10:44.118Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.118Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.118Z] [INFO] Compiling 81 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.servlet/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:44 [2024-02-16T23:10:44.374Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[72] 
18:10:44 [2024-02-16T23:10:44.375Z] 	AccessController.doPrivileged((PrivilegedExceptionAction<Void>) () -> {
18:10:44 [2024-02-16T23:10:44.375Z] 	^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.375Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.375Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[72] 
18:10:44 [2024-02-16T23:10:44.375Z] 	AccessController.doPrivileged((PrivilegedExceptionAction<Void>) () -> {
18:10:44 [2024-02-16T23:10:44.375Z] 				httpServiceRuntime.registerHttpServiceFilter(bundle, alias, filter, initparams, httpContextHolder);
18:10:44 [2024-02-16T23:10:44.375Z] 				return null;
18:10:44 [2024-02-16T23:10:44.375Z] 			});
18:10:44 [2024-02-16T23:10:44.375Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.375Z] The method doPrivileged(PrivilegedExceptionAction<Void>) from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.375Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[98] 
18:10:44 [2024-02-16T23:10:44.375Z] 	AccessController.doPrivileged((PrivilegedExceptionAction<Void>) () -> {
18:10:44 [2024-02-16T23:10:44.375Z] 	^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.375Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.375Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[98] 
18:10:44 [2024-02-16T23:10:44.375Z] 	AccessController.doPrivileged((PrivilegedExceptionAction<Void>) () -> {
18:10:44 [2024-02-16T23:10:44.375Z] 				httpServiceRuntime.registerHttpServiceResources(bundle, alias, name, httpContextHolder);
18:10:44 [2024-02-16T23:10:44.375Z] 				return null;
18:10:44 [2024-02-16T23:10:44.375Z] 			});
18:10:44 [2024-02-16T23:10:44.375Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.375Z] The method doPrivileged(PrivilegedExceptionAction<Void>) from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.376Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[117] 
18:10:44 [2024-02-16T23:10:44.376Z] 	AccessController.doPrivileged(new PrivilegedExceptionAction<Void>() {
18:10:44 [2024-02-16T23:10:44.376Z] 	^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.376Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.376Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.java:[117] 
18:10:44 [2024-02-16T23:10:44.376Z] 	AccessController.doPrivileged(new PrivilegedExceptionAction<Void>() {
18:10:44 [2024-02-16T23:10:44.376Z] 				@Override
18:10:44 [2024-02-16T23:10:44.376Z] 				public Void run() throws NamespaceException, ServletException {
18:10:44 [2024-02-16T23:10:44.376Z] 					httpServiceRuntime.registerHttpServiceServlet(bundle, alias, servlet, initparams,
18:10:44 [2024-02-16T23:10:44.376Z] 							httpContextHolder);
18:10:44 [2024-02-16T23:10:44.376Z] 					return null;
18:10:44 [2024-02-16T23:10:44.376Z] 				}
18:10:44 [2024-02-16T23:10:44.376Z] 			});
18:10:44 [2024-02-16T23:10:44.376Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.376Z] The method doPrivileged(PrivilegedExceptionAction<Void>) from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.376Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[21] 
18:10:44 [2024-02-16T23:10:44.376Z] 	import java.security.AccessController;
18:10:44 [2024-02-16T23:10:44.376Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.376Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.376Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[358] 
18:10:44 [2024-02-16T23:10:44.376Z] 	Servlet servlet = new ResourceServlet(prefix, curServletContextHelper, AccessController.getContext());
18:10:44 [2024-02-16T23:10:44.376Z] 	                                                                       ^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.376Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.377Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[358] 
18:10:44 [2024-02-16T23:10:44.377Z] 	Servlet servlet = new ResourceServlet(prefix, curServletContextHelper, AccessController.getContext());
18:10:44 [2024-02-16T23:10:44.377Z] 	                                                                                        ^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.377Z] The method getContext() from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.377Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[1036] 
18:10:44 [2024-02-16T23:10:44.377Z] 	eventListeners, AccessController.getContext());
18:10:44 [2024-02-16T23:10:44.377Z] 	                ^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.377Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.377Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/context/ContextController.java:[1036] 
18:10:44 [2024-02-16T23:10:44.377Z] 	eventListeners, AccessController.getContext());
18:10:44 [2024-02-16T23:10:44.377Z] 	                                 ^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.377Z] The method getContext() from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.377Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[18] 
18:10:44 [2024-02-16T23:10:44.377Z] 	import java.security.AccessControlContext;
18:10:44 [2024-02-16T23:10:44.377Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.377Z] The type AccessControlContext has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.377Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[77] 
18:10:44 [2024-02-16T23:10:44.377Z] 	AccessControlContext accessControlContext = bundle.adapt(AccessControlContext.class);
18:10:44 [2024-02-16T23:10:44.377Z] 	^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.377Z] The type AccessControlContext has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.378Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[77] 
18:10:44 [2024-02-16T23:10:44.378Z] 	AccessControlContext accessControlContext = bundle.adapt(AccessControlContext.class);
18:10:44 [2024-02-16T23:10:44.378Z] 	                                                         ^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.378Z] The type AccessControlContext has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.378Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/multipart/MultipartSupportImpl.java:[80] 
18:10:44 [2024-02-16T23:10:44.378Z] 	accessControlContext.checkPermission(new FilePermission(baseStorage.getAbsolutePath(), "read,write")); //$NON-NLS-1$
18:10:44 [2024-02-16T23:10:44.378Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.378Z] The method checkPermission(Permission) from the type AccessControlContext is deprecated
18:10:44 [2024-02-16T23:10:44.378Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[43] 
18:10:44 [2024-02-16T23:10:44.378Z] 	private final AccessControlContext acc;
18:10:44 [2024-02-16T23:10:44.378Z] 	              ^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.378Z] The type AccessControlContext has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.378Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[45] 
18:10:44 [2024-02-16T23:10:44.378Z] 	public ResourceServlet(String internalName, ServletContextHelper servletContextHelper, AccessControlContext acc) {
18:10:44 [2024-02-16T23:10:44.378Z] 	                                                                                       ^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.378Z] The type AccessControlContext has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.379Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[74] 
18:10:44 [2024-02-16T23:10:44.379Z] 	AccessController.doPrivileged((PrivilegedExceptionAction<Boolean>) () -> {
18:10:44 [2024-02-16T23:10:44.379Z] 	^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.379Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.379Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ResourceServlet.java:[74] 
18:10:44 [2024-02-16T23:10:44.379Z] 	AccessController.doPrivileged((PrivilegedExceptionAction<Boolean>) () -> {
18:10:44 [2024-02-16T23:10:44.379Z] 				URLConnection connection = resourceURL.openConnection();
18:10:44 [2024-02-16T23:10:44.379Z] 				long lastModified = connection.getLastModified();
18:10:44 [2024-02-16T23:10:44.379Z] 				int contentLength = connection.getContentLength();
18:10:44 [2024-02-16T23:10:44.379Z] 				String etag = null;
18:10:44 [2024-02-16T23:10:44.379Z] 				if (lastModified != -1 && contentLength != -1)
18:10:44 [2024-02-16T23:10:44.379Z] 					etag = "W/\"" + contentLength + "-" + lastModified + "\""; //$NON-NLS-1$//$NON-NLS-2$//$NON-NLS-3$
18:10:44 [2024-02-16T23:10:44.379Z] 				// Check for cache revalidation.
18:10:44 [2024-02-16T23:10:44.379Z] 				// We should prefer ETag validation as the guarantees are stronger and all HTTP
18:10:44 [2024-02-16T23:10:44.379Z] 				// 1.1 clients should be using it
18:10:44 [2024-02-16T23:10:44.379Z] 				String ifNoneMatch = req.getHeader(IF_NONE_MATCH);
18:10:44 [2024-02-16T23:10:44.379Z] 				if (ifNoneMatch != null && etag != null && ifNoneMatch.indexOf(etag) != -1) {
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED);
18:10:44 [2024-02-16T23:10:44.379Z] 					return Boolean.TRUE;
18:10:44 [2024-02-16T23:10:44.379Z] 				}
18:10:44 [2024-02-16T23:10:44.379Z] 				long ifModifiedSince = req.getDateHeader(IF_MODIFIED_SINCE);
18:10:44 [2024-02-16T23:10:44.379Z] 				// for purposes of comparison we add 999 to ifModifiedSince since the fidelity
18:10:44 [2024-02-16T23:10:44.379Z] 				// of the IMS header generally doesn't include milli-seconds
18:10:44 [2024-02-16T23:10:44.379Z] 				if (ifModifiedSince > -1 && lastModified > 0 && lastModified <= (ifModifiedSince + 999)) {
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setStatus(HttpServletResponse.SC_NOT_MODIFIED);
18:10:44 [2024-02-16T23:10:44.379Z] 					return Boolean.TRUE;
18:10:44 [2024-02-16T23:10:44.379Z] 				}
18:10:44 [2024-02-16T23:10:44.379Z] 				String rangeHeader = req.getHeader(RANGE);
18:10:44 [2024-02-16T23:10:44.379Z] 				Range range = null;
18:10:44 [2024-02-16T23:10:44.379Z] 				if (rangeHeader != null) {
18:10:44 [2024-02-16T23:10:44.379Z] 					range = Range.createFromRangeHeader(rangeHeader);
18:10:44 [2024-02-16T23:10:44.379Z] 					range.completeLength = contentLength;
18:10:44 [2024-02-16T23:10:44.379Z] 					range.updateBytePos();
18:10:44 [2024-02-16T23:10:44.379Z] 					if (!range.isValid()) {
18:10:44 [2024-02-16T23:10:44.379Z] 						resp.setHeader(ACCEPT_RANGES, RANGE_UNIT_BYTES);
18:10:44 [2024-02-16T23:10:44.379Z] 						resp.setStatus(HttpServletResponse.SC_REQUESTED_RANGE_NOT_SATISFIABLE);
18:10:44 [2024-02-16T23:10:44.379Z] 						return Boolean.TRUE;
18:10:44 [2024-02-16T23:10:44.379Z] 					}
18:10:44 [2024-02-16T23:10:44.379Z] 				}
18:10:44 [2024-02-16T23:10:44.379Z] 				// return the full contents regularly
18:10:44 [2024-02-16T23:10:44.379Z] 				if (contentLength != -1)
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setContentLength(contentLength);
18:10:44 [2024-02-16T23:10:44.379Z] 				String filename = new File(resourcePath).getName();
18:10:44 [2024-02-16T23:10:44.379Z] 				String contentType = servletContextHelper.getMimeType(filename);
18:10:44 [2024-02-16T23:10:44.379Z] 				if (contentType == null)
18:10:44 [2024-02-16T23:10:44.379Z] 					contentType = getServletConfig().getServletContext().getMimeType(filename);
18:10:44 [2024-02-16T23:10:44.379Z] 				if (contentType != null)
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setContentType(contentType);
18:10:44 [2024-02-16T23:10:44.379Z] 				if (lastModified > 0)
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setDateHeader(LAST_MODIFIED, lastModified);
18:10:44 [2024-02-16T23:10:44.379Z] 				if (etag != null)
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setHeader(ETAG, etag);
18:10:44 [2024-02-16T23:10:44.379Z] 				if (range == null && (servletContextHelper instanceof RangeAwareServletContextHelper)
18:10:44 [2024-02-16T23:10:44.379Z] 						&& ((RangeAwareServletContextHelper) servletContextHelper).rangeableContentType(contentType,
18:10:44 [2024-02-16T23:10:44.379Z] 								req.getHeader("User-Agent"))) { //$NON-NLS-1$
18:10:44 [2024-02-16T23:10:44.379Z] 					range = new Range();
18:10:44 [2024-02-16T23:10:44.379Z] 					range.firstBytePos = 0;
18:10:44 [2024-02-16T23:10:44.379Z] 					range.completeLength = contentLength;
18:10:44 [2024-02-16T23:10:44.379Z] 					range.updateBytePos();
18:10:44 [2024-02-16T23:10:44.379Z] 				}
18:10:44 [2024-02-16T23:10:44.379Z] 				if (range != null) {
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setStatus(HttpServletResponse.SC_PARTIAL_CONTENT);
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setHeader(ACCEPT_RANGES, RANGE_UNIT_BYTES);
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setContentLength(range.contentLength());
18:10:44 [2024-02-16T23:10:44.379Z] 					resp.setHeader(CONTENT_RANGE, RANGE_UNIT_BYTES + " " + range.firstBytePos + "-" + range.lastBytePos //$NON-NLS-1$ //$NON-NLS-2$
18:10:44 [2024-02-16T23:10:44.379Z] 							+ "/" + range.completeLength); //$NON-NLS-1$
18:10:44 [2024-02-16T23:10:44.379Z] 				}
18:10:44 [2024-02-16T23:10:44.379Z] 				if (contentLength != 0) {
18:10:44 [2024-02-16T23:10:44.379Z] 					// open the input stream
18:10:44 [2024-02-16T23:10:44.379Z] 					try (InputStream is = connection.getInputStream()) {
18:10:44 [2024-02-16T23:10:44.379Z] 						// write the resource
18:10:44 [2024-02-16T23:10:44.379Z] 						try {
18:10:44 [2024-02-16T23:10:44.379Z] 							OutputStream os = resp.getOutputStream();
18:10:44 [2024-02-16T23:10:44.379Z] 							int writtenContentLength = writeResourceToOutputStream(is, os, range);
18:10:44 [2024-02-16T23:10:44.379Z] 							if (contentLength == -1 || contentLength != writtenContentLength)
18:10:44 [2024-02-16T23:10:44.379Z] 								resp.setContentLength(writtenContentLength);
18:10:44 [2024-02-16T23:10:44.379Z] 						} catch (IllegalStateException e) { // can occur if the response output is already open as a
18:10:44 [2024-02-16T23:10:44.379Z] 															// Writer
18:10:44 [2024-02-16T23:10:44.379Z] 							Writer writer = resp.getWriter();
18:10:44 [2024-02-16T23:10:44.379Z] 							writeResourceToWriter(is, writer, range);
18:10:44 [2024-02-16T23:10:44.379Z] 							// Since ContentLength is a measure of the number of bytes contained in the body
18:10:44 [2024-02-16T23:10:44.380Z] 							// of a message when we use a Writer we lose control of the exact byte count and
18:10:44 [2024-02-16T23:10:44.380Z] 							// defer the problem to the Servlet Engine's Writer implementation.
18:10:44 [2024-02-16T23:10:44.380Z] 						}
18:10:44 [2024-02-16T23:10:44.380Z] 					} catch (FileNotFoundException | SecurityException e) {
18:10:44 [2024-02-16T23:10:44.380Z] 						// SecurityException may indicate the following scenarios
18:10:44 [2024-02-16T23:10:44.380Z] 						// - url is not accessible
18:10:44 [2024-02-16T23:10:44.380Z] 						sendError(resp, HttpServletResponse.SC_FORBIDDEN);
18:10:44 [2024-02-16T23:10:44.380Z] 					}
18:10:44 [2024-02-16T23:10:44.380Z] 				}
18:10:44 [2024-02-16T23:10:44.380Z] 				return Boolean.TRUE;
18:10:44 [2024-02-16T23:10:44.380Z] 			}, acc);
18:10:44 [2024-02-16T23:10:44.381Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.382Z] The method doPrivileged(PrivilegedExceptionAction<Boolean>, AccessControlContext) from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.382Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[73] 
18:10:44 [2024-02-16T23:10:44.382Z] 	ServletContextHelper servletContextHelper, EventListeners eventListeners, AccessControlContext acc) {
18:10:44 [2024-02-16T23:10:44.382Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.382Z] The type AccessControlContext has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.382Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[152] 
18:10:44 [2024-02-16T23:10:44.382Z] 	mimeType = AccessController.doPrivileged(
18:10:44 [2024-02-16T23:10:44.382Z] 	           ^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.382Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.383Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[152] 
18:10:44 [2024-02-16T23:10:44.383Z] 	mimeType = AccessController.doPrivileged(
18:10:44 [2024-02-16T23:10:44.383Z] 					(PrivilegedExceptionAction<String>) () -> servletContextHelper.getMimeType(name), acc);
18:10:44 [2024-02-16T23:10:44.383Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.383Z] The method doPrivileged(PrivilegedExceptionAction<String>, AccessControlContext) from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.383Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[174] 
18:10:44 [2024-02-16T23:10:44.383Z] 	return AccessController.doPrivileged(
18:10:44 [2024-02-16T23:10:44.383Z] 	       ^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.383Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.383Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[174] 
18:10:44 [2024-02-16T23:10:44.383Z] 	return AccessController.doPrivileged(
18:10:44 [2024-02-16T23:10:44.383Z] 					(PrivilegedExceptionAction<String>) () -> servletContextHelper.getRealPath(path), acc);
18:10:44 [2024-02-16T23:10:44.383Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.383Z] The method doPrivileged(PrivilegedExceptionAction<String>, AccessControlContext) from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.383Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[204] 
18:10:44 [2024-02-16T23:10:44.383Z] 	return AccessController
18:10:44 [2024-02-16T23:10:44.383Z] 	       ^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.383Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.383Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[205] 
18:10:44 [2024-02-16T23:10:44.384Z] 	.doPrivileged((PrivilegedExceptionAction<URL>) () -> servletContextHelper.getResource(name), acc);
18:10:44 [2024-02-16T23:10:44.384Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.384Z] The method doPrivileged(PrivilegedExceptionAction<URL>, AccessControlContext) from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.384Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[235] 
18:10:44 [2024-02-16T23:10:44.384Z] 	return AccessController.doPrivileged(
18:10:44 [2024-02-16T23:10:44.384Z] 	       ^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.384Z] The type AccessController has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.384Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[235] 
18:10:44 [2024-02-16T23:10:44.384Z] 	return AccessController.doPrivileged(
18:10:44 [2024-02-16T23:10:44.384Z] 					(PrivilegedExceptionAction<Set<String>>) () -> servletContextHelper.getResourcePaths(name), acc);
18:10:44 [2024-02-16T23:10:44.384Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.384Z] The method doPrivileged(PrivilegedExceptionAction<Set<String>>, AccessControlContext) from the type AccessController is deprecated
18:10:44 [2024-02-16T23:10:44.384Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.servlet/src/org/eclipse/equinox/http/servlet/internal/servlet/ServletContextAdaptor.java:[414] 
18:10:44 [2024-02-16T23:10:44.384Z] 	private final AccessControlContext acc;
18:10:44 [2024-02-16T23:10:44.384Z] 	              ^^^^^^^^^^^^^^^^^^^^
18:10:44 [2024-02-16T23:10:44.384Z] The type AccessControlContext has been deprecated since version 17 and marked for removal
18:10:44 [2024-02-16T23:10:44.384Z] 29 problems (29 warnings)
18:10:44 [2024-02-16T23:10:44.384Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.384Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.384Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.384Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.384Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.384Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.384Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.384Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.385Z] [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.servlet/src/test/resources
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.385Z] [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.servlet/target/org.eclipse.equinox.http.servlet-1.8.100-SNAPSHOT-sources.jar
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.385Z] [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.servlet/target/org.eclipse.equinox.http.servlet-1.8.100-SNAPSHOT.jar
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.100-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.servlet/.polyglot.META-INF
18:10:44 [2024-02-16T23:10:44.385Z]     The main artifact has been replaced with the baseline version.
18:10:44 [2024-02-16T23:10:44.385Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:44 [2024-02-16T23:10:44.385Z] 
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.385Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.100-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.servlet/.polyglot.META-INF
18:10:44 [2024-02-16T23:10:44.386Z]     The main artifact has been replaced with the baseline version.
18:10:44 [2024-02-16T23:10:44.386Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:44 [2024-02-16T23:10:44.386Z] 
18:10:44 [2024-02-16T23:10:44.386Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.386Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.386Z] [INFO] Execution was skipped
18:10:44 [2024-02-16T23:10:44.386Z] [INFO] 
18:10:44 [2024-02-16T23:10:44.386Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.servlet ---
18:10:44 [2024-02-16T23:10:44.642Z] [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.servlet/target/org.eclipse.equinox.http.servlet-1.8.100-SNAPSHOT.jar' is already signed and will be resigned.
18:10:44 [2024-02-16T23:10:44.642Z] [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.servlet/target/org.eclipse.equinox.http.servlet-1.8.100-SNAPSHOT.jar
18:10:45 [2024-02-16T23:10:45.571Z] [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.servlet/target/org.eclipse.equinox.http.servlet-1.8.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:45 [2024-02-16T23:10:45.572Z] [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.servlet/target/org.eclipse.equinox.http.servlet-1.8.100-SNAPSHOT-sources.jar
18:10:46 [2024-02-16T23:10:46.498Z] [INFO] 
18:10:46 [2024-02-16T23:10:46.498Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.servlet ---
18:10:46 [2024-02-16T23:10:46.499Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet:1.8.100-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.servlet/.polyglot.META-INF
18:10:46 [2024-02-16T23:10:46.499Z]     The main artifact has been replaced with the baseline version.
18:10:46 [2024-02-16T23:10:46.499Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:46 [2024-02-16T23:10:46.499Z] 
18:10:46 [2024-02-16T23:10:46.499Z] [INFO] 
18:10:46 [2024-02-16T23:10:46.499Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.http.jetty >---------
18:10:46 [2024-02-16T23:10:46.499Z] [INFO] Building [bundle] Jetty Http Service 3.9.100-SNAPSHOT           [66/521]
18:10:46 [2024-02-16T23:10:46.499Z] [INFO]   from equinox/bundles/org.eclipse.equinox.http.jetty/.polyglot.META-INF
18:10:46 [2024-02-16T23:10:46.499Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:46 [2024-02-16T23:10:46.499Z] [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.pom
18:10:46 [2024-02-16T23:10:46.499Z] [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.pom (4.8 kB at 600 kB/s)
18:10:46 [2024-02-16T23:10:46.499Z] [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.pom
18:10:46 [2024-02-16T23:10:46.500Z] [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.pom (2.8 kB at 398 kB/s)
18:10:46 [2024-02-16T23:10:46.500Z] [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.pom
18:10:46 [2024-02-16T23:10:46.500Z] [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.pom (4.0 kB at 191 kB/s)
18:10:46 [2024-02-16T23:10:46.500Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-core/12.0.6/jetty-core-12.0.6.pom
18:10:46 [2024-02-16T23:10:46.500Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-core/12.0.6/jetty-core-12.0.6.pom (4.6 kB at 507 kB/s)
18:10:46 [2024-02-16T23:10:46.500Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/12.0.6/jetty-project-12.0.6.pom
18:10:46 [2024-02-16T23:10:46.500Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/12.0.6/jetty-project-12.0.6.pom (103 kB at 8.6 MB/s)
18:10:46 [2024-02-16T23:10:46.500Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom
18:10:46 [2024-02-16T23:10:46.500Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom (18 kB at 225 kB/s)
18:10:46 [2024-02-16T23:10:46.500Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom
18:10:46 [2024-02-16T23:10:46.501Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 652 kB/s)
18:10:46 [2024-02-16T23:10:46.501Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom
18:10:46 [2024-02-16T23:10:46.501Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 2.6 MB/s)
18:10:46 [2024-02-16T23:10:46.501Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom
18:10:46 [2024-02-16T23:10:46.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.18.Final/infinispan-bom-11.0.18.Final.pom (18 kB at 574 kB/s)
18:10:46 [2024-02-16T23:10:46.757Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom
18:10:46 [2024-02-16T23:10:46.757Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.18.Final/infinispan-build-configuration-parent-11.0.18.Final.pom (16 kB at 555 kB/s)
18:10:46 [2024-02-16T23:10:46.757Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom
18:10:46 [2024-02-16T23:10:46.757Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom (3.2 kB at 215 kB/s)
18:10:46 [2024-02-16T23:10:46.757Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.3/testcontainers-bom-1.19.3.pom
18:10:46 [2024-02-16T23:10:46.757Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.3/testcontainers-bom-1.19.3.pom (9.0 kB at 642 kB/s)
18:10:46 [2024-02-16T23:10:46.757Z] [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.pom
18:10:46 [2024-02-16T23:10:46.757Z] [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.pom (1.9 kB at 143 kB/s)
18:10:46 [2024-02-16T23:10:46.757Z] [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.pom
18:10:46 [2024-02-16T23:10:46.757Z] [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.pom (3.6 kB at 67 kB/s)
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom (3.1 kB at 173 kB/s)
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom (2.7 kB at 92 kB/s)
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom (2.7 kB at 270 kB/s)
18:10:46 [2024-02-16T23:10:46.758Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8/12.0.6/jetty-ee8-12.0.6.pom
18:10:46 [2024-02-16T23:10:46.758Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/ee8/jetty-ee8/12.0.6/jetty-ee8-12.0.6.pom (24 kB at 1.7 MB/s)
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom (3.0 kB at 372 kB/s)
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom
18:10:46 [2024-02-16T23:10:46.758Z] [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.pom (5.2 kB at 579 kB/s)
18:10:46 [2024-02-16T23:10:46.759Z] [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.pom
18:10:47 [2024-02-16T23:10:47.015Z] [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.pom (2.2 kB at 113 kB/s)
18:10:47 [2024-02-16T23:10:47.015Z] [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.pom
18:10:47 [2024-02-16T23:10:47.015Z] [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.pom (1.3 kB at 188 kB/s)
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] The project's OSGi version is 3.9.100.v20240213-1244
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.015Z] [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.jetty/saveproperties
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.015Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.016Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.016Z] [INFO] Resolving class path of [bundle] Jetty Http Service
18:10:47 [2024-02-16T23:10:47.016Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.016Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.016Z] [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.jetty/src/main/resources
18:10:47 [2024-02-16T23:10:47.016Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.016Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.016Z] [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.jetty/src/main/resources
18:10:47 [2024-02-16T23:10:47.016Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.016Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.016Z] [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/equinox/bundles/org.eclipse.equinox.http.jetty/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:47 [2024-02-16T23:10:47.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.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:[68] 
18:10:47 [2024-02-16T23:10:47.016Z] 	SecurityManager sm = System.getSecurityManager();
18:10:47 [2024-02-16T23:10:47.016Z] 	^^^^^^^^^^^^^^^
18:10:47 [2024-02-16T23:10:47.016Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:10:47 [2024-02-16T23:10:47.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.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:[68] 
18:10:47 [2024-02-16T23:10:47.017Z] 	SecurityManager sm = System.getSecurityManager();
18:10:47 [2024-02-16T23:10:47.017Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:10:47 [2024-02-16T23:10:47.017Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:10:47 [2024-02-16T23:10:47.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.http.jetty/src/org/eclipse/equinox/http/jetty/JettyConfigurator.java:[70] 
18:10:47 [2024-02-16T23:10:47.017Z] 	sm.checkPermission(configurationPermission);
18:10:47 [2024-02-16T23:10:47.017Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:47 [2024-02-16T23:10:47.017Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:10:47 [2024-02-16T23:10:47.017Z] 3 problems (3 warnings)
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.017Z] [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.jetty/src/test/resources
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.017Z] [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.jetty/target/org.eclipse.equinox.http.jetty-3.9.100-SNAPSHOT-sources.jar
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.017Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.018Z] [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.jetty/target/org.eclipse.equinox.http.jetty-3.9.100-SNAPSHOT.jar
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.100-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.jetty/.polyglot.META-INF
18:10:47 [2024-02-16T23:10:47.018Z]     The main artifact has been replaced with the baseline version.
18:10:47 [2024-02-16T23:10:47.018Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:47 [2024-02-16T23:10:47.018Z] 
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.100-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.jetty/.polyglot.META-INF
18:10:47 [2024-02-16T23:10:47.018Z]     The main artifact has been replaced with the baseline version.
18:10:47 [2024-02-16T23:10:47.018Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:47 [2024-02-16T23:10:47.018Z] 
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] Execution was skipped
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] 
18:10:47 [2024-02-16T23:10:47.018Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.jetty ---
18:10:47 [2024-02-16T23:10:47.019Z] [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.jetty/target/org.eclipse.equinox.http.jetty-3.9.100-SNAPSHOT.jar' is already signed and will be resigned.
18:10:47 [2024-02-16T23:10:47.019Z] [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.jetty/target/org.eclipse.equinox.http.jetty-3.9.100-SNAPSHOT.jar
18:10:47 [2024-02-16T23:10:47.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/equinox/bundles/org.eclipse.equinox.http.jetty/target/org.eclipse.equinox.http.jetty-3.9.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:47 [2024-02-16T23:10:47.947Z] [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.jetty/target/org.eclipse.equinox.http.jetty-3.9.100-SNAPSHOT-sources.jar
18:10:48 [2024-02-16T23:10:48.873Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.873Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.jetty ---
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.jetty:3.9.100-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.jetty/.polyglot.META-INF
18:10:48 [2024-02-16T23:10:48.874Z]     The main artifact has been replaced with the baseline version.
18:10:48 [2024-02-16T23:10:48.874Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:48 [2024-02-16T23:10:48.874Z] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.security >----------
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] Building org.eclipse.equinox.security 1.4.200-SNAPSHOT          [67/521]
18:10:48 [2024-02-16T23:10:48.874Z] [INFO]   from equinox/bundles/org.eclipse.equinox.security/pom.xml
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] The project's OSGi version is 1.4.200.v20240213-1244
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.874Z] [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.security/saveproperties
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] Resolving class path of org.eclipse.equinox.security
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.874Z] [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.security/src/main/resources
18:10:48 [2024-02-16T23:10:48.874Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.875Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.875Z] [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.security/src/main/resources
18:10:48 [2024-02-16T23:10:48.875Z] [INFO] 
18:10:48 [2024-02-16T23:10:48.875Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security ---
18:10:48 [2024-02-16T23:10:48.875Z] [INFO] Compiling 49 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.security/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:49 [2024-02-16T23:10:49.131Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper.java:[88] 
18:10:49 [2024-02-16T23:10:49.131Z] 	location = getKeyringFile(args[i + 1]).toURL(); // don't use File.toURI().toURL()
18:10:49 [2024-02-16T23:10:49.131Z] 	                                       ^^^^^^^
18:10:49 [2024-02-16T23:10:49.131Z] The method toURL() from the type File is deprecated
18:10:49 [2024-02-16T23:10:49.131Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/SecurePreferencesMapper.java:[102] 
18:10:49 [2024-02-16T23:10:49.131Z] 	location = getKeyringFile(environmentKeyring).toURL();
18:10:49 [2024-02-16T23:10:49.131Z] 	                                              ^^^^^^^
18:10:49 [2024-02-16T23:10:49.131Z] The method toURL() from the type File is deprecated
18:10:49 [2024-02-16T23:10:49.131Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/StorageUtils.java:[54] 
18:10:49 [2024-02-16T23:10:49.131Z] 	return file.toURL();
18:10:49 [2024-02-16T23:10:49.131Z] 	            ^^^^^^^
18:10:49 [2024-02-16T23:10:49.131Z] The method toURL() from the type File is deprecated
18:10:49 [2024-02-16T23:10:49.131Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/StorageUtils.java:[61] 
18:10:49 [2024-02-16T23:10:49.131Z] 	return file.toURL();
18:10:49 [2024-02-16T23:10:49.131Z] 	            ^^^^^^^
18:10:49 [2024-02-16T23:10:49.131Z] The method toURL() from the type File is deprecated
18:10:49 [2024-02-16T23:10:49.131Z] 4 problems (4 warnings)
18:10:49 [2024-02-16T23:10:49.131Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.131Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.131Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.132Z] [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.security/src/test/resources
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.132Z] [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.security/target/org.eclipse.equinox.security-1.4.200-SNAPSHOT-sources.jar
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.132Z] [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.security/target/org.eclipse.equinox.security-1.4.200-SNAPSHOT.jar
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.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/equinox/bundles/org.eclipse.equinox.security/pom.xml
18:10:49 [2024-02-16T23:10:49.132Z]     The main artifact has been replaced with the baseline version.
18:10:49 [2024-02-16T23:10:49.132Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:49 [2024-02-16T23:10:49.132Z] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.132Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.133Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.133Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.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/equinox/bundles/org.eclipse.equinox.security/pom.xml
18:10:49 [2024-02-16T23:10:49.133Z]     The main artifact has been replaced with the baseline version.
18:10:49 [2024-02-16T23:10:49.133Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:49 [2024-02-16T23:10:49.133Z] 
18:10:49 [2024-02-16T23:10:49.133Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.133Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.133Z] [INFO] Execution was skipped
18:10:49 [2024-02-16T23:10:49.133Z] [INFO] 
18:10:49 [2024-02-16T23:10:49.133Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.security ---
18:10:49 [2024-02-16T23:10:49.133Z] [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.security/target/org.eclipse.equinox.security-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:10:49 [2024-02-16T23:10:49.133Z] [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.security/target/org.eclipse.equinox.security-1.4.200-SNAPSHOT.jar
18:10:50 [2024-02-16T23:10:50.061Z] [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.security/target/org.eclipse.equinox.security-1.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:50 [2024-02-16T23:10:50.061Z] [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.security/target/org.eclipse.equinox.security-1.4.200-SNAPSHOT-sources.jar
18:10:50 [2024-02-16T23:10:50.987Z] [INFO] 
18:10:50 [2024-02-16T23:10:50.987Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.security ---
18:10:51 [2024-02-16T23:10:51.245Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security:1.4.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/equinox/bundles/org.eclipse.equinox.security/pom.xml
18:10:51 [2024-02-16T23:10:51.245Z]     The main artifact has been replaced with the baseline version.
18:10:51 [2024-02-16T23:10:51.245Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:51 [2024-02-16T23:10:51.245Z] 
18:10:51 [2024-02-16T23:10:51.245Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.245Z] [INFO] -------------< org.eclipse.platform:eclipse.platform.team >-------------
18:10:51 [2024-02-16T23:10:51.245Z] [INFO] Building eclipse.platform.team 4.31.0-SNAPSHOT                  [68/521]
18:10:51 [2024-02-16T23:10:51.245Z] [INFO]   from eclipse.platform/team/pom.xml
18:10:51 [2024-02-16T23:10:51.245Z] [INFO] --------------------------------[ pom ]---------------------------------
18:10:51 [2024-02-16T23:10:51.245Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.team ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.team ---
18:10:51 [2024-02-16T23:10:51.246Z] [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/team/saveproperties
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.team ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.team ---
18:10:51 [2024-02-16T23:10:51.246Z] [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/team/src/main/resources
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.team ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.team ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.team ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] Execution was skipped
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.team ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.team ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] -----------------< org.eclipse.platform:team-bundles >------------------
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] Building [aggregator] bundles 4.31.0-SNAPSHOT                   [69/521]
18:10:51 [2024-02-16T23:10:51.246Z] [INFO]   from eclipse.platform/team/bundles/.polyglot.pom.tycho
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --------------------------------[ pom ]---------------------------------
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- clean:3.3.2:clean (default-clean) @ team-bundles ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ team-bundles ---
18:10:51 [2024-02-16T23:10:51.246Z] [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/team/bundles/saveproperties
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ team-bundles ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ team-bundles ---
18:10:51 [2024-02-16T23:10:51.246Z] [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/team/bundles/src/main/resources
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ team-bundles ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ team-bundles ---
18:10:51 [2024-02-16T23:10:51.246Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ team-bundles ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] Execution was skipped
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ team-bundles ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ team-bundles ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] -------------< org.eclipse.platform:org.eclipse.core.net >--------------
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] Building [bundle] Internet Connection Management 1.5.300-SNAPSHOT [70/521]
18:10:51 [2024-02-16T23:10:51.247Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.core.net/.polyglot.META-INF
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] The project's OSGi version is 1.5.300.v20231214-1526
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [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/team/bundles/org.eclipse.core.net/saveproperties
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] Resolving class path of [bundle] Internet Connection Management
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [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/team/bundles/org.eclipse.core.net/src/main/resources
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.247Z] [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/team/bundles/org.eclipse.core.net/src/main/resources
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.247Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] Compiling 17 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/team/bundles/org.eclipse.core.net/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:51 [2024-02-16T23:10:51.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/ProxyType.java:[529] 
18:10:51 [2024-02-16T23:10:51.248Z] 	// TODO: There does appear to be a way to set the non-proxy hosts for Socks
18:10:51 [2024-02-16T23:10:51.248Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:51 [2024-02-16T23:10:51.248Z] TODO: There does appear to be a way to set the non-proxy hosts for Socks
18:10:51 [2024-02-16T23:10:51.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.core.net/src/org/eclipse/core/internal/net/ProxyType.java:[530] 
18:10:51 [2024-02-16T23:10:51.248Z] 	// TODO: See http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html for a description
18:10:51 [2024-02-16T23:10:51.248Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:51 [2024-02-16T23:10:51.248Z] TODO: See http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html for a description
18:10:51 [2024-02-16T23:10:51.248Z] 2 problems (null, 2 warnings)
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.248Z] [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/team/bundles/org.eclipse.core.net/src/test/resources
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.248Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.249Z] [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/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.300-SNAPSHOT-sources.jar
18:10:51 [2024-02-16T23:10:51.249Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.249Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.249Z] [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/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.300-SNAPSHOT.jar
18:10:51 [2024-02-16T23:10:51.505Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.505Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.505Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net: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/team/bundles/org.eclipse.core.net/.polyglot.META-INF
18:10:51 [2024-02-16T23:10:51.505Z]     The main artifact has been replaced with the baseline version.
18:10:51 [2024-02-16T23:10:51.505Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:51 [2024-02-16T23:10:51.505Z] 
18:10:51 [2024-02-16T23:10:51.505Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.505Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.505Z] [INFO] Execution was skipped
18:10:51 [2024-02-16T23:10:51.505Z] [INFO] 
18:10:51 [2024-02-16T23:10:51.505Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.net ---
18:10:51 [2024-02-16T23:10:51.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/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:10:51 [2024-02-16T23:10:51.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/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.300-SNAPSHOT.jar
18:10:52 [2024-02-16T23:10:52.066Z] [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/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:52 [2024-02-16T23:10:52.066Z] [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/team/bundles/org.eclipse.core.net/target/org.eclipse.core.net-1.5.300-SNAPSHOT-sources.jar
18:10:53 [2024-02-16T23:10:53.428Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.428Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.net ---
18:10:53 [2024-02-16T23:10:53.428Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net: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/team/bundles/org.eclipse.core.net/.polyglot.META-INF
18:10:53 [2024-02-16T23:10:53.428Z]     The main artifact has been replaced with the baseline version.
18:10:53 [2024-02-16T23:10:53.428Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:53 [2024-02-16T23:10:53.428Z] 
18:10:53 [2024-02-16T23:10:53.428Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.428Z] [INFO] ------------< org.eclipse.platform:eclipse.platform.debug >-------------
18:10:53 [2024-02-16T23:10:53.428Z] [INFO] Building eclipse.platform.debug 4.31.0-SNAPSHOT                 [71/521]
18:10:53 [2024-02-16T23:10:53.428Z] [INFO]   from eclipse.platform/debug/pom.xml
18:10:53 [2024-02-16T23:10:53.428Z] [INFO] --------------------------------[ pom ]---------------------------------
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.debug ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.debug ---
18:10:53 [2024-02-16T23:10:53.429Z] [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/debug/saveproperties
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.debug ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.debug ---
18:10:53 [2024-02-16T23:10:53.429Z] [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/debug/src/main/resources
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.debug ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.debug ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.debug ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] Execution was skipped
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.debug ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.debug ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] ----------< org.eclipse.platform:org.eclipse.core.variables >-----------
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] Building [bundle] Core Variables 3.6.300-SNAPSHOT               [72/521]
18:10:53 [2024-02-16T23:10:53.429Z] [INFO]   from eclipse.platform/debug/org.eclipse.core.variables/.polyglot.META-INF
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] The project's OSGi version is 3.6.300.v20231214-1012
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.429Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.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/debug/org.eclipse.core.variables/saveproperties
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] Resolving class path of [bundle] Core Variables
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.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/debug/org.eclipse.core.variables/src/main/resources
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.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/debug/org.eclipse.core.variables/src/main/resources
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] Compiling 16 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/debug/org.eclipse.core.variables/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.430Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.431Z] [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/debug/org.eclipse.core.variables/src/test/resources
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.431Z] [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/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.300-SNAPSHOT-sources.jar
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.431Z] [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/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.300-SNAPSHOT.jar
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.variables:3.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/debug/org.eclipse.core.variables/.polyglot.META-INF
18:10:53 [2024-02-16T23:10:53.431Z]     The main artifact has been replaced with the baseline version.
18:10:53 [2024-02-16T23:10:53.431Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:53 [2024-02-16T23:10:53.431Z] 
18:10:53 [2024-02-16T23:10:53.431Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.432Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.432Z] [INFO] Execution was skipped
18:10:53 [2024-02-16T23:10:53.432Z] [INFO] 
18:10:53 [2024-02-16T23:10:53.432Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.variables ---
18:10:53 [2024-02-16T23:10:53.432Z] [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/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:10:53 [2024-02-16T23:10:53.432Z] [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/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.300-SNAPSHOT.jar
18:10:54 [2024-02-16T23:10:54.358Z] [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/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:54 [2024-02-16T23:10:54.358Z] [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/debug/org.eclipse.core.variables/target/org.eclipse.core.variables-3.6.300-SNAPSHOT-sources.jar
18:10:54 [2024-02-16T23:10:54.920Z] [INFO] 
18:10:54 [2024-02-16T23:10:54.921Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.variables ---
18:10:54 [2024-02-16T23:10:54.921Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.variables:3.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/debug/org.eclipse.core.variables/.polyglot.META-INF
18:10:54 [2024-02-16T23:10:54.921Z]     The main artifact has been replaced with the baseline version.
18:10:54 [2024-02-16T23:10:54.921Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:54 [2024-02-16T23:10:54.921Z] 
18:10:54 [2024-02-16T23:10:54.921Z] [INFO] 
18:10:54 [2024-02-16T23:10:54.921Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ant.core >--------------
18:10:54 [2024-02-16T23:10:54.921Z] [INFO] Building [bundle] Ant Build Tool Core 3.7.300-SNAPSHOT          [73/521]
18:10:54 [2024-02-16T23:10:54.921Z] [INFO]   from eclipse.platform/ant/org.eclipse.ant.core/.polyglot.META-INF
18:10:54 [2024-02-16T23:10:54.921Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] The project's OSGi version is 3.7.300.v20231214-1526
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.177Z] [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/ant/org.eclipse.ant.core/saveproperties
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.177Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] Resolving class path of [bundle] Ant Build Tool Core
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-13) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.178Z] [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/eclipse.platform/ant/org.eclipse.ant.core/src_ant added.
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.178Z] [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/ant/org.eclipse.ant.core/src/main/resources
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.178Z] [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/ant/org.eclipse.ant.core/src/main/resources
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.178Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.178Z] [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/ant/org.eclipse.ant.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:55 [2024-02-16T23:10:55.434Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/core/AntCorePreferences.java:[919] 
18:10:55 [2024-02-16T23:10:55.434Z] 	* TODO Should be promoted to API post 3.1
18:10:55 [2024-02-16T23:10:55.434Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.434Z] TODO Should be promoted to API post 3.1
18:10:55 [2024-02-16T23:10:55.434Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[65] 
18:10:55 [2024-02-16T23:10:55.434Z] 	fSecurityManager.checkExit(status);
18:10:55 [2024-02-16T23:10:55.434Z] 	                 ^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.434Z] The method checkExit(int) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[76] 
18:10:55 [2024-02-16T23:10:55.435Z] 	fSecurityManager.checkPermission(perm);
18:10:55 [2024-02-16T23:10:55.435Z] 	                 ^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.435Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[83] 
18:10:55 [2024-02-16T23:10:55.435Z] 	fSecurityManager.checkAccept(host, port);
18:10:55 [2024-02-16T23:10:55.435Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.435Z] The method checkAccept(String, int) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[90] 
18:10:55 [2024-02-16T23:10:55.435Z] 	fSecurityManager.checkAccess(t);
18:10:55 [2024-02-16T23:10:55.435Z] 	                 ^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.435Z] The method checkAccess(Thread) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[97] 
18:10:55 [2024-02-16T23:10:55.435Z] 	fSecurityManager.checkAccess(g);
18:10:55 [2024-02-16T23:10:55.435Z] 	                 ^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.435Z] The method checkAccess(ThreadGroup) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[104] 
18:10:55 [2024-02-16T23:10:55.435Z] 	fSecurityManager.checkConnect(host, port, context);
18:10:55 [2024-02-16T23:10:55.435Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.435Z] The method checkConnect(String, int, Object) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.435Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[111] 
18:10:55 [2024-02-16T23:10:55.435Z] 	fSecurityManager.checkConnect(host, port);
18:10:55 [2024-02-16T23:10:55.435Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.435Z] The method checkConnect(String, int) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[118] 
18:10:55 [2024-02-16T23:10:55.436Z] 	fSecurityManager.checkCreateClassLoader();
18:10:55 [2024-02-16T23:10:55.436Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.436Z] The method checkCreateClassLoader() from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[125] 
18:10:55 [2024-02-16T23:10:55.436Z] 	fSecurityManager.checkDelete(file);
18:10:55 [2024-02-16T23:10:55.436Z] 	                 ^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.436Z] The method checkDelete(String) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[132] 
18:10:55 [2024-02-16T23:10:55.436Z] 	fSecurityManager.checkExec(cmd);
18:10:55 [2024-02-16T23:10:55.436Z] 	                 ^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.436Z] The method checkExec(String) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[139] 
18:10:55 [2024-02-16T23:10:55.436Z] 	fSecurityManager.checkLink(lib);
18:10:55 [2024-02-16T23:10:55.436Z] 	                 ^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.436Z] The method checkLink(String) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[146] 
18:10:55 [2024-02-16T23:10:55.436Z] 	fSecurityManager.checkListen(port);
18:10:55 [2024-02-16T23:10:55.436Z] 	                 ^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.436Z] The method checkListen(int) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.436Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[168] 
18:10:55 [2024-02-16T23:10:55.436Z] 	fSecurityManager.checkMulticast(maddr);
18:10:55 [2024-02-16T23:10:55.436Z] 	                 ^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.436Z] The method checkMulticast(InetAddress) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[175] 
18:10:55 [2024-02-16T23:10:55.437Z] 	fSecurityManager.checkPackageAccess(pkg);
18:10:55 [2024-02-16T23:10:55.437Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.437Z] The method checkPackageAccess(String) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[182] 
18:10:55 [2024-02-16T23:10:55.437Z] 	fSecurityManager.checkPackageDefinition(pkg);
18:10:55 [2024-02-16T23:10:55.437Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.437Z] The method checkPackageDefinition(String) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[189] 
18:10:55 [2024-02-16T23:10:55.437Z] 	fSecurityManager.checkPermission(perm, context);
18:10:55 [2024-02-16T23:10:55.437Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.437Z] The method checkPermission(Permission, Object) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[196] 
18:10:55 [2024-02-16T23:10:55.437Z] 	fSecurityManager.checkPrintJobAccess();
18:10:55 [2024-02-16T23:10:55.437Z] 	                 ^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.437Z] The method checkPrintJobAccess() from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[203] 
18:10:55 [2024-02-16T23:10:55.437Z] 	fSecurityManager.checkPropertiesAccess();
18:10:55 [2024-02-16T23:10:55.437Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.437Z] The method checkPropertiesAccess() from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.437Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[205] 
18:10:55 [2024-02-16T23:10:55.437Z] 	super.checkPropertiesAccess();
18:10:55 [2024-02-16T23:10:55.437Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.437Z] The method checkPropertiesAccess() from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[211] 
18:10:55 [2024-02-16T23:10:55.438Z] 	fSecurityManager.checkPropertyAccess(key);
18:10:55 [2024-02-16T23:10:55.438Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.438Z] The method checkPropertyAccess(String) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[218] 
18:10:55 [2024-02-16T23:10:55.438Z] 	fSecurityManager.checkRead(fd);
18:10:55 [2024-02-16T23:10:55.438Z] 	                 ^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.438Z] The method checkRead(FileDescriptor) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[225] 
18:10:55 [2024-02-16T23:10:55.438Z] 	fSecurityManager.checkRead(file, context);
18:10:55 [2024-02-16T23:10:55.438Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.438Z] The method checkRead(String, Object) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[232] 
18:10:55 [2024-02-16T23:10:55.438Z] 	fSecurityManager.checkRead(file);
18:10:55 [2024-02-16T23:10:55.438Z] 	                 ^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.438Z] The method checkRead(String) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[239] 
18:10:55 [2024-02-16T23:10:55.438Z] 	fSecurityManager.checkSecurityAccess(target);
18:10:55 [2024-02-16T23:10:55.438Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.438Z] The method checkSecurityAccess(String) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.438Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[246] 
18:10:55 [2024-02-16T23:10:55.438Z] 	fSecurityManager.checkSetFactory();
18:10:55 [2024-02-16T23:10:55.438Z] 	                 ^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.439Z] The method checkSetFactory() from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[253] 
18:10:55 [2024-02-16T23:10:55.439Z] 	fSecurityManager.checkWrite(fd);
18:10:55 [2024-02-16T23:10:55.439Z] 	                 ^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.439Z] The method checkWrite(FileDescriptor) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[260] 
18:10:55 [2024-02-16T23:10:55.439Z] 	fSecurityManager.checkWrite(file);
18:10:55 [2024-02-16T23:10:55.439Z] 	                 ^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.439Z] The method checkWrite(String) from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[267] 
18:10:55 [2024-02-16T23:10:55.439Z] 	return fSecurityManager.getSecurityContext();
18:10:55 [2024-02-16T23:10:55.439Z] 	                        ^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.439Z] The method getSecurityContext() from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[269] 
18:10:55 [2024-02-16T23:10:55.439Z] 	return super.getSecurityContext();
18:10:55 [2024-02-16T23:10:55.439Z] 	             ^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.439Z] The method getSecurityContext() from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[275] 
18:10:55 [2024-02-16T23:10:55.439Z] 	fSecurityManager.getThreadGroup();
18:10:55 [2024-02-16T23:10:55.439Z] 	                 ^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.439Z] The method getThreadGroup() from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.439Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[277] 
18:10:55 [2024-02-16T23:10:55.439Z] 	return super.getThreadGroup();
18:10:55 [2024-02-16T23:10:55.439Z] 	             ^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.439Z] The method getThreadGroup() from the type SecurityManager is deprecated
18:10:55 [2024-02-16T23:10:55.440Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/src/org/eclipse/ant/internal/core/AntSecurityManager.java:[283] 
18:10:55 [2024-02-16T23:10:55.440Z] 	// XXX: This also means you must not add @Override annotations even if Eclipse try to add them.
18:10:55 [2024-02-16T23:10:55.440Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:10:55 [2024-02-16T23:10:55.440Z] XXX: This also means you must not add @Override annotations even if Eclipse try to add them.
18:10:55 [2024-02-16T23:10:55.440Z] 33 problems (null, 33 warnings)
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] Compiling 14 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/ant/org.eclipse.ant.core/target/lib/antsupportlib.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.440Z] [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/ant/org.eclipse.ant.core/src/test/resources
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.440Z] [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/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.300-SNAPSHOT-sources.jar
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.440Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.440Z] [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/ant/org.eclipse.ant.core/lib/antsupportlib.jar
18:10:55 [2024-02-16T23:10:55.441Z] [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/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.300-SNAPSHOT.jar
18:10:55 [2024-02-16T23:10:55.696Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.696Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.697Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.core:3.7.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/ant/org.eclipse.ant.core/.polyglot.META-INF
18:10:55 [2024-02-16T23:10:55.697Z]     The main artifact has been replaced with the baseline version.
18:10:55 [2024-02-16T23:10:55.697Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:55 [2024-02-16T23:10:55.697Z] 
18:10:55 [2024-02-16T23:10:55.697Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.697Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.697Z] [INFO] Execution was skipped
18:10:55 [2024-02-16T23:10:55.697Z] [INFO] 
18:10:55 [2024-02-16T23:10:55.697Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ant.core ---
18:10:55 [2024-02-16T23:10:55.697Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.300-SNAPSHOT.jar' is disabled.
18:10:55 [2024-02-16T23:10:55.697Z] [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/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.300-SNAPSHOT.jar' is already signed and will be resigned.
18:10:55 [2024-02-16T23:10:55.697Z] [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/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.300-SNAPSHOT.jar
18:10:57 [2024-02-16T23:10:57.061Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.300-SNAPSHOT-sources.jar' is disabled.
18:10:57 [2024-02-16T23:10:57.061Z] [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/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:10:57 [2024-02-16T23:10:57.061Z] [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/ant/org.eclipse.ant.core/target/org.eclipse.ant.core-3.7.300-SNAPSHOT-sources.jar
18:10:57 [2024-02-16T23:10:57.622Z] [INFO] 
18:10:57 [2024-02-16T23:10:57.622Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ant.core ---
18:10:57 [2024-02-16T23:10:57.622Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.core:3.7.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/ant/org.eclipse.ant.core/.polyglot.META-INF
18:10:57 [2024-02-16T23:10:57.622Z]     The main artifact has been replaced with the baseline version.
18:10:57 [2024-02-16T23:10:57.622Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:10:57 [2024-02-16T23:10:57.622Z] 
18:10:57 [2024-02-16T23:10:57.622Z] [INFO] 
18:10:57 [2024-02-16T23:10:57.622Z] [INFO] ---------------< org.eclipse.help:org.eclipse.help.base >---------------
18:10:57 [2024-02-16T23:10:57.622Z] [INFO] Building org.eclipse.help.base 4.4.300-SNAPSHOT                 [74/521]
18:10:57 [2024-02-16T23:10:57.622Z] [INFO]   from eclipse.platform/ua/org.eclipse.help.base/pom.xml
18:10:57 [2024-02-16T23:10:57.622Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] The project's OSGi version is 4.4.300.v20240216-1800
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [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/ua/org.eclipse.help.base/saveproperties
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] Resolving class path of org.eclipse.help.base
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [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/ua/org.eclipse.help.base/src/main/resources
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.548Z] [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/ua/org.eclipse.help.base/src/main/resources
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] 
18:10:58 [2024-02-16T23:10:58.548Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.help.base ---
18:10:58 [2024-02-16T23:10:58.549Z] [INFO] Compiling 158 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/ua/org.eclipse.help.base/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:58 [2024-02-16T23:10:58.804Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.base/src/org/eclipse/help/internal/search/LocalSearchManager.java:[163] 
18:10:58 [2024-02-16T23:10:58.804Z] 	Document doc = searcher.doc(scoreDoc.doc);
18:10:58 [2024-02-16T23:10:58.804Z] 	                        ^^^^^^^^^^^^^^^^^
18:10:58 [2024-02-16T23:10:58.804Z] The method doc(int) from the type IndexSearcher is deprecated
18:10:58 [2024-02-16T23:10:58.804Z] 1 problem (1 warning)
18:10:58 [2024-02-16T23:10:58.804Z] [INFO] Compiling 1 source 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/ua/org.eclipse.help.base/target/ant_tasks/helpbase-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.060Z] [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/ua/org.eclipse.help.base/src/test/resources
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.060Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.061Z] [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/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.300-SNAPSHOT-sources.jar
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] Copying 1 resource from  to target
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.061Z] [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/ua/org.eclipse.help.base/ant_tasks/helpbase-ant.jar
18:10:59 [2024-02-16T23:10:59.061Z] [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/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.300-SNAPSHOT.jar
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] No baseline version org.eclipse.help:org.eclipse.help.base:eclipse-plugin:4.4.300-SNAPSHOT
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] Execution was skipped
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] 
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.help.base ---
18:10:59 [2024-02-16T23:10:59.061Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.300-SNAPSHOT.jar' is disabled.
18:10:59 [2024-02-16T23:10:59.061Z] [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/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.300-SNAPSHOT.jar
18:11:00 [2024-02-16T23:11:00.948Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.300-SNAPSHOT-sources.jar' is disabled.
18:11:00 [2024-02-16T23:11:00.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/ua/org.eclipse.help.base/target/org.eclipse.help.base-4.4.300-SNAPSHOT-sources.jar
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.help.base ---
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] No baseline version org.eclipse.help:org.eclipse.help.base:eclipse-plugin:4.4.300-SNAPSHOT
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.forms >--------------
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] Building [bundle] Eclipse Forms 3.13.200-SNAPSHOT               [75/521]
18:11:01 [2024-02-16T23:11:01.509Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.509Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.764Z] [INFO] The project's OSGi version is 3.13.200.v20240108-1539
18:11:01 [2024-02-16T23:11:01.764Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.764Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.764Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.765Z] [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.ui.forms/saveproperties
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] Resolving class path of [bundle] Eclipse Forms
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.765Z] [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.ui.forms/src/main/resources
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.765Z] [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.ui.forms/src/main/resources
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] 
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.forms ---
18:11:01 [2024-02-16T23:11:01.765Z] [INFO] Compiling 88 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.ui.forms/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:02 [2024-02-16T23:11:02.021Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.021Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.021Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.021Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.021Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.021Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.276Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.277Z] [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.ui.forms/src/test/resources
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.277Z] [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.ui.forms/target/org.eclipse.ui.forms-3.13.200-SNAPSHOT-sources.jar
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.277Z] [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.ui.forms/target/org.eclipse.ui.forms-3.13.200-SNAPSHOT.jar
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.forms:3.13.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.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF
18:11:02 [2024-02-16T23:11:02.277Z]     The main artifact has been replaced with the baseline version.
18:11:02 [2024-02-16T23:11:02.277Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:02 [2024-02-16T23:11:02.277Z] 
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.277Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.278Z] [INFO] Execution was skipped
18:11:02 [2024-02-16T23:11:02.278Z] [INFO] 
18:11:02 [2024-02-16T23:11:02.278Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.forms ---
18:11:02 [2024-02-16T23:11:02.533Z] [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.ui.forms/target/org.eclipse.ui.forms-3.13.200-SNAPSHOT.jar' is already signed and will be resigned.
18:11:02 [2024-02-16T23:11:02.533Z] [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.ui.forms/target/org.eclipse.ui.forms-3.13.200-SNAPSHOT.jar
18:11:03 [2024-02-16T23:11:03.897Z] [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.ui.forms/target/org.eclipse.ui.forms-3.13.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:03 [2024-02-16T23:11:03.897Z] [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.ui.forms/target/org.eclipse.ui.forms-3.13.200-SNAPSHOT-sources.jar
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.forms ---
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.forms:3.13.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.ui/bundles/org.eclipse.ui.forms/.polyglot.META-INF
18:11:04 [2024-02-16T23:11:04.822Z]     The main artifact has been replaced with the baseline version.
18:11:04 [2024-02-16T23:11:04.822Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:04 [2024-02-16T23:11:04.822Z] 
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] ----------------< org.eclipse.ui:org.eclipse.ui.intro >-----------------
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] Building org.eclipse.ui.intro 3.7.300-SNAPSHOT                  [76/521]
18:11:04 [2024-02-16T23:11:04.822Z] [INFO]   from eclipse.platform/ua/org.eclipse.ui.intro/pom.xml
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.intro ---
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro ---
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] The project's OSGi version is 3.7.300.v20231214-1012
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro ---
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.822Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro ---
18:11:04 [2024-02-16T23:11:04.823Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.823Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.intro ---
18:11:04 [2024-02-16T23:11:04.823Z] [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/ua/org.eclipse.ui.intro/saveproperties
18:11:04 [2024-02-16T23:11:04.823Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.823Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.intro ---
18:11:04 [2024-02-16T23:11:04.823Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.823Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro ---
18:11:04 [2024-02-16T23:11:04.823Z] [INFO] 
18:11:04 [2024-02-16T23:11:04.823Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro ---
18:11:04 [2024-02-16T23:11:04.823Z] [INFO] Resolving class path of org.eclipse.ui.intro
18:11:05 [2024-02-16T23:11:05.079Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.079Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.079Z] [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/ua/org.eclipse.ui.intro/src/main/resources
18:11:05 [2024-02-16T23:11:05.079Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.079Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.079Z] [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/ua/org.eclipse.ui.intro/src/main/resources
18:11:05 [2024-02-16T23:11:05.079Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.079Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.079Z] [INFO] Compiling 89 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/ua/org.eclipse.ui.intro/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:05 [2024-02-16T23:11:05.335Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java:[116] 
18:11:05 [2024-02-16T23:11:05.336Z] 	* //$NON-NLS-1$ // TODO: figure out how to handle locale based encoding // As far as the HTML
18:11:05 [2024-02-16T23:11:05.336Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.336Z] TODO: figure out how to handle locale based encoding // As far as the HTML
18:11:05 [2024-02-16T23:11:05.336Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java:[216] 
18:11:05 [2024-02-16T23:11:05.336Z] 	// TODO: there should only be one of these at the page level, not a
18:11:05 [2024-02-16T23:11:05.336Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.336Z] TODO: there should only be one of these at the page level, not a
18:11:05 [2024-02-16T23:11:05.336Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/IntroHTMLGenerator.java:[1128] 
18:11:05 [2024-02-16T23:11:05.336Z] 	// TODO: Do we need to worry about the encoding here? e.g.:
18:11:05 [2024-02-16T23:11:05.336Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.336Z] TODO: Do we need to worry about the encoding here? e.g.:
18:11:05 [2024-02-16T23:11:05.336Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/AbstractIntroPage.java:[453] 
18:11:05 [2024-02-16T23:11:05.336Z] 	// INTRO: XHTML file is loaded needlessly when we have XHTML content and
18:11:05 [2024-02-16T23:11:05.336Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.336Z] INTRO: XHTML file is loaded needlessly when we have XHTML content and
18:11:05 [2024-02-16T23:11:05.336Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/AbstractIntroPage.java:[511] 
18:11:05 [2024-02-16T23:11:05.336Z] 	// INTRO: revisit. Special processing here should be made more
18:11:05 [2024-02-16T23:11:05.336Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.336Z] INTRO: revisit. Special processing here should be made more
18:11:05 [2024-02-16T23:11:05.337Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/IntroContentProvider.java:[28] 
18:11:05 [2024-02-16T23:11:05.337Z] 	* INTRO: model class has access to style-id attribute but it is not used in the
18:11:05 [2024-02-16T23:11:05.337Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.337Z] INTRO: model class has access to style-id attribute but it is not used in the
18:11:05 [2024-02-16T23:11:05.337Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/IntroModelRoot.java:[409] 
18:11:05 [2024-02-16T23:11:05.337Z] 	// INTRO: fix log strings.
18:11:05 [2024-02-16T23:11:05.337Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.337Z] INTRO: fix log strings.
18:11:05 [2024-02-16T23:11:05.337Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/IntroPartPresentation.java:[53] 
18:11:05 [2024-02-16T23:11:05.337Z] 	* INTRO:This really should be in a UI model class.
18:11:05 [2024-02-16T23:11:05.337Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.337Z] INTRO:This really should be in a UI model class.
18:11:05 [2024-02-16T23:11:05.337Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/IntroURL.java:[425] 
18:11:05 [2024-02-16T23:11:05.337Z] 	* INTRO: revisit picking first page.
18:11:05 [2024-02-16T23:11:05.337Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.337Z] INTRO: revisit picking first page.
18:11:05 [2024-02-16T23:11:05.337Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/model/url/ShowHelpURLHandler.java:[60] 
18:11:05 [2024-02-16T23:11:05.337Z] 	// INTRO: maybe add support for navigation
18:11:05 [2024-02-16T23:11:05.337Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.337Z] INTRO: maybe add support for navigation
18:11:05 [2024-02-16T23:11:05.338Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/BrowserIntroPartImplementation.java:[299] 
18:11:05 [2024-02-16T23:11:05.338Z] 	// INTRO: all setText calls above are commented out because calling
18:11:05 [2024-02-16T23:11:05.338Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.338Z] INTRO: all setText calls above are commented out because calling
18:11:05 [2024-02-16T23:11:05.338Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/BrowserIntroPartImplementation.java:[487] 
18:11:05 [2024-02-16T23:11:05.338Z] 	// INTRO: do it. 3.0 intro content style uses text element as
18:11:05 [2024-02-16T23:11:05.338Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.338Z] INTRO: do it. 3.0 intro content style uses text element as
18:11:05 [2024-02-16T23:11:05.338Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/BrowserIntroPartLocationListener.java:[135] 
18:11:05 [2024-02-16T23:11:05.338Z] 	// INTRO: user defined iframes in Intro pages are not properly
18:11:05 [2024-02-16T23:11:05.338Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.338Z] INTRO: user defined iframes in Intro pages are not properly
18:11:05 [2024-02-16T23:11:05.338Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/swt/PageForm.java:[153] 
18:11:05 [2024-02-16T23:11:05.338Z] 	// TODO need to transfer focus to the first link in
18:11:05 [2024-02-16T23:11:05.338Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.338Z] TODO need to transfer focus to the first link in
18:11:05 [2024-02-16T23:11:05.338Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/util/ImageUtil.java:[128] 
18:11:05 [2024-02-16T23:11:05.338Z] 	// INTRO: Image registry should not have the same life span
18:11:05 [2024-02-16T23:11:05.338Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:05 [2024-02-16T23:11:05.338Z] INTRO: Image registry should not have the same life span
18:11:05 [2024-02-16T23:11:05.338Z] 15 problems (null, 15 warnings)
18:11:05 [2024-02-16T23:11:05.338Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.338Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.338Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.338Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.338Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.338Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.338Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.338Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.339Z] [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/ua/org.eclipse.ui.intro/src/test/resources
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.339Z] [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/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.300-SNAPSHOT-sources.jar
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.339Z] [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/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.300-SNAPSHOT.jar
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.7.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/ua/org.eclipse.ui.intro/pom.xml
18:11:05 [2024-02-16T23:11:05.339Z]     The main artifact has been replaced with the baseline version.
18:11:05 [2024-02-16T23:11:05.339Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:05 [2024-02-16T23:11:05.339Z] 
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] Execution was skipped
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] 
18:11:05 [2024-02-16T23:11:05.339Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.intro ---
18:11:05 [2024-02-16T23:11:05.594Z] [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/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.300-SNAPSHOT.jar' is already signed and will be resigned.
18:11:05 [2024-02-16T23:11:05.595Z] [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/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.300-SNAPSHOT.jar
18:11:07 [2024-02-16T23:11:07.035Z] [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/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:07 [2024-02-16T23:11:07.035Z] [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/ua/org.eclipse.ui.intro/target/org.eclipse.ui.intro-3.7.300-SNAPSHOT-sources.jar
18:11:07 [2024-02-16T23:11:07.962Z] [INFO] 
18:11:07 [2024-02-16T23:11:07.962Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.intro ---
18:11:07 [2024-02-16T23:11:07.963Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.intro:3.7.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/ua/org.eclipse.ui.intro/pom.xml
18:11:07 [2024-02-16T23:11:07.963Z]     The main artifact has been replaced with the baseline version.
18:11:07 [2024-02-16T23:11:07.963Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:07 [2024-02-16T23:11:07.963Z] 
18:11:07 [2024-02-16T23:11:07.963Z] [INFO] 
18:11:07 [2024-02-16T23:11:07.963Z] [INFO] --------------< eclipse.platform.ua:org.eclipse.help.ui >---------------
18:11:07 [2024-02-16T23:11:07.963Z] [INFO] Building [bundle] Help System UI 4.6.200-SNAPSHOT               [77/521]
18:11:07 [2024-02-16T23:11:07.963Z] [INFO]   from eclipse.platform/ua/org.eclipse.help.ui/.polyglot.META-INF
18:11:07 [2024-02-16T23:11:07.963Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:08 [2024-02-16T23:11:08.218Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.218Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.218Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.218Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.218Z] [INFO] The project's OSGi version is 4.6.200.v20240202-1455
18:11:08 [2024-02-16T23:11:08.218Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.218Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.218Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.218Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.219Z] [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/ua/org.eclipse.help.ui/saveproperties
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] Resolving class path of [bundle] Help System UI
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.219Z] [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/ua/org.eclipse.help.ui/src/main/resources
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.219Z] [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/ua/org.eclipse.help.ui/src/main/resources
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.219Z] [INFO] Compiling 102 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/ua/org.eclipse.help.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:08 [2024-02-16T23:11:08.782Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[51] 
18:11:08 [2024-02-16T23:11:08.782Z] 	ImageData id = overlays[i].getImageData();
18:11:08 [2024-02-16T23:11:08.782Z] 	                           ^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.782Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.782Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[52] 
18:11:08 [2024-02-16T23:11:08.782Z] 	drawImage(id, x, getSize().y - id.height);
18:11:08 [2024-02-16T23:11:08.782Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.782Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.782Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[64] 
18:11:08 [2024-02-16T23:11:08.782Z] 	ImageData id = overlays[i].getImageData();
18:11:08 [2024-02-16T23:11:08.782Z] 	                           ^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.783Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.783Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[66] 
18:11:08 [2024-02-16T23:11:08.783Z] 	drawImage(id, x, getSize().y - id.height);
18:11:08 [2024-02-16T23:11:08.783Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.783Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.783Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[76] 
18:11:08 [2024-02-16T23:11:08.783Z] 	drawImage(base, 0, 0);
18:11:08 [2024-02-16T23:11:08.783Z] 	^^^^^^^^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.783Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.783Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[98] 
18:11:08 [2024-02-16T23:11:08.783Z] 	ImageData id = overlays[i].getImageData();
18:11:08 [2024-02-16T23:11:08.783Z] 	                           ^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.783Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.783Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[99] 
18:11:08 [2024-02-16T23:11:08.783Z] 	drawImage(id, x, 0);
18:11:08 [2024-02-16T23:11:08.783Z] 	^^^^^^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.783Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.783Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[111] 
18:11:08 [2024-02-16T23:11:08.783Z] 	ImageData id = overlays[i].getImageData();
18:11:08 [2024-02-16T23:11:08.783Z] 	                           ^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.783Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.783Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/AbstractOverlayIcon.java:[113] 
18:11:08 [2024-02-16T23:11:08.784Z] 	drawImage(id, x, 0);
18:11:08 [2024-02-16T23:11:08.784Z] 	^^^^^^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.784Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.784Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/OverlayIcon.java:[40] 
18:11:08 [2024-02-16T23:11:08.784Z] 	return fBase.getImageData();
18:11:08 [2024-02-16T23:11:08.784Z] 	             ^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.784Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:08 [2024-02-16T23:11:08.784Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/DynamicHelpPart.java:[234] 
18:11:08 [2024-02-16T23:11:08.784Z] 	// TODO should we do someting here?
18:11:08 [2024-02-16T23:11:08.784Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.784Z] TODO should we do someting here?
18:11:08 [2024-02-16T23:11:08.784Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/IndexTypeinPart.java:[182] 
18:11:08 [2024-02-16T23:11:08.784Z] 	* TODO optimize
18:11:08 [2024-02-16T23:11:08.784Z] 	  ^^^^^^^^^^^^^
18:11:08 [2024-02-16T23:11:08.784Z] TODO optimize
18:11:08 [2024-02-16T23:11:08.784Z] 12 problems (null, 12 warnings)
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.784Z] [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/ua/org.eclipse.help.ui/src/test/resources
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.784Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.784Z] [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/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.6.200-SNAPSHOT-sources.jar
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.785Z] [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/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.6.200-SNAPSHOT.jar
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.6.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/ua/org.eclipse.help.ui/.polyglot.META-INF
18:11:08 [2024-02-16T23:11:08.785Z]     The main artifact has been replaced with the baseline version.
18:11:08 [2024-02-16T23:11:08.785Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:08 [2024-02-16T23:11:08.785Z] 
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.ui ---
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] Execution was skipped
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] 
18:11:08 [2024-02-16T23:11:08.785Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.help.ui ---
18:11:09 [2024-02-16T23:11:09.041Z] [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/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.6.200-SNAPSHOT.jar' is already signed and will be resigned.
18:11:09 [2024-02-16T23:11:09.041Z] [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/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.6.200-SNAPSHOT.jar
18:11:09 [2024-02-16T23:11:09.969Z] [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/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.6.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:09 [2024-02-16T23:11:09.969Z] [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/ua/org.eclipse.help.ui/target/org.eclipse.help.ui-4.6.200-SNAPSHOT-sources.jar
18:11:11 [2024-02-16T23:11:11.338Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.338Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.help.ui ---
18:11:11 [2024-02-16T23:11:11.338Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.help.ui:4.6.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/ua/org.eclipse.help.ui/.polyglot.META-INF
18:11:11 [2024-02-16T23:11:11.338Z]     The main artifact has been replaced with the baseline version.
18:11:11 [2024-02-16T23:11:11.338Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:11 [2024-02-16T23:11:11.338Z] 
18:11:11 [2024-02-16T23:11:11.338Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.338Z] [INFO] -------------< org.eclipse.ui:org.eclipse.ui.cheatsheets >--------------
18:11:11 [2024-02-16T23:11:11.338Z] [INFO] Building org.eclipse.ui.cheatsheets 3.8.300-SNAPSHOT            [78/521]
18:11:11 [2024-02-16T23:11:11.338Z] [INFO]   from eclipse.platform/ua/org.eclipse.ui.cheatsheets/pom.xml
18:11:11 [2024-02-16T23:11:11.338Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:11 [2024-02-16T23:11:11.594Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.594Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.594Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.594Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.594Z] [INFO] The project's OSGi version is 3.8.300.v20240202-1455
18:11:11 [2024-02-16T23:11:11.594Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.594Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.594Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.594Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.595Z] [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/ua/org.eclipse.ui.cheatsheets/saveproperties
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] Resolving class path of org.eclipse.ui.cheatsheets
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.595Z] [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/ua/org.eclipse.ui.cheatsheets/src/main/resources
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.595Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.596Z] [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/ua/org.eclipse.ui.cheatsheets/src/main/resources
18:11:11 [2024-02-16T23:11:11.596Z] [INFO] 
18:11:11 [2024-02-16T23:11:11.596Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.cheatsheets ---
18:11:11 [2024-02-16T23:11:11.596Z] [INFO] Compiling 125 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/ua/org.eclipse.ui.cheatsheets/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:12 [2024-02-16T23:11:12.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.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[50] 
18:11:12 [2024-02-16T23:11:12.158Z] 	ImageData id = overlays[i].getImageData();
18:11:12 [2024-02-16T23:11:12.158Z] 	                           ^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.158Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.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.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[51] 
18:11:12 [2024-02-16T23:11:12.158Z] 	drawImage(id, x, getSize().y - id.height);
18:11:12 [2024-02-16T23:11:12.158Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.158Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.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.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[63] 
18:11:12 [2024-02-16T23:11:12.158Z] 	ImageData id = overlays[i].getImageData();
18:11:12 [2024-02-16T23:11:12.158Z] 	                           ^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.158Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.159Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[65] 
18:11:12 [2024-02-16T23:11:12.159Z] 	drawImage(id, x, getSize().y - id.height);
18:11:12 [2024-02-16T23:11:12.159Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.159Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.159Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[75] 
18:11:12 [2024-02-16T23:11:12.159Z] 	drawImage(base, 0, 0);
18:11:12 [2024-02-16T23:11:12.159Z] 	^^^^^^^^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.159Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.159Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[97] 
18:11:12 [2024-02-16T23:11:12.159Z] 	ImageData id = overlays[i].getImageData();
18:11:12 [2024-02-16T23:11:12.159Z] 	                           ^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.159Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.159Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[98] 
18:11:12 [2024-02-16T23:11:12.159Z] 	drawImage(id, x, 0);
18:11:12 [2024-02-16T23:11:12.159Z] 	^^^^^^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.159Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.159Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[110] 
18:11:12 [2024-02-16T23:11:12.159Z] 	ImageData id = overlays[i].getImageData();
18:11:12 [2024-02-16T23:11:12.159Z] 	                           ^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.159Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.160Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/AbstractOverlayIcon.java:[112] 
18:11:12 [2024-02-16T23:11:12.160Z] 	drawImage(id, x, 0);
18:11:12 [2024-02-16T23:11:12.160Z] 	^^^^^^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.160Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.160Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/composite/explorer/OverlayIcon.java:[39] 
18:11:12 [2024-02-16T23:11:12.160Z] 	return fBase.getImageData();
18:11:12 [2024-02-16T23:11:12.160Z] 	             ^^^^^^^^^^^^^^
18:11:12 [2024-02-16T23:11:12.160Z] The method getImageData() from the type ImageDescriptor is deprecated
18:11:12 [2024-02-16T23:11:12.160Z] 10 problems (10 warnings)
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.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/ua/org.eclipse.ui.cheatsheets/src/test/resources
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.160Z] [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/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.300-SNAPSHOT-sources.jar
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.160Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.161Z] [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/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.300-SNAPSHOT.jar
18:11:12 [2024-02-16T23:11:12.161Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.161Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.161Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.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/ua/org.eclipse.ui.cheatsheets/pom.xml
18:11:12 [2024-02-16T23:11:12.161Z]     The main artifact has been replaced with the baseline version.
18:11:12 [2024-02-16T23:11:12.161Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:12 [2024-02-16T23:11:12.161Z] 
18:11:12 [2024-02-16T23:11:12.161Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.161Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.161Z] [INFO] Execution was skipped
18:11:12 [2024-02-16T23:11:12.161Z] [INFO] 
18:11:12 [2024-02-16T23:11:12.161Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.cheatsheets ---
18:11:12 [2024-02-16T23:11:12.417Z] [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/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:11:12 [2024-02-16T23:11:12.417Z] [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/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.300-SNAPSHOT.jar
18:11:13 [2024-02-16T23:11:13.343Z] [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/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:13 [2024-02-16T23:11:13.343Z] [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/ua/org.eclipse.ui.cheatsheets/target/org.eclipse.ui.cheatsheets-3.8.300-SNAPSHOT-sources.jar
18:11:14 [2024-02-16T23:11:14.270Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.270Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.cheatsheets ---
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.ui.cheatsheets:3.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/ua/org.eclipse.ui.cheatsheets/pom.xml
18:11:14 [2024-02-16T23:11:14.271Z]     The main artifact has been replaced with the baseline version.
18:11:14 [2024-02-16T23:11:14.271Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:14 [2024-02-16T23:11:14.271Z] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] ------------------< org.eclipse.jdt:org.eclipse.jdt >-------------------
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] Building org eclipse jdt 3.19.400-SNAPSHOT                      [79/521]
18:11:14 [2024-02-16T23:11:14.271Z] [INFO]   from eclipse.jdt/org.eclipse.jdt/pom.xml
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] The project's OSGi version is 3.19.400.v20240216-1800
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.271Z] [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/org.eclipse.jdt/saveproperties
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.271Z] [INFO] Resolving class path of org eclipse jdt
18:11:14 [2024-02-16T23:11:14.528Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.528Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.528Z] [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/org.eclipse.jdt/src/main/resources
18:11:14 [2024-02-16T23:11:14.528Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.528Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.528Z] [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/org.eclipse.jdt/src/main/resources
18:11:14 [2024-02-16T23:11:14.528Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [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/org.eclipse.jdt/src/test/resources
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] Copying 1 resource from  to target
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [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/org.eclipse.jdt/target/org.eclipse.jdt-3.19.400-SNAPSHOT.jar
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt:eclipse-plugin:3.19.400-SNAPSHOT
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] Execution was skipped
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] 
18:11:14 [2024-02-16T23:11:14.529Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt ---
18:11:14 [2024-02-16T23:11:14.529Z] [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.jdt/org.eclipse.jdt/target/org.eclipse.jdt-3.19.400-SNAPSHOT.jar
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt ---
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt:eclipse-plugin:3.19.400-SNAPSHOT
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] ----------< org.eclipse.platform:eclipse.platform.resources >-----------
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] Building eclipse.platform.resources 4.31.0-SNAPSHOT             [80/521]
18:11:15 [2024-02-16T23:11:15.894Z] [INFO]   from eclipse.platform/resources/pom.xml
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] --------------------------------[ pom ]---------------------------------
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.resources ---
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.resources ---
18:11:15 [2024-02-16T23:11:15.894Z] [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/resources/saveproperties
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.resources ---
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.894Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.resources ---
18:11:15 [2024-02-16T23:11:15.895Z] [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/resources/src/main/resources
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.resources ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.resources ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] Execution was skipped
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.resources ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.resources ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] ---------------< org.eclipse.platform:resources-bundles >---------------
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] Building [aggregator] bundles 4.31.0-SNAPSHOT                   [81/521]
18:11:15 [2024-02-16T23:11:15.895Z] [INFO]   from eclipse.platform/resources/bundles/.polyglot.pom.tycho
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --------------------------------[ pom ]---------------------------------
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- clean:3.3.2:clean (default-clean) @ resources-bundles ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ resources-bundles ---
18:11:15 [2024-02-16T23:11:15.895Z] [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/resources/bundles/saveproperties
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ resources-bundles ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ resources-bundles ---
18:11:15 [2024-02-16T23:11:15.895Z] [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/resources/bundles/src/main/resources
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ resources-bundles ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ resources-bundles ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ resources-bundles ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] Execution was skipped
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ resources-bundles ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ resources-bundles ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] ----------< org.eclipse.platform:org.eclipse.core.filesystem >----------
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] Building [bundle] Core File Systems 1.10.300-SNAPSHOT           [82/521]
18:11:15 [2024-02-16T23:11:15.895Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] The project's OSGi version is 1.10.300.v20240124-1325
18:11:15 [2024-02-16T23:11:15.895Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [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/resources/bundles/org.eclipse.core.filesystem/saveproperties
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] Resolving class path of [bundle] Core File Systems
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [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/resources/bundles/org.eclipse.core.filesystem/src/main/resources
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [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/resources/bundles/org.eclipse.core.filesystem/src/main/resources
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] Compiling 33 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/resources/bundles/org.eclipse.core.filesystem/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.896Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.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/resources/bundles/org.eclipse.core.filesystem/src/test/resources
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.897Z] [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/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.300-SNAPSHOT-sources.jar
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.897Z] [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/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.300-SNAPSHOT.jar
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem:1.10.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/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF
18:11:15 [2024-02-16T23:11:15.897Z]     The main artifact has been replaced with the baseline version.
18:11:15 [2024-02-16T23:11:15.897Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:15 [2024-02-16T23:11:15.897Z] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem ---
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] Execution was skipped
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] 
18:11:15 [2024-02-16T23:11:15.897Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filesystem ---
18:11:16 [2024-02-16T23:11:16.153Z] [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/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:11:16 [2024-02-16T23:11:16.154Z] [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/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.300-SNAPSHOT.jar
18:11:16 [2024-02-16T23:11:16.715Z] [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/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:16 [2024-02-16T23:11:16.715Z] [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/resources/bundles/org.eclipse.core.filesystem/target/org.eclipse.core.filesystem-1.10.300-SNAPSHOT-sources.jar
18:11:17 [2024-02-16T23:11:17.640Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.640Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.filesystem ---
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem:1.10.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/resources/bundles/org.eclipse.core.filesystem/.polyglot.META-INF
18:11:17 [2024-02-16T23:11:17.641Z]     The main artifact has been replaced with the baseline version.
18:11:17 [2024-02-16T23:11:17.641Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:17 [2024-02-16T23:11:17.641Z] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] ------------------< org.eclipse.jdt:eclipse.jdt.core >------------------
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] Building eclipse.jdt.core 4.31.0-SNAPSHOT                       [83/521]
18:11:17 [2024-02-16T23:11:17.641Z] [INFO]   from eclipse.jdt.core/pom.xml
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --------------------------------[ pom ]---------------------------------
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.core ---
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.core ---
18:11:17 [2024-02-16T23:11:17.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.jdt.core/saveproperties
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.core ---
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.core ---
18:11:17 [2024-02-16T23:11:17.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.jdt.core/src/main/resources
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.jdt.core ---
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.core ---
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.core ---
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] Execution was skipped
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt.core ---
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.jdt.core ---
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch >---------
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] Building org.eclipse.jdt.core.compiler.batch 3.37.0-SNAPSHOT    [84/521]
18:11:17 [2024-02-16T23:11:17.641Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.641Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] Deleting /home/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
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] The project's OSGi version is 3.37.0.v20240215-1558
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.642Z] [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:11:17 [2024-02-16T23:11:17.642Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.642Z] [INFO] --- build-helper:3.5.0:regex-property (compiler-message-properties) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.642Z] [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:11:17 [2024-02-16T23:11:17.642Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.643Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.643Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.643Z] [INFO] --- enforcer:3.4.1:enforce (no-tabs-in-compiler-messages) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.898Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.EvaluateBeanshell passed
18:11:17 [2024-02-16T23:11:17.898Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.898Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.898Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.898Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.898Z] [INFO] Resolving class path of org.eclipse.jdt.core.compiler.batch
18:11:17 [2024-02-16T23:11:17.898Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.898Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.899Z] [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:11:17 [2024-02-16T23:11:17.899Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.899Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.899Z] [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:11:17 [2024-02-16T23:11:17.899Z] [INFO] 
18:11:17 [2024-02-16T23:11:17.899Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.compiler.batch ---
18:11:17 [2024-02-16T23:11:17.899Z] [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:11:20 [2024-02-16T23:11:20.417Z] [WARNING] /home/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:11:20 [2024-02-16T23:11:20.417Z] 	if (reference == null) reference = typeRef;
18:11:20 [2024-02-16T23:11:20.417Z] 	    ^^^^^^^^^
18:11:20 [2024-02-16T23:11:20.417Z] Redundant null check: The variable reference can only be null at this location
18:11:20 [2024-02-16T23:11:20.417Z] 1 problem (1 warning)
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.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.jdt.core/org.eclipse.jdt.core.compiler.batch/src/test/resources
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.417Z] [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:11:20 [2024-02-16T23:11:20.417Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.417Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.418Z] [INFO] Executing tasks
18:11:20 [2024-02-16T23:11:20.418Z] [INFO] Executed tasks
18:11:20 [2024-02-16T23:11:20.418Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.418Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.418Z] [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:11:20 [2024-02-16T23:11:20.418Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.418Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.compiler.batch ---
18:11:20 [2024-02-16T23:11:20.674Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.37.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.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml
18:11:20 [2024-02-16T23:11:20.674Z]     The main artifact has been replaced with the baseline version.
18:11:20 [2024-02-16T23:11:20.674Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:20 [2024-02-16T23:11:20.674Z] 
18:11:20 [2024-02-16T23:11:20.674Z] [INFO] 
18:11:20 [2024-02-16T23:11:20.674Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core.compiler.batch ---
18:11:21 [2024-02-16T23:11:21.238Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.37.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.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml
18:11:21 [2024-02-16T23:11:21.238Z]     The main artifact has been replaced with the baseline version.
18:11:21 [2024-02-16T23:11:21.238Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:21 [2024-02-16T23:11:21.238Z] 
18:11:21 [2024-02-16T23:11:21.238Z] [INFO] 
18:11:21 [2024-02-16T23:11:21.238Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.compiler.batch ---
18:11:21 [2024-02-16T23:11:21.238Z] [INFO] Execution was skipped
18:11:21 [2024-02-16T23:11:21.238Z] [INFO] 
18:11:21 [2024-02-16T23:11:21.238Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.compiler.batch ---
18:11:21 [2024-02-16T23:11:21.238Z] [INFO] Signing of nested jars of '/home/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' is disabled.
18:11:21 [2024-02-16T23:11:21.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.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.jar' is already signed and will be resigned.
18:11:21 [2024-02-16T23:11:21.239Z] [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.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT.jar
18:11:22 [2024-02-16T23:11:22.605Z] [INFO] Signing of nested jars of '/home/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' is disabled.
18:11:22 [2024-02-16T23:11:22.606Z] [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.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:22 [2024-02-16T23:11:22.606Z] [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.jdt.core/org.eclipse.jdt.core.compiler.batch/target/org.eclipse.jdt.core.compiler.batch-3.37.0-SNAPSHOT-sources.jar
18:11:25 [2024-02-16T23:11:25.123Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.123Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.compiler.batch ---
18:11:25 [2024-02-16T23:11:25.123Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.compiler.batch:3.37.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.jdt.core/org.eclipse.jdt.core.compiler.batch/pom.xml
18:11:25 [2024-02-16T23:11:25.123Z]     The main artifact has been replaced with the baseline version.
18:11:25 [2024-02-16T23:11:25.123Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:25 [2024-02-16T23:11:25.123Z] 
18:11:25 [2024-02-16T23:11:25.123Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.123Z] [INFO] ---------------< org.eclipse.platform:org.eclipse.text >----------------
18:11:25 [2024-02-16T23:11:25.123Z] [INFO] Building [bundle] Text 3.14.0-SNAPSHOT                          [85/521]
18:11:25 [2024-02-16T23:11:25.123Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.text/.polyglot.META-INF
18:11:25 [2024-02-16T23:11:25.123Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] The project's OSGi version is 3.14.0.v20240207-1054
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.379Z] [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.text/saveproperties
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.379Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] Resolving class path of [bundle] Text
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-33) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.380Z] [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/eclipse.platform.ui/bundles/org.eclipse.text/projection added.
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.380Z] [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.text/src/main/resources
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.380Z] [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.text/src/main/resources
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.380Z] [INFO] Compiling 159 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.text/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:25 [2024-02-16T23:11:25.635Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.635Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.635Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.636Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.text ---
18:11:25 [2024-02-16T23:11:25.636Z] [INFO] 
18:11:25 [2024-02-16T23:11:25.636Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.text ---
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] 
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.text ---
18:11:26 [2024-02-16T23:11:26.198Z] [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.text/src/test/resources
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] 
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.text ---
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] 
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text ---
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] 
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.text ---
18:11:26 [2024-02-16T23:11:26.198Z] [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.text/target/org.eclipse.text-3.14.0-SNAPSHOT-sources.jar
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] 
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.text ---
18:11:26 [2024-02-16T23:11:26.198Z] [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.text/target/org.eclipse.text-3.14.0-SNAPSHOT.jar
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] 
18:11:26 [2024-02-16T23:11:26.198Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text ---
18:11:26 [2024-02-16T23:11:26.199Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text:3.14.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.text/.polyglot.META-INF
18:11:26 [2024-02-16T23:11:26.199Z]     The main artifact has been replaced with the baseline version.
18:11:26 [2024-02-16T23:11:26.199Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:26 [2024-02-16T23:11:26.199Z] 
18:11:26 [2024-02-16T23:11:26.199Z] [INFO] 
18:11:26 [2024-02-16T23:11:26.199Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text ---
18:11:26 [2024-02-16T23:11:26.199Z] [INFO] Execution was skipped
18:11:26 [2024-02-16T23:11:26.199Z] [INFO] 
18:11:26 [2024-02-16T23:11:26.199Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.text ---
18:11:26 [2024-02-16T23:11:26.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/eclipse.platform.ui/bundles/org.eclipse.text/target/org.eclipse.text-3.14.0-SNAPSHOT.jar' is already signed and will be resigned.
18:11:26 [2024-02-16T23:11:26.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/eclipse.platform.ui/bundles/org.eclipse.text/target/org.eclipse.text-3.14.0-SNAPSHOT.jar
18:11:27 [2024-02-16T23:11:27.383Z] [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.text/target/org.eclipse.text-3.14.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:27 [2024-02-16T23:11:27.383Z] [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.text/target/org.eclipse.text-3.14.0-SNAPSHOT-sources.jar
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.text ---
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text:3.14.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.text/.polyglot.META-INF
18:11:29 [2024-02-16T23:11:29.273Z]     The main artifact has been replaced with the baseline version.
18:11:29 [2024-02-16T23:11:29.273Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:29 [2024-02-16T23:11:29.273Z] 
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] ----------< org.eclipse.platform:org.eclipse.core.resources >-----------
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] Building [bundle] Core Resource Management 3.20.100-SNAPSHOT    [86/521]
18:11:29 [2024-02-16T23:11:29.273Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.resources/.polyglot.META-INF
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.273Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] The project's OSGi version is 3.20.100.v20240209-1706
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.274Z] [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/resources/bundles/org.eclipse.core.resources/saveproperties
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] Resolving class path of [bundle] Core Resource Management
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.274Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-27) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.275Z] [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/eclipse.platform/resources/bundles/org.eclipse.core.resources/src_ant added.
18:11:29 [2024-02-16T23:11:29.275Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.275Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.275Z] [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/resources/bundles/org.eclipse.core.resources/src/main/resources
18:11:29 [2024-02-16T23:11:29.275Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.275Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.275Z] [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/resources/bundles/org.eclipse.core.resources/src/main/resources
18:11:29 [2024-02-16T23:11:29.275Z] [INFO] 
18:11:29 [2024-02-16T23:11:29.275Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.resources ---
18:11:29 [2024-02-16T23:11:29.276Z] [INFO] Compiling 289 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/resources/bundles/org.eclipse.core.resources/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/FileStoreRoot.java:[179] 
18:11:29 [2024-02-16T23:11:29.838Z] 	location = resource.getPathVariableManager().resolvePath(location);
18:11:29 [2024-02-16T23:11:29.838Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.838Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java:[1200] 
18:11:29 [2024-02-16T23:11:29.838Z] 	if (append && !target.isLocal(IResource.DEPTH_ZERO) && !fileInfo.exists()) {
18:11:29 [2024-02-16T23:11:29.838Z] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.838Z] The method isLocal(int) from the type IResource is deprecated
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/FileSystemResourceManager.java:[1206] 
18:11:29 [2024-02-16T23:11:29.838Z] 	if (target.isLocal(IResource.DEPTH_ZERO)) {
18:11:29 [2024-02-16T23:11:29.838Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.838Z] The method isLocal(int) from the type IResource is deprecated
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java:[194] 
18:11:29 [2024-02-16T23:11:29.838Z] 	if (target.isLocal(IResource.DEPTH_ZERO) && target.getModificationStamp() != IResource.NULL_STAMP) {
18:11:29 [2024-02-16T23:11:29.838Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.838Z] The method isLocal(int) from the type Resource is deprecated
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java:[263] 
18:11:29 [2024-02-16T23:11:29.838Z] 	if (target.isLocal(IResource.DEPTH_ZERO))
18:11:29 [2024-02-16T23:11:29.838Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.838Z] The method isLocal(int) from the type Resource is deprecated
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/RefreshLocalVisitor.java:[284] 
18:11:29 [2024-02-16T23:11:29.839Z] 	if (!target.isLocal(IResource.DEPTH_ZERO))
18:11:29 [2024-02-16T23:11:29.839Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.839Z] The method isLocal(int) from the type Resource is deprecated
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocalMetaArea.java:[382] 
18:11:29 [2024-02-16T23:11:29.839Z] 	description.setDynamicReferences(references);
18:11:29 [2024-02-16T23:11:29.839Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.839Z] The method setDynamicReferences(IProject[]) from the type ProjectDescription is deprecated
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[86] 
18:11:29 [2024-02-16T23:11:29.839Z] 	IPath location = resource.getPathVariableManager().resolvePath(unresolvedLocation);
18:11:29 [2024-02-16T23:11:29.839Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.839Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[108] 
18:11:29 [2024-02-16T23:11:29.839Z] 	if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
18:11:29 [2024-02-16T23:11:29.839Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.839Z] The method getPluginPreferences() from the type Plugin is deprecated
18:11:29 [2024-02-16T23:11:29.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/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[108] 
18:11:29 [2024-02-16T23:11:29.840Z] 	if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
18:11:29 [2024-02-16T23:11:29.840Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.840Z] The method getBoolean(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.840Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[313] 
18:11:29 [2024-02-16T23:11:29.840Z] 	location = context.getPathVariableManager().resolvePath(unresolvedLocation);
18:11:29 [2024-02-16T23:11:29.840Z] 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.840Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:11:29 [2024-02-16T23:11:29.840Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocationValidator.java:[315] 
18:11:29 [2024-02-16T23:11:29.840Z] 	location = workspace.getPathVariableManager().resolvePath(unresolvedLocation);
18:11:29 [2024-02-16T23:11:29.840Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.840Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:11:29 [2024-02-16T23:11:29.840Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[43] 
18:11:29 [2024-02-16T23:11:29.840Z] 	import org.eclipse.core.runtime.Preferences;
18:11:29 [2024-02-16T23:11:29.840Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.840Z] The type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.840Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[57] 
18:11:29 [2024-02-16T23:11:29.840Z] 	private final Preferences preferences;
18:11:29 [2024-02-16T23:11:29.840Z] 	              ^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.840Z] The type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.841Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[65] 
18:11:29 [2024-02-16T23:11:29.841Z] 	this.preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:11:29 [2024-02-16T23:11:29.841Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.841Z] The method getPluginPreferences() from the type Plugin is deprecated
18:11:29 [2024-02-16T23:11:29.841Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[166] 
18:11:29 [2024-02-16T23:11:29.841Z] 	String[] names = preferences.propertyNames();
18:11:29 [2024-02-16T23:11:29.841Z] 	                             ^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.841Z] The method propertyNames() from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.841Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[254] 
18:11:29 [2024-02-16T23:11:29.841Z] 	public void setValue(String varName, IPath newValue) throws CoreException {
18:11:29 [2024-02-16T23:11:29.841Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.841Z] The method PathVariableManager.setValue(String, IPath) overrides a deprecated method from IPathVariableManager
18:11:29 [2024-02-16T23:11:29.841Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[270] 
18:11:29 [2024-02-16T23:11:29.841Z] 	preferences.setToDefault(getKeyForName(varName));
18:11:29 [2024-02-16T23:11:29.841Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.841Z] The method setToDefault(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.841Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PathVariableManager.java:[273] 
18:11:29 [2024-02-16T23:11:29.841Z] 	preferences.setValue(getKeyForName(varName), newValue.toPortableString());
18:11:29 [2024-02-16T23:11:29.841Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.841Z] The method setValue(String, String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.842Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/PlatformURLResourceConnection.java:[106] 
18:11:29 [2024-02-16T23:11:29.842Z] 	rootURL = root.toFile().toURL();
18:11:29 [2024-02-16T23:11:29.842Z] 	                        ^^^^^^^
18:11:29 [2024-02-16T23:11:29.842Z] The method toURL() from the type File is deprecated
18:11:29 [2024-02-16T23:11:29.842Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Project.java:[472] 
18:11:29 [2024-02-16T23:11:29.842Z] 	return description == null ? null : description.getLocation();
18:11:29 [2024-02-16T23:11:29.842Z] 	                                                ^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.842Z] The method getLocation() from the type ProjectDescription is deprecated
18:11:29 [2024-02-16T23:11:29.842Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/SaveManager.java:[1352] 
18:11:29 [2024-02-16T23:11:29.842Z] 	ResourcesPlugin.getPlugin().savePluginPreferences();
18:11:29 [2024-02-16T23:11:29.842Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.842Z] The method savePluginPreferences() from the type Plugin is deprecated
18:11:29 [2024-02-16T23:11:29.842Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[72] 
18:11:29 [2024-02-16T23:11:29.842Z] 	import org.eclipse.core.resources.IFileModificationValidator;
18:11:29 [2024-02-16T23:11:29.842Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.842Z] The type IFileModificationValidator is deprecated
18:11:29 [2024-02-16T23:11:29.842Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[265] 
18:11:29 [2024-02-16T23:11:29.842Z] 	protected IFileModificationValidator validator = null;
18:11:29 [2024-02-16T23:11:29.842Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.842Z] The type IFileModificationValidator is deprecated
18:11:29 [2024-02-16T23:11:29.843Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[2022] 
18:11:29 [2024-02-16T23:11:29.843Z] 	validator = (IFileModificationValidator) config.createExecutableExtension("class"); //$NON-NLS-1$
18:11:29 [2024-02-16T23:11:29.843Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.843Z] The type IFileModificationValidator is deprecated
18:11:29 [2024-02-16T23:11:29.843Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[2532] 
18:11:29 [2024-02-16T23:11:29.843Z] 	ResourcesPlugin.getPlugin().savePluginPreferences();
18:11:29 [2024-02-16T23:11:29.843Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.843Z] The method savePluginPreferences() from the type Plugin is deprecated
18:11:29 [2024-02-16T23:11:29.843Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[2699] 
18:11:29 [2024-02-16T23:11:29.843Z] 	status[0] = validator.validateEdit(files, c);
18:11:29 [2024-02-16T23:11:29.843Z] 	                      ^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.843Z] The method validateEdit(IFile[], Object) from the type IFileModificationValidator is deprecated
18:11:29 [2024-02-16T23:11:29.843Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/Workspace.java:[2772] 
18:11:29 [2024-02-16T23:11:29.843Z] 	status[0] = validator.validateSave(file);
18:11:29 [2024-02-16T23:11:29.843Z] 	                      ^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.843Z] The method validateSave(IFile) from the type IFileModificationValidator is deprecated
18:11:29 [2024-02-16T23:11:29.843Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[20] 
18:11:29 [2024-02-16T23:11:29.843Z] 	import org.eclipse.core.runtime.Preferences;
18:11:29 [2024-02-16T23:11:29.843Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.843Z] The type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.844Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[36] 
18:11:29 [2024-02-16T23:11:29.844Z] 	private final Preferences preferences;
18:11:29 [2024-02-16T23:11:29.844Z] 	              ^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.844Z] The type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.844Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[87] 
18:11:29 [2024-02-16T23:11:29.844Z] 	this.preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:11:29 [2024-02-16T23:11:29.844Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.844Z] The method getPluginPreferences() from the type Plugin is deprecated
18:11:29 [2024-02-16T23:11:29.844Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[89] 
18:11:29 [2024-02-16T23:11:29.844Z] 	final String version = preferences.getString(ICoreConstants.PREF_VERSION_KEY);
18:11:29 [2024-02-16T23:11:29.844Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.844Z] The method getString(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.844Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[94] 
18:11:29 [2024-02-16T23:11:29.844Z] 	super.setAutoBuilding(preferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING));
18:11:29 [2024-02-16T23:11:29.844Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.844Z] The method getBoolean(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.844Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[95] 
18:11:29 [2024-02-16T23:11:29.844Z] 	super.setSnapshotInterval(preferences.getInt(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL));
18:11:29 [2024-02-16T23:11:29.844Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.845Z] The method getInt(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.845Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[96] 
18:11:29 [2024-02-16T23:11:29.845Z] 	super.setMaxBuildIterations(preferences.getInt(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS));
18:11:29 [2024-02-16T23:11:29.845Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.845Z] The method getInt(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.845Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[97] 
18:11:29 [2024-02-16T23:11:29.845Z] 	super.setApplyFileStatePolicy(preferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY));
18:11:29 [2024-02-16T23:11:29.845Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.845Z] The method getBoolean(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.845Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[98] 
18:11:29 [2024-02-16T23:11:29.845Z] 	super.setMaxFileStates(preferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES));
18:11:29 [2024-02-16T23:11:29.845Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.845Z] The method getInt(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.845Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[99] 
18:11:29 [2024-02-16T23:11:29.845Z] 	super.setMaxFileStateSize(preferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE));
18:11:29 [2024-02-16T23:11:29.845Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.845Z] The method getLong(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.846Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[100] 
18:11:29 [2024-02-16T23:11:29.846Z] 	super.setFileStateLongevity(preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY));
18:11:29 [2024-02-16T23:11:29.846Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.846Z] The method getLong(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.846Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[101] 
18:11:29 [2024-02-16T23:11:29.846Z] 	super.setOperationsPerSnapshot(preferences.getInt(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT));
18:11:29 [2024-02-16T23:11:29.846Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.846Z] The method getInt(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.846Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[102] 
18:11:29 [2024-02-16T23:11:29.846Z] 	super.setDeltaExpiration(preferences.getLong(PreferenceInitializer.PREF_DELTA_EXPIRATION));
18:11:29 [2024-02-16T23:11:29.846Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.846Z] The method getLong(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.846Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[103] 
18:11:29 [2024-02-16T23:11:29.846Z] 	super.setMaxConcurrentBuilds(preferences.getInt(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS));
18:11:29 [2024-02-16T23:11:29.846Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.846Z] The method getInt(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.847Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[104] 
18:11:29 [2024-02-16T23:11:29.847Z] 	super.setKeepDerivedState(preferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE));
18:11:29 [2024-02-16T23:11:29.847Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.847Z] The method getBoolean(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.847Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[108] 
18:11:29 [2024-02-16T23:11:29.847Z] 	preferences.addPropertyChangeListener(event -> synchronizeWithPreferences(event.getProperty()));
18:11:29 [2024-02-16T23:11:29.847Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.847Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.847Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[108] 
18:11:29 [2024-02-16T23:11:29.847Z] 	preferences.addPropertyChangeListener(event -> synchronizeWithPreferences(event.getProperty()));
18:11:29 [2024-02-16T23:11:29.847Z] 	                                                                                ^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.847Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
18:11:29 [2024-02-16T23:11:29.847Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[132] 
18:11:29 [2024-02-16T23:11:29.847Z] 	boolean defaultBuildOrder = preferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER);
18:11:29 [2024-02-16T23:11:29.847Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.847Z] The method getBoolean(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.848Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[135] 
18:11:29 [2024-02-16T23:11:29.848Z] 	return convertStringToStringArray(preferences.getString(ResourcesPlugin.PREF_BUILD_ORDER), PROJECT_SEPARATOR);
18:11:29 [2024-02-16T23:11:29.848Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.848Z] The method getString(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.848Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[153] 
18:11:29 [2024-02-16T23:11:29.848Z] 	preferences.setValue(ResourcesPlugin.PREF_AUTO_BUILDING, value);
18:11:29 [2024-02-16T23:11:29.848Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.848Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.848Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[161] 
18:11:29 [2024-02-16T23:11:29.848Z] 	preferences.setValue(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER, value == null);
18:11:29 [2024-02-16T23:11:29.848Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.848Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.848Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[162] 
18:11:29 [2024-02-16T23:11:29.848Z] 	preferences.setValue(ResourcesPlugin.PREF_BUILD_ORDER, convertStringArraytoString(value));
18:11:29 [2024-02-16T23:11:29.848Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.849Z] The method setValue(String, String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.849Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[167] 
18:11:29 [2024-02-16T23:11:29.849Z] 	preferences.setValue(PreferenceInitializer.PREF_DELTA_EXPIRATION, value);
18:11:29 [2024-02-16T23:11:29.849Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.849Z] The method setValue(String, long) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.849Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[175] 
18:11:29 [2024-02-16T23:11:29.849Z] 	preferences.setValue(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY, apply);
18:11:29 [2024-02-16T23:11:29.849Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.849Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.849Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[183] 
18:11:29 [2024-02-16T23:11:29.849Z] 	preferences.setValue(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY, time);
18:11:29 [2024-02-16T23:11:29.849Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.849Z] The method setValue(String, long) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.849Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[191] 
18:11:29 [2024-02-16T23:11:29.849Z] 	preferences.setValue(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS, number);
18:11:29 [2024-02-16T23:11:29.849Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.849Z] The method setValue(String, int) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.850Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[199] 
18:11:29 [2024-02-16T23:11:29.850Z] 	preferences.setValue(ResourcesPlugin.PREF_MAX_FILE_STATES, number);
18:11:29 [2024-02-16T23:11:29.850Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.850Z] The method setValue(String, int) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.850Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[207] 
18:11:29 [2024-02-16T23:11:29.850Z] 	preferences.setValue(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE, size);
18:11:29 [2024-02-16T23:11:29.850Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.850Z] The method setValue(String, long) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.850Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[212] 
18:11:29 [2024-02-16T23:11:29.850Z] 	preferences.setValue(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT, value);
18:11:29 [2024-02-16T23:11:29.850Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.850Z] The method setValue(String, int) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.850Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[217] 
18:11:29 [2024-02-16T23:11:29.850Z] 	preferences.setValue(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS, n);
18:11:29 [2024-02-16T23:11:29.850Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.850Z] The method setValue(String, int) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.850Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[222] 
18:11:29 [2024-02-16T23:11:29.850Z] 	preferences.setValue(ResourcesPlugin.PREF_KEEP_DERIVED_STATE, keepDerivedState);
18:11:29 [2024-02-16T23:11:29.850Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.850Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.851Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[230] 
18:11:29 [2024-02-16T23:11:29.851Z] 	preferences.setValue(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL, delay);
18:11:29 [2024-02-16T23:11:29.851Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.851Z] The method setValue(String, long) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.851Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[238] 
18:11:29 [2024-02-16T23:11:29.851Z] 	super.setAutoBuilding(preferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING));
18:11:29 [2024-02-16T23:11:29.851Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.851Z] The method getBoolean(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.851Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[240] 
18:11:29 [2024-02-16T23:11:29.851Z] 	super.setSnapshotInterval(preferences.getLong(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL));
18:11:29 [2024-02-16T23:11:29.851Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.851Z] The method getLong(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.851Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[242] 
18:11:29 [2024-02-16T23:11:29.852Z] 	super.setMaxBuildIterations(preferences.getInt(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS));
18:11:29 [2024-02-16T23:11:29.852Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.852Z] The method getInt(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.852Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[244] 
18:11:29 [2024-02-16T23:11:29.852Z] 	super.setApplyFileStatePolicy(preferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY));
18:11:29 [2024-02-16T23:11:29.852Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.852Z] The method getBoolean(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.852Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[246] 
18:11:29 [2024-02-16T23:11:29.852Z] 	super.setMaxFileStates(preferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES));
18:11:29 [2024-02-16T23:11:29.852Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.852Z] The method getInt(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.852Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[248] 
18:11:29 [2024-02-16T23:11:29.852Z] 	super.setMaxFileStateSize(preferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE));
18:11:29 [2024-02-16T23:11:29.852Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.852Z] The method getLong(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.852Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[250] 
18:11:29 [2024-02-16T23:11:29.852Z] 	super.setFileStateLongevity(preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY));
18:11:29 [2024-02-16T23:11:29.853Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.853Z] The method getLong(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.853Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[252] 
18:11:29 [2024-02-16T23:11:29.853Z] 	super.setOperationsPerSnapshot(preferences.getInt(PreferenceInitializer.PREF_OPERATIONS_PER_SNAPSHOT));
18:11:29 [2024-02-16T23:11:29.853Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.853Z] The method getInt(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.853Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[254] 
18:11:29 [2024-02-16T23:11:29.853Z] 	super.setDeltaExpiration(preferences.getLong(PreferenceInitializer.PREF_DELTA_EXPIRATION));
18:11:29 [2024-02-16T23:11:29.853Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.853Z] The method getLong(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.853Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[256] 
18:11:29 [2024-02-16T23:11:29.853Z] 	super.setMaxConcurrentBuilds(preferences.getInt(ResourcesPlugin.PREF_MAX_CONCURRENT_BUILDS));
18:11:29 [2024-02-16T23:11:29.853Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.853Z] The method getInt(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.853Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[258] 
18:11:29 [2024-02-16T23:11:29.853Z] 	super.setKeepDerivedState(preferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE));
18:11:29 [2024-02-16T23:11:29.854Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.854Z] The method getBoolean(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.854Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[265] 
18:11:29 [2024-02-16T23:11:29.854Z] 	if (!preferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER)) {
18:11:29 [2024-02-16T23:11:29.854Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.854Z] The method getBoolean(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.854Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[266] 
18:11:29 [2024-02-16T23:11:29.854Z] 	String oldOrder = preferences.getString(ResourcesPlugin.PREF_BUILD_ORDER);
18:11:29 [2024-02-16T23:11:29.854Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.854Z] The method getString(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.854Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspacePreferences.java:[270] 
18:11:29 [2024-02-16T23:11:29.854Z] 	preferences.setValue(ICoreConstants.PREF_VERSION_KEY, ICoreConstants.PREF_VERSION);
18:11:29 [2024-02-16T23:11:29.854Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.854Z] The method setValue(String, String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.854Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspaceRoot.java:[36] 
18:11:29 [2024-02-16T23:11:29.854Z] 	import org.eclipse.core.runtime.Preferences;
18:11:29 [2024-02-16T23:11:29.854Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.854Z] The type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.855Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspaceRoot.java:[122] 
18:11:29 [2024-02-16T23:11:29.855Z] 	String enc = ResourcesPlugin.getPlugin().getPluginPreferences().getString(ResourcesPlugin.PREF_ENCODING);
18:11:29 [2024-02-16T23:11:29.855Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.855Z] The method getPluginPreferences() from the type Plugin is deprecated
18:11:29 [2024-02-16T23:11:29.855Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/WorkspaceRoot.java:[122] 
18:11:29 [2024-02-16T23:11:29.855Z] 	String enc = ResourcesPlugin.getPlugin().getPluginPreferences().getString(ResourcesPlugin.PREF_ENCODING);
18:11:29 [2024-02-16T23:11:29.855Z] 	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.855Z] The method getString(String) from the type Preferences is deprecated
18:11:29 [2024-02-16T23:11:29.855Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/Policy.java:[186] 
18:11:29 [2024-02-16T23:11:29.855Z] 	return new SubProgressMonitor(monitor, ticks);
18:11:29 [2024-02-16T23:11:29.855Z] 	           ^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.855Z] The type SubProgressMonitor is deprecated
18:11:29 [2024-02-16T23:11:29.855Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/utils/Policy.java:[186] 
18:11:29 [2024-02-16T23:11:29.855Z] 	return new SubProgressMonitor(monitor, ticks);
18:11:29 [2024-02-16T23:11:29.855Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.855Z] The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
18:11:29 [2024-02-16T23:11:29.855Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/ResourcesPlugin.java:[521] 
18:11:29 [2024-02-16T23:11:29.855Z] 	getPlugin().savePluginPreferences();
18:11:29 [2024-02-16T23:11:29.855Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^
18:11:29 [2024-02-16T23:11:29.855Z] The method savePluginPreferences() from the type Plugin is deprecated
18:11:29 [2024-02-16T23:11:29.855Z] 80 problems (80 warnings)
18:11:29 [2024-02-16T23:11:29.856Z] [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/resources/bundles/org.eclipse.core.resources/target/ant_tasks/resources-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:30 [2024-02-16T23:11:30.112Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.112Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.112Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.112Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.112Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:11:30 [2024-02-16T23:11:30.112Z] [INFO] 0 component(s) where generated, 1 where kept.
18:11:30 [2024-02-16T23:11:30.112Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.112Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.368Z] [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/resources/bundles/org.eclipse.core.resources/src/test/resources
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.368Z] [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/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.100-SNAPSHOT-sources.jar
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.368Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.369Z] [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/resources/bundles/org.eclipse.core.resources/ant_tasks/resources-ant.jar
18:11:30 [2024-02-16T23:11:30.369Z] [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/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.100-SNAPSHOT.jar
18:11:30 [2024-02-16T23:11:30.369Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.369Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.624Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.resources:3.20.100-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/resources/bundles/org.eclipse.core.resources/.polyglot.META-INF
18:11:30 [2024-02-16T23:11:30.625Z]     The main artifact has been replaced with the baseline version.
18:11:30 [2024-02-16T23:11:30.625Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:30 [2024-02-16T23:11:30.625Z] 
18:11:30 [2024-02-16T23:11:30.625Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.625Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.625Z] [INFO] Execution was skipped
18:11:30 [2024-02-16T23:11:30.625Z] [INFO] 
18:11:30 [2024-02-16T23:11:30.625Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.resources ---
18:11:30 [2024-02-16T23:11:30.625Z] [INFO] Signing of 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/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.100-SNAPSHOT.jar_unpacked_7443368709277000521/ant_tasks/resources-ant.jar' is disabled in 'META-INF/eclipse.inf', it will not be signed.
18:11:30 [2024-02-16T23:11:30.881Z] [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/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.100-SNAPSHOT.jar' is already signed and will be resigned.
18:11:30 [2024-02-16T23:11:30.881Z] [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/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.100-SNAPSHOT.jar
18:11:32 [2024-02-16T23:11:32.245Z] [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/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:32 [2024-02-16T23:11:32.246Z] [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/resources/bundles/org.eclipse.core.resources/target/org.eclipse.core.resources-3.20.100-SNAPSHOT-sources.jar
18:11:33 [2024-02-16T23:11:33.611Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.611Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.resources ---
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.resources:3.20.100-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/resources/bundles/org.eclipse.core.resources/.polyglot.META-INF
18:11:33 [2024-02-16T23:11:33.867Z]     The main artifact has been replaced with the baseline version.
18:11:33 [2024-02-16T23:11:33.867Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:33 [2024-02-16T23:11:33.867Z] 
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] -----------< org.eclipse.platform:org.eclipse.compare.core >------------
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] Building [bundle] Core Compare Support 3.8.400-SNAPSHOT         [87/521]
18:11:33 [2024-02-16T23:11:33.867Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.compare.core/.polyglot.META-INF
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] The project's OSGi version is 3.8.400.v20240124-0947
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.867Z] [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/team/bundles/org.eclipse.compare.core/saveproperties
18:11:33 [2024-02-16T23:11:33.867Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] Resolving class path of [bundle] Core Compare Support
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [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/team/bundles/org.eclipse.compare.core/src/main/resources
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [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/team/bundles/org.eclipse.compare.core/src/main/resources
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] Compiling 26 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/team/bundles/org.eclipse.compare.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [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/team/bundles/org.eclipse.compare.core/src/test/resources
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.868Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.869Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.869Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.core ---
18:11:33 [2024-02-16T23:11:33.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/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.400-SNAPSHOT-sources.jar
18:11:33 [2024-02-16T23:11:33.869Z] [INFO] 
18:11:33 [2024-02-16T23:11:33.869Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.core ---
18:11:34 [2024-02-16T23:11:34.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/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.400-SNAPSHOT.jar
18:11:34 [2024-02-16T23:11:34.125Z] [INFO] 
18:11:34 [2024-02-16T23:11:34.125Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.core ---
18:11:34 [2024-02-16T23:11:34.125Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.core:3.8.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/team/bundles/org.eclipse.compare.core/.polyglot.META-INF
18:11:34 [2024-02-16T23:11:34.125Z]     The main artifact has been replaced with the baseline version.
18:11:34 [2024-02-16T23:11:34.125Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:34 [2024-02-16T23:11:34.125Z] 
18:11:34 [2024-02-16T23:11:34.125Z] [INFO] 
18:11:34 [2024-02-16T23:11:34.125Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.core ---
18:11:34 [2024-02-16T23:11:34.125Z] [INFO] Execution was skipped
18:11:34 [2024-02-16T23:11:34.125Z] [INFO] 
18:11:34 [2024-02-16T23:11:34.125Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.compare.core ---
18:11:34 [2024-02-16T23:11:34.126Z] [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/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.400-SNAPSHOT.jar' is already signed and will be resigned.
18:11:34 [2024-02-16T23:11:34.126Z] [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/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.400-SNAPSHOT.jar
18:11:35 [2024-02-16T23:11:35.054Z] [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/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:35 [2024-02-16T23:11:35.054Z] [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/team/bundles/org.eclipse.compare.core/target/org.eclipse.compare.core-3.8.400-SNAPSHOT-sources.jar
18:11:35 [2024-02-16T23:11:35.981Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.981Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.compare.core ---
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.core:3.8.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/team/bundles/org.eclipse.compare.core/.polyglot.META-INF
18:11:35 [2024-02-16T23:11:35.982Z]     The main artifact has been replaced with the baseline version.
18:11:35 [2024-02-16T23:11:35.982Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:35 [2024-02-16T23:11:35.982Z] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] -------------< org.eclipse.platform:org.eclipse.team.core >-------------
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] Building [bundle] Team Support Core 3.10.300-SNAPSHOT           [88/521]
18:11:35 [2024-02-16T23:11:35.982Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.team.core/.polyglot.META-INF
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] The project's OSGi version is 3.10.300.v20240125-0912
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.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/team/bundles/org.eclipse.team.core/saveproperties
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] Resolving class path of [bundle] Team Support Core
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.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/team/bundles/org.eclipse.team.core/src/main/resources
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.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/team/bundles/org.eclipse.team.core/src/main/resources
18:11:35 [2024-02-16T23:11:35.982Z] [INFO] 
18:11:35 [2024-02-16T23:11:35.983Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.team.core ---
18:11:35 [2024-02-16T23:11:35.983Z] [INFO] Compiling 179 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/team/bundles/org.eclipse.team.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:36 [2024-02-16T23:11:36.239Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[65] 
18:11:36 [2024-02-16T23:11:36.239Z] 	IProjectSetSerializer oldSerializer = Team.getProjectSetSerializer(type.getID());
18:11:36 [2024-02-16T23:11:36.239Z] 	^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.239Z] The type IProjectSetSerializer is deprecated
18:11:36 [2024-02-16T23:11:36.239Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[65] 
18:11:36 [2024-02-16T23:11:36.239Z] 	IProjectSetSerializer oldSerializer = Team.getProjectSetSerializer(type.getID());
18:11:36 [2024-02-16T23:11:36.239Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.239Z] The method getProjectSetSerializer(String) from the type Team is deprecated
18:11:36 [2024-02-16T23:11:36.239Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[75] 
18:11:36 [2024-02-16T23:11:36.239Z] 	private IProjectSetSerializer serializer;
18:11:36 [2024-02-16T23:11:36.239Z] 	        ^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.239Z] The type IProjectSetSerializer is deprecated
18:11:36 [2024-02-16T23:11:36.240Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[157] 
18:11:36 [2024-02-16T23:11:36.240Z] 	return serializer.asReference(providerProjects, context.getShell(), monitor);
18:11:36 [2024-02-16T23:11:36.240Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.240Z] The method asReference(IProject[], Object, IProgressMonitor) from the type IProjectSetSerializer is deprecated
18:11:36 [2024-02-16T23:11:36.240Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[207] 
18:11:36 [2024-02-16T23:11:36.240Z] 	return serializer.addToWorkspace(referenceStrings, context.getFilename(), context.getShell(), monitor);
18:11:36 [2024-02-16T23:11:36.240Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.240Z] The method addToWorkspace(String[], String, Object, IProgressMonitor) from the type IProjectSetSerializer is deprecated
18:11:36 [2024-02-16T23:11:36.240Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/ProjectSetCapability.java:[281] 
18:11:36 [2024-02-16T23:11:36.240Z] 	void setSerializer(IProjectSetSerializer serializer) {
18:11:36 [2024-02-16T23:11:36.240Z] 	                   ^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.240Z] The type IProjectSetSerializer is deprecated
18:11:36 [2024-02-16T23:11:36.240Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java:[25] 
18:11:36 [2024-02-16T23:11:36.240Z] 	import org.eclipse.core.resources.IFileModificationValidator;
18:11:36 [2024-02-16T23:11:36.240Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.240Z] The type IFileModificationValidator is deprecated
18:11:36 [2024-02-16T23:11:36.240Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java:[430] 
18:11:36 [2024-02-16T23:11:36.240Z] 	final IFileModificationValidator fileModificationValidator = getFileModificationValidator();
18:11:36 [2024-02-16T23:11:36.240Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.240Z] The type IFileModificationValidator is deprecated
18:11:36 [2024-02-16T23:11:36.241Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java:[436] 
18:11:36 [2024-02-16T23:11:36.241Z] 	return fileModificationValidator.validateSave(file);
18:11:36 [2024-02-16T23:11:36.241Z] 	                                 ^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.241Z] The method validateSave(IFile) from the type IFileModificationValidator is deprecated
18:11:36 [2024-02-16T23:11:36.241Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProvider.java:[447] 
18:11:36 [2024-02-16T23:11:36.241Z] 	return fileModificationValidator.validateEdit(files, shell);
18:11:36 [2024-02-16T23:11:36.241Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.241Z] The method validateEdit(IFile[], Object) from the type IFileModificationValidator is deprecated
18:11:36 [2024-02-16T23:11:36.241Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProviderType.java:[212] 
18:11:36 [2024-02-16T23:11:36.241Z] 	IProjectSetSerializer oldSerializer = Team.getProjectSetSerializer(getID());
18:11:36 [2024-02-16T23:11:36.241Z] 	^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.241Z] The type IProjectSetSerializer is deprecated
18:11:36 [2024-02-16T23:11:36.241Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/RepositoryProviderType.java:[212] 
18:11:36 [2024-02-16T23:11:36.241Z] 	IProjectSetSerializer oldSerializer = Team.getProjectSetSerializer(getID());
18:11:36 [2024-02-16T23:11:36.241Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.241Z] The method getProjectSetSerializer(String) from the type Team is deprecated
18:11:36 [2024-02-16T23:11:36.241Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[44] 
18:11:36 [2024-02-16T23:11:36.241Z] 	import org.eclipse.core.runtime.Preferences;
18:11:36 [2024-02-16T23:11:36.241Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.241Z] The type Preferences is deprecated
18:11:36 [2024-02-16T23:11:36.241Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[68] 
18:11:36 [2024-02-16T23:11:36.241Z] 	private static class StringMappingWrapper implements IFileTypeInfo {
18:11:36 [2024-02-16T23:11:36.241Z] 	                                                     ^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.242Z] The type IFileTypeInfo is deprecated
18:11:36 [2024-02-16T23:11:36.242Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[313] 
18:11:36 [2024-02-16T23:11:36.242Z] 	TeamPlugin.getPlugin().getPluginPreferences().setValue(PREF_TEAM_IGNORES, buf.toString());
18:11:36 [2024-02-16T23:11:36.242Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.242Z] The method getPluginPreferences() from the type Plugin is deprecated
18:11:36 [2024-02-16T23:11:36.242Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[313] 
18:11:36 [2024-02-16T23:11:36.242Z] 	TeamPlugin.getPlugin().getPluginPreferences().setValue(PREF_TEAM_IGNORES, buf.toString());
18:11:36 [2024-02-16T23:11:36.242Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.242Z] The method setValue(String, String) from the type Preferences is deprecated
18:11:36 [2024-02-16T23:11:36.242Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[406] 
18:11:36 [2024-02-16T23:11:36.242Z] 	Preferences pref = TeamPlugin.getPlugin().getPluginPreferences();
18:11:36 [2024-02-16T23:11:36.242Z] 	^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.242Z] The type Preferences is deprecated
18:11:36 [2024-02-16T23:11:36.242Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[406] 
18:11:36 [2024-02-16T23:11:36.242Z] 	Preferences pref = TeamPlugin.getPlugin().getPluginPreferences();
18:11:36 [2024-02-16T23:11:36.242Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.242Z] The method getPluginPreferences() from the type Plugin is deprecated
18:11:36 [2024-02-16T23:11:36.242Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[407] 
18:11:36 [2024-02-16T23:11:36.242Z] 	if (!pref.contains(PREF_TEAM_IGNORES)) return;
18:11:36 [2024-02-16T23:11:36.242Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.242Z] The method contains(String) from the type Preferences is deprecated
18:11:36 [2024-02-16T23:11:36.242Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[408] 
18:11:36 [2024-02-16T23:11:36.243Z] 	pref.addPropertyChangeListener(event -> {
18:11:36 [2024-02-16T23:11:36.243Z] 			// when a property is changed, invalidate our cache so that
18:11:36 [2024-02-16T23:11:36.243Z] 			// properties will be recalculated.
18:11:36 [2024-02-16T23:11:36.243Z] 			if(event.getProperty().equals(PREF_TEAM_IGNORES))
18:11:36 [2024-02-16T23:11:36.243Z] 				globalIgnore = null;
18:11:36 [2024-02-16T23:11:36.243Z] 		});
18:11:36 [2024-02-16T23:11:36.243Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.243Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:11:36 [2024-02-16T23:11:36.243Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[411] 
18:11:36 [2024-02-16T23:11:36.243Z] 	if(event.getProperty().equals(PREF_TEAM_IGNORES))
18:11:36 [2024-02-16T23:11:36.243Z] 	         ^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.243Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
18:11:36 [2024-02-16T23:11:36.243Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[414] 
18:11:36 [2024-02-16T23:11:36.243Z] 	String prefIgnores = pref.getString(PREF_TEAM_IGNORES);
18:11:36 [2024-02-16T23:11:36.243Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.243Z] The method getString(String) from the type Preferences is deprecated
18:11:36 [2024-02-16T23:11:36.243Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[477] 
18:11:36 [2024-02-16T23:11:36.243Z] 	TeamPlugin.getPlugin().savePluginPreferences();
18:11:36 [2024-02-16T23:11:36.243Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.243Z] The method savePluginPreferences() from the type Plugin is deprecated
18:11:36 [2024-02-16T23:11:36.243Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[526] 
18:11:36 [2024-02-16T23:11:36.243Z] 	* TODO: change to file content manager
18:11:36 [2024-02-16T23:11:36.243Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.243Z] TODO: change to file content manager
18:11:36 [2024-02-16T23:11:36.243Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[539] 
18:11:36 [2024-02-16T23:11:36.243Z] 	private static IFileTypeInfo [] asFileTypeInfo(IStringMapping [] mappings) {
18:11:36 [2024-02-16T23:11:36.243Z] 	               ^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.243Z] The type IFileTypeInfo is deprecated
18:11:36 [2024-02-16T23:11:36.244Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[540] 
18:11:36 [2024-02-16T23:11:36.244Z] 	final IFileTypeInfo [] infos= new IFileTypeInfo[mappings.length];
18:11:36 [2024-02-16T23:11:36.244Z] 	      ^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.244Z] The type IFileTypeInfo is deprecated
18:11:36 [2024-02-16T23:11:36.244Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/Team.java:[540] 
18:11:36 [2024-02-16T23:11:36.244Z] 	final IFileTypeInfo [] infos= new IFileTypeInfo[mappings.length];
18:11:36 [2024-02-16T23:11:36.244Z] 	                                  ^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.244Z] The type IFileTypeInfo is deprecated
18:11:36 [2024-02-16T23:11:36.244Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/IMergeContext.java:[252] 
18:11:36 [2024-02-16T23:11:36.244Z] 	* TODO: need to talk about ITwoWayDelta CONTENT and REPLACED
18:11:36 [2024-02-16T23:11:36.244Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.244Z] TODO: need to talk about ITwoWayDelta CONTENT and REPLACED
18:11:36 [2024-02-16T23:11:36.244Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/provider/MergeContext.java:[182] 
18:11:36 [2024-02-16T23:11:36.244Z] 	// TODO: Should we handle the case where the local and remote have the same contents for a conflicting addition?
18:11:36 [2024-02-16T23:11:36.244Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.244Z] TODO: Should we handle the case where the local and remote have the same contents for a conflicting addition?
18:11:36 [2024-02-16T23:11:36.244Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/provider/SynchronizationScopeManager.java:[250] 
18:11:36 [2024-02-16T23:11:36.244Z] 	// TODO: This may not be thread safe
18:11:36 [2024-02-16T23:11:36.244Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.244Z] TODO: This may not be thread safe
18:11:36 [2024-02-16T23:11:36.244Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/FileContentManager.java:[41] 
18:11:36 [2024-02-16T23:11:36.245Z] 	* TODO: implement extension point
18:11:36 [2024-02-16T23:11:36.245Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.245Z] TODO: implement extension point
18:11:36 [2024-02-16T23:11:36.245Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/FileContentManager.java:[228] 
18:11:36 [2024-02-16T23:11:36.245Z] 	// TODO: There is currently no extension point for this
18:11:36 [2024-02-16T23:11:36.245Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.245Z] TODO: There is currently no extension point for this
18:11:36 [2024-02-16T23:11:36.245Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[18] 
18:11:36 [2024-02-16T23:11:36.245Z] 	import org.eclipse.core.runtime.SubProgressMonitor;
18:11:36 [2024-02-16T23:11:36.245Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.245Z] The type SubProgressMonitor is deprecated
18:11:36 [2024-02-16T23:11:36.245Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[30] 
18:11:36 [2024-02-16T23:11:36.245Z] 	public class InfiniteSubProgressMonitor extends SubProgressMonitor {
18:11:36 [2024-02-16T23:11:36.245Z] 	                                                ^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.245Z] The type SubProgressMonitor is deprecated
18:11:36 [2024-02-16T23:11:36.245Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[49] 
18:11:36 [2024-02-16T23:11:36.245Z] 	super(monitor, ticks, style);
18:11:36 [2024-02-16T23:11:36.245Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.245Z] The constructor SubProgressMonitor(IProgressMonitor, int, int) is deprecated
18:11:36 [2024-02-16T23:11:36.245Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[54] 
18:11:36 [2024-02-16T23:11:36.245Z] 	super.beginTask(name, totalWork);
18:11:36 [2024-02-16T23:11:36.245Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.245Z] The method beginTask(String, int) from the type SubProgressMonitor is deprecated
18:11:36 [2024-02-16T23:11:36.245Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[66] 
18:11:36 [2024-02-16T23:11:36.246Z] 	super.worked(1);
18:11:36 [2024-02-16T23:11:36.246Z] 	      ^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.246Z] The method worked(int) from the type SubProgressMonitor is deprecated
18:11:36 [2024-02-16T23:11:36.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/InfiniteSubProgressMonitor.java:[88] 
18:11:36 [2024-02-16T23:11:36.246Z] 	super.subTask(name);
18:11:36 [2024-02-16T23:11:36.246Z] 	      ^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.246Z] The method subTask(String) from the type SubProgressMonitor is deprecated
18:11:36 [2024-02-16T23:11:36.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/PessimisticResourceRuleFactory.java:[27] 
18:11:36 [2024-02-16T23:11:36.246Z] 	public class PessimisticResourceRuleFactory extends ResourceRuleFactory {
18:11:36 [2024-02-16T23:11:36.246Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.246Z] The constructor ResourceRuleFactory() is deprecated
18:11:36 [2024-02-16T23:11:36.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamHookDispatcher.java:[45] 
18:11:36 [2024-02-16T23:11:36.246Z] 	public TeamHookDispatcher() {
18:11:36 [2024-02-16T23:11:36.246Z] 	       ^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.246Z] The constructor TeamHook() is deprecated
18:11:36 [2024-02-16T23:11:36.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamHookDispatcher.java:[55] 
18:11:36 [2024-02-16T23:11:36.246Z] 	return provider.validateCreateLink(file, updateFlags, location);
18:11:36 [2024-02-16T23:11:36.246Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.246Z] The method validateCreateLink(IResource, int, IPath) from the type RepositoryProvider is deprecated
18:11:36 [2024-02-16T23:11:36.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/TeamHookDispatcher.java:[75] 
18:11:36 [2024-02-16T23:11:36.246Z] 	return provider.validateCreateLink(folder, updateFlags, location);
18:11:36 [2024-02-16T23:11:36.246Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.246Z] The method validateCreateLink(IResource, int, IPath) from the type RepositoryProvider is deprecated
18:11:36 [2024-02-16T23:11:36.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/mapping/CompoundResourceTraversal.java:[154] 
18:11:36 [2024-02-16T23:11:36.246Z] 	// TODO: Is a zero folder covered by a shallow folder?
18:11:36 [2024-02-16T23:11:36.246Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.247Z] TODO: Is a zero folder covered by a shallow folder?
18:11:36 [2024-02-16T23:11:36.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/mapping/PathTree.java:[192] 
18:11:36 [2024-02-16T23:11:36.247Z] 	// TODO: we may not need to record the removed subtree
18:11:36 [2024-02-16T23:11:36.247Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.247Z] TODO: we may not need to record the removed subtree
18:11:36 [2024-02-16T23:11:36.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/mapping/PathTree.java:[222] 
18:11:36 [2024-02-16T23:11:36.247Z] 	// TODO: may not need to record this
18:11:36 [2024-02-16T23:11:36.247Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.247Z] TODO: may not need to record this
18:11:36 [2024-02-16T23:11:36.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/DescendantResourceVariantByteStore.java:[73] 
18:11:36 [2024-02-16T23:11:36.247Z] 	// TODO: The check for NO_REMOTE does not take into consideration the line-of-descent
18:11:36 [2024-02-16T23:11:36.247Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.247Z] TODO: The check for NO_REMOTE does not take into consideration the line-of-descent
18:11:36 [2024-02-16T23:11:36.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[23] 
18:11:36 [2024-02-16T23:11:36.247Z] 	import org.eclipse.core.runtime.SubProgressMonitor;
18:11:36 [2024-02-16T23:11:36.247Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.247Z] The type SubProgressMonitor is deprecated
18:11:36 [2024-02-16T23:11:36.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[116] 
18:11:36 [2024-02-16T23:11:36.247Z] 	IProgressMonitor collectionMonitor = new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN) {
18:11:36 [2024-02-16T23:11:36.247Z] 	                                         ^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.247Z] The type SubProgressMonitor is deprecated
18:11:36 [2024-02-16T23:11:36.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[116] 
18:11:36 [2024-02-16T23:11:36.248Z] 	IProgressMonitor collectionMonitor = new SubProgressMonitor(monitor, IProgressMonitor.UNKNOWN) {
18:11:36 [2024-02-16T23:11:36.248Z] 				boolean dispatching = false;
18:11:36 [2024-02-16T23:11:36.248Z] 				@Override
18:11:36 [2024-02-16T23:11:36.248Z] 				public void subTask(String name) {
18:11:36 [2024-02-16T23:11:36.248Z] 					dispatch();
18:11:36 [2024-02-16T23:11:36.248Z] 					super.subTask(name);
18:11:36 [2024-02-16T23:11:36.248Z] 				}
18:11:36 [2024-02-16T23:11:36.248Z] 				private void dispatch() {
18:11:36 [2024-02-16T23:11:36.248Z] 					if (dispatching) return;
18:11:36 [2024-02-16T23:11:36.248Z] 					try {
18:11:36 [2024-02-16T23:11:36.248Z] 						dispatching = true;
18:11:36 [2024-02-16T23:11:36.248Z] 						handlePreemptiveEvents(this);
18:11:36 [2024-02-16T23:11:36.248Z] 						handlePendingDispatch(this);
18:11:36 [2024-02-16T23:11:36.248Z] 					} finally {
18:11:36 [2024-02-16T23:11:36.248Z] 						dispatching = false;
18:11:36 [2024-02-16T23:11:36.248Z] 					}
18:11:36 [2024-02-16T23:11:36.248Z] 				}
18:11:36 [2024-02-16T23:11:36.248Z] 				@Override
18:11:36 [2024-02-16T23:11:36.248Z] 				public void worked(int work) {
18:11:36 [2024-02-16T23:11:36.248Z] 					dispatch();
18:11:36 [2024-02-16T23:11:36.248Z] 					super.worked(work);
18:11:36 [2024-02-16T23:11:36.248Z] 				}
18:11:36 [2024-02-16T23:11:36.248Z] 			};
18:11:36 [2024-02-16T23:11:36.248Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.248Z] The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
18:11:36 [2024-02-16T23:11:36.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[121] 
18:11:36 [2024-02-16T23:11:36.248Z] 	super.subTask(name);
18:11:36 [2024-02-16T23:11:36.248Z] 	      ^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.248Z] The method subTask(String) from the type SubProgressMonitor is deprecated
18:11:36 [2024-02-16T23:11:36.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoEventHandler.java:[136] 
18:11:36 [2024-02-16T23:11:36.248Z] 	super.worked(work);
18:11:36 [2024-02-16T23:11:36.248Z] 	      ^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.248Z] The method worked(int) from the type SubProgressMonitor is deprecated
18:11:36 [2024-02-16T23:11:36.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/SubscriberSyncInfoSet.java:[32] 
18:11:36 [2024-02-16T23:11:36.248Z] 	* TODO: Override modification methods to enforce use with handler
18:11:36 [2024-02-16T23:11:36.249Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.249Z] TODO: Override modification methods to enforce use with handler
18:11:36 [2024-02-16T23:11:36.249Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/WorkingSetFilteredSyncInfoCollector.java:[52] 
18:11:36 [2024-02-16T23:11:36.249Z] 	// TODO: optimize and don't use working set if no roots are passed in
18:11:36 [2024-02-16T23:11:36.249Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:36 [2024-02-16T23:11:36.249Z] TODO: optimize and don't use working set if no roots are passed in
18:11:36 [2024-02-16T23:11:36.249Z] 53 problems (null, 53 warnings)
18:11:36 [2024-02-16T23:11:36.249Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.249Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.249Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.249Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.249Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.249Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.505Z] [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/team/bundles/org.eclipse.team.core/src/test/resources
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.505Z] [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/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.300-SNAPSHOT-sources.jar
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.505Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.505Z] [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/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.300-SNAPSHOT.jar
18:11:36 [2024-02-16T23:11:36.506Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.506Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.506Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.core:3.10.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/team/bundles/org.eclipse.team.core/.polyglot.META-INF
18:11:36 [2024-02-16T23:11:36.506Z]     The main artifact has been replaced with the baseline version.
18:11:36 [2024-02-16T23:11:36.506Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:36 [2024-02-16T23:11:36.506Z] 
18:11:36 [2024-02-16T23:11:36.506Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.506Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.506Z] [INFO] Execution was skipped
18:11:36 [2024-02-16T23:11:36.506Z] [INFO] 
18:11:36 [2024-02-16T23:11:36.506Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.core ---
18:11:36 [2024-02-16T23:11:36.762Z] [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/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:11:36 [2024-02-16T23:11:36.762Z] [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/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.300-SNAPSHOT.jar
18:11:38 [2024-02-16T23:11:38.166Z] [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/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:38 [2024-02-16T23:11:38.166Z] [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/team/bundles/org.eclipse.team.core/target/org.eclipse.team.core-3.10.300-SNAPSHOT-sources.jar
18:11:38 [2024-02-16T23:11:38.727Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.727Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.team.core ---
18:11:38 [2024-02-16T23:11:38.727Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.core:3.10.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/team/bundles/org.eclipse.team.core/.polyglot.META-INF
18:11:38 [2024-02-16T23:11:38.727Z]     The main artifact has been replaced with the baseline version.
18:11:38 [2024-02-16T23:11:38.727Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:38 [2024-02-16T23:11:38.727Z] 
18:11:38 [2024-02-16T23:11:38.727Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.727Z] [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >----------------
18:11:38 [2024-02-16T23:11:38.727Z] [INFO] Building org.eclipse.jdt.core 3.37.0-SNAPSHOT                   [89/521]
18:11:38 [2024-02-16T23:11:38.727Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.core/pom.xml
18:11:38 [2024-02-16T23:11:38.727Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] The project's OSGi version is 3.37.0.v20240215-1452
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.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.jdt.core/org.eclipse.jdt.core/saveproperties
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] Resolving class path of org.eclipse.jdt.core
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.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.jdt.core/org.eclipse.jdt.core/src/main/resources
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.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.jdt.core/org.eclipse.jdt.core/src/main/resources
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] 
18:11:38 [2024-02-16T23:11:38.983Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core ---
18:11:38 [2024-02-16T23:11:38.984Z] [INFO] Compiling 1052 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/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:42 [2024-02-16T23:11:42.250Z] [INFO] Compiling 2 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/target/jdtCompilerAdapter.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:42 [2024-02-16T23:11:42.250Z] [INFO] 
18:11:42 [2024-02-16T23:11:42.250Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.core ---
18:11:42 [2024-02-16T23:11:42.250Z] [INFO] 
18:11:42 [2024-02-16T23:11:42.250Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core ---
18:11:42 [2024-02-16T23:11:42.250Z] [INFO] 
18:11:42 [2024-02-16T23:11:42.250Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core ---
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] 
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core ---
18:11:45 [2024-02-16T23:11:45.522Z] [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/src/test/resources
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] 
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core ---
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] 
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core ---
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] 
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core ---
18:11:45 [2024-02-16T23:11:45.522Z] [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/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT-sources.jar
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] 
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] --- antrun:3.1.0:run (default) @ org.eclipse.jdt.core ---
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] Executing tasks
18:11:45 [2024-02-16T23:11:45.522Z] [INFO]      [copy] Copying 4 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/target/jdtCompilerAdapter.jar-classes
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] Executed tasks
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] 
18:11:45 [2024-02-16T23:11:45.522Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core ---
18:11:45 [2024-02-16T23:11:45.778Z] [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/jdtCompilerAdapter.jar
18:11:45 [2024-02-16T23:11:45.778Z] [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/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT.jar
18:11:45 [2024-02-16T23:11:45.778Z] [INFO] 
18:11:45 [2024-02-16T23:11:45.778Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core ---
18:11:46 [2024-02-16T23:11:46.339Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.37.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.jdt.core/org.eclipse.jdt.core/pom.xml
18:11:46 [2024-02-16T23:11:46.339Z]     The main artifact has been replaced with the baseline version.
18:11:46 [2024-02-16T23:11:46.339Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:46 [2024-02-16T23:11:46.339Z] 
18:11:46 [2024-02-16T23:11:46.339Z] [INFO] 
18:11:46 [2024-02-16T23:11:46.339Z] [INFO] --- resources:3.3.1:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core ---
18:11:46 [2024-02-16T23:11:46.339Z] [INFO] Copying 1 resource from scripts/source to target/scripts/source
18:11:46 [2024-02-16T23:11:46.339Z] [INFO] 
18:11:46 [2024-02-16T23:11:46.339Z] [INFO] --- tycho-custom-bundle:4.0.6-SNAPSHOT:custom-bundle (antadapter) @ org.eclipse.jdt.core ---
18:11:46 [2024-02-16T23:11:46.339Z] [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/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT-antadapter.jar
18:11:46 [2024-02-16T23:11:46.339Z] [INFO] 
18:11:46 [2024-02-16T23:11:46.339Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core ---
18:11:46 [2024-02-16T23:11:46.901Z] [INFO] Artifact comparison detailed log 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/eclipse.jdt.core/org.eclipse.jdt.core/target/artifactcomparison
18:11:46 [2024-02-16T23:11:46.902Z] [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.37.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.jdt.core/org.eclipse.jdt.core/pom.xml: baseline and build artifacts have same version but different contents
18:11:46 [2024-02-16T23:11:46.902Z]    classifier-antadapter: not present in baseline
18:11:46 [2024-02-16T23:11:46.902Z] 
18:11:46 [2024-02-16T23:11:46.902Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.37.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.jdt.core/org.eclipse.jdt.core/pom.xml
18:11:46 [2024-02-16T23:11:46.902Z]     The main artifact has been replaced with the baseline version.
18:11:46 [2024-02-16T23:11:46.902Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:46 [2024-02-16T23:11:46.902Z] 
18:11:46 [2024-02-16T23:11:46.902Z] [INFO] 
18:11:46 [2024-02-16T23:11:46.902Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core ---
18:11:46 [2024-02-16T23:11:46.902Z] [INFO] Execution was skipped
18:11:46 [2024-02-16T23:11:46.902Z] [INFO] 
18:11:46 [2024-02-16T23:11:46.902Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core ---
18:11:46 [2024-02-16T23:11:46.902Z] [INFO] Signing of nested jars of '/home/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/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT.jar' is disabled.
18:11:46 [2024-02-16T23:11:46.902Z] [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.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT.jar' is already signed and will be resigned.
18:11:46 [2024-02-16T23:11:46.902Z] [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.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT.jar
18:11:48 [2024-02-16T23:11:48.794Z] [INFO] Signing of nested jars of '/home/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/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT-sources.jar' is disabled.
18:11:48 [2024-02-16T23:11:48.795Z] [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.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:48 [2024-02-16T23:11:48.795Z] [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.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT-sources.jar
18:11:50 [2024-02-16T23:11:50.163Z] [INFO] Signing of nested jars of '/home/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/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT-antadapter.jar' is disabled.
18:11:50 [2024-02-16T23:11:50.163Z] [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.jdt.core/org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.37.0-SNAPSHOT-antadapter.jar
18:11:51 [2024-02-16T23:11:51.529Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.529Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core ---
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] Artifact comparison detailed log 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/eclipse.jdt.core/org.eclipse.jdt.core/target/artifactcomparison
18:11:51 [2024-02-16T23:11:51.785Z] [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.37.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.jdt.core/org.eclipse.jdt.core/pom.xml: baseline and build artifacts have same version but different contents
18:11:51 [2024-02-16T23:11:51.785Z]    classifier-antadapter: not present in baseline
18:11:51 [2024-02-16T23:11:51.785Z] 
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core:3.37.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.jdt.core/org.eclipse.jdt.core/pom.xml
18:11:51 [2024-02-16T23:11:51.785Z]     The main artifact has been replaced with the baseline version.
18:11:51 [2024-02-16T23:11:51.785Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:51 [2024-02-16T23:11:51.785Z] 
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] ------------< org.eclipse.platform:org.eclipse.jface.text >-------------
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] Building [bundle] JFace Text 3.25.0-SNAPSHOT                    [90/521]
18:11:51 [2024-02-16T23:11:51.785Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.jface.text/.polyglot.META-INF
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.785Z] [INFO] The project's OSGi version is 3.25.0.v20240207-1054
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [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.text/saveproperties
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] Resolving class path of [bundle] JFace Text
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-31) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [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/eclipse.platform.ui/bundles/org.eclipse.jface.text/projection added.
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [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.text/src/main/resources
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [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.text/src/main/resources
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] 
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.text ---
18:11:51 [2024-02-16T23:11:51.786Z] [INFO] Compiling 334 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.text/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:52 [2024-02-16T23:11:52.715Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[37] 
18:11:52 [2024-02-16T23:11:52.715Z] 	public class HTML2TextReader extends SubstitutionTextReader {
18:11:52 [2024-02-16T23:11:52.715Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.715Z] The type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.715Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[98] 
18:11:52 [2024-02-16T23:11:52.715Z] 	super(new PushbackReader(reader));
18:11:52 [2024-02-16T23:11:52.715Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.715Z] The constructor SubstitutionTextReader(Reader) is deprecated
18:11:52 [2024-02-16T23:11:52.715Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[105] 
18:11:52 [2024-02-16T23:11:52.715Z] 	public int read() throws IOException {
18:11:52 [2024-02-16T23:11:52.715Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.715Z] The method HTML2TextReader.read() overrides a deprecated method from SubstitutionTextReader
18:11:52 [2024-02-16T23:11:52.715Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[106] 
18:11:52 [2024-02-16T23:11:52.715Z] 	int c= super.read();
18:11:52 [2024-02-16T23:11:52.715Z] 	             ^^^^^^
18:11:52 [2024-02-16T23:11:52.715Z] The method read() from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.715Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[175] 
18:11:52 [2024-02-16T23:11:52.715Z] 	setSkipWhitespace(false);
18:11:52 [2024-02-16T23:11:52.715Z] 	^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.715Z] The method setSkipWhitespace(boolean) from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.716Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[179] 
18:11:52 [2024-02-16T23:11:52.716Z] 	setSkipWhitespace(true);
18:11:52 [2024-02-16T23:11:52.716Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.716Z] The method setSkipWhitespace(boolean) from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.716Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[184] 
18:11:52 [2024-02-16T23:11:52.716Z] 	protected String computeSubstitution(int c) throws IOException {
18:11:52 [2024-02-16T23:11:52.716Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.716Z] The method HTML2TextReader.computeSubstitution(int) overrides a deprecated method from SubstitutionTextReader
18:11:52 [2024-02-16T23:11:52.716Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[247] 
18:11:52 [2024-02-16T23:11:52.716Z] 	return LINE_DELIM;
18:11:52 [2024-02-16T23:11:52.716Z] 	       ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.716Z] The field SubstitutionTextReader.LINE_DELIM is deprecated
18:11:52 [2024-02-16T23:11:52.716Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[254] 
18:11:52 [2024-02-16T23:11:52.716Z] 	return LINE_DELIM + HTMLMessages.getString("HTML2TextReader.listItemPrefix"); //$NON-NLS-1$
18:11:52 [2024-02-16T23:11:52.716Z] 	       ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.716Z] The field SubstitutionTextReader.LINE_DELIM is deprecated
18:11:52 [2024-02-16T23:11:52.716Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[268] 
18:11:52 [2024-02-16T23:11:52.716Z] 	return LINE_DELIM;
18:11:52 [2024-02-16T23:11:52.716Z] 	       ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.716Z] The field SubstitutionTextReader.LINE_DELIM is deprecated
18:11:52 [2024-02-16T23:11:52.717Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[272] 
18:11:52 [2024-02-16T23:11:52.717Z] 	return LINE_DELIM;
18:11:52 [2024-02-16T23:11:52.717Z] 	       ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.717Z] The field SubstitutionTextReader.LINE_DELIM is deprecated
18:11:52 [2024-02-16T23:11:52.717Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[277] 
18:11:52 [2024-02-16T23:11:52.717Z] 	return inParagraph ? EMPTY_STRING : LINE_DELIM;
18:11:52 [2024-02-16T23:11:52.717Z] 	                                    ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.717Z] The field SubstitutionTextReader.LINE_DELIM is deprecated
18:11:52 [2024-02-16T23:11:52.717Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[282] 
18:11:52 [2024-02-16T23:11:52.717Z] 	return LINE_DELIM;
18:11:52 [2024-02-16T23:11:52.717Z] 	       ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.717Z] The field SubstitutionTextReader.LINE_DELIM is deprecated
18:11:52 [2024-02-16T23:11:52.717Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[286] 
18:11:52 [2024-02-16T23:11:52.717Z] 	return LINE_DELIM;
18:11:52 [2024-02-16T23:11:52.717Z] 	       ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.717Z] The field SubstitutionTextReader.LINE_DELIM is deprecated
18:11:52 [2024-02-16T23:11:52.717Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[311] 
18:11:52 [2024-02-16T23:11:52.717Z] 	ch= nextChar();
18:11:52 [2024-02-16T23:11:52.717Z] 	    ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.717Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.717Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[315] 
18:11:52 [2024-02-16T23:11:52.718Z] 	ch= nextChar();
18:11:52 [2024-02-16T23:11:52.718Z] 	    ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.718Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.718Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[318] 
18:11:52 [2024-02-16T23:11:52.718Z] 	ch= nextChar();
18:11:52 [2024-02-16T23:11:52.718Z] 	    ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.718Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.718Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[321] 
18:11:52 [2024-02-16T23:11:52.718Z] 	ch= nextChar();
18:11:52 [2024-02-16T23:11:52.718Z] 	    ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.718Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.718Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[354] 
18:11:52 [2024-02-16T23:11:52.718Z] 	((PushbackReader) getReader()).unread(ch);
18:11:52 [2024-02-16T23:11:52.718Z] 	                  ^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.718Z] The method getReader() from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.718Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[383] 
18:11:52 [2024-02-16T23:11:52.718Z] 	int ch= nextChar();
18:11:52 [2024-02-16T23:11:52.718Z] 	        ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.718Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.718Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/internal/text/html/HTML2TextReader.java:[386] 
18:11:52 [2024-02-16T23:11:52.718Z] 	ch= nextChar();
18:11:52 [2024-02-16T23:11:52.718Z] 	    ^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.718Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:11:52 [2024-02-16T23:11:52.719Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[37] 
18:11:52 [2024-02-16T23:11:52.719Z] 	public interface ITextViewerExtension5 extends ITextViewerExtension3 {
18:11:52 [2024-02-16T23:11:52.719Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.719Z] The type ITextViewerExtension3 is deprecated
18:11:52 [2024-02-16T23:11:52.719Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[48] 
18:11:52 [2024-02-16T23:11:52.719Z] 	IRegion getModelCoverage();
18:11:52 [2024-02-16T23:11:52.719Z] 	        ^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.719Z] The method ITextViewerExtension5.getModelCoverage() overrides a deprecated method from ITextViewerExtension3
18:11:52 [2024-02-16T23:11:52.719Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[58] 
18:11:52 [2024-02-16T23:11:52.719Z] 	int modelLine2WidgetLine(int modelLine);
18:11:52 [2024-02-16T23:11:52.719Z] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.719Z] The method ITextViewerExtension5.modelLine2WidgetLine(int) overrides a deprecated method from ITextViewerExtension3
18:11:52 [2024-02-16T23:11:52.719Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[68] 
18:11:52 [2024-02-16T23:11:52.719Z] 	int modelOffset2WidgetOffset(int modelOffset);
18:11:52 [2024-02-16T23:11:52.719Z] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.719Z] The method ITextViewerExtension5.modelOffset2WidgetOffset(int) overrides a deprecated method from ITextViewerExtension3
18:11:52 [2024-02-16T23:11:52.719Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[80] 
18:11:52 [2024-02-16T23:11:52.719Z] 	IRegion modelRange2WidgetRange(IRegion modelRange);
18:11:52 [2024-02-16T23:11:52.719Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.720Z] The method ITextViewerExtension5.modelRange2WidgetRange(IRegion) overrides a deprecated method from ITextViewerExtension3
18:11:52 [2024-02-16T23:11:52.720Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[91] 
18:11:52 [2024-02-16T23:11:52.720Z] 	int widgetOffset2ModelOffset(int widgetOffset);
18:11:52 [2024-02-16T23:11:52.720Z] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.720Z] The method ITextViewerExtension5.widgetOffset2ModelOffset(int) overrides a deprecated method from ITextViewerExtension3
18:11:52 [2024-02-16T23:11:52.720Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[103] 
18:11:52 [2024-02-16T23:11:52.720Z] 	IRegion widgetRange2ModelRange(IRegion widgetRange);
18:11:52 [2024-02-16T23:11:52.720Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.720Z] The method ITextViewerExtension5.widgetRange2ModelRange(IRegion) overrides a deprecated method from ITextViewerExtension3
18:11:52 [2024-02-16T23:11:52.720Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/ITextViewerExtension5.java:[122] 
18:11:52 [2024-02-16T23:11:52.720Z] 	int widgetLineOfWidgetOffset(int widgetOffset);
18:11:52 [2024-02-16T23:11:52.720Z] 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.720Z] The method ITextViewerExtension5.widgetLineOfWidgetOffset(int) overrides a deprecated method from ITextViewerExtension3
18:11:52 [2024-02-16T23:11:52.720Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/TextViewerHoverManager.java:[157] 
18:11:52 [2024-02-16T23:11:52.720Z] 	information= hover.getHoverInfo(fTextViewer, region);
18:11:52 [2024-02-16T23:11:52.720Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.720Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:11:52 [2024-02-16T23:11:52.720Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[33] 
18:11:52 [2024-02-16T23:11:52.721Z] 	import org.eclipse.jface.contentassist.ISubjectControlContextInformationPresenter;
18:11:52 [2024-02-16T23:11:52.721Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.721Z] The type ISubjectControlContextInformationPresenter is deprecated
18:11:52 [2024-02-16T23:11:52.721Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[34] 
18:11:52 [2024-02-16T23:11:52.721Z] 	import org.eclipse.jface.contentassist.ISubjectControlContextInformationValidator;
18:11:52 [2024-02-16T23:11:52.721Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.721Z] The type ISubjectControlContextInformationValidator is deprecated
18:11:52 [2024-02-16T23:11:52.721Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[335] 
18:11:52 [2024-02-16T23:11:52.721Z] 	if (frame.fValidator instanceof ISubjectControlContextInformationValidator)
18:11:52 [2024-02-16T23:11:52.721Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.721Z] The type ISubjectControlContextInformationValidator is deprecated
18:11:52 [2024-02-16T23:11:52.721Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[336] 
18:11:52 [2024-02-16T23:11:52.721Z] 	((ISubjectControlContextInformationValidator) frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fOffset);
18:11:52 [2024-02-16T23:11:52.721Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.721Z] The type ISubjectControlContextInformationValidator is deprecated
18:11:52 [2024-02-16T23:11:52.721Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[336] 
18:11:52 [2024-02-16T23:11:52.721Z] 	((ISubjectControlContextInformationValidator) frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fOffset);
18:11:52 [2024-02-16T23:11:52.722Z] 	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.722Z] The method install(IContextInformation, IContentAssistSubjectControl, int) from the type ISubjectControlContextInformationValidator is deprecated
18:11:52 [2024-02-16T23:11:52.722Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[348] 
18:11:52 [2024-02-16T23:11:52.722Z] 	if (frame.fPresenter instanceof ISubjectControlContextInformationPresenter)
18:11:52 [2024-02-16T23:11:52.722Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.722Z] The type ISubjectControlContextInformationPresenter is deprecated
18:11:52 [2024-02-16T23:11:52.722Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[349] 
18:11:52 [2024-02-16T23:11:52.722Z] 	((ISubjectControlContextInformationPresenter) frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fBeginOffset);
18:11:52 [2024-02-16T23:11:52.722Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.722Z] The type ISubjectControlContextInformationPresenter is deprecated
18:11:52 [2024-02-16T23:11:52.722Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistSubjectControlAdapter.java:[349] 
18:11:52 [2024-02-16T23:11:52.722Z] 	((ISubjectControlContextInformationPresenter) frame.fValidator).install(frame.fInformation, fContentAssistSubjectControl, frame.fBeginOffset);
18:11:52 [2024-02-16T23:11:52.722Z] 	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.722Z] The method install(IContextInformation, IContentAssistSubjectControl, int) from the type ISubjectControlContextInformationPresenter is deprecated
18:11:52 [2024-02-16T23:11:52.723Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[74] 
18:11:52 [2024-02-16T23:11:52.723Z] 	import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor;
18:11:52 [2024-02-16T23:11:52.723Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.723Z] The type ISubjectControlContentAssistProcessor is deprecated
18:11:52 [2024-02-16T23:11:52.723Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2024] 
18:11:52 [2024-02-16T23:11:52.723Z] 	if (p instanceof ISubjectControlContentAssistProcessor) {
18:11:52 [2024-02-16T23:11:52.723Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.723Z] The type ISubjectControlContentAssistProcessor is deprecated
18:11:52 [2024-02-16T23:11:52.723Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2029] 
18:11:52 [2024-02-16T23:11:52.723Z] 	ICompletionProposal[] proposals= ((ISubjectControlContentAssistProcessor) p)
18:11:52 [2024-02-16T23:11:52.723Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.723Z] The type ISubjectControlContentAssistProcessor is deprecated
18:11:52 [2024-02-16T23:11:52.723Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2030] 
18:11:52 [2024-02-16T23:11:52.723Z] 	.computeCompletionProposals(contentAssistSubjectControl, offset);
18:11:52 [2024-02-16T23:11:52.723Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.723Z] The method computeCompletionProposals(IContentAssistSubjectControl, int) from the type ISubjectControlContentAssistProcessor is deprecated
18:11:52 [2024-02-16T23:11:52.723Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2130] 
18:11:52 [2024-02-16T23:11:52.724Z] 	if (p instanceof ISubjectControlContentAssistProcessor) {
18:11:52 [2024-02-16T23:11:52.724Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.724Z] The type ISubjectControlContentAssistProcessor is deprecated
18:11:52 [2024-02-16T23:11:52.724Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2135] 
18:11:52 [2024-02-16T23:11:52.724Z] 	IContextInformation[] contextInformation= ((ISubjectControlContentAssistProcessor) p)
18:11:52 [2024-02-16T23:11:52.724Z] 	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.724Z] The type ISubjectControlContentAssistProcessor is deprecated
18:11:52 [2024-02-16T23:11:52.724Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/contentassist/ContentAssistant.java:[2136] 
18:11:52 [2024-02-16T23:11:52.724Z] 	.computeContextInformation(contentAssistSubjectControl, offset);
18:11:52 [2024-02-16T23:11:52.724Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.724Z] The method computeContextInformation(IContentAssistSubjectControl, int) from the type ISubjectControlContentAssistProcessor is deprecated
18:11:52 [2024-02-16T23:11:52.724Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/information/InformationPresenter.java:[313] 
18:11:52 [2024-02-16T23:11:52.724Z] 	info= provider.getInformation(fTextViewer, subject);
18:11:52 [2024-02-16T23:11:52.724Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.724Z] The method getInformation(ITextViewer, IRegion) from the type IInformationProvider is deprecated
18:11:52 [2024-02-16T23:11:52.724Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[85] 
18:11:52 [2024-02-16T23:11:52.724Z] 	public TemplateStore(org.eclipse.jface.text.templates.ContextTypeRegistry registry, IPreferenceStore store, String key) {
18:11:52 [2024-02-16T23:11:52.724Z] 	                                                      ^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.724Z] The type ContextTypeRegistry is deprecated
18:11:52 [2024-02-16T23:11:52.725Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[221] 
18:11:52 [2024-02-16T23:11:52.725Z] 	protected final org.eclipse.jface.text.templates.ContextTypeRegistry getRegistry() {
18:11:52 [2024-02-16T23:11:52.725Z] 	                                                 ^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.725Z] The type ContextTypeRegistry is deprecated
18:11:52 [2024-02-16T23:11:52.725Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[226] 
18:11:52 [2024-02-16T23:11:52.725Z] 	org.eclipse.jface.text.templates.ContextTypeRegistry res= new org.eclipse.jface.text.templates.ContextTypeRegistry();
18:11:52 [2024-02-16T23:11:52.725Z] 	                                 ^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.725Z] The type ContextTypeRegistry is deprecated
18:11:52 [2024-02-16T23:11:52.725Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[226] 
18:11:52 [2024-02-16T23:11:52.725Z] 	org.eclipse.jface.text.templates.ContextTypeRegistry res= new org.eclipse.jface.text.templates.ContextTypeRegistry();
18:11:52 [2024-02-16T23:11:52.725Z] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.725Z] The constructor ContextTypeRegistry() is deprecated
18:11:52 [2024-02-16T23:11:52.725Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[226] 
18:11:52 [2024-02-16T23:11:52.725Z] 	org.eclipse.jface.text.templates.ContextTypeRegistry res= new org.eclipse.jface.text.templates.ContextTypeRegistry();
18:11:52 [2024-02-16T23:11:52.725Z] 	                                                                                               ^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.725Z] The type ContextTypeRegistry is deprecated
18:11:52 [2024-02-16T23:11:52.726Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[227] 
18:11:52 [2024-02-16T23:11:52.726Z] 	registry.contextTypes().forEachRemaining(t -> res.addContextType(t));
18:11:52 [2024-02-16T23:11:52.726Z] 	                                                  ^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.726Z] The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated
18:11:52 [2024-02-16T23:11:52.726Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[231] 
18:11:52 [2024-02-16T23:11:52.726Z] 	public void add(org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
18:11:52 [2024-02-16T23:11:52.726Z] 	                                                             ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.726Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.726Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[235] 
18:11:52 [2024-02-16T23:11:52.726Z] 	public void delete(org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
18:11:52 [2024-02-16T23:11:52.726Z] 	                                                                ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.726Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.726Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[240] 
18:11:52 [2024-02-16T23:11:52.726Z] 	public org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[] getTemplateData(boolean includeDeleted) {
18:11:52 [2024-02-16T23:11:52.726Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.726Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.726Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[242] 
18:11:52 [2024-02-16T23:11:52.726Z] 	org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[] wraps= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[list.length];
18:11:52 [2024-02-16T23:11:52.727Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.727Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.727Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[242] 
18:11:52 [2024-02-16T23:11:52.727Z] 	org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[] wraps= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData[list.length];
18:11:52 [2024-02-16T23:11:52.727Z] 	                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.727Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.727Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[244] 
18:11:52 [2024-02-16T23:11:52.727Z] 	wraps[i]= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(list[i]);
18:11:52 [2024-02-16T23:11:52.727Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.727Z] The constructor TemplatePersistenceData(TemplatePersistenceData) is deprecated
18:11:52 [2024-02-16T23:11:52.727Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[244] 
18:11:52 [2024-02-16T23:11:52.727Z] 	wraps[i]= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(list[i]);
18:11:52 [2024-02-16T23:11:52.727Z] 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.727Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.727Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[250] 
18:11:52 [2024-02-16T23:11:52.727Z] 	public org.eclipse.jface.text.templates.persistence.TemplatePersistenceData getTemplateData(String id) {
18:11:52 [2024-02-16T23:11:52.727Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.727Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.728Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[252] 
18:11:52 [2024-02-16T23:11:52.728Z] 	org.eclipse.jface.text.templates.persistence.TemplatePersistenceData wrap= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(data);
18:11:52 [2024-02-16T23:11:52.728Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.728Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.728Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[252] 
18:11:52 [2024-02-16T23:11:52.728Z] 	org.eclipse.jface.text.templates.persistence.TemplatePersistenceData wrap= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(data);
18:11:52 [2024-02-16T23:11:52.728Z] 	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.728Z] The constructor TemplatePersistenceData(TemplatePersistenceData) is deprecated
18:11:52 [2024-02-16T23:11:52.728Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[252] 
18:11:52 [2024-02-16T23:11:52.728Z] 	org.eclipse.jface.text.templates.persistence.TemplatePersistenceData wrap= new org.eclipse.jface.text.templates.persistence.TemplatePersistenceData(data);
18:11:52 [2024-02-16T23:11:52.728Z] 	                                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.728Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.729Z] [WARNING] /home/jenkins/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.text/src/org/eclipse/jface/text/templates/persistence/TemplateStore.java:[256] 
18:11:52 [2024-02-16T23:11:52.729Z] 	protected void internalAdd(org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
18:11:52 [2024-02-16T23:11:52.729Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^
18:11:52 [2024-02-16T23:11:52.729Z] The type TemplatePersistenceData is deprecated
18:11:52 [2024-02-16T23:11:52.729Z] 64 problems (64 warnings)
18:11:52 [2024-02-16T23:11:52.729Z] [INFO] 
18:11:52 [2024-02-16T23:11:52.729Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jface.text ---
18:11:52 [2024-02-16T23:11:52.729Z] [INFO] 
18:11:52 [2024-02-16T23:11:52.729Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.text ---
18:11:52 [2024-02-16T23:11:52.729Z] [INFO] 
18:11:52 [2024-02-16T23:11:52.729Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.text ---
18:11:53 [2024-02-16T23:11:53.655Z] [INFO] 
18:11:53 [2024-02-16T23:11:53.655Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.text ---
18:11:53 [2024-02-16T23:11:53.911Z] [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.text/src/test/resources
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] 
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.text ---
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] 
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.text ---
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] 
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.text ---
18:11:53 [2024-02-16T23:11:53.911Z] [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.text/target/org.eclipse.jface.text-3.25.0-SNAPSHOT-sources.jar
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] 
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.text ---
18:11:53 [2024-02-16T23:11:53.911Z] [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.text/target/org.eclipse.jface.text-3.25.0-SNAPSHOT.jar
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] 
18:11:53 [2024-02-16T23:11:53.911Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text ---
18:11:54 [2024-02-16T23:11:54.167Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.text:3.25.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.text/.polyglot.META-INF
18:11:54 [2024-02-16T23:11:54.167Z]     The main artifact has been replaced with the baseline version.
18:11:54 [2024-02-16T23:11:54.167Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:54 [2024-02-16T23:11:54.167Z] 
18:11:54 [2024-02-16T23:11:54.167Z] [INFO] 
18:11:54 [2024-02-16T23:11:54.167Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text ---
18:11:54 [2024-02-16T23:11:54.167Z] [INFO] Execution was skipped
18:11:54 [2024-02-16T23:11:54.167Z] [INFO] 
18:11:54 [2024-02-16T23:11:54.167Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.text ---
18:11:54 [2024-02-16T23:11:54.423Z] [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.text/target/org.eclipse.jface.text-3.25.0-SNAPSHOT.jar' is already signed and will be resigned.
18:11:54 [2024-02-16T23:11:54.423Z] [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.text/target/org.eclipse.jface.text-3.25.0-SNAPSHOT.jar
18:11:55 [2024-02-16T23:11:55.789Z] [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.text/target/org.eclipse.jface.text-3.25.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:55 [2024-02-16T23:11:55.789Z] [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.text/target/org.eclipse.jface.text-3.25.0-SNAPSHOT-sources.jar
18:11:56 [2024-02-16T23:11:56.717Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.717Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.text ---
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.text:3.25.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.text/.polyglot.META-INF
18:11:56 [2024-02-16T23:11:56.974Z]     The main artifact has been replaced with the baseline version.
18:11:56 [2024-02-16T23:11:56.974Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:56 [2024-02-16T23:11:56.974Z] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] ------------< org.eclipse.platform:org.eclipse.debug.core >-------------
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] Building [bundle] Debug Core 3.21.300-SNAPSHOT                  [91/521]
18:11:56 [2024-02-16T23:11:56.974Z] [INFO]   from eclipse.platform/debug/org.eclipse.debug.core/.polyglot.META-INF
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] The project's OSGi version is 3.21.300.v20240109-1022
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.974Z] [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/debug/org.eclipse.debug.core/saveproperties
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] Resolving class path of [bundle] Debug Core
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.974Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.975Z] [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/debug/org.eclipse.debug.core/src/main/resources
18:11:56 [2024-02-16T23:11:56.975Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.975Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.975Z] [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/debug/org.eclipse.debug.core/src/main/resources
18:11:56 [2024-02-16T23:11:56.975Z] [INFO] 
18:11:56 [2024-02-16T23:11:56.975Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.core ---
18:11:56 [2024-02-16T23:11:56.975Z] [INFO] Compiling 204 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/debug/org.eclipse.debug.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:11:57 [2024-02-16T23:11:57.231Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/core/Launch.java:[657] 
18:11:57 [2024-02-16T23:11:57.231Z] 	//CONTEXTLAUNCHING
18:11:57 [2024-02-16T23:11:57.231Z] 	  ^^^^^^^^^^^^^^^^
18:11:57 [2024-02-16T23:11:57.231Z] CONTEXTLAUNCHING
18:11:57 [2024-02-16T23:11:57.231Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/core/model/DebugElement.java:[78] 
18:11:57 [2024-02-16T23:11:57.231Z] 	//CONTEXTLAUNCHING
18:11:57 [2024-02-16T23:11:57.231Z] 	  ^^^^^^^^^^^^^^^^
18:11:57 [2024-02-16T23:11:57.231Z] CONTEXTLAUNCHING
18:11:57 [2024-02-16T23:11:57.231Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/core/model/RuntimeProcess.java:[464] 
18:11:57 [2024-02-16T23:11:57.232Z] 	//CONTEXTLAUNCHING
18:11:57 [2024-02-16T23:11:57.232Z] 	  ^^^^^^^^^^^^^^^^
18:11:57 [2024-02-16T23:11:57.232Z] CONTEXTLAUNCHING
18:11:57 [2024-02-16T23:11:57.232Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java:[613] 
18:11:57 [2024-02-16T23:11:57.232Z] 	* Set of launches for efficient 'isRegistered()' check TODO remove this -
18:11:57 [2024-02-16T23:11:57.232Z] 	                                                       ^^^^^^^^^^^^^^^^^^
18:11:57 [2024-02-16T23:11:57.232Z] TODO remove this -
18:11:57 [2024-02-16T23:11:57.232Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/LaunchManager.java:[682] 
18:11:57 [2024-02-16T23:11:57.232Z] 	* TODO, we can probably remove this too
18:11:57 [2024-02-16T23:11:57.232Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:57 [2024-02-16T23:11:57.232Z] TODO, we can probably remove this too
18:11:57 [2024-02-16T23:11:57.232Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/MemoryBlockManager.java:[102] 
18:11:57 [2024-02-16T23:11:57.232Z] 	* TODO consider using only one of these, and sync where needed,
18:11:57 [2024-02-16T23:11:57.232Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:57 [2024-02-16T23:11:57.232Z] TODO consider using only one of these, and sync where needed,
18:11:57 [2024-02-16T23:11:57.232Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/PreferredDelegateModifyListener.java:[27] 
18:11:57 [2024-02-16T23:11:57.232Z] 	* @since 3.6 TODO can we roll this into general preference listening?
18:11:57 [2024-02-16T23:11:57.232Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:11:57 [2024-02-16T23:11:57.232Z] TODO can we roll this into general preference listening?
18:11:57 [2024-02-16T23:11:57.233Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/WatchExpression.java:[227] 
18:11:57 [2024-02-16T23:11:57.233Z] 	//CONTEXTLAUNCHING
18:11:57 [2024-02-16T23:11:57.233Z] 	  ^^^^^^^^^^^^^^^^
18:11:57 [2024-02-16T23:11:57.233Z] CONTEXTLAUNCHING
18:11:57 [2024-02-16T23:11:57.233Z] 8 problems (null, 8 warnings)
18:11:57 [2024-02-16T23:11:57.233Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.233Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.233Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.233Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.233Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.233Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.488Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.488Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.489Z] [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/debug/org.eclipse.debug.core/src/test/resources
18:11:57 [2024-02-16T23:11:57.489Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.489Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.489Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.489Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.489Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.489Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.744Z] [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/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.300-SNAPSHOT-sources.jar
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.745Z] [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/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.300-SNAPSHOT.jar
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.core:3.21.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/debug/org.eclipse.debug.core/.polyglot.META-INF
18:11:57 [2024-02-16T23:11:57.745Z]     The main artifact has been replaced with the baseline version.
18:11:57 [2024-02-16T23:11:57.745Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:11:57 [2024-02-16T23:11:57.745Z] 
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.core ---
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] Execution was skipped
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] 
18:11:57 [2024-02-16T23:11:57.745Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.core ---
18:11:58 [2024-02-16T23:11:58.001Z] [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/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.300-SNAPSHOT.jar' is already signed and will be resigned.
18:11:58 [2024-02-16T23:11:58.001Z] [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/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.300-SNAPSHOT.jar
18:11:59 [2024-02-16T23:11:59.367Z] [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/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:11:59 [2024-02-16T23:11:59.367Z] [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/debug/org.eclipse.debug.core/target/org.eclipse.debug.core-3.21.300-SNAPSHOT-sources.jar
18:12:00 [2024-02-16T23:12:00.296Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.296Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.debug.core ---
18:12:00 [2024-02-16T23:12:00.296Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.core:3.21.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/debug/org.eclipse.debug.core/.polyglot.META-INF
18:12:00 [2024-02-16T23:12:00.297Z]     The main artifact has been replaced with the baseline version.
18:12:00 [2024-02-16T23:12:00.297Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:00 [2024-02-16T23:12:00.297Z] 
18:12:00 [2024-02-16T23:12:00.297Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.297Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.workbench.texteditor >------
18:12:00 [2024-02-16T23:12:00.297Z] [INFO] Building [bundle] Text Editor Framework 3.17.300-SNAPSHOT       [92/521]
18:12:00 [2024-02-16T23:12:00.297Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/.polyglot.META-INF
18:12:00 [2024-02-16T23:12:00.297Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] The project's OSGi version is 3.17.300.v20240207-1054
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.553Z] [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.ui.workbench.texteditor/saveproperties
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] Resolving class path of [bundle] Text Editor Framework
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.553Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.554Z] [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.ui.workbench.texteditor/src/main/resources
18:12:00 [2024-02-16T23:12:00.554Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.554Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.554Z] [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.ui.workbench.texteditor/src/main/resources
18:12:00 [2024-02-16T23:12:00.554Z] [INFO] 
18:12:00 [2024-02-16T23:12:00.554Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.workbench.texteditor ---
18:12:00 [2024-02-16T23:12:00.554Z] [INFO] Compiling 193 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.ui.workbench.texteditor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:01 [2024-02-16T23:12:01.117Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[196] 
18:12:01 [2024-02-16T23:12:01.118Z] 	import org.eclipse.ui.IKeyBindingService;
18:12:01 [2024-02-16T23:12:01.118Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.118Z] The type IKeyBindingService is deprecated
18:12:01 [2024-02-16T23:12:01.118Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[769] 
18:12:01 [2024-02-16T23:12:01.118Z] 	private IKeyBindingService fKeyBindingService;
18:12:01 [2024-02-16T23:12:01.118Z] 	        ^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.118Z] The type IKeyBindingService is deprecated
18:12:01 [2024-02-16T23:12:01.118Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[817] 
18:12:01 [2024-02-16T23:12:01.118Z] 	fKeyBindingService= getEditorSite().getKeyBindingService();
18:12:01 [2024-02-16T23:12:01.118Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.118Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:12:01 [2024-02-16T23:12:01.118Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[850] 
18:12:01 [2024-02-16T23:12:01.118Z] 	fKeyBindingService.registerAction(action);
18:12:01 [2024-02-16T23:12:01.118Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.118Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated
18:12:01 [2024-02-16T23:12:01.118Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[860] 
18:12:01 [2024-02-16T23:12:01.118Z] 	fKeyBindingService.unregisterAction(action);
18:12:01 [2024-02-16T23:12:01.118Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.118Z] The method unregisterAction(IAction) from the type IKeyBindingService is deprecated
18:12:01 [2024-02-16T23:12:01.118Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[870] 
18:12:01 [2024-02-16T23:12:01.118Z] 	fKeyBindingService.setScopes(keyBindingScopes);
18:12:01 [2024-02-16T23:12:01.118Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.118Z] The method setScopes(String[]) from the type IKeyBindingService is deprecated
18:12:01 [2024-02-16T23:12:01.119Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java:[1837] 
18:12:01 [2024-02-16T23:12:01.119Z] 	String hoverInfo= textHover.getHoverInfo(sourceViewer, hoverRegion);
18:12:01 [2024-02-16T23:12:01.119Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.119Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:12:01 [2024-02-16T23:12:01.119Z] 8. INFO 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.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java (at line 6998)
18:12:01 [2024-02-16T23:12:01.119Z] 	if (currentDistance < distance || currentDistance == distance && p.length < nextAnnotationPosition.length) {
18:12:01 [2024-02-16T23:12:01.119Z] 	                                                                            ^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.119Z] Potential null pointer access: The variable nextAnnotationPosition may be null at this location
18:12:01 [2024-02-16T23:12:01.119Z] 9. INFO 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.platform.ui/bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java (at line 7008)
18:12:01 [2024-02-16T23:12:01.119Z] 	if (currentDistance < distance || currentDistance == distance && p.length < nextAnnotationPosition.length) {
18:12:01 [2024-02-16T23:12:01.119Z] 	                                                                            ^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.119Z] Potential null pointer access: The variable nextAnnotationPosition may be null at this location
18:12:01 [2024-02-16T23:12:01.119Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[94] 
18:12:01 [2024-02-16T23:12:01.119Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:12:01 [2024-02-16T23:12:01.119Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.119Z] The type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.119Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[97] 
18:12:01 [2024-02-16T23:12:01.120Z] 	import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData;
18:12:01 [2024-02-16T23:12:01.120Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.120Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.120Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[237] 
18:12:01 [2024-02-16T23:12:01.120Z] 	TemplatePersistenceData[] selectedTemplates= getSelectedTemplates();
18:12:01 [2024-02-16T23:12:01.120Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.120Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.120Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[239] 
18:12:01 [2024-02-16T23:12:01.120Z] 	isTemplateValidAtLocation(selectedTemplates[0].getTemplate(), new Point(event.x, event.y)))
18:12:01 [2024-02-16T23:12:01.120Z] 	                                               ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.120Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.120Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[248] 
18:12:01 [2024-02-16T23:12:01.120Z] 	TemplatePersistenceData[] selectedTemplates= getSelectedTemplates();
18:12:01 [2024-02-16T23:12:01.120Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.120Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.120Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[249] 
18:12:01 [2024-02-16T23:12:01.120Z] 	insertTemplate(selectedTemplates[0].getTemplate());
18:12:01 [2024-02-16T23:12:01.120Z] 	                                    ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.120Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.120Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[265] 
18:12:01 [2024-02-16T23:12:01.121Z] 	if ((object1 instanceof TemplatePersistenceData)
18:12:01 [2024-02-16T23:12:01.121Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.121Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.121Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[266] 
18:12:01 [2024-02-16T23:12:01.121Z] 	&& (object2 instanceof TemplatePersistenceData)) {
18:12:01 [2024-02-16T23:12:01.121Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.121Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.121Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[267] 
18:12:01 [2024-02-16T23:12:01.121Z] 	Template left= ((TemplatePersistenceData) object1).getTemplate();
18:12:01 [2024-02-16T23:12:01.121Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.121Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.121Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[267] 
18:12:01 [2024-02-16T23:12:01.121Z] 	Template left= ((TemplatePersistenceData) object1).getTemplate();
18:12:01 [2024-02-16T23:12:01.121Z] 	                                                   ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.121Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.121Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[268] 
18:12:01 [2024-02-16T23:12:01.121Z] 	Template right= ((TemplatePersistenceData) object2).getTemplate();
18:12:01 [2024-02-16T23:12:01.121Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.121Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.121Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[268] 
18:12:01 [2024-02-16T23:12:01.121Z] 	Template right= ((TemplatePersistenceData) object2).getTemplate();
18:12:01 [2024-02-16T23:12:01.121Z] 	                                                    ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.121Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.122Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[301] 
18:12:01 [2024-02-16T23:12:01.122Z] 	return AbstractTemplatesPage.this.getImage(((TemplatePersistenceData) element).getTemplate());
18:12:01 [2024-02-16T23:12:01.122Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.122Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.122Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[301] 
18:12:01 [2024-02-16T23:12:01.122Z] 	return AbstractTemplatesPage.this.getImage(((TemplatePersistenceData) element).getTemplate());
18:12:01 [2024-02-16T23:12:01.122Z] 	                                                                               ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.122Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.122Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[306] 
18:12:01 [2024-02-16T23:12:01.122Z] 	if (element instanceof TemplatePersistenceData)
18:12:01 [2024-02-16T23:12:01.122Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.122Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.122Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[307] 
18:12:01 [2024-02-16T23:12:01.122Z] 	return getTemplateColumnText((TemplatePersistenceData) element, columnIndex);
18:12:01 [2024-02-16T23:12:01.122Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.122Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.122Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[311] 
18:12:01 [2024-02-16T23:12:01.122Z] 	private String getTemplateColumnText(TemplatePersistenceData data, int columnIndex) {
18:12:01 [2024-02-16T23:12:01.122Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.122Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.123Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[314] 
18:12:01 [2024-02-16T23:12:01.123Z] 	return data.getTemplate().getName();
18:12:01 [2024-02-16T23:12:01.123Z] 	            ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.123Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.123Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[316] 
18:12:01 [2024-02-16T23:12:01.123Z] 	return data.getTemplate().getDescription();
18:12:01 [2024-02-16T23:12:01.123Z] 	            ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.123Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.123Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[341] 
18:12:01 [2024-02-16T23:12:01.123Z] 	if (parentElement instanceof TemplatePersistenceData)
18:12:01 [2024-02-16T23:12:01.123Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.123Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.123Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[350] 
18:12:01 [2024-02-16T23:12:01.123Z] 	private TemplatePersistenceData[] getTemplates(String contextId) {
18:12:01 [2024-02-16T23:12:01.123Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.123Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.123Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[351] 
18:12:01 [2024-02-16T23:12:01.123Z] 	List<TemplatePersistenceData> templateList= new ArrayList<>();
18:12:01 [2024-02-16T23:12:01.123Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.123Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.124Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[352] 
18:12:01 [2024-02-16T23:12:01.124Z] 	TemplatePersistenceData[] datas= getTemplateStore().getTemplateData(false);
18:12:01 [2024-02-16T23:12:01.124Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.124Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.124Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[353] 
18:12:01 [2024-02-16T23:12:01.124Z] 	for (TemplatePersistenceData data : datas) {
18:12:01 [2024-02-16T23:12:01.124Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.124Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.124Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[354] 
18:12:01 [2024-02-16T23:12:01.124Z] 	if (data.isEnabled() && data.getTemplate().getContextTypeId().equals(contextId)) {
18:12:01 [2024-02-16T23:12:01.124Z] 	         ^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.124Z] The method isEnabled() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.124Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[354] 
18:12:01 [2024-02-16T23:12:01.124Z] 	if (data.isEnabled() && data.getTemplate().getContextTypeId().equals(contextId)) {
18:12:01 [2024-02-16T23:12:01.124Z] 	                             ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.124Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.124Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[359] 
18:12:01 [2024-02-16T23:12:01.124Z] 	.toArray(new TemplatePersistenceData[templateList.size()]);
18:12:01 [2024-02-16T23:12:01.124Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.124Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.124Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[364] 
18:12:01 [2024-02-16T23:12:01.125Z] 	if (element instanceof TemplatePersistenceData) {
18:12:01 [2024-02-16T23:12:01.125Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.125Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.125Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[365] 
18:12:01 [2024-02-16T23:12:01.125Z] 	TemplatePersistenceData templateData= (TemplatePersistenceData) element;
18:12:01 [2024-02-16T23:12:01.125Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.125Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.125Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[365] 
18:12:01 [2024-02-16T23:12:01.125Z] 	TemplatePersistenceData templateData= (TemplatePersistenceData) element;
18:12:01 [2024-02-16T23:12:01.125Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.125Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.125Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[366] 
18:12:01 [2024-02-16T23:12:01.125Z] 	return getContextTypeRegistry().getContextType(
18:12:01 [2024-02-16T23:12:01.125Z] 						templateData.getTemplate().getContextTypeId());
18:12:01 [2024-02-16T23:12:01.125Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.125Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.125Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[367] 
18:12:01 [2024-02-16T23:12:01.125Z] 	templateData.getTemplate().getContextTypeId());
18:12:01 [2024-02-16T23:12:01.125Z] 	             ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.125Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.125Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[374] 
18:12:01 [2024-02-16T23:12:01.125Z] 	if (parentElement instanceof TemplatePersistenceData)
18:12:01 [2024-02-16T23:12:01.126Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.126Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.126Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[379] 
18:12:01 [2024-02-16T23:12:01.126Z] 	TemplatePersistenceData[] datas= getTemplateStore().getTemplateData(false);
18:12:01 [2024-02-16T23:12:01.126Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.126Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.126Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[383] 
18:12:01 [2024-02-16T23:12:01.126Z] 	for (TemplatePersistenceData data : datas) {
18:12:01 [2024-02-16T23:12:01.126Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.126Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.126Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[384] 
18:12:01 [2024-02-16T23:12:01.126Z] 	if (data.isEnabled() && data.getTemplate().getContextTypeId().equals(contextId)) {
18:12:01 [2024-02-16T23:12:01.126Z] 	         ^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.126Z] The method isEnabled() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.126Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[384] 
18:12:01 [2024-02-16T23:12:01.126Z] 	if (data.isEnabled() && data.getTemplate().getContextTypeId().equals(contextId)) {
18:12:01 [2024-02-16T23:12:01.126Z] 	                             ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.126Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.126Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[397] 
18:12:01 [2024-02-16T23:12:01.126Z] 	for (Iterator<TemplateContextType> iterator= getContextTypeRegistry().contextTypes(); iterator.hasNext();) {
18:12:01 [2024-02-16T23:12:01.126Z] 	                                                                      ^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.126Z] The method contextTypes() from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.127Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[455] 
18:12:01 [2024-02-16T23:12:01.127Z] 	private TemplatePersistenceData[] fSelectedTemplates= new TemplatePersistenceData[0];
18:12:01 [2024-02-16T23:12:01.127Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.127Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.127Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[455] 
18:12:01 [2024-02-16T23:12:01.127Z] 	private TemplatePersistenceData[] fSelectedTemplates= new TemplatePersistenceData[0];
18:12:01 [2024-02-16T23:12:01.127Z] 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.127Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.127Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[663] 
18:12:01 [2024-02-16T23:12:01.127Z] 	abstract protected ContextTypeRegistry getContextTypeRegistry();
18:12:01 [2024-02-16T23:12:01.127Z] 	                   ^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.127Z] The type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.127Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[767] 
18:12:01 [2024-02-16T23:12:01.127Z] 	TemplatePersistenceData[] contents= (TemplatePersistenceData[])clipboard
18:12:01 [2024-02-16T23:12:01.127Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.127Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.127Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[767] 
18:12:01 [2024-02-16T23:12:01.127Z] 	TemplatePersistenceData[] contents= (TemplatePersistenceData[])clipboard
18:12:01 [2024-02-16T23:12:01.127Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.127Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.128Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[770] 
18:12:01 [2024-02-16T23:12:01.128Z] 	return contents[0].getTemplate();
18:12:01 [2024-02-16T23:12:01.128Z] 	                   ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.128Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.128Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[857] 
18:12:01 [2024-02-16T23:12:01.128Z] 	TemplatePersistenceData[] selectedTemplates= getSelectedTemplates();
18:12:01 [2024-02-16T23:12:01.128Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.128Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.128Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[858] 
18:12:01 [2024-02-16T23:12:01.128Z] 	insertTemplate(selectedTemplates[0].getTemplate());
18:12:01 [2024-02-16T23:12:01.128Z] 	                                    ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.128Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.128Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[946] 
18:12:01 [2024-02-16T23:12:01.128Z] 	TemplatePersistenceData[] templates= (TemplatePersistenceData[])clipboard.getContents(TemplatesTransfer.getInstance());
18:12:01 [2024-02-16T23:12:01.128Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.128Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.128Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[946] 
18:12:01 [2024-02-16T23:12:01.128Z] 	TemplatePersistenceData[] templates= (TemplatePersistenceData[])clipboard.getContents(TemplatesTransfer.getInstance());
18:12:01 [2024-02-16T23:12:01.128Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.128Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.129Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1105] 
18:12:01 [2024-02-16T23:12:01.129Z] 	TemplatePersistenceData[] selectedTemplates = getSelectedTemplates();
18:12:01 [2024-02-16T23:12:01.129Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.129Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.129Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1107] 
18:12:01 [2024-02-16T23:12:01.129Z] 	insertTemplate(selectedTemplates[0].getTemplate());
18:12:01 [2024-02-16T23:12:01.129Z] 	                                    ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.129Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.129Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1212] 
18:12:01 [2024-02-16T23:12:01.129Z] 	TemplatePersistenceData[] selectedTemplates= getSelectedTemplates();
18:12:01 [2024-02-16T23:12:01.129Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.129Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.129Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1215] 
18:12:01 [2024-02-16T23:12:01.129Z] 	updatePatternViewer(selectedTemplates[0].getTemplate());
18:12:01 [2024-02-16T23:12:01.129Z] 	                                         ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.129Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.129Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1231] 
18:12:01 [2024-02-16T23:12:01.129Z] 	TemplatePersistenceData[] selectedTemplates= getSelectedTemplates();
18:12:01 [2024-02-16T23:12:01.129Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.129Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.129Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1245] 
18:12:01 [2024-02-16T23:12:01.129Z] 	TemplatePersistenceData[] data= new TemplatePersistenceData[selection.size()];
18:12:01 [2024-02-16T23:12:01.129Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.129Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.130Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1245] 
18:12:01 [2024-02-16T23:12:01.130Z] 	TemplatePersistenceData[] data= new TemplatePersistenceData[selection.size()];
18:12:01 [2024-02-16T23:12:01.130Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.130Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.130Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1249] 
18:12:01 [2024-02-16T23:12:01.130Z] 	if (o instanceof TemplatePersistenceData)
18:12:01 [2024-02-16T23:12:01.130Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.130Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.130Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1250] 
18:12:01 [2024-02-16T23:12:01.130Z] 	data[i++]= (TemplatePersistenceData) o;
18:12:01 [2024-02-16T23:12:01.130Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.130Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.130Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1252] 
18:12:01 [2024-02-16T23:12:01.130Z] 	fSelectedTemplates= new TemplatePersistenceData[0];
18:12:01 [2024-02-16T23:12:01.130Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.130Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.130Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1266] 
18:12:01 [2024-02-16T23:12:01.130Z] 	public TemplatePersistenceData[] getSelectedTemplates() {
18:12:01 [2024-02-16T23:12:01.130Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.130Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.130Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1293] 
18:12:01 [2024-02-16T23:12:01.131Z] 	return getContextTypeRegistry().contextTypes().next().getId();
18:12:01 [2024-02-16T23:12:01.131Z] 	                                ^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.131Z] The method contextTypes() from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.131Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1297] 
18:12:01 [2024-02-16T23:12:01.131Z] 	if (item instanceof TemplatePersistenceData)
18:12:01 [2024-02-16T23:12:01.131Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.131Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.131Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1298] 
18:12:01 [2024-02-16T23:12:01.131Z] 	return ((TemplatePersistenceData) item).getTemplate().getContextTypeId();
18:12:01 [2024-02-16T23:12:01.131Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.131Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.131Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1298] 
18:12:01 [2024-02-16T23:12:01.131Z] 	return ((TemplatePersistenceData) item).getTemplate().getContextTypeId();
18:12:01 [2024-02-16T23:12:01.131Z] 	                                        ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.131Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.131Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1308] 
18:12:01 [2024-02-16T23:12:01.131Z] 	return getContextTypeRegistry().contextTypes().next()
18:12:01 [2024-02-16T23:12:01.131Z] 	                                ^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.131Z] The method contextTypes() from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.131Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1322] 
18:12:01 [2024-02-16T23:12:01.131Z] 	if (item instanceof TemplatePersistenceData)
18:12:01 [2024-02-16T23:12:01.131Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.131Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.132Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1323] 
18:12:01 [2024-02-16T23:12:01.132Z] 	contextId= ((TemplatePersistenceData) item).getTemplate().getContextTypeId();
18:12:01 [2024-02-16T23:12:01.132Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.132Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.132Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1323] 
18:12:01 [2024-02-16T23:12:01.132Z] 	contextId= ((TemplatePersistenceData) item).getTemplate().getContextTypeId();
18:12:01 [2024-02-16T23:12:01.132Z] 	                                            ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.132Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.132Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1338] 
18:12:01 [2024-02-16T23:12:01.132Z] 	TemplatePersistenceData data= new TemplatePersistenceData(newTemplate, true);
18:12:01 [2024-02-16T23:12:01.132Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.132Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.132Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1338] 
18:12:01 [2024-02-16T23:12:01.132Z] 	TemplatePersistenceData data= new TemplatePersistenceData(newTemplate, true);
18:12:01 [2024-02-16T23:12:01.132Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.132Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.132Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1338] 
18:12:01 [2024-02-16T23:12:01.132Z] 	TemplatePersistenceData data= new TemplatePersistenceData(newTemplate, true);
18:12:01 [2024-02-16T23:12:01.132Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.132Z] The constructor TemplatePersistenceData(Template, boolean) is deprecated
18:12:01 [2024-02-16T23:12:01.132Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1364] 
18:12:01 [2024-02-16T23:12:01.133Z] 	TemplatePersistenceData selectedTemplate= getSelectedTemplates()[0];
18:12:01 [2024-02-16T23:12:01.133Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.133Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.133Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1365] 
18:12:01 [2024-02-16T23:12:01.133Z] 	Template oldTemplate= selectedTemplate.getTemplate();
18:12:01 [2024-02-16T23:12:01.133Z] 	                                       ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.133Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.133Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1372] 
18:12:01 [2024-02-16T23:12:01.133Z] 	TemplatePersistenceData templateData= new TemplatePersistenceData(newTemplate,
18:12:01 [2024-02-16T23:12:01.133Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.133Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.133Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1372] 
18:12:01 [2024-02-16T23:12:01.133Z] 	TemplatePersistenceData templateData= new TemplatePersistenceData(newTemplate,
18:12:01 [2024-02-16T23:12:01.133Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.133Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.133Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1372] 
18:12:01 [2024-02-16T23:12:01.133Z] 	TemplatePersistenceData templateData= new TemplatePersistenceData(newTemplate,
18:12:01 [2024-02-16T23:12:01.133Z] 						true);
18:12:01 [2024-02-16T23:12:01.133Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.133Z] The constructor TemplatePersistenceData(Template, boolean) is deprecated
18:12:01 [2024-02-16T23:12:01.133Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1378] 
18:12:01 [2024-02-16T23:12:01.133Z] 	selectedTemplate.setTemplate(newTemplate);
18:12:01 [2024-02-16T23:12:01.133Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.133Z] The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.134Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1391] 
18:12:01 [2024-02-16T23:12:01.134Z] 	private void moveTemplates(TemplatePersistenceData[] templates, String contextId) {
18:12:01 [2024-02-16T23:12:01.134Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.134Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.134Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1392] 
18:12:01 [2024-02-16T23:12:01.134Z] 	for (TemplatePersistenceData template : templates) {
18:12:01 [2024-02-16T23:12:01.134Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.134Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.134Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1393] 
18:12:01 [2024-02-16T23:12:01.134Z] 	Template t = template.getTemplate();
18:12:01 [2024-02-16T23:12:01.134Z] 	                      ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.134Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.134Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1394] 
18:12:01 [2024-02-16T23:12:01.134Z] 	template.setTemplate(new Template(t.getName(), t.getDescription(), contextId, t
18:12:01 [2024-02-16T23:12:01.134Z] 					.getPattern(), t.isAutoInsertable()));
18:12:01 [2024-02-16T23:12:01.134Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.134Z] The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.134Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1407] 
18:12:01 [2024-02-16T23:12:01.134Z] 	private void copyTemplates(TemplatePersistenceData[] templates, String contextId) {
18:12:01 [2024-02-16T23:12:01.134Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.134Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.135Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1408] 
18:12:01 [2024-02-16T23:12:01.135Z] 	TemplatePersistenceData[] newTemplates= new TemplatePersistenceData[templates.length];
18:12:01 [2024-02-16T23:12:01.135Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.135Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.135Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1408] 
18:12:01 [2024-02-16T23:12:01.135Z] 	TemplatePersistenceData[] newTemplates= new TemplatePersistenceData[templates.length];
18:12:01 [2024-02-16T23:12:01.135Z] 	                                            ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.135Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.135Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1410] 
18:12:01 [2024-02-16T23:12:01.135Z] 	Template t= templates[i].getTemplate();
18:12:01 [2024-02-16T23:12:01.135Z] 	                         ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.135Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.135Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1411] 
18:12:01 [2024-02-16T23:12:01.135Z] 	newTemplates[i]= new TemplatePersistenceData(new Template(t.getName(), t
18:12:01 [2024-02-16T23:12:01.135Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.135Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.135Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1411] 
18:12:01 [2024-02-16T23:12:01.135Z] 	newTemplates[i]= new TemplatePersistenceData(new Template(t.getName(), t
18:12:01 [2024-02-16T23:12:01.135Z] 					.getDescription(), contextId, t.getPattern(), t.isAutoInsertable()), true);
18:12:01 [2024-02-16T23:12:01.135Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.135Z] The constructor TemplatePersistenceData(Template, boolean) is deprecated
18:12:01 [2024-02-16T23:12:01.135Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1425] 
18:12:01 [2024-02-16T23:12:01.136Z] 	TemplatePersistenceData[] selectedTemplates= getSelectedTemplates();
18:12:01 [2024-02-16T23:12:01.136Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.136Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.136Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1438] 
18:12:01 [2024-02-16T23:12:01.136Z] 	for (TemplatePersistenceData selectedTemplate : selectedTemplates) {
18:12:01 [2024-02-16T23:12:01.136Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.136Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.136Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1518] 
18:12:01 [2024-02-16T23:12:01.136Z] 	contextId= ((TemplatePersistenceData) object).getTemplate().getContextTypeId();
18:12:01 [2024-02-16T23:12:01.136Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.136Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.136Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1518] 
18:12:01 [2024-02-16T23:12:01.136Z] 	contextId= ((TemplatePersistenceData) object).getTemplate().getContextTypeId();
18:12:01 [2024-02-16T23:12:01.136Z] 	                                              ^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.136Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.136Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1528] 
18:12:01 [2024-02-16T23:12:01.136Z] 	final TemplatePersistenceData[] templates= (TemplatePersistenceData[]) event.data;
18:12:01 [2024-02-16T23:12:01.136Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.136Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.136Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/AbstractTemplatesPage.java:[1528] 
18:12:01 [2024-02-16T23:12:01.136Z] 	final TemplatePersistenceData[] templates= (TemplatePersistenceData[]) event.data;
18:12:01 [2024-02-16T23:12:01.136Z] 	                                            ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.136Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.137Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPageExtension.java:[16] 
18:12:01 [2024-02-16T23:12:01.137Z] 	import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData;
18:12:01 [2024-02-16T23:12:01.137Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.137Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.137Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPageExtension.java:[46] 
18:12:01 [2024-02-16T23:12:01.137Z] 	TemplatePersistenceData[] getSelectedTemplates();
18:12:01 [2024-02-16T23:12:01.137Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.137Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.137Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[110] 
18:12:01 [2024-02-16T23:12:01.137Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:12:01 [2024-02-16T23:12:01.137Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.137Z] The type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.137Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[173] 
18:12:01 [2024-02-16T23:12:01.137Z] 	private ContextTypeRegistry fContextTypeRegistry;
18:12:01 [2024-02-16T23:12:01.137Z] 	        ^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.137Z] The type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.137Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[189] 
18:12:01 [2024-02-16T23:12:01.137Z] 	public EditTemplateDialog(Shell parent, Template template, boolean edit, boolean isNameModifiable, ContextTypeRegistry registry) {
18:12:01 [2024-02-16T23:12:01.137Z] 	                                                                                                   ^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.137Z] The type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.137Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[201] 
18:12:01 [2024-02-16T23:12:01.137Z] 	for (Iterator<TemplateContextType> it= registry.contextTypes(); it.hasNext();) {
18:12:01 [2024-02-16T23:12:01.138Z] 	                                                ^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.138Z] The method contextTypes() from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.138Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[218] 
18:12:01 [2024-02-16T23:12:01.138Z] 	TemplateContextType type= fContextTypeRegistry.getContextType(template.getContextTypeId());
18:12:01 [2024-02-16T23:12:01.138Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.138Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.138Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[353] 
18:12:01 [2024-02-16T23:12:01.138Z] 	fTemplateProcessor.setContextType(fContextTypeRegistry.getContextType(contextId));
18:12:01 [2024-02-16T23:12:01.138Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.138Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.138Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[375] 
18:12:01 [2024-02-16T23:12:01.138Z] 	TemplateContextType contextType= fContextTypeRegistry.getContextType(getContextId());
18:12:01 [2024-02-16T23:12:01.138Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.138Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.138Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[698] 
18:12:01 [2024-02-16T23:12:01.138Z] 	TemplateContextType type= fContextTypeRegistry.getContextType(template.getContextTypeId());
18:12:01 [2024-02-16T23:12:01.138Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.138Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.138Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[735] 
18:12:01 [2024-02-16T23:12:01.139Z] 	private ContextTypeRegistry fContextTypeRegistry;
18:12:01 [2024-02-16T23:12:01.139Z] 	        ^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.139Z] The type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.139Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[764] 
18:12:01 [2024-02-16T23:12:01.139Z] 	public ContextTypeRegistry getContextTypeRegistry() {
18:12:01 [2024-02-16T23:12:01.139Z] 	       ^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.139Z] The type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.139Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[782] 
18:12:01 [2024-02-16T23:12:01.139Z] 	public void setContextTypeRegistry(ContextTypeRegistry registry) {
18:12:01 [2024-02-16T23:12:01.139Z] 	                                   ^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.139Z] The type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.139Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[955] 
18:12:01 [2024-02-16T23:12:01.139Z] 	Iterator<TemplateContextType> iter= getContextTypeRegistry().contextTypes();
18:12:01 [2024-02-16T23:12:01.139Z] 	                                                             ^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.139Z] The method contextTypes() from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.139Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatePreferencePage.java:[1142] 
18:12:01 [2024-02-16T23:12:01.139Z] 	Iterator<TemplateContextType> it= fContextTypeRegistry.contextTypes();
18:12:01 [2024-02-16T23:12:01.139Z] 	                                                       ^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.139Z] The method contextTypes() from the type ContextTypeRegistry is deprecated
18:12:01 [2024-02-16T23:12:01.139Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java:[22] 
18:12:01 [2024-02-16T23:12:01.139Z] 	import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData;
18:12:01 [2024-02-16T23:12:01.139Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.139Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.140Z] [WARNING] /home/jenkins/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.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java:[200] 
18:12:01 [2024-02-16T23:12:01.140Z] 	public TemplatePersistenceData[] getSelectedTemplates() {
18:12:01 [2024-02-16T23:12:01.140Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^
18:12:01 [2024-02-16T23:12:01.140Z] The type TemplatePersistenceData is deprecated
18:12:01 [2024-02-16T23:12:01.140Z] 118 problems (0 errors, 116 warnings, 2 infos)
18:12:01 [2024-02-16T23:12:01.140Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.140Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.140Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.140Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.140Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.140Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.703Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.703Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.703Z] [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.ui.workbench.texteditor/src/test/resources
18:12:01 [2024-02-16T23:12:01.703Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.703Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.703Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.703Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.703Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.703Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.703Z] [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.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.300-SNAPSHOT-sources.jar
18:12:01 [2024-02-16T23:12:01.703Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.704Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.704Z] [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.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.300-SNAPSHOT.jar
18:12:01 [2024-02-16T23:12:01.704Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.704Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.704Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor:3.17.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.ui.workbench.texteditor/.polyglot.META-INF
18:12:01 [2024-02-16T23:12:01.704Z]     The main artifact has been replaced with the baseline version.
18:12:01 [2024-02-16T23:12:01.704Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:01 [2024-02-16T23:12:01.704Z] 
18:12:01 [2024-02-16T23:12:01.704Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.704Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.959Z] [INFO] Execution was skipped
18:12:01 [2024-02-16T23:12:01.959Z] [INFO] 
18:12:01 [2024-02-16T23:12:01.959Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.workbench.texteditor ---
18:12:01 [2024-02-16T23:12:01.960Z] [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.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.300-SNAPSHOT.jar' is already signed and will be resigned.
18:12:01 [2024-02-16T23:12:01.960Z] [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.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.300-SNAPSHOT.jar
18:12:03 [2024-02-16T23:12:03.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.ui/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:03 [2024-02-16T23:12:03.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.ui/bundles/org.eclipse.ui.workbench.texteditor/target/org.eclipse.ui.workbench.texteditor-3.17.300-SNAPSHOT-sources.jar
18:12:04 [2024-02-16T23:12:04.407Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.408Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.workbench.texteditor ---
18:12:04 [2024-02-16T23:12:04.663Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor:3.17.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.ui.workbench.texteditor/.polyglot.META-INF
18:12:04 [2024-02-16T23:12:04.663Z]     The main artifact has been replaced with the baseline version.
18:12:04 [2024-02-16T23:12:04.663Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:04 [2024-02-16T23:12:04.663Z] 
18:12:04 [2024-02-16T23:12:04.663Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.663Z] [INFO] ------------< org.eclipse.platform:org.eclipse.ui.console >-------------
18:12:04 [2024-02-16T23:12:04.663Z] [INFO] Building [bundle] Console 3.14.0-SNAPSHOT                       [93/521]
18:12:04 [2024-02-16T23:12:04.663Z] [INFO]   from eclipse.platform/debug/org.eclipse.ui.console/.polyglot.META-INF
18:12:04 [2024-02-16T23:12:04.663Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] The project's OSGi version is 3.14.0.v20240129-1403
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.919Z] [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/debug/org.eclipse.ui.console/saveproperties
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] Resolving class path of [bundle] Console
18:12:04 [2024-02-16T23:12:04.919Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.920Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.920Z] [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/debug/org.eclipse.ui.console/src/main/resources
18:12:04 [2024-02-16T23:12:04.920Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.920Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.920Z] [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/debug/org.eclipse.ui.console/src/main/resources
18:12:04 [2024-02-16T23:12:04.920Z] [INFO] 
18:12:04 [2024-02-16T23:12:04.920Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.console ---
18:12:04 [2024-02-16T23:12:04.920Z] [INFO] Compiling 77 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/debug/org.eclipse.ui.console/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:05 [2024-02-16T23:12:05.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/IOConsolePartitioner.java:[1176] 
18:12:05 [2024-02-16T23:12:05.176Z] 	// XXX an arbitrary offset would cause follow up errors if we trim a delim
18:12:05 [2024-02-16T23:12:05.176Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:05 [2024-02-16T23:12:05.176Z] XXX an arbitrary offset would cause follow up errors if we trim a delim
18:12:05 [2024-02-16T23:12:05.176Z] 1 problem (1 warning)
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.176Z] [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/debug/org.eclipse.ui.console/src/test/resources
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.176Z] [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/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.0-SNAPSHOT-sources.jar
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.176Z] [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/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.0-SNAPSHOT.jar
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.176Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.432Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.console:3.14.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/debug/org.eclipse.ui.console/.polyglot.META-INF
18:12:05 [2024-02-16T23:12:05.432Z]     The main artifact has been replaced with the baseline version.
18:12:05 [2024-02-16T23:12:05.432Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:05 [2024-02-16T23:12:05.432Z] 
18:12:05 [2024-02-16T23:12:05.432Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.432Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.432Z] [INFO] Execution was skipped
18:12:05 [2024-02-16T23:12:05.432Z] [INFO] 
18:12:05 [2024-02-16T23:12:05.432Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.console ---
18:12:05 [2024-02-16T23:12:05.432Z] [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/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.0-SNAPSHOT.jar' is already signed and will be resigned.
18:12:05 [2024-02-16T23:12:05.433Z] [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/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.0-SNAPSHOT.jar
18:12:06 [2024-02-16T23:12:06.359Z] [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/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:06 [2024-02-16T23:12:06.360Z] [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/debug/org.eclipse.ui.console/target/org.eclipse.ui.console-3.14.0-SNAPSHOT-sources.jar
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.console ---
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.console:3.14.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/debug/org.eclipse.ui.console/.polyglot.META-INF
18:12:07 [2024-02-16T23:12:07.725Z]     The main artifact has been replaced with the baseline version.
18:12:07 [2024-02-16T23:12:07.725Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:07 [2024-02-16T23:12:07.725Z] 
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] ---------< org.eclipse.platform:org.eclipse.core.filebuffers >----------
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] Building [bundle] File Buffers 3.8.300-SNAPSHOT                 [94/521]
18:12:07 [2024-02-16T23:12:07.725Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/.polyglot.META-INF
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] The project's OSGi version is 3.8.300.v20240207-1054
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.725Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.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/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/saveproperties
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] Resolving class path of [bundle] File Buffers
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.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/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/src/main/resources
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.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/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/src/main/resources
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] Compiling 38 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.filebuffers/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.726Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.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/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/src/test/resources
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.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/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT-sources.jar
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.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/eclipse.platform.ui/bundles/org.eclipse.core.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT.jar
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.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.ui/bundles/org.eclipse.core.filebuffers/.polyglot.META-INF
18:12:07 [2024-02-16T23:12:07.727Z]     The main artifact has been replaced with the baseline version.
18:12:07 [2024-02-16T23:12:07.727Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:07 [2024-02-16T23:12:07.727Z] 
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] Execution was skipped
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] 
18:12:07 [2024-02-16T23:12:07.727Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filebuffers ---
18:12:07 [2024-02-16T23:12:07.983Z] [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.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:12:07 [2024-02-16T23:12:07.983Z] [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.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT.jar
18:12:08 [2024-02-16T23:12:08.909Z] [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.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:08 [2024-02-16T23:12:08.910Z] [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.filebuffers/target/org.eclipse.core.filebuffers-3.8.300-SNAPSHOT-sources.jar
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.filebuffers ---
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers:3.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.ui/bundles/org.eclipse.core.filebuffers/.polyglot.META-INF
18:12:09 [2024-02-16T23:12:09.854Z]     The main artifact has been replaced with the baseline version.
18:12:09 [2024-02-16T23:12:09.854Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:09 [2024-02-16T23:12:09.854Z] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] -----------------< org.eclipse.platform:rt.equinox.p2 >-----------------
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] Building rt.equinox.p2 4.31.0-SNAPSHOT                          [95/521]
18:12:09 [2024-02-16T23:12:09.854Z] [INFO]   from rt.equinox.p2/pom.xml
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --------------------------------[ pom ]---------------------------------
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- clean:3.3.2:clean (default-clean) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [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/rt.equinox.p2/saveproperties
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [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/rt.equinox.p2/src/main/resources
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] Execution was skipped
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.854Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ rt.equinox.p2 ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --------------------< org.eclipse.platform:bundles >--------------------
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] Building [aggregator] bundles 4.31.0-SNAPSHOT                   [96/521]
18:12:09 [2024-02-16T23:12:09.855Z] [INFO]   from rt.equinox.p2/bundles/.polyglot.pom.tycho
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --------------------------------[ pom ]---------------------------------
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- clean:3.3.2:clean (default-clean) @ bundles ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ bundles ---
18:12:09 [2024-02-16T23:12:09.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/rt.equinox.p2/bundles/saveproperties
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ bundles ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ bundles ---
18:12:09 [2024-02-16T23:12:09.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/rt.equinox.p2/bundles/src/main/resources
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ bundles ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ bundles ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ bundles ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ bundles ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] Execution was skipped
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ bundles ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ bundles ---
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] 
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] ----------< org.eclipse.platform:org.eclipse.equinox.p2.core >----------
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] Building [bundle] Equinox Provisioning Core 2.11.0-SNAPSHOT     [97/521]
18:12:09 [2024-02-16T23:12:09.855Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.polyglot.META-INF
18:12:09 [2024-02-16T23:12:09.855Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] The project's OSGi version is 2.11.0.v20240210-1628
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.150Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/saveproperties
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Core
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.150Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.151Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/main/resources
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.151Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/main/resources
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.151Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:10 [2024-02-16T23:12:10.151Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/provisional/p2/core/eventbus/SynchronousProvisioningListener.java:[16] 
18:12:10 [2024-02-16T23:12:10.151Z] 	public interface SynchronousProvisioningListener extends ProvisioningListener {
18:12:10 [2024-02-16T23:12:10.151Z] }
18:12:10 [2024-02-16T23:12:10.151Z] 	                                                                              ^^^^
18:12:10 [2024-02-16T23:12:10.151Z] Empty block should be documented
18:12:10 [2024-02-16T23:12:10.151Z] 1 problem (1 warning)
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 	org.eclipse.equinox.p2.di.agentProvider.xml
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 	org.eclipse.equinox.p2.core.eventbus.xml
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 2 component(s) where generated.
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.151Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/src/test/resources
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.151Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.152Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.152Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.152Z] [INFO] All system scoped dependencies were mapped to maven artifacts
18:12:10 [2024-02-16T23:12:10.152Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.152Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.152Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.11.0-SNAPSHOT-sources.jar
18:12:10 [2024-02-16T23:12:10.152Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.152Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.152Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.11.0-SNAPSHOT.jar
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.core:2.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.tycho-consumer-pom.xml
18:12:10 [2024-02-16T23:12:10.436Z]     The main artifact has been replaced with the baseline version.
18:12:10 [2024-02-16T23:12:10.436Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:10 [2024-02-16T23:12:10.436Z] 
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.core:2.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.tycho-consumer-pom.xml
18:12:10 [2024-02-16T23:12:10.436Z]     The main artifact has been replaced with the baseline version.
18:12:10 [2024-02-16T23:12:10.436Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:10 [2024-02-16T23:12:10.436Z] 
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] Execution was skipped
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] 
18:12:10 [2024-02-16T23:12:10.436Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.core ---
18:12:10 [2024-02-16T23:12:10.437Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.11.0-SNAPSHOT.jar' is already signed and will be resigned.
18:12:10 [2024-02-16T23:12:10.437Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.11.0-SNAPSHOT.jar
18:12:11 [2024-02-16T23:12:11.363Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.11.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:11 [2024-02-16T23:12:11.363Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/target/org.eclipse.equinox.p2.core-2.11.0-SNAPSHOT-sources.jar
18:12:11 [2024-02-16T23:12:11.924Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.core ---
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.core:2.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.core/.tycho-consumer-pom.xml
18:12:11 [2024-02-16T23:12:11.925Z]     The main artifact has been replaced with the baseline version.
18:12:11 [2024-02-16T23:12:11.925Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:11 [2024-02-16T23:12:11.925Z] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --------< org.eclipse.platform:org.eclipse.equinox.p2.metadata >--------
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] Building [bundle] Equinox Provisioning Metadata 2.9.0-SNAPSHOT  [98/521]
18:12:11 [2024-02-16T23:12:11.925Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.polyglot.META-INF
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] The project's OSGi version is 2.9.0.v20240213-1100
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/saveproperties
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Metadata
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.925Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.926Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/main/resources
18:12:11 [2024-02-16T23:12:11.926Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.926Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.926Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/main/resources
18:12:11 [2024-02-16T23:12:11.926Z] [INFO] 
18:12:11 [2024-02-16T23:12:11.926Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.metadata ---
18:12:11 [2024-02-16T23:12:11.926Z] [INFO] Compiling 142 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:12 [2024-02-16T23:12:12.488Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/CoercingComparator.java:[18] 
18:12:12 [2024-02-16T23:12:12.488Z] 	import java.security.AccessController;
18:12:12 [2024-02-16T23:12:12.488Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.488Z] The type AccessController has been deprecated since version 17 and marked for removal
18:12:12 [2024-02-16T23:12:12.488Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[18] 
18:12:12 [2024-02-16T23:12:12.488Z] 	import org.eclipse.equinox.p2.query.IMatchQuery;
18:12:12 [2024-02-16T23:12:12.488Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.488Z] The type IMatchQuery<T> is deprecated
18:12:12 [2024-02-16T23:12:12.488Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[44] 
18:12:12 [2024-02-16T23:12:12.488Z] 	if (query instanceof IMatchQuery<?>) {
18:12:12 [2024-02-16T23:12:12.488Z] 	                     ^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.488Z] The type IMatchQuery<?> is deprecated
18:12:12 [2024-02-16T23:12:12.488Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[50] 
18:12:12 [2024-02-16T23:12:12.488Z] 	return Boolean.valueOf(((IMatchQuery<Object>) query).isMatch(value));
18:12:12 [2024-02-16T23:12:12.488Z] 	                         ^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.488Z] The type IMatchQuery<Object> is deprecated
18:12:12 [2024-02-16T23:12:12.488Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[50] 
18:12:12 [2024-02-16T23:12:12.488Z] 	return Boolean.valueOf(((IMatchQuery<Object>) query).isMatch(value));
18:12:12 [2024-02-16T23:12:12.489Z] 	                                                     ^^^^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.489Z] The method isMatch(Object) from the type IMatchQuery<Object> is deprecated
18:12:12 [2024-02-16T23:12:12.489Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/WrappedIQuery.java:[75] 
18:12:12 [2024-02-16T23:12:12.489Z] 	return (query instanceof IMatchQuery<?>) ? variable == ExpressionFactory.THIS : variable == ExpressionFactory.EVERYTHING;
18:12:12 [2024-02-16T23:12:12.489Z] 	                         ^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.489Z] The type IMatchQuery<?> is deprecated
18:12:12 [2024-02-16T23:12:12.489Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/ExpressionMatchQuery.java:[36] 
18:12:12 [2024-02-16T23:12:12.489Z] 	public class ExpressionMatchQuery<T> implements IMatchQuery<T>, IQueryWithIndex<T> {
18:12:12 [2024-02-16T23:12:12.489Z] 	                                                ^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.489Z] The type IMatchQuery<T> is deprecated
18:12:12 [2024-02-16T23:12:12.489Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/ExpressionMatchQuery.java:[99] 
18:12:12 [2024-02-16T23:12:12.489Z] 	public boolean isMatch(T candidate) {
18:12:12 [2024-02-16T23:12:12.489Z] 	               ^^^^^^^^^^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.489Z] The method ExpressionMatchQuery<T>.isMatch(T) overrides a deprecated method from IMatchQuery<T>
18:12:12 [2024-02-16T23:12:12.489Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/ExpressionQuery.java:[80] 
18:12:12 [2024-02-16T23:12:12.489Z] 	if (query instanceof IMatchQuery<?>)
18:12:12 [2024-02-16T23:12:12.489Z] 	                     ^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.489Z] The type IMatchQuery<?> is deprecated
18:12:12 [2024-02-16T23:12:12.489Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/p2/query/QueryUtil.java:[116] 
18:12:12 [2024-02-16T23:12:12.489Z] 	if (query instanceof IMatchQuery<?>)
18:12:12 [2024-02-16T23:12:12.489Z] 	                     ^^^^^^^^^^^
18:12:12 [2024-02-16T23:12:12.489Z] The type IMatchQuery<?> is deprecated
18:12:12 [2024-02-16T23:12:12.489Z] 10 problems (10 warnings)
18:12:12 [2024-02-16T23:12:12.489Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.489Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.489Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.489Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.490Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/test/resources
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] All system scoped dependencies were mapped to maven artifacts
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.490Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.0-SNAPSHOT-sources.jar
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.490Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.0-SNAPSHOT.jar
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata:2.9.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.tycho-consumer-pom.xml
18:12:12 [2024-02-16T23:12:12.490Z]     The main artifact has been replaced with the baseline version.
18:12:12 [2024-02-16T23:12:12.490Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:12 [2024-02-16T23:12:12.490Z] 
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.490Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.491Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.747Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata:2.9.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.tycho-consumer-pom.xml
18:12:12 [2024-02-16T23:12:12.747Z]     The main artifact has been replaced with the baseline version.
18:12:12 [2024-02-16T23:12:12.747Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:12 [2024-02-16T23:12:12.747Z] 
18:12:12 [2024-02-16T23:12:12.747Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.747Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.747Z] [INFO] Execution was skipped
18:12:12 [2024-02-16T23:12:12.747Z] [INFO] 
18:12:12 [2024-02-16T23:12:12.747Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.metadata ---
18:12:12 [2024-02-16T23:12:12.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.0-SNAPSHOT.jar' is already signed and will be resigned.
18:12:12 [2024-02-16T23:12:12.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.0-SNAPSHOT.jar
18:12:13 [2024-02-16T23:12:13.674Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:13 [2024-02-16T23:12:13.674Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/target/org.eclipse.equinox.p2.metadata-2.9.0-SNAPSHOT-sources.jar
18:12:14 [2024-02-16T23:12:14.601Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.601Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.metadata ---
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata:2.9.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/.tycho-consumer-pom.xml
18:12:14 [2024-02-16T23:12:14.602Z]     The main artifact has been replaced with the baseline version.
18:12:14 [2024-02-16T23:12:14.602Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:14 [2024-02-16T23:12:14.602Z] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] -------< org.eclipse.platform:org.eclipse.equinox.p2.repository >-------
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] Building [bundle] Equinox Provisioning Repository 2.8.100-SNAPSHOT [99/521]
18:12:14 [2024-02-16T23:12:14.602Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.polyglot.META-INF
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] The project's OSGi version is 2.8.100.v20240207-1113
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.602Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/saveproperties
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Repository
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.602Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.602Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/main/resources
18:12:14 [2024-02-16T23:12:14.603Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.603Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.603Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/main/resources
18:12:14 [2024-02-16T23:12:14.603Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.603Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.603Z] [INFO] Compiling 60 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:14 [2024-02-16T23:12:14.859Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/CacheManager.java:[419] 
18:12:14 [2024-02-16T23:12:14.859Z] 	throw new ProvisionException(new Status(IStatus.ERROR, Activator.ID, e.getMessage(), e));
18:12:14 [2024-02-16T23:12:14.859Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:14 [2024-02-16T23:12:14.859Z] Mandatory close of resource 'stream' has not been shown at this location
18:12:14 [2024-02-16T23:12:14.859Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/ChecksumHelper.java:[62] 
18:12:14 [2024-02-16T23:12:14.859Z] 	return descriptor.getProperty(IArtifactDescriptor.ARTIFACT_MD5);
18:12:14 [2024-02-16T23:12:14.859Z] 	                                                  ^^^^^^^^^^^^
18:12:14 [2024-02-16T23:12:14.859Z] The field IArtifactDescriptor.ARTIFACT_MD5 is deprecated
18:12:14 [2024-02-16T23:12:14.859Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/internal/p2/repository/helpers/ChecksumHelper.java:[64] 
18:12:14 [2024-02-16T23:12:14.859Z] 	return descriptor.getProperty(IArtifactDescriptor.DOWNLOAD_MD5);
18:12:14 [2024-02-16T23:12:14.859Z] 	                                                  ^^^^^^^^^^^^
18:12:14 [2024-02-16T23:12:14.859Z] The field IArtifactDescriptor.DOWNLOAD_MD5 is deprecated
18:12:14 [2024-02-16T23:12:14.859Z] 3 problems (3 warnings)
18:12:14 [2024-02-16T23:12:14.859Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.859Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.859Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.859Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.859Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.859Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.859Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.860Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.860Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/src/test/resources
18:12:14 [2024-02-16T23:12:14.860Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.860Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.860Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.860Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.860Z] [INFO] All system scoped dependencies were mapped to maven artifacts
18:12:14 [2024-02-16T23:12:14.860Z] [INFO] 
18:12:14 [2024-02-16T23:12:14.860Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.repository ---
18:12:14 [2024-02-16T23:12:14.860Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.8.100-SNAPSHOT-sources.jar
18:12:15 [2024-02-16T23:12:15.116Z] [INFO] 
18:12:15 [2024-02-16T23:12:15.116Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.repository ---
18:12:15 [2024-02-16T23:12:15.116Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.8.100-SNAPSHOT.jar
18:12:15 [2024-02-16T23:12:15.116Z] [INFO] 
18:12:15 [2024-02-16T23:12:15.116Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.repository ---
18:12:15 [2024-02-16T23:12:15.116Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.repository:2.8.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.tycho-consumer-pom.xml
18:12:15 [2024-02-16T23:12:15.116Z]     The main artifact has been replaced with the baseline version.
18:12:15 [2024-02-16T23:12:15.116Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:15 [2024-02-16T23:12:15.116Z] 
18:12:15 [2024-02-16T23:12:15.116Z] [INFO] 
18:12:15 [2024-02-16T23:12:15.116Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.repository ---
18:12:15 [2024-02-16T23:12:15.116Z] [INFO] 
18:12:15 [2024-02-16T23:12:15.116Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.repository ---
18:12:15 [2024-02-16T23:12:15.117Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.repository:2.8.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.tycho-consumer-pom.xml
18:12:15 [2024-02-16T23:12:15.117Z]     The main artifact has been replaced with the baseline version.
18:12:15 [2024-02-16T23:12:15.117Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:15 [2024-02-16T23:12:15.117Z] 
18:12:15 [2024-02-16T23:12:15.117Z] [INFO] 
18:12:15 [2024-02-16T23:12:15.117Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.repository ---
18:12:15 [2024-02-16T23:12:15.117Z] [INFO] Execution was skipped
18:12:15 [2024-02-16T23:12:15.117Z] [INFO] 
18:12:15 [2024-02-16T23:12:15.117Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.repository ---
18:12:15 [2024-02-16T23:12:15.117Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.8.100-SNAPSHOT.jar' is already signed and will be resigned.
18:12:15 [2024-02-16T23:12:15.117Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.8.100-SNAPSHOT.jar
18:12:16 [2024-02-16T23:12:16.044Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.8.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:16 [2024-02-16T23:12:16.044Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/target/org.eclipse.equinox.p2.repository-2.8.100-SNAPSHOT-sources.jar
18:12:17 [2024-02-16T23:12:17.409Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.409Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.repository ---
18:12:17 [2024-02-16T23:12:17.409Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.repository:2.8.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository/.tycho-consumer-pom.xml
18:12:17 [2024-02-16T23:12:17.409Z]     The main artifact has been replaced with the baseline version.
18:12:17 [2024-02-16T23:12:17.409Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:17 [2024-02-16T23:12:17.409Z] 
18:12:17 [2024-02-16T23:12:17.409Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.409Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository >---
18:12:17 [2024-02-16T23:12:17.409Z] [INFO] Building [bundle] Equinox Provisioning Metadata Repository 1.5.300-SNAPSHOT [100/521]
18:12:17 [2024-02-16T23:12:17.409Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.polyglot.META-INF
18:12:17 [2024-02-16T23:12:17.409Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] The project's OSGi version is 1.5.300.v20240201-0843
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.410Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/saveproperties
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Metadata Repository
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-78) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.410Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src_ant added.
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.410Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.411Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/main/resources
18:12:17 [2024-02-16T23:12:17.411Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.411Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.411Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/main/resources
18:12:17 [2024-02-16T23:12:17.411Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.411Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.411Z] [INFO] Compiling 16 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:17 [2024-02-16T23:12:17.667Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata.repository/src/org/eclipse/equinox/internal/p2/metadata/repository/CompositeMetadataRepositoryFactory.java:[120] 
18:12:17 [2024-02-16T23:12:17.667Z] 	CompositeRepositoryState resultState = io.read(localFile.toURL(), descriptorStream, CompositeMetadataRepository.PI_REPOSITORY_TYPE, sub.newChild(100));
18:12:17 [2024-02-16T23:12:17.667Z] 	                                                         ^^^^^^^
18:12:17 [2024-02-16T23:12:17.667Z] The method toURL() from the type File is deprecated
18:12:17 [2024-02-16T23:12:17.667Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata.repository/src/org/eclipse/equinox/internal/p2/metadata/repository/SimpleMetadataRepositoryFactory.java:[108] 
18:12:17 [2024-02-16T23:12:17.667Z] 	IMetadataRepository result = new MetadataRepositoryIO(getAgent()).read(localFile.toURL(), descriptorStream, sub.newChild(100));
18:12:17 [2024-02-16T23:12:17.667Z] 	                                                                                 ^^^^^^^
18:12:17 [2024-02-16T23:12:17.667Z] The method toURL() from the type File is deprecated
18:12:17 [2024-02-16T23:12:17.667Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.metadata.repository/src/org/eclipse/equinox/internal/p2/metadata/repository/XZedSimpleMetadataRepositoryFactory.java:[86] 
18:12:17 [2024-02-16T23:12:17.667Z] 	IMetadataRepository result = new MetadataRepositoryIO(getAgent()).read(localFile.toURL(), descriptorStream, sub.newChild(100));
18:12:17 [2024-02-16T23:12:17.668Z] 	                                                                                 ^^^^^^^
18:12:17 [2024-02-16T23:12:17.668Z] The method toURL() from the type File is deprecated
18:12:17 [2024-02-16T23:12:17.668Z] 3 problems (3 warnings)
18:12:17 [2024-02-16T23:12:17.668Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/ant_tasks/metadataRepository-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.668Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/src/test/resources
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.668Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.668Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.300-SNAPSHOT-sources.jar
18:12:17 [2024-02-16T23:12:17.669Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.669Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.669Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/ant_tasks/metadataRepository-ant.jar
18:12:17 [2024-02-16T23:12:17.669Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.300-SNAPSHOT.jar
18:12:17 [2024-02-16T23:12:17.669Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.669Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.tycho-consumer-pom.xml
18:12:17 [2024-02-16T23:12:17.925Z]     The main artifact has been replaced with the baseline version.
18:12:17 [2024-02-16T23:12:17.925Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:17 [2024-02-16T23:12:17.925Z] 
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.tycho-consumer-pom.xml
18:12:17 [2024-02-16T23:12:17.925Z]     The main artifact has been replaced with the baseline version.
18:12:17 [2024-02-16T23:12:17.925Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:17 [2024-02-16T23:12:17.925Z] 
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] Execution was skipped
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] 
18:12:17 [2024-02-16T23:12:17.925Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:17 [2024-02-16T23:12:17.926Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.300-SNAPSHOT.jar_unpacked_4481454281418306544/ant_tasks/metadataRepository-ant.jar' is disabled.
18:12:17 [2024-02-16T23:12:17.926Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.300-SNAPSHOT.jar_unpacked_4481454281418306544/ant_tasks/metadataRepository-ant.jar' is already signed and will be resigned.
18:12:17 [2024-02-16T23:12:17.926Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.300-SNAPSHOT.jar_unpacked_4481454281418306544/ant_tasks/metadataRepository-ant.jar
18:12:18 [2024-02-16T23:12:18.854Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:12:18 [2024-02-16T23:12:18.854Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.300-SNAPSHOT.jar
18:12:19 [2024-02-16T23:12:19.416Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:19 [2024-02-16T23:12:19.417Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/target/org.eclipse.equinox.p2.metadata.repository-1.5.300-SNAPSHOT-sources.jar
18:12:20 [2024-02-16T23:12:20.343Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.343Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.metadata.repository ---
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.metadata.repository: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/.tycho-consumer-pom.xml
18:12:20 [2024-02-16T23:12:20.344Z]     The main artifact has been replaced with the baseline version.
18:12:20 [2024-02-16T23:12:20.344Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:20 [2024-02-16T23:12:20.344Z] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] ------< org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor >------
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] Building [bundle] Equinox Provisioning JAR Processor 1.3.300-SNAPSHOT [101/521]
18:12:20 [2024-02-16T23:12:20.344Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.polyglot.META-INF
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] The project's OSGi version is 1.3.300.v20240201-0843
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.344Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/saveproperties
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] Resolving class path of [bundle] Equinox Provisioning JAR Processor
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.344Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-77) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.345Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src_ant added.
18:12:20 [2024-02-16T23:12:20.345Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.345Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.345Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/main/resources
18:12:20 [2024-02-16T23:12:20.345Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.345Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.345Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/main/resources
18:12:20 [2024-02-16T23:12:20.345Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.345Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.345Z] [INFO] Compiling 14 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:20 [2024-02-16T23:12:20.601Z] [INFO] Compiling 3 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/lib/jarprocessor-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.602Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/src/test/resources
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.602Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.300-SNAPSHOT-sources.jar
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.602Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/lib/jarprocessor-ant.jar
18:12:20 [2024-02-16T23:12:20.602Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.300-SNAPSHOT.jar
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.602Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.tycho-consumer-pom.xml
18:12:20 [2024-02-16T23:12:20.859Z]     The main artifact has been replaced with the baseline version.
18:12:20 [2024-02-16T23:12:20.859Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:20 [2024-02-16T23:12:20.859Z] 
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.tycho-consumer-pom.xml
18:12:20 [2024-02-16T23:12:20.859Z]     The main artifact has been replaced with the baseline version.
18:12:20 [2024-02-16T23:12:20.859Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:20 [2024-02-16T23:12:20.859Z] 
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] Execution was skipped
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] 
18:12:20 [2024-02-16T23:12:20.859Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:20 [2024-02-16T23:12:20.860Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.300-SNAPSHOT.jar_unpacked_12391219678951724333/lib/jarprocessor-ant.jar' is disabled.
18:12:20 [2024-02-16T23:12:20.860Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.300-SNAPSHOT.jar_unpacked_12391219678951724333/lib/jarprocessor-ant.jar' is already signed and will be resigned.
18:12:20 [2024-02-16T23:12:20.860Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.300-SNAPSHOT.jar_unpacked_12391219678951724333/lib/jarprocessor-ant.jar
18:12:21 [2024-02-16T23:12:21.788Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:12:21 [2024-02-16T23:12:21.788Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.300-SNAPSHOT.jar
18:12:22 [2024-02-16T23:12:22.715Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:22 [2024-02-16T23:12:22.715Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/target/org.eclipse.equinox.p2.jarprocessor-1.3.300-SNAPSHOT-sources.jar
18:12:23 [2024-02-16T23:12:23.275Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.275Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.jarprocessor ---
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.jarprocessor:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/.tycho-consumer-pom.xml
18:12:23 [2024-02-16T23:12:23.276Z]     The main artifact has been replaced with the baseline version.
18:12:23 [2024-02-16T23:12:23.276Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:23 [2024-02-16T23:12:23.276Z] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository >---
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] Building [bundle] Equinox Provisioning Artifact Repository Support 1.5.300-SNAPSHOT [102/521]
18:12:23 [2024-02-16T23:12:23.276Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/.polyglot.META-INF
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] The project's OSGi version is 1.5.300.v20240216-0715
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.276Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/saveproperties
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Artifact Repository Support
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.276Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.277Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/main/resources
18:12:23 [2024-02-16T23:12:23.277Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.277Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.277Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/main/resources
18:12:23 [2024-02-16T23:12:23.277Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.277Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.277Z] [INFO] Compiling 37 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:23 [2024-02-16T23:12:23.533Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/processing/AbstractBufferingStep.java:[86] 
18:12:23 [2024-02-16T23:12:23.533Z] 	protected void cleanupTempFiles() {
18:12:23 [2024-02-16T23:12:23.533Z] 	}
18:12:23 [2024-02-16T23:12:23.533Z] 	                                  ^^^^
18:12:23 [2024-02-16T23:12:23.533Z] Empty block should be documented
18:12:23 [2024-02-16T23:12:23.533Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/processors/checksum/ChecksumUtilities.java:[187] 
18:12:23 [2024-02-16T23:12:23.533Z] 	result.put(IArtifactDescriptor.ARTIFACT_MD5, md5);
18:12:23 [2024-02-16T23:12:23.533Z] 	                               ^^^^^^^^^^^^
18:12:23 [2024-02-16T23:12:23.533Z] The field IArtifactDescriptor.ARTIFACT_MD5 is deprecated
18:12:23 [2024-02-16T23:12:23.533Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/processors/checksum/ChecksumUtilities.java:[189] 
18:12:23 [2024-02-16T23:12:23.533Z] 	result.put(IArtifactDescriptor.DOWNLOAD_MD5, md5);
18:12:23 [2024-02-16T23:12:23.533Z] 	                               ^^^^^^^^^^^^
18:12:23 [2024-02-16T23:12:23.533Z] The field IArtifactDescriptor.DOWNLOAD_MD5 is deprecated
18:12:23 [2024-02-16T23:12:23.533Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/Activator.java:[87] 
18:12:23 [2024-02-16T23:12:23.533Z] 	Location location = anyLoc.createLocation(null, getLockFile(repositoryLocation).toURL(), isReadOnly(repositoryFile));
18:12:23 [2024-02-16T23:12:23.533Z] 	                                                                                ^^^^^^^
18:12:23 [2024-02-16T23:12:23.533Z] The method toURL() from the type File is deprecated
18:12:23 [2024-02-16T23:12:23.534Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/Activator.java:[88] 
18:12:23 [2024-02-16T23:12:23.534Z] 	location.set(getLockFile(repositoryLocation).toURL(), false);
18:12:23 [2024-02-16T23:12:23.534Z] 	                                             ^^^^^^^
18:12:23 [2024-02-16T23:12:23.534Z] The method toURL() from the type File is deprecated
18:12:23 [2024-02-16T23:12:23.534Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/CompositeArtifactRepositoryFactory.java:[116] 
18:12:23 [2024-02-16T23:12:23.534Z] 	CompositeRepositoryState resultState = io.read(localFile.toURL(), descriptorStream, CompositeArtifactRepository.PI_REPOSITORY_TYPE, sub.newChild(100));
18:12:23 [2024-02-16T23:12:23.534Z] 	                                                         ^^^^^^^
18:12:23 [2024-02-16T23:12:23.534Z] The method toURL() from the type File is deprecated
18:12:23 [2024-02-16T23:12:23.534Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/RawMirrorRequest.java:[79] 
18:12:23 [2024-02-16T23:12:23.534Z] 	target.removeDescriptor(targetDescriptor);
18:12:23 [2024-02-16T23:12:23.534Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:23 [2024-02-16T23:12:23.534Z] The method removeDescriptor(IArtifactDescriptor) from the type IArtifactRepository is deprecated
18:12:23 [2024-02-16T23:12:23.534Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.artifact.repository/src/org/eclipse/equinox/internal/p2/artifact/repository/simple/SimpleArtifactRepository.java:[152] 
18:12:23 [2024-02-16T23:12:23.534Z] 	addDescriptor(descriptor);
18:12:23 [2024-02-16T23:12:23.534Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:23 [2024-02-16T23:12:23.534Z] The method addDescriptor(IArtifactDescriptor) from the type AbstractArtifactRepository is deprecated
18:12:23 [2024-02-16T23:12:23.534Z] 8 problems (8 warnings)
18:12:23 [2024-02-16T23:12:23.534Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.534Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.534Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.534Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.534Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.534Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.534Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.535Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/src/test/resources
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.535Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.300-SNAPSHOT-sources.jar
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.535Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.535Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.300-SNAPSHOT.jar
18:12:23 [2024-02-16T23:12:23.790Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:eclipse-plugin:1.5.300-SNAPSHOT
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:eclipse-plugin:1.5.300-SNAPSHOT
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] Execution was skipped
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] 
18:12:23 [2024-02-16T23:12:23.791Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:23 [2024-02-16T23:12:23.791Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.300-SNAPSHOT.jar
18:12:24 [2024-02-16T23:12:24.717Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.artifact.repository/target/org.eclipse.equinox.p2.artifact.repository-1.5.300-SNAPSHOT-sources.jar
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.artifact.repository ---
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.artifact.repository:eclipse-plugin:1.5.300-SNAPSHOT
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] ---------< org.eclipse.platform:org.eclipse.equinox.p2.engine >---------
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] Building [bundle] Equinox Provisioning Engine 2.10.0-SNAPSHOT  [103/521]
18:12:25 [2024-02-16T23:12:25.643Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.polyglot.META-INF
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] The project's OSGi version is 2.10.0.v20240210-0918
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.643Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/saveproperties
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Engine
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.643Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.644Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/main/resources
18:12:25 [2024-02-16T23:12:25.644Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.644Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.644Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/main/resources
18:12:25 [2024-02-16T23:12:25.644Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.644Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.644Z] [INFO] Compiling 71 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:25 [2024-02-16T23:12:25.900Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/ProfileLock.java:[46] 
18:12:25 [2024-02-16T23:12:25.900Z] 	final URL url = parent.toURL();
18:12:25 [2024-02-16T23:12:25.900Z] 	                       ^^^^^^^
18:12:25 [2024-02-16T23:12:25.900Z] The method toURL() from the type File is deprecated
18:12:25 [2024-02-16T23:12:25.900Z] 1 problem (1 warning)
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.900Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/test/resources
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.900Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.900Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.0-SNAPSHOT-sources.jar
18:12:25 [2024-02-16T23:12:25.901Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.901Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.engine ---
18:12:25 [2024-02-16T23:12:25.901Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.0-SNAPSHOT.jar
18:12:25 [2024-02-16T23:12:25.901Z] [INFO] 
18:12:25 [2024-02-16T23:12:25.901Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.engine ---
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.engine:2.10.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.tycho-consumer-pom.xml
18:12:26 [2024-02-16T23:12:26.157Z]     The main artifact has been replaced with the baseline version.
18:12:26 [2024-02-16T23:12:26.157Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:26 [2024-02-16T23:12:26.157Z] 
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] 
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.engine ---
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] 
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.engine ---
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.engine:2.10.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.tycho-consumer-pom.xml
18:12:26 [2024-02-16T23:12:26.157Z]     The main artifact has been replaced with the baseline version.
18:12:26 [2024-02-16T23:12:26.157Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:26 [2024-02-16T23:12:26.157Z] 
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] 
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.engine ---
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] Execution was skipped
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] 
18:12:26 [2024-02-16T23:12:26.157Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.engine ---
18:12:26 [2024-02-16T23:12:26.158Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.0-SNAPSHOT.jar' is already signed and will be resigned.
18:12:26 [2024-02-16T23:12:26.158Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.0-SNAPSHOT.jar
18:12:27 [2024-02-16T23:12:27.087Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:27 [2024-02-16T23:12:27.087Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/target/org.eclipse.equinox.p2.engine-2.10.0-SNAPSHOT-sources.jar
18:12:28 [2024-02-16T23:12:28.013Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.013Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.engine ---
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.engine:2.10.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/.tycho-consumer-pom.xml
18:12:28 [2024-02-16T23:12:28.014Z]     The main artifact has been replaced with the baseline version.
18:12:28 [2024-02-16T23:12:28.014Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:28 [2024-02-16T23:12:28.014Z] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] -------------< org.eclipse.platform:org.eclipse.e4.ui.ide >-------------
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] Building [bundle] E4 IDE UI 3.17.200-SNAPSHOT                  [104/521]
18:12:28 [2024-02-16T23:12:28.014Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] The project's OSGi version is 3.17.200.v20231201-1637
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.014Z] [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.ide/saveproperties
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] Resolving class path of [bundle] E4 IDE UI
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.014Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.014Z] [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.ide/src/main/resources
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.015Z] [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.ide/src/main/resources
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] Compiling 2 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.ide/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.015Z] [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.ide/src/test/resources
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.015Z] [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.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT-sources.jar
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.015Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.016Z] [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.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT.jar
18:12:28 [2024-02-16T23:12:28.016Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.016Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.016Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.17.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.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF
18:12:28 [2024-02-16T23:12:28.016Z]     The main artifact has been replaced with the baseline version.
18:12:28 [2024-02-16T23:12:28.016Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:28 [2024-02-16T23:12:28.016Z] 
18:12:28 [2024-02-16T23:12:28.016Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.016Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.016Z] [INFO] Execution was skipped
18:12:28 [2024-02-16T23:12:28.016Z] [INFO] 
18:12:28 [2024-02-16T23:12:28.016Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.ide ---
18:12:28 [2024-02-16T23:12:28.016Z] [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.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT.jar' is already signed and will be resigned.
18:12:28 [2024-02-16T23:12:28.016Z] [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.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT.jar
18:12:28 [2024-02-16T23:12:28.944Z] [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.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:28 [2024-02-16T23:12:28.944Z] [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.ide/target/org.eclipse.e4.ui.ide-3.17.200-SNAPSHOT-sources.jar
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.ide ---
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.ide:3.17.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.ui/bundles/org.eclipse.e4.ui.ide/.polyglot.META-INF
18:12:30 [2024-02-16T23:12:30.310Z]     The main artifact has been replaced with the baseline version.
18:12:30 [2024-02-16T23:12:30.310Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:30 [2024-02-16T23:12:30.310Z] 
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.navigator >------------
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] Building [bundle] Common Navigator View 3.12.300-SNAPSHOT      [105/521]
18:12:30 [2024-02-16T23:12:30.310Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.navigator/.polyglot.META-INF
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] The project's OSGi version is 3.12.300.v20240205-1417
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.310Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.310Z] [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.ui.navigator/saveproperties
18:12:30 [2024-02-16T23:12:30.311Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.311Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.311Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.311Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.311Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.311Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.311Z] [INFO] Resolving class path of [bundle] Common Navigator View
18:12:30 [2024-02-16T23:12:30.567Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.567Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.568Z] [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.ui.navigator/src/main/resources
18:12:30 [2024-02-16T23:12:30.568Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.568Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.568Z] [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.ui.navigator/src/main/resources
18:12:30 [2024-02-16T23:12:30.568Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.568Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.568Z] [INFO] Compiling 154 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.ui.navigator/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:30 [2024-02-16T23:12:30.825Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[25] 
18:12:30 [2024-02-16T23:12:30.825Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:12:30 [2024-02-16T23:12:30.825Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.825Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.825Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[97] 
18:12:30 [2024-02-16T23:12:30.825Z] 	public ViewerSorter createSorter() {
18:12:30 [2024-02-16T23:12:30.825Z] 	       ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.825Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.825Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[98] 
18:12:30 [2024-02-16T23:12:30.825Z] 	final ViewerSorter[] sorter = new ViewerSorter[1];
18:12:30 [2024-02-16T23:12:30.825Z] 	      ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.825Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.825Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[98] 
18:12:30 [2024-02-16T23:12:30.825Z] 	final ViewerSorter[] sorter = new ViewerSorter[1];
18:12:30 [2024-02-16T23:12:30.825Z] 	                                  ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.825Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.826Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[111] 
18:12:30 [2024-02-16T23:12:30.826Z] 	private ViewerSorter createSorterInstance() throws CoreException {
18:12:30 [2024-02-16T23:12:30.826Z] 	        ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.826Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.826Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[113] 
18:12:30 [2024-02-16T23:12:30.826Z] 	if (contributed instanceof ViewerSorter) {
18:12:30 [2024-02-16T23:12:30.826Z] 	                           ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.826Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.826Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[114] 
18:12:30 [2024-02-16T23:12:30.826Z] 	return (ViewerSorter) contributed;
18:12:30 [2024-02-16T23:12:30.826Z] 	        ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.826Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.826Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java:[129] 
18:12:30 [2024-02-16T23:12:30.826Z] 	public static class WrappedViewerComparator extends ViewerSorter {
18:12:30 [2024-02-16T23:12:30.826Z] 	                                                    ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.826Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.827Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[22] 
18:12:30 [2024-02-16T23:12:30.827Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:12:30 [2024-02-16T23:12:30.827Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.827Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.827Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[40] 
18:12:30 [2024-02-16T23:12:30.827Z] 	private final Map<CommonSorterDescriptor, ViewerSorter> sorters = new HashMap<>();
18:12:30 [2024-02-16T23:12:30.827Z] 	                                          ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.827Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.827Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[69] 
18:12:30 [2024-02-16T23:12:30.827Z] 	public ViewerSorter findSorterForParent(Object aParent) {
18:12:30 [2024-02-16T23:12:30.827Z] 	       ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.827Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.828Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[79] 
18:12:30 [2024-02-16T23:12:30.828Z] 	private ViewerSorter getSorter(CommonSorterDescriptor descriptor) {
18:12:30 [2024-02-16T23:12:30.828Z] 	        ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.828Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.828Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[80] 
18:12:30 [2024-02-16T23:12:30.828Z] 	ViewerSorter sorter = null;
18:12:30 [2024-02-16T23:12:30.828Z] 	^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.828Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.828Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[91] 
18:12:30 [2024-02-16T23:12:30.828Z] 	public synchronized ViewerSorter findSorter(INavigatorContentDescriptor source,
18:12:30 [2024-02-16T23:12:30.828Z] 	                    ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.828Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.828Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java:[125] 
18:12:30 [2024-02-16T23:12:30.828Z] 	Map<String, ViewerSorter> sorters = new HashMap<>();
18:12:30 [2024-02-16T23:12:30.828Z] 	            ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.828Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.828Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/SkeletonViewerSorter.java:[17] 
18:12:30 [2024-02-16T23:12:30.828Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:12:30 [2024-02-16T23:12:30.828Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.828Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.828Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/SkeletonViewerSorter.java:[22] 
18:12:30 [2024-02-16T23:12:30.829Z] 	public class SkeletonViewerSorter extends ViewerSorter {
18:12:30 [2024-02-16T23:12:30.829Z] 	                                          ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.829Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.829Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/SkeletonViewerSorter.java:[25] 
18:12:30 [2024-02-16T23:12:30.829Z] 	public static final ViewerSorter INSTANCE = new SkeletonViewerSorter();
18:12:30 [2024-02-16T23:12:30.829Z] 	                    ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.829Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.829Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java:[28] 
18:12:30 [2024-02-16T23:12:30.829Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:12:30 [2024-02-16T23:12:30.829Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.829Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.829Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java:[270] 
18:12:30 [2024-02-16T23:12:30.829Z] 	public void setSorter(ViewerSorter sorter) {
18:12:30 [2024-02-16T23:12:30.829Z] 	                      ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.829Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.829Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewer.java:[275] 
18:12:30 [2024-02-16T23:12:30.829Z] 	super.setSorter(sorter);
18:12:30 [2024-02-16T23:12:30.829Z] 	      ^^^^^^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.829Z] The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
18:12:30 [2024-02-16T23:12:30.829Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[22] 
18:12:30 [2024-02-16T23:12:30.829Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:12:30 [2024-02-16T23:12:30.829Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.829Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.830Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[102] 
18:12:30 [2024-02-16T23:12:30.830Z] 	ViewerSorter sorter = null;
18:12:30 [2024-02-16T23:12:30.830Z] 	^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.830Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.830Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[109] 
18:12:30 [2024-02-16T23:12:30.830Z] 	ViewerSorter lSorter = findApplicableSorter(sourceOfLvalue, parent, e1, e2);
18:12:30 [2024-02-16T23:12:30.830Z] 	^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.830Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.830Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[110] 
18:12:30 [2024-02-16T23:12:30.830Z] 	ViewerSorter rSorter = findApplicableSorter(sourceOfRvalue, parent, e1, e2);
18:12:30 [2024-02-16T23:12:30.830Z] 	^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.830Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.830Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[129] 
18:12:30 [2024-02-16T23:12:30.830Z] 	private ViewerSorter findApplicableSorter(INavigatorContentDescriptor descriptor, Object parent,
18:12:30 [2024-02-16T23:12:30.830Z] 	        ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.830Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.830Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[132] 
18:12:30 [2024-02-16T23:12:30.830Z] 	ViewerSorter sorter = sorterService.findSorter(descriptor, parent, e1, e2);
18:12:30 [2024-02-16T23:12:30.830Z] 	^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.830Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.830Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/CommonViewerSorter.java:[158] 
18:12:30 [2024-02-16T23:12:30.831Z] 	ViewerSorter sorter = sorterService.findSorter(contentDesc, parentPath.getLastSegment(), element, null);
18:12:30 [2024-02-16T23:12:30.831Z] 	^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.831Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.831Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[19] 
18:12:30 [2024-02-16T23:12:30.831Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:12:30 [2024-02-16T23:12:30.831Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.831Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.831Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[34] 
18:12:30 [2024-02-16T23:12:30.831Z] 	* @see ViewerSorter
18:12:30 [2024-02-16T23:12:30.831Z] 	       ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.831Z] Javadoc: The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.831Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[43] 
18:12:30 [2024-02-16T23:12:30.831Z] 	* Return a {@link ViewerSorter} from an extension which is visible to the
18:12:30 [2024-02-16T23:12:30.831Z] 	                  ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.831Z] Javadoc: The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.831Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[49] 
18:12:30 [2024-02-16T23:12:30.831Z] 	* @return An applicable ViewerSorter or simple {@link ViewerSorter} if no
18:12:30 [2024-02-16T23:12:30.831Z] 	                                                      ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.831Z] Javadoc: The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.831Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[52] 
18:12:30 [2024-02-16T23:12:30.831Z] 	ViewerSorter findSorterForParent(Object aParent);
18:12:30 [2024-02-16T23:12:30.831Z] 	^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.831Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.832Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[55] 
18:12:30 [2024-02-16T23:12:30.832Z] 	* Return a {@link ViewerSorter} from an extension which is visible to the
18:12:30 [2024-02-16T23:12:30.832Z] 	                  ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.832Z] Javadoc: The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.832Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[67] 
18:12:30 [2024-02-16T23:12:30.832Z] 	* @return An applicable ViewerSorter or simple {@link ViewerSorter} if no
18:12:30 [2024-02-16T23:12:30.832Z] 	                                                      ^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.832Z] Javadoc: The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.832Z] [WARNING] /home/jenkins/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.ui.navigator/src/org/eclipse/ui/navigator/INavigatorSorterService.java:[70] 
18:12:30 [2024-02-16T23:12:30.832Z] 	ViewerSorter findSorter(INavigatorContentDescriptor source, Object parent,
18:12:30 [2024-02-16T23:12:30.832Z] 	^^^^^^^^^^^^
18:12:30 [2024-02-16T23:12:30.832Z] The type ViewerSorter is deprecated
18:12:30 [2024-02-16T23:12:30.832Z] 36 problems (36 warnings)
18:12:30 [2024-02-16T23:12:30.832Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.832Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.832Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.832Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.navigator ---
18:12:30 [2024-02-16T23:12:30.832Z] [INFO] 
18:12:30 [2024-02-16T23:12:30.832Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.navigator ---
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] 
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.navigator ---
18:12:31 [2024-02-16T23:12:31.089Z] [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.ui.navigator/src/test/resources
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] 
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.navigator ---
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] 
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.navigator ---
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] 
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.navigator ---
18:12:31 [2024-02-16T23:12:31.089Z] [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.ui.navigator/target/org.eclipse.ui.navigator-3.12.300-SNAPSHOT-sources.jar
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] 
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.navigator ---
18:12:31 [2024-02-16T23:12:31.089Z] [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.ui.navigator/target/org.eclipse.ui.navigator-3.12.300-SNAPSHOT.jar
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] 
18:12:31 [2024-02-16T23:12:31.089Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.navigator ---
18:12:31 [2024-02-16T23:12:31.090Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator:3.12.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.ui.navigator/.polyglot.META-INF
18:12:31 [2024-02-16T23:12:31.090Z]     The main artifact has been replaced with the baseline version.
18:12:31 [2024-02-16T23:12:31.090Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:31 [2024-02-16T23:12:31.090Z] 
18:12:31 [2024-02-16T23:12:31.090Z] [INFO] 
18:12:31 [2024-02-16T23:12:31.090Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.navigator ---
18:12:31 [2024-02-16T23:12:31.090Z] [INFO] Execution was skipped
18:12:31 [2024-02-16T23:12:31.090Z] [INFO] 
18:12:31 [2024-02-16T23:12:31.090Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.navigator ---
18:12:31 [2024-02-16T23:12:31.346Z] [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.ui.navigator/target/org.eclipse.ui.navigator-3.12.300-SNAPSHOT.jar' is already signed and will be resigned.
18:12:31 [2024-02-16T23:12:31.346Z] [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.ui.navigator/target/org.eclipse.ui.navigator-3.12.300-SNAPSHOT.jar
18:12:32 [2024-02-16T23:12:32.274Z] [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.ui.navigator/target/org.eclipse.ui.navigator-3.12.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:32 [2024-02-16T23:12:32.274Z] [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.ui.navigator/target/org.eclipse.ui.navigator-3.12.300-SNAPSHOT-sources.jar
18:12:33 [2024-02-16T23:12:33.203Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.203Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.navigator ---
18:12:33 [2024-02-16T23:12:33.203Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator:3.12.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.ui.navigator/.polyglot.META-INF
18:12:33 [2024-02-16T23:12:33.203Z]     The main artifact has been replaced with the baseline version.
18:12:33 [2024-02-16T23:12:33.203Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:33 [2024-02-16T23:12:33.203Z] 
18:12:33 [2024-02-16T23:12:33.203Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.views >--------------
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] Building [bundle] Views 3.12.200-SNAPSHOT                      [106/521]
18:12:33 [2024-02-16T23:12:33.204Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.views/.polyglot.META-INF
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] The project's OSGi version is 3.12.200.v20231214-1513
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.204Z] [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.ui.views/saveproperties
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.204Z] [INFO] Resolving class path of [bundle] Views
18:12:33 [2024-02-16T23:12:33.459Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.459Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.460Z] [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.ui.views/src/main/resources
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.460Z] [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.ui.views/src/main/resources
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.460Z] [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.ui/bundles/org.eclipse.ui.views/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.460Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.716Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.716Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.716Z] [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.ui.views/src/test/resources
18:12:33 [2024-02-16T23:12:33.716Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.716Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.716Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.716Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.716Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.716Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.716Z] [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.ui.views/target/org.eclipse.ui.views-3.12.200-SNAPSHOT-sources.jar
18:12:33 [2024-02-16T23:12:33.716Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.717Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.717Z] [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.ui.views/target/org.eclipse.ui.views-3.12.200-SNAPSHOT.jar
18:12:33 [2024-02-16T23:12:33.717Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.717Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.717Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views:3.12.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.ui/bundles/org.eclipse.ui.views/.polyglot.META-INF
18:12:33 [2024-02-16T23:12:33.717Z]     The main artifact has been replaced with the baseline version.
18:12:33 [2024-02-16T23:12:33.717Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:33 [2024-02-16T23:12:33.717Z] 
18:12:33 [2024-02-16T23:12:33.717Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.717Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.717Z] [INFO] Execution was skipped
18:12:33 [2024-02-16T23:12:33.717Z] [INFO] 
18:12:33 [2024-02-16T23:12:33.717Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.views ---
18:12:33 [2024-02-16T23:12:33.717Z] [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.ui.views/target/org.eclipse.ui.views-3.12.200-SNAPSHOT.jar' is already signed and will be resigned.
18:12:33 [2024-02-16T23:12:33.717Z] [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.ui.views/target/org.eclipse.ui.views-3.12.200-SNAPSHOT.jar
18:12:34 [2024-02-16T23:12:34.644Z] [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.ui.views/target/org.eclipse.ui.views-3.12.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:34 [2024-02-16T23:12:34.644Z] [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.ui.views/target/org.eclipse.ui.views-3.12.200-SNAPSHOT-sources.jar
18:12:35 [2024-02-16T23:12:35.572Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.572Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.views ---
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views:3.12.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.ui/bundles/org.eclipse.ui.views/.polyglot.META-INF
18:12:35 [2024-02-16T23:12:35.573Z]     The main artifact has been replaced with the baseline version.
18:12:35 [2024-02-16T23:12:35.573Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:35 [2024-02-16T23:12:35.573Z] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] --------------< org.eclipse.platform:org.eclipse.ui.ide >---------------
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] Building [bundle] Eclipse IDE UI 3.22.100-SNAPSHOT             [107/521]
18:12:35 [2024-02-16T23:12:35.573Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.ide/.polyglot.META-INF
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] The project's OSGi version is 3.22.100.v20240205-1417
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.573Z] [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.ui.ide/saveproperties
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.573Z] [INFO] Resolving class path of [bundle] Eclipse IDE UI
18:12:35 [2024-02-16T23:12:35.830Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.830Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-34) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.830Z] [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/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions added.
18:12:35 [2024-02-16T23:12:35.830Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.830Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.830Z] [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.ui.ide/src/main/resources
18:12:35 [2024-02-16T23:12:35.830Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.830Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.830Z] [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.ui.ide/src/main/resources
18:12:35 [2024-02-16T23:12:35.830Z] [INFO] 
18:12:35 [2024-02-16T23:12:35.830Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.ide ---
18:12:35 [2024-02-16T23:12:35.830Z] [INFO] Compiling 469 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.ui.ide/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:37 [2024-02-16T23:12:37.197Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java:[531] 
18:12:37 [2024-02-16T23:12:37.198Z] 	existingFile.setContents(sourceFile.getContents(), IResource.KEEP_HISTORY, subMonitor.split(1));
18:12:37 [2024-02-16T23:12:37.198Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.198Z] Potential resource leak: '<unassigned Closeable value>' may not be closed
18:12:37 [2024-02-16T23:12:37.198Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java:[749] 
18:12:37 [2024-02-16T23:12:37.198Z] 	if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING))
18:12:37 [2024-02-16T23:12:37.198Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.198Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.198Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/actions/CopyFilesAndFoldersOperation.java:[749] 
18:12:37 [2024-02-16T23:12:37.198Z] 	if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING))
18:12:37 [2024-02-16T23:12:37.198Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.198Z] The method getBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.198Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/actions/MoveFilesAndFoldersOperation.java:[202] 
18:12:37 [2024-02-16T23:12:37.198Z] 	existingFile.setContents(sourceFile.getContents(), IResource.KEEP_HISTORY, subMonitor.split(1));
18:12:37 [2024-02-16T23:12:37.198Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.198Z] Potential resource leak: '<unassigned Closeable value>' may not be closed
18:12:37 [2024-02-16T23:12:37.198Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java:[34] 
18:12:37 [2024-02-16T23:12:37.198Z] 	import org.eclipse.core.runtime.Preferences;
18:12:37 [2024-02-16T23:12:37.198Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.198Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.199Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java:[144] 
18:12:37 [2024-02-16T23:12:37.199Z] 	Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.199Z] 	^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.199Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.199Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java:[144] 
18:12:37 [2024-02-16T23:12:37.199Z] 	Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.199Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.199Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.199Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/NewFolderDialog.java:[146] 
18:12:37 [2024-02-16T23:12:37.199Z] 	if (preferences.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING) == false && isValidContainer()) {
18:12:37 [2024-02-16T23:12:37.199Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.199Z] The method getBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.199Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardExportResourcesPage.java:[330] 
18:12:37 [2024-02-16T23:12:37.199Z] 	if (!currentResource.isLocal(IResource.DEPTH_ZERO)) {
18:12:37 [2024-02-16T23:12:37.199Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.199Z] The method isLocal(int) from the type IResource is deprecated
18:12:37 [2024-02-16T23:12:37.199Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java:[45] 
18:12:37 [2024-02-16T23:12:37.199Z] 	import org.eclipse.core.runtime.Preferences;
18:12:37 [2024-02-16T23:12:37.199Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.199Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.199Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java:[165] 
18:12:37 [2024-02-16T23:12:37.199Z] 	Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.199Z] 	^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.199Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.200Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java:[165] 
18:12:37 [2024-02-16T23:12:37.200Z] 	Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.200Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.200Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.200Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFileCreationPage.java:[167] 
18:12:37 [2024-02-16T23:12:37.200Z] 	if (preferences.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING) == false) {
18:12:37 [2024-02-16T23:12:37.200Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.200Z] The method getBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.200Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java:[44] 
18:12:37 [2024-02-16T23:12:37.200Z] 	import org.eclipse.core.runtime.Preferences;
18:12:37 [2024-02-16T23:12:37.200Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.200Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.200Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java:[159] 
18:12:37 [2024-02-16T23:12:37.200Z] 	Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.200Z] 	^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.200Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.200Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java:[159] 
18:12:37 [2024-02-16T23:12:37.200Z] 	Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.200Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.200Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.200Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewFolderMainPage.java:[161] 
18:12:37 [2024-02-16T23:12:37.200Z] 	if (preferences.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING) == false) {
18:12:37 [2024-02-16T23:12:37.200Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.200Z] The method getBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.201Z] [WARNING] /home/jenkins/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.ui.ide/extensions/org/eclipse/ui/dialogs/WizardNewLinkPage.java:[255] 
18:12:37 [2024-02-16T23:12:37.201Z] 	IPath path = pathVariableManager.getValue(variableNames[0]);
18:12:37 [2024-02-16T23:12:37.201Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.201Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:12:37 [2024-02-16T23:12:37.201Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/ide/IDEEncoding.java:[97] 
18:12:37 [2024-02-16T23:12:37.201Z] 	String preference = ResourcesPlugin.getPlugin().getPluginPreferences().getString(
18:12:37 [2024-02-16T23:12:37.201Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.201Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.201Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/ide/IDEEncoding.java:[97] 
18:12:37 [2024-02-16T23:12:37.201Z] 	String preference = ResourcesPlugin.getPlugin().getPluginPreferences().getString(
18:12:37 [2024-02-16T23:12:37.201Z] 				ResourcesPlugin.PREF_ENCODING);
18:12:37 [2024-02-16T23:12:37.201Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.201Z] The method getString(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.201Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/ide/undo/WorkspaceUndoUtil.java:[766] 
18:12:37 [2024-02-16T23:12:37.201Z] 	existingFile.setContents(file.getContents(), IResource.KEEP_HISTORY, subMonitor.split(1));
18:12:37 [2024-02-16T23:12:37.201Z] 	                         ^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.201Z] Potential resource leak: '<unassigned Closeable value>' may not be closed
18:12:37 [2024-02-16T23:12:37.201Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java:[543] 
18:12:37 [2024-02-16T23:12:37.201Z] 	url = new URL(dir.toURL(), PERS_FILENAME);
18:12:37 [2024-02-16T23:12:37.201Z] 	                  ^^^^^^^
18:12:37 [2024-02-16T23:12:37.201Z] The method toURL() from the type File is deprecated
18:12:37 [2024-02-16T23:12:37.201Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/ChooseWorkspaceData.java:[549] 
18:12:37 [2024-02-16T23:12:37.201Z] 	return persFile.toURL();
18:12:37 [2024-02-16T23:12:37.201Z] 	                ^^^^^^^
18:12:37 [2024-02-16T23:12:37.201Z] The method toURL() from the type File is deprecated
18:12:37 [2024-02-16T23:12:37.202Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[30] 
18:12:37 [2024-02-16T23:12:37.202Z] 	import org.eclipse.core.runtime.Preferences;
18:12:37 [2024-02-16T23:12:37.202Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.202Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.202Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[217] 
18:12:37 [2024-02-16T23:12:37.202Z] 	private Preferences.IPropertyChangeListener prefListener;
18:12:37 [2024-02-16T23:12:37.202Z] 	        ^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.202Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.202Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[217] 
18:12:37 [2024-02-16T23:12:37.202Z] 	private Preferences.IPropertyChangeListener prefListener;
18:12:37 [2024-02-16T23:12:37.202Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.202Z] The type Preferences.IPropertyChangeListener is deprecated
18:12:37 [2024-02-16T23:12:37.202Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[308] 
18:12:37 [2024-02-16T23:12:37.202Z] 	if (event.getProperty().equals(
18:12:37 [2024-02-16T23:12:37.202Z] 	          ^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.202Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
18:12:37 [2024-02-16T23:12:37.202Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[313] 
18:12:37 [2024-02-16T23:12:37.202Z] 	ResourcesPlugin.getPlugin().getPluginPreferences()
18:12:37 [2024-02-16T23:12:37.202Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.202Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.202Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[314] 
18:12:37 [2024-02-16T23:12:37.202Z] 	.addPropertyChangeListener(prefListener);
18:12:37 [2024-02-16T23:12:37.202Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.202Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.203Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[836] 
18:12:37 [2024-02-16T23:12:37.203Z] 	ResourcesPlugin.getPlugin().getPluginPreferences()
18:12:37 [2024-02-16T23:12:37.203Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.203Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.203Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[837] 
18:12:37 [2024-02-16T23:12:37.203Z] 	.removePropertyChangeListener(prefListener);
18:12:37 [2024-02-16T23:12:37.203Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.203Z] The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.203Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[1224] 
18:12:37 [2024-02-16T23:12:37.203Z] 	String quickStartKey = IDEActionFactory.QUICK_START.getId();
18:12:37 [2024-02-16T23:12:37.203Z] 	                                        ^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.203Z] The field IDEActionFactory.QUICK_START is deprecated
18:12:37 [2024-02-16T23:12:37.203Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[1227] 
18:12:37 [2024-02-16T23:12:37.203Z] 	quickStartAction = IDEActionFactory.QUICK_START.create(window);
18:12:37 [2024-02-16T23:12:37.203Z] 	                                    ^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.203Z] The field IDEActionFactory.QUICK_START is deprecated
18:12:37 [2024-02-16T23:12:37.203Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/WorkbenchActionBuilder.java:[1239] 
18:12:37 [2024-02-16T23:12:37.203Z] 	quickStartAction = IDEActionFactory.QUICK_START.create(window);
18:12:37 [2024-02-16T23:12:37.203Z] 	                                    ^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.203Z] The field IDEActionFactory.QUICK_START is deprecated
18:12:37 [2024-02-16T23:12:37.203Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/actions/QuickMenuAction.java:[64] 
18:12:37 [2024-02-16T23:12:37.203Z] 	creator.dispose();
18:12:37 [2024-02-16T23:12:37.203Z] 	        ^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.203Z] The method dispose() from the type QuickMenuCreator is deprecated
18:12:37 [2024-02-16T23:12:37.204Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/BuildOrderPreferencePage.java:[139] 
18:12:37 [2024-02-16T23:12:37.204Z] 	ListSelectionDialog dialog = new ListSelectionDialog(this.getShell(), sortedDifference(allProjects,
18:12:37 [2024-02-16T23:12:37.204Z] 				currentItems), ArrayContentProvider.getInstance(), labelProvider,
18:12:37 [2024-02-16T23:12:37.204Z] 				PROJECT_SELECTION_MESSAGE) {
18:12:37 [2024-02-16T23:12:37.204Z] 			@Override
18:12:37 [2024-02-16T23:12:37.204Z] 			protected int getShellStyle() {
18:12:37 [2024-02-16T23:12:37.204Z] 				return super.getShellStyle() | SWT.SHEET;
18:12:37 [2024-02-16T23:12:37.204Z] 			}
18:12:37 [2024-02-16T23:12:37.204Z] 		};
18:12:37 [2024-02-16T23:12:37.204Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.204Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:12:37 [2024-02-16T23:12:37.204Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/BuildOrderPreferencePage.java:[139] 
18:12:37 [2024-02-16T23:12:37.204Z] 	ListSelectionDialog dialog = new ListSelectionDialog(this.getShell(), sortedDifference(allProjects,
18:12:37 [2024-02-16T23:12:37.204Z] 				currentItems), ArrayContentProvider.getInstance(), labelProvider,
18:12:37 [2024-02-16T23:12:37.204Z] 				PROJECT_SELECTION_MESSAGE) {
18:12:37 [2024-02-16T23:12:37.204Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.204Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:12:37 [2024-02-16T23:12:37.204Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[25] 
18:12:37 [2024-02-16T23:12:37.204Z] 	import org.eclipse.core.runtime.Preferences;
18:12:37 [2024-02-16T23:12:37.204Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.204Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.204Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[256] 
18:12:37 [2024-02-16T23:12:37.204Z] 	Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.204Z] 	^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.204Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.205Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[256] 
18:12:37 [2024-02-16T23:12:37.205Z] 	Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.205Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.205Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.205Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[259] 
18:12:37 [2024-02-16T23:12:37.205Z] 	.getDefaultLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY)
18:12:37 [2024-02-16T23:12:37.205Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.205Z] The method getDefaultLong(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.205Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[262] 
18:12:37 [2024-02-16T23:12:37.205Z] 	.getDefaultLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE)
18:12:37 [2024-02-16T23:12:37.205Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.205Z] The method getDefaultLong(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.205Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[266] 
18:12:37 [2024-02-16T23:12:37.205Z] 	.getDefaultString(ResourcesPlugin.PREF_MAX_FILE_STATES));
18:12:37 [2024-02-16T23:12:37.205Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.205Z] The method getDefaultString(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.205Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[268] 
18:12:37 [2024-02-16T23:12:37.205Z] 	this.keepDerivedStateButton.setSelection(prefs.getDefaultBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE));
18:12:37 [2024-02-16T23:12:37.205Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.205Z] The method getDefaultBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.205Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/FileStatesPage.java:[270] 
18:12:37 [2024-02-16T23:12:37.206Z] 	.getDefaultBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY));
18:12:37 [2024-02-16T23:12:37.206Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.206Z] The method getDefaultBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.206Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEPerspectivesPreferencePage.java:[109] 
18:12:37 [2024-02-16T23:12:37.206Z] 	IDEWorkbenchPlugin.getDefault().savePluginPreferences();
18:12:37 [2024-02-16T23:12:37.206Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.206Z] The method savePluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.206Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java:[116] 
18:12:37 [2024-02-16T23:12:37.206Z] 	if (!resource.isLocal(IResource.DEPTH_ZERO)) {
18:12:37 [2024-02-16T23:12:37.206Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.206Z] The method isLocal(int) from the type IResource is deprecated
18:12:37 [2024-02-16T23:12:37.206Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java:[229] 
18:12:37 [2024-02-16T23:12:37.206Z] 	if (!resource.isLocal(IResource.DEPTH_ZERO)) {
18:12:37 [2024-02-16T23:12:37.206Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.206Z] The method isLocal(int) from the type IResource is deprecated
18:12:37 [2024-02-16T23:12:37.206Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java:[277] 
18:12:37 [2024-02-16T23:12:37.206Z] 	if (!resource.isLocal(IResource.DEPTH_ZERO)) {
18:12:37 [2024-02-16T23:12:37.206Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.206Z] The method isLocal(int) from the type IResource is deprecated
18:12:37 [2024-02-16T23:12:37.206Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEResourceInfoUtils.java:[317] 
18:12:37 [2024-02-16T23:12:37.206Z] 	if (!file.isLocal(IResource.DEPTH_ZERO)) {
18:12:37 [2024-02-16T23:12:37.206Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.206Z] The method isLocal(int) from the type IResource is deprecated
18:12:37 [2024-02-16T23:12:37.206Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[33] 
18:12:37 [2024-02-16T23:12:37.207Z] 	import org.eclipse.core.runtime.Preferences;
18:12:37 [2024-02-16T23:12:37.207Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.207Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.207Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[540] 
18:12:37 [2024-02-16T23:12:37.207Z] 	.getPluginPreferences().getDefaultBoolean(
18:12:37 [2024-02-16T23:12:37.207Z] 	 ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.207Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.207Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[540] 
18:12:37 [2024-02-16T23:12:37.207Z] 	.getPluginPreferences().getDefaultBoolean(
18:12:37 [2024-02-16T23:12:37.207Z] 						ResourcesPlugin.PREF_LIGHTWEIGHT_AUTO_REFRESH);
18:12:37 [2024-02-16T23:12:37.207Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.207Z] The method getDefaultBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.207Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[543] 
18:12:37 [2024-02-16T23:12:37.207Z] 	.getPluginPreferences().getDefaultBoolean(
18:12:37 [2024-02-16T23:12:37.207Z] 	 ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.207Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.207Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[543] 
18:12:37 [2024-02-16T23:12:37.207Z] 	.getPluginPreferences().getDefaultBoolean(
18:12:37 [2024-02-16T23:12:37.207Z] 						ResourcesPlugin.PREF_AUTO_REFRESH);
18:12:37 [2024-02-16T23:12:37.207Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.207Z] The method getDefaultBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.207Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[602] 
18:12:37 [2024-02-16T23:12:37.207Z] 	Preferences preferences = ResourcesPlugin.getPlugin()
18:12:37 [2024-02-16T23:12:37.207Z] 	^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.207Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.208Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[603] 
18:12:37 [2024-02-16T23:12:37.208Z] 	.getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.208Z] 	 ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.208Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.208Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[606] 
18:12:37 [2024-02-16T23:12:37.208Z] 	preferences.setValue(ResourcesPlugin.PREF_AUTO_REFRESH, autoRefresh);
18:12:37 [2024-02-16T23:12:37.208Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.208Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.208Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/IDEWorkspacePreferencePage.java:[608] 
18:12:37 [2024-02-16T23:12:37.208Z] 	preferences.setValue(ResourcesPlugin.PREF_LIGHTWEIGHT_AUTO_REFRESH, lightweightRefresh);
18:12:37 [2024-02-16T23:12:37.208Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.208Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.208Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[19] 
18:12:37 [2024-02-16T23:12:37.208Z] 	import org.eclipse.core.runtime.Preferences;
18:12:37 [2024-02-16T23:12:37.208Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.208Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.208Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[102] 
18:12:37 [2024-02-16T23:12:37.208Z] 	Preferences preferences = ResourcesPlugin.getPlugin()
18:12:37 [2024-02-16T23:12:37.208Z] 	^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.208Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.208Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[103] 
18:12:37 [2024-02-16T23:12:37.208Z] 	.getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.208Z] 	 ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.208Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.209Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[104] 
18:12:37 [2024-02-16T23:12:37.209Z] 	preferences.setValue(
18:12:37 [2024-02-16T23:12:37.209Z] 								ResourcesPlugin.PREF_DISABLE_LINKING, !enabled);
18:12:37 [2024-02-16T23:12:37.209Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.209Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.209Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[131] 
18:12:37 [2024-02-16T23:12:37.209Z] 	Preferences preferences = ResourcesPlugin.getPlugin()
18:12:37 [2024-02-16T23:12:37.209Z] 	^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.209Z] The type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.209Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[132] 
18:12:37 [2024-02-16T23:12:37.209Z] 	.getPluginPreferences();
18:12:37 [2024-02-16T23:12:37.209Z] 	 ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.209Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.209Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/dialogs/LinkedResourcesPreferencePage.java:[134] 
18:12:37 [2024-02-16T23:12:37.209Z] 	.getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING);
18:12:37 [2024-02-16T23:12:37.209Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.209Z] The method getBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.209Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/ide/model/WorkbenchResource.java:[102] 
18:12:37 [2024-02-16T23:12:37.209Z] 	return (res.isReadOnly() == value.equalsIgnoreCase("true"));//$NON-NLS-1$
18:12:37 [2024-02-16T23:12:37.209Z] 	            ^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.209Z] The method isReadOnly() from the type IResource is deprecated
18:12:37 [2024-02-16T23:12:37.209Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/views/markers/MarkerContentGenerator.java:[557] 
18:12:37 [2024-02-16T23:12:37.209Z] 	IDEWorkbenchPlugin.getDefault().savePluginPreferences();
18:12:37 [2024-02-16T23:12:37.209Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.209Z] The method savePluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.210Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/SmartImportRootWizardPage.java:[543] 
18:12:37 [2024-02-16T23:12:37.210Z] 	FilteredTree filterTree = new FilteredTree(res, SWT.BORDER | SWT.CHECK, patternFilter, true) {
18:12:37 [2024-02-16T23:12:37.210Z] 			@Override
18:12:37 [2024-02-16T23:12:37.210Z] 			public CheckboxTreeViewer doCreateTreeViewer(Composite treeParent, int style) {
18:12:37 [2024-02-16T23:12:37.210Z] 				CheckboxTreeViewer checkboxTreeViewer = new CheckboxTreeViewer(treeParent, style);
18:12:37 [2024-02-16T23:12:37.210Z] 				checkboxTreeViewer.setUseHashlookup(true);
18:12:37 [2024-02-16T23:12:37.210Z] 				return checkboxTreeViewer;
18:12:37 [2024-02-16T23:12:37.210Z] 			}
18:12:37 [2024-02-16T23:12:37.210Z] 		};
18:12:37 [2024-02-16T23:12:37.210Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.210Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:12:37 [2024-02-16T23:12:37.210Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/SmartImportRootWizardPage.java:[543] 
18:12:37 [2024-02-16T23:12:37.210Z] 	FilteredTree filterTree = new FilteredTree(res, SWT.BORDER | SWT.CHECK, patternFilter, true) {
18:12:37 [2024-02-16T23:12:37.210Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.210Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:12:37 [2024-02-16T23:12:37.210Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFile.java:[61] 
18:12:37 [2024-02-16T23:12:37.210Z] 	throw ex;
18:12:37 [2024-02-16T23:12:37.210Z] 	^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.210Z] Potential resource leak: 'in' may not be closed at this location
18:12:37 [2024-02-16T23:12:37.210Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/TarFileExporter.java:[59] 
18:12:37 [2024-02-16T23:12:37.210Z] 	outputStream = new TarOutputStream(new BufferedOutputStream(new FileOutputStream(filename)));
18:12:37 [2024-02-16T23:12:37.210Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.210Z] Potential resource leak: '<unassigned Closeable value>' may not be closed
18:12:37 [2024-02-16T23:12:37.211Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[153] 
18:12:37 [2024-02-16T23:12:37.211Z] 	return ArchiveFileManipulations.closeZipFile(specifiedFile, getShell());
18:12:37 [2024-02-16T23:12:37.211Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.211Z] Potential resource leak: 'specifiedFile' may not be closed at this location
18:12:37 [2024-02-16T23:12:37.211Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[242] 
18:12:37 [2024-02-16T23:12:37.211Z] 	return selectFiles(structureProvider.getRoot(), structureProvider);
18:12:37 [2024-02-16T23:12:37.211Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.211Z] Potential resource leak: 'sourceTarFile' may not be closed at this location
18:12:37 [2024-02-16T23:12:37.211Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[251] 
18:12:37 [2024-02-16T23:12:37.211Z] 	return selectFiles(structureProvider.getRoot(), structureProvider);
18:12:37 [2024-02-16T23:12:37.211Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.211Z] Potential resource leak: 'sourceFile' may not be closed at this location
18:12:37 [2024-02-16T23:12:37.211Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[406] 
18:12:37 [2024-02-16T23:12:37.211Z] 	TarFile tarFile = getSpecifiedTarSourceFile();
18:12:37 [2024-02-16T23:12:37.211Z] 	        ^^^^^^^
18:12:37 [2024-02-16T23:12:37.211Z] Potential resource leak: 'tarFile' may not be closed
18:12:37 [2024-02-16T23:12:37.211Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardArchiveFileResourceImportPage1.java:[410] 
18:12:37 [2024-02-16T23:12:37.211Z] 	ZipFile zipFile = getSpecifiedZipSourceFile();
18:12:37 [2024-02-16T23:12:37.211Z] 	        ^^^^^^^
18:12:37 [2024-02-16T23:12:37.211Z] Potential resource leak: 'zipFile' may not be closed
18:12:37 [2024-02-16T23:12:37.212Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceExportPage1.java:[547] 
18:12:37 [2024-02-16T23:12:37.212Z] 	IContainer[] containers = root.findContainersForLocation(testPath);
18:12:37 [2024-02-16T23:12:37.212Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.212Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:12:37 [2024-02-16T23:12:37.212Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java:[306] 
18:12:37 [2024-02-16T23:12:37.212Z] 	if (!ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
18:12:37 [2024-02-16T23:12:37.212Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.212Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.212Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java:[306] 
18:12:37 [2024-02-16T23:12:37.212Z] 	if (!ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
18:12:37 [2024-02-16T23:12:37.212Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.212Z] The method getBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.212Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java:[1256] 
18:12:37 [2024-02-16T23:12:37.212Z] 	if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
18:12:37 [2024-02-16T23:12:37.212Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.212Z] The method getPluginPreferences() from the type Plugin is deprecated
18:12:37 [2024-02-16T23:12:37.212Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java:[1256] 
18:12:37 [2024-02-16T23:12:37.212Z] 	if (ResourcesPlugin.getPlugin().getPluginPreferences().getBoolean(ResourcesPlugin.PREF_DISABLE_LINKING)) {
18:12:37 [2024-02-16T23:12:37.212Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.212Z] The method getBoolean(String) from the type Preferences is deprecated
18:12:37 [2024-02-16T23:12:37.213Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java:[899] 
18:12:37 [2024-02-16T23:12:37.213Z] 	return;
18:12:37 [2024-02-16T23:12:37.213Z] 	^^^^^^^
18:12:37 [2024-02-16T23:12:37.213Z] Potential resource leak: 'sourceTarFile' may not be closed at this location
18:12:37 [2024-02-16T23:12:37.213Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java:[924] 
18:12:37 [2024-02-16T23:12:37.213Z] 	return;
18:12:37 [2024-02-16T23:12:37.213Z] 	^^^^^^^
18:12:37 [2024-02-16T23:12:37.213Z] Potential resource leak: 'sourceFile' may not be closed at this location
18:12:37 [2024-02-16T23:12:37.213Z] [WARNING] /home/jenkins/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.ui.ide/src/org/eclipse/ui/internal/wizards/datatransfer/WizardProjectsImportPage.java:[1390] 
18:12:37 [2024-02-16T23:12:37.213Z] 	desc.setDynamicReferences(record.description
18:12:37 [2024-02-16T23:12:37.213Z] 						.getDynamicReferences());
18:12:37 [2024-02-16T23:12:37.213Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:37 [2024-02-16T23:12:37.213Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:12:37 [2024-02-16T23:12:37.213Z] 85 problems (85 warnings)
18:12:37 [2024-02-16T23:12:37.213Z] [INFO] 
18:12:37 [2024-02-16T23:12:37.213Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.ide ---
18:12:37 [2024-02-16T23:12:37.213Z] [INFO] 
18:12:37 [2024-02-16T23:12:37.213Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.ide ---
18:12:37 [2024-02-16T23:12:37.213Z] [INFO] 
18:12:37 [2024-02-16T23:12:37.213Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.ide ---
18:12:38 [2024-02-16T23:12:38.141Z] [INFO] 
18:12:38 [2024-02-16T23:12:38.141Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.ide ---
18:12:38 [2024-02-16T23:12:38.141Z] [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.ui.ide/src/test/resources
18:12:38 [2024-02-16T23:12:38.141Z] [INFO] 
18:12:38 [2024-02-16T23:12:38.141Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.ide ---
18:12:38 [2024-02-16T23:12:38.141Z] [INFO] 
18:12:38 [2024-02-16T23:12:38.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.ide ---
18:12:38 [2024-02-16T23:12:38.142Z] [INFO] 
18:12:38 [2024-02-16T23:12:38.142Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.ide ---
18:12:38 [2024-02-16T23:12:38.142Z] [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.ui.ide/target/org.eclipse.ui.ide-3.22.100-SNAPSHOT-sources.jar
18:12:38 [2024-02-16T23:12:38.142Z] [INFO] 
18:12:38 [2024-02-16T23:12:38.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.ide ---
18:12:38 [2024-02-16T23:12:38.142Z] [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.ui.ide/target/org.eclipse.ui.ide-3.22.100-SNAPSHOT.jar
18:12:38 [2024-02-16T23:12:38.142Z] [INFO] 
18:12:38 [2024-02-16T23:12:38.142Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide ---
18:12:38 [2024-02-16T23:12:38.398Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.ide:3.22.100-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.ui.ide/.polyglot.META-INF
18:12:38 [2024-02-16T23:12:38.398Z]     The main artifact has been replaced with the baseline version.
18:12:38 [2024-02-16T23:12:38.398Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:38 [2024-02-16T23:12:38.398Z] 
18:12:38 [2024-02-16T23:12:38.398Z] [INFO] 
18:12:38 [2024-02-16T23:12:38.398Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide ---
18:12:38 [2024-02-16T23:12:38.398Z] [INFO] Execution was skipped
18:12:38 [2024-02-16T23:12:38.398Z] [INFO] 
18:12:38 [2024-02-16T23:12:38.398Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.ide ---
18:12:38 [2024-02-16T23:12:38.960Z] [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.ui.ide/target/org.eclipse.ui.ide-3.22.100-SNAPSHOT.jar' is already signed and will be resigned.
18:12:38 [2024-02-16T23:12:38.961Z] [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.ui.ide/target/org.eclipse.ui.ide-3.22.100-SNAPSHOT.jar
18:12:40 [2024-02-16T23:12:40.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/eclipse.platform.ui/bundles/org.eclipse.ui.ide/target/org.eclipse.ui.ide-3.22.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:40 [2024-02-16T23:12:40.932Z] [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.ui.ide/target/org.eclipse.ui.ide-3.22.100-SNAPSHOT-sources.jar
18:12:42 [2024-02-16T23:12:42.298Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.298Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.ide ---
18:12:42 [2024-02-16T23:12:42.554Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.ide:3.22.100-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.ui.ide/.polyglot.META-INF
18:12:42 [2024-02-16T23:12:42.554Z]     The main artifact has been replaced with the baseline version.
18:12:42 [2024-02-16T23:12:42.554Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:42 [2024-02-16T23:12:42.554Z] 
18:12:42 [2024-02-16T23:12:42.554Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.554Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >-------------
18:12:42 [2024-02-16T23:12:42.554Z] [INFO] Building org.eclipse.jdt.annotation 2.3.0-SNAPSHOT             [108/521]
18:12:42 [2024-02-16T23:12:42.554Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.annotation/pom.xml
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] The project's OSGi version is 2.3.0.v20240111-2306
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [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.annotation/saveproperties
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] Resolving class path of org.eclipse.jdt.annotation
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [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.annotation/src/main/resources
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.555Z] [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.annotation/src/main/resources
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.555Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.556Z] [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.jdt.core/org.eclipse.jdt.annotation/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:42 [2024-02-16T23:12:42.811Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.811Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.811Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.811Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.811Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.812Z] [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.annotation/src/test/resources
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.812Z] [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.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT-sources.jar
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.812Z] [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.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT.jar
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.3.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.jdt.core/org.eclipse.jdt.annotation/pom.xml
18:12:42 [2024-02-16T23:12:42.812Z]     The main artifact has been replaced with the baseline version.
18:12:42 [2024-02-16T23:12:42.812Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:42 [2024-02-16T23:12:42.812Z] 
18:12:42 [2024-02-16T23:12:42.812Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.813Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.813Z] [INFO] Execution was skipped
18:12:42 [2024-02-16T23:12:42.813Z] [INFO] 
18:12:42 [2024-02-16T23:12:42.813Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.annotation ---
18:12:42 [2024-02-16T23:12:42.813Z] [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.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:12:42 [2024-02-16T23:12:42.813Z] [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.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT.jar
18:12:43 [2024-02-16T23:12:43.742Z] [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.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:43 [2024-02-16T23:12:43.742Z] [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.jdt.core/org.eclipse.jdt.annotation/target/org.eclipse.jdt.annotation-2.3.0-SNAPSHOT-sources.jar
18:12:44 [2024-02-16T23:12:44.672Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.672Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.annotation ---
18:12:44 [2024-02-16T23:12:44.672Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:2.3.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.jdt.core/org.eclipse.jdt.annotation/pom.xml
18:12:44 [2024-02-16T23:12:44.672Z]     The main artifact has been replaced with the baseline version.
18:12:44 [2024-02-16T23:12:44.672Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:44 [2024-02-16T23:12:44.672Z] 
18:12:44 [2024-02-16T23:12:44.672Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.672Z] [INFO] ------------< org.eclipse.platform:org.eclipse.ui.editors >-------------
18:12:44 [2024-02-16T23:12:44.672Z] [INFO] Building [bundle] Default Text Editor 3.17.200-SNAPSHOT        [109/521]
18:12:44 [2024-02-16T23:12:44.673Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.editors/.polyglot.META-INF
18:12:44 [2024-02-16T23:12:44.673Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.editors ---
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.editors ---
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] The project's OSGi version is 3.17.200.v20240207-1054
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.editors ---
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.editors ---
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.editors ---
18:12:44 [2024-02-16T23:12:44.929Z] [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.ui.editors/saveproperties
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.editors ---
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.editors ---
18:12:44 [2024-02-16T23:12:44.929Z] [INFO] 
18:12:44 [2024-02-16T23:12:44.930Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.editors ---
18:12:44 [2024-02-16T23:12:44.930Z] [INFO] Resolving class path of [bundle] Default Text Editor
18:12:45 [2024-02-16T23:12:45.186Z] [INFO] 
18:12:45 [2024-02-16T23:12:45.186Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.editors ---
18:12:45 [2024-02-16T23:12:45.186Z] [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.ui.editors/src/main/resources
18:12:45 [2024-02-16T23:12:45.187Z] [INFO] 
18:12:45 [2024-02-16T23:12:45.187Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.editors ---
18:12:45 [2024-02-16T23:12:45.187Z] [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.ui.editors/src/main/resources
18:12:45 [2024-02-16T23:12:45.187Z] [INFO] 
18:12:45 [2024-02-16T23:12:45.187Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.editors ---
18:12:45 [2024-02-16T23:12:45.187Z] [INFO] Compiling 128 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.ui.editors/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:45 [2024-02-16T23:12:45.750Z] [WARNING] /home/jenkins/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.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[26] 
18:12:45 [2024-02-16T23:12:45.750Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:12:45 [2024-02-16T23:12:45.750Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:45 [2024-02-16T23:12:45.750Z] The type ContextTypeRegistry is deprecated
18:12:45 [2024-02-16T23:12:45.750Z] [WARNING] /home/jenkins/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.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[44] 
18:12:45 [2024-02-16T23:12:45.750Z] 	public class ContributionContextTypeRegistry extends ContextTypeRegistry {
18:12:45 [2024-02-16T23:12:45.750Z] 	                                                     ^^^^^^^^^^^^^^^^^^^
18:12:45 [2024-02-16T23:12:45.750Z] The type ContextTypeRegistry is deprecated
18:12:45 [2024-02-16T23:12:45.750Z] [WARNING] /home/jenkins/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.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[124] 
18:12:45 [2024-02-16T23:12:45.751Z] 	if (getContextType(id) != null)
18:12:45 [2024-02-16T23:12:45.751Z] 	    ^^^^^^^^^^^^^^^^^^
18:12:45 [2024-02-16T23:12:45.751Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:12:45 [2024-02-16T23:12:45.751Z] [WARNING] /home/jenkins/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.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionContextTypeRegistry.java:[129] 
18:12:45 [2024-02-16T23:12:45.751Z] 	addContextType(type);
18:12:45 [2024-02-16T23:12:45.751Z] 	^^^^^^^^^^^^^^^^^^^^
18:12:45 [2024-02-16T23:12:45.751Z] The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated
18:12:45 [2024-02-16T23:12:45.751Z] [WARNING] /home/jenkins/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.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[38] 
18:12:45 [2024-02-16T23:12:45.751Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:12:45 [2024-02-16T23:12:45.751Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:45 [2024-02-16T23:12:45.751Z] The type ContextTypeRegistry is deprecated
18:12:45 [2024-02-16T23:12:45.751Z] [WARNING] /home/jenkins/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.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[99] 
18:12:45 [2024-02-16T23:12:45.751Z] 	public ContributionTemplateStore(ContextTypeRegistry registry, IPreferenceStore store, String key) {
18:12:45 [2024-02-16T23:12:45.751Z] 	                                 ^^^^^^^^^^^^^^^^^^^
18:12:45 [2024-02-16T23:12:45.751Z] The type ContextTypeRegistry is deprecated
18:12:45 [2024-02-16T23:12:45.751Z] [WARNING] /home/jenkins/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.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[181] 
18:12:45 [2024-02-16T23:12:45.751Z] 	getRegistry().getContextType(contextTypeId).validate(template.getPattern());
18:12:45 [2024-02-16T23:12:45.751Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:45 [2024-02-16T23:12:45.751Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:12:45 [2024-02-16T23:12:45.751Z] [WARNING] /home/jenkins/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.ui.editors/src/org/eclipse/ui/editors/text/templates/ContributionTemplateStore.java:[200] 
18:12:45 [2024-02-16T23:12:45.751Z] 	return contextTypeId != null && (getRegistry() == null || getRegistry().getContextType(contextTypeId) != null);
18:12:45 [2024-02-16T23:12:45.751Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:45 [2024-02-16T23:12:45.752Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:12:45 [2024-02-16T23:12:45.752Z] 8 problems (8 warnings)
18:12:45 [2024-02-16T23:12:45.752Z] [INFO] 
18:12:45 [2024-02-16T23:12:45.752Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.editors ---
18:12:45 [2024-02-16T23:12:45.752Z] [INFO] 
18:12:45 [2024-02-16T23:12:45.752Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.editors ---
18:12:45 [2024-02-16T23:12:45.752Z] [INFO] 
18:12:45 [2024-02-16T23:12:45.752Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.editors ---
18:12:46 [2024-02-16T23:12:46.007Z] [INFO] 
18:12:46 [2024-02-16T23:12:46.007Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.editors ---
18:12:46 [2024-02-16T23:12:46.007Z] [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.ui.editors/src/test/resources
18:12:46 [2024-02-16T23:12:46.007Z] [INFO] 
18:12:46 [2024-02-16T23:12:46.007Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.editors ---
18:12:46 [2024-02-16T23:12:46.007Z] [INFO] 
18:12:46 [2024-02-16T23:12:46.007Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.editors ---
18:12:46 [2024-02-16T23:12:46.007Z] [INFO] 
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.editors ---
18:12:46 [2024-02-16T23:12:46.008Z] [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.ui.editors/target/org.eclipse.ui.editors-3.17.200-SNAPSHOT-sources.jar
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] 
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.editors ---
18:12:46 [2024-02-16T23:12:46.008Z] [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.ui.editors/target/org.eclipse.ui.editors-3.17.200-SNAPSHOT.jar
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] 
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.editors ---
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.editors:3.17.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.ui/bundles/org.eclipse.ui.editors/.polyglot.META-INF
18:12:46 [2024-02-16T23:12:46.008Z]     The main artifact has been replaced with the baseline version.
18:12:46 [2024-02-16T23:12:46.008Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:46 [2024-02-16T23:12:46.008Z] 
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] 
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.editors ---
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] Execution was skipped
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] 
18:12:46 [2024-02-16T23:12:46.008Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.editors ---
18:12:46 [2024-02-16T23:12:46.264Z] [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.ui.editors/target/org.eclipse.ui.editors-3.17.200-SNAPSHOT.jar' is already signed and will be resigned.
18:12:46 [2024-02-16T23:12:46.264Z] [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.ui.editors/target/org.eclipse.ui.editors-3.17.200-SNAPSHOT.jar
18:12:48 [2024-02-16T23:12:48.155Z] [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.ui.editors/target/org.eclipse.ui.editors-3.17.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:48 [2024-02-16T23:12:48.155Z] [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.ui.editors/target/org.eclipse.ui.editors-3.17.200-SNAPSHOT-sources.jar
18:12:48 [2024-02-16T23:12:48.715Z] [INFO] 
18:12:48 [2024-02-16T23:12:48.716Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.editors ---
18:12:48 [2024-02-16T23:12:48.716Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.editors:3.17.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.ui/bundles/org.eclipse.ui.editors/.polyglot.META-INF
18:12:48 [2024-02-16T23:12:48.716Z]     The main artifact has been replaced with the baseline version.
18:12:48 [2024-02-16T23:12:48.716Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:48 [2024-02-16T23:12:48.716Z] 
18:12:48 [2024-02-16T23:12:48.716Z] [INFO] 
18:12:48 [2024-02-16T23:12:48.716Z] [INFO] -------------< org.eclipse.platform:org.eclipse.debug.ui >--------------
18:12:48 [2024-02-16T23:12:48.716Z] [INFO] Building [bundle] Debug UI 3.18.300-SNAPSHOT                   [110/521]
18:12:48 [2024-02-16T23:12:48.716Z] [INFO]   from eclipse.platform/debug/org.eclipse.debug.ui/.polyglot.META-INF
18:12:48 [2024-02-16T23:12:48.716Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] 
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.ui ---
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] 
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.ui ---
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] The project's OSGi version is 3.18.300.v20240213-1843
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] 
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.ui ---
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] 
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.ui ---
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] 
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.ui ---
18:12:48 [2024-02-16T23:12:48.972Z] [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/debug/org.eclipse.debug.ui/saveproperties
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] 
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.ui ---
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] 
18:12:48 [2024-02-16T23:12:48.972Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.ui ---
18:12:49 [2024-02-16T23:12:49.227Z] [INFO] 
18:12:49 [2024-02-16T23:12:49.227Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.ui ---
18:12:49 [2024-02-16T23:12:49.227Z] [INFO] Resolving class path of [bundle] Debug UI
18:12:49 [2024-02-16T23:12:49.227Z] [INFO] 
18:12:49 [2024-02-16T23:12:49.227Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.ui ---
18:12:49 [2024-02-16T23:12:49.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/debug/org.eclipse.debug.ui/src/main/resources
18:12:49 [2024-02-16T23:12:49.228Z] [INFO] 
18:12:49 [2024-02-16T23:12:49.228Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.ui ---
18:12:49 [2024-02-16T23:12:49.228Z] [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/debug/org.eclipse.debug.ui/src/main/resources
18:12:49 [2024-02-16T23:12:49.228Z] [INFO] 
18:12:49 [2024-02-16T23:12:49.228Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.ui ---
18:12:49 [2024-02-16T23:12:49.228Z] [INFO] Compiling 858 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/debug/org.eclipse.debug.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:51 [2024-02-16T23:12:51.118Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java:[94] 
18:12:51 [2024-02-16T23:12:51.118Z] 	//TODO: Move this IDebugUIConstants. Created too late in 3.2 cycle to add API.
18:12:51 [2024-02-16T23:12:51.118Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.118Z] TODO: Move this IDebugUIConstants. Created too late in 3.2 cycle to add API.
18:12:51 [2024-02-16T23:12:51.118Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java:[228] 
18:12:51 [2024-02-16T23:12:51.118Z] 	* CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.118Z] 	  ^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.118Z] CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.118Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java:[237] 
18:12:51 [2024-02-16T23:12:51.118Z] 	* CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.118Z] 	  ^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.118Z] CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.118Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/IInternalDebugUIConstants.java:[246] 
18:12:51 [2024-02-16T23:12:51.119Z] 	*  CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.119Z] 	   ^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.119Z] CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.119Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ConfigureColumnsAction.java:[113] 
18:12:51 [2024-02-16T23:12:51.119Z] 	ListSelectionDialog dialog = new ListSelectionDialog(
18:12:51 [2024-02-16T23:12:51.119Z] 				fViewer.getControl().getShell(),
18:12:51 [2024-02-16T23:12:51.119Z] 				fViewer.getColumnPresentation(),
18:12:51 [2024-02-16T23:12:51.119Z] 				new ColumnContentProvider(),
18:12:51 [2024-02-16T23:12:51.119Z] 				new ColumnLabelProvider(),
18:12:51 [2024-02-16T23:12:51.119Z] 				ActionMessages.ConfigureColumnsAction_1);
18:12:51 [2024-02-16T23:12:51.119Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.119Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:12:51 [2024-02-16T23:12:51.119Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/variables/SelectAllVariablesAction.java:[33] 
18:12:51 [2024-02-16T23:12:51.119Z] 	// TODO: only enable when stuff present
18:12:51 [2024-02-16T23:12:51.119Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.119Z] TODO: only enable when stuff present
18:12:51 [2024-02-16T23:12:51.119Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/TerminateAndRemoveAction.java:[152] 
18:12:51 [2024-02-16T23:12:51.119Z] 	// TODO: make #getContext() API in next release
18:12:51 [2024-02-16T23:12:51.119Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.119Z] TODO: make #getContext() API in next release
18:12:51 [2024-02-16T23:12:51.119Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/TerminateAndRemoveAction.java:[168] 
18:12:51 [2024-02-16T23:12:51.119Z] 	super.init(part); // TODO: if #getContext() was API, this would not be needed
18:12:51 [2024-02-16T23:12:51.119Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.119Z] TODO: if #getContext() was API, this would not be needed
18:12:51 [2024-02-16T23:12:51.120Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/contextlaunching/ContextMessages.java:[21] 
18:12:51 [2024-02-16T23:12:51.120Z] 	* CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.120Z] 	  ^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.120Z] CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.120Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/contexts/DebugModelContextBindingManager.java:[353] 
18:12:51 [2024-02-16T23:12:51.120Z] 	// TODO: Terminated notification
18:12:51 [2024-02-16T23:12:51.120Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.120Z] TODO: Terminated notification
18:12:51 [2024-02-16T23:12:51.120Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/elements/adapters/MemoryBlockContentAdapter.java:[148] 
18:12:51 [2024-02-16T23:12:51.120Z] 	// TODO: should rely on input to tell us what to load
18:12:51 [2024-02-16T23:12:51.120Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.120Z] TODO: should rely on input to tell us what to load
18:12:51 [2024-02-16T23:12:51.120Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[298] 
18:12:51 [2024-02-16T23:12:51.120Z] 	if (config.getAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, false)) {
18:12:51 [2024-02-16T23:12:51.120Z] 	                                          ^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.120Z] The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated
18:12:51 [2024-02-16T23:12:51.120Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[301] 
18:12:51 [2024-02-16T23:12:51.120Z] 	if (config.getAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, false)) {
18:12:51 [2024-02-16T23:12:51.120Z] 	                                          ^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.120Z] The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated
18:12:51 [2024-02-16T23:12:51.120Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[359] 
18:12:51 [2024-02-16T23:12:51.120Z] 	boolean debug = config.getAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, false);
18:12:51 [2024-02-16T23:12:51.120Z] 	                                                      ^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.120Z] The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated
18:12:51 [2024-02-16T23:12:51.121Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[360] 
18:12:51 [2024-02-16T23:12:51.121Z] 	boolean run = config.getAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, false);
18:12:51 [2024-02-16T23:12:51.121Z] 	                                                    ^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.121Z] The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated
18:12:51 [2024-02-16T23:12:51.121Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[387] 
18:12:51 [2024-02-16T23:12:51.121Z] 	config.setAttribute(IDebugUIConstants.ATTR_DEBUG_FAVORITE, (String)null);
18:12:51 [2024-02-16T23:12:51.121Z] 	                                      ^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.121Z] The field IDebugUIConstants.ATTR_DEBUG_FAVORITE is deprecated
18:12:51 [2024-02-16T23:12:51.121Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/groups/CommonTabLite.java:[388] 
18:12:51 [2024-02-16T23:12:51.121Z] 	config.setAttribute(IDebugUIConstants.ATTR_RUN_FAVORITE, (String)null);
18:12:51 [2024-02-16T23:12:51.121Z] 	                                      ^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.121Z] The field IDebugUIConstants.ATTR_RUN_FAVORITE is deprecated
18:12:51 [2024-02-16T23:12:51.121Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationFilteredTree.java:[65] 
18:12:51 [2024-02-16T23:12:51.121Z] 	super(parent, treeStyle, filter, true);
18:12:51 [2024-02-16T23:12:51.121Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.121Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:12:51 [2024-02-16T23:12:51.121Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationSelectionDialog.java:[26] 
18:12:51 [2024-02-16T23:12:51.121Z] 	* CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.121Z] 	  ^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.121Z] CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.121Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryBlockConnection.java:[21] 
18:12:51 [2024-02-16T23:12:51.121Z] 	* This interface is EXPERIMENTAL.
18:12:51 [2024-02-16T23:12:51.121Z] 	                    ^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.121Z] EXPERIMENTAL
18:12:51 [2024-02-16T23:12:51.122Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/IMemoryRenderingUpdater.java:[33] 
18:12:51 [2024-02-16T23:12:51.122Z] 	* This interface is EXPERIMENTAL.
18:12:51 [2024-02-16T23:12:51.122Z] 	                    ^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.122Z] EXPERIMENTAL
18:12:51 [2024-02-16T23:12:51.122Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/AbstractAsyncTableRendering.java:[214] 
18:12:51 [2024-02-16T23:12:51.122Z] 	// TODO: review use of MemorySegment, need to be careful to ensure flexible
18:12:51 [2024-02-16T23:12:51.122Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.122Z] TODO: review use of MemorySegment, need to be careful to ensure flexible
18:12:51 [2024-02-16T23:12:51.122Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementLabelProvider.java:[349] 
18:12:51 [2024-02-16T23:12:51.122Z] 	// TODO: rule
18:12:51 [2024-02-16T23:12:51.122Z] 	   ^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.122Z] TODO: rule
18:12:51 [2024-02-16T23:12:51.122Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementMementoProvider.java:[50] 
18:12:51 [2024-02-16T23:12:51.122Z] 	// TODO: rule
18:12:51 [2024-02-16T23:12:51.122Z] 	   ^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.122Z] TODO: rule
18:12:51 [2024-02-16T23:12:51.122Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/ElementMementoProvider.java:[83] 
18:12:51 [2024-02-16T23:12:51.122Z] 	// TODO: rule
18:12:51 [2024-02-16T23:12:51.122Z] 	   ^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.122Z] TODO: rule
18:12:51 [2024-02-16T23:12:51.122Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/VariableContentProvider.java:[101] 
18:12:51 [2024-02-16T23:12:51.122Z] 	// TODO: should fix this with a user preference
18:12:51 [2024-02-16T23:12:51.122Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.122Z] TODO: should fix this with a user preference
18:12:51 [2024-02-16T23:12:51.123Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchingPreferencePage.java:[136] 
18:12:51 [2024-02-16T23:12:51.123Z] 	//CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.123Z] 	  ^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.123Z] CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.123Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/LaunchingPreferencePage.java:[149] 
18:12:51 [2024-02-16T23:12:51.123Z] 	* CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.123Z] 	  ^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.123Z] CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.123Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/ProcessPropertyPage.java:[215] 
18:12:51 [2024-02-16T23:12:51.123Z] 	// TODO remove this ugly workaround after removing start time from process label
18:12:51 [2024-02-16T23:12:51.123Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.123Z] TODO remove this ugly workaround after removing start time from process label
18:12:51 [2024-02-16T23:12:51.123Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/ProcessPropertyPage.java:[238] 
18:12:51 [2024-02-16T23:12:51.123Z] 	// TODO remove this parsing when launch time is no fixed part of label anymore
18:12:51 [2024-02-16T23:12:51.123Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.123Z] TODO remove this parsing when launch time is no fixed part of label anymore
18:12:51 [2024-02-16T23:12:51.123Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/RunDebugPropertiesPage.java:[71] 
18:12:51 [2024-02-16T23:12:51.123Z] 	* CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.123Z] 	  ^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.123Z] CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.123Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/browsers/ExternalArchiveSourceContainerBrowser.java:[58] 
18:12:51 [2024-02-16T23:12:51.123Z] 	// TODO: configure auto-detect
18:12:51 [2024-02-16T23:12:51.123Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.123Z] TODO: configure auto-detect
18:12:51 [2024-02-16T23:12:51.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/browsers/ProjectSourceContainerDialog.java:[45] 
18:12:51 [2024-02-16T23:12:51.124Z] 	super(parentShell, input, contentProvider, labelProvider, message);
18:12:51 [2024-02-16T23:12:51.124Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.124Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:12:51 [2024-02-16T23:12:51.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/AsynchronousViewer.java:[301] 
18:12:51 [2024-02-16T23:12:51.124Z] 	image = new Image(getControl().getDisplay(), descriptor.getImageData());
18:12:51 [2024-02-16T23:12:51.124Z] 	                                                        ^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.124Z] The method getImageData() from the type ImageDescriptor is deprecated
18:12:51 [2024-02-16T23:12:51.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/AsynchronousViewer.java:[612] 
18:12:51 [2024-02-16T23:12:51.124Z] 	* TODO: what we really want is to fire selection change on ACTIVATE model
18:12:51 [2024-02-16T23:12:51.124Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.124Z] TODO: what we really want is to fire selection change on ACTIVATE model
18:12:51 [2024-02-16T23:12:51.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/TableEditorImpl.java:[36] 
18:12:51 [2024-02-16T23:12:51.124Z] 	* TODO: complain to UI about package access to API class.
18:12:51 [2024-02-16T23:12:51.124Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.124Z] TODO: complain to UI about package access to API class.
18:12:51 [2024-02-16T23:12:51.124Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalTreeModelViewer.java:[407] 
18:12:51 [2024-02-16T23:12:51.124Z] 	// TODO: should we update the filter with the "new non-identical element"?
18:12:51 [2024-02-16T23:12:51.124Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.124Z] TODO: should we update the filter with the "new non-identical element"?
18:12:51 [2024-02-16T23:12:51.125Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalTreeModelViewer.java:[671] 
18:12:51 [2024-02-16T23:12:51.125Z] 	* TODO: does this need to be asynchronous?
18:12:51 [2024-02-16T23:12:51.125Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.125Z] TODO: does this need to be asynchronous?
18:12:51 [2024-02-16T23:12:51.125Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalTreeModelViewer.java:[692] 
18:12:51 [2024-02-16T23:12:51.125Z] 	// TODO: allow client to specify style
18:12:51 [2024-02-16T23:12:51.125Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.125Z] TODO: allow client to specify style
18:12:51 [2024-02-16T23:12:51.125Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalTreeModelViewer.java:[1371] 
18:12:51 [2024-02-16T23:12:51.125Z] 	* TODO: workaround for bug 159461
18:12:51 [2024-02-16T23:12:51.125Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.125Z] TODO: workaround for bug 159461
18:12:51 [2024-02-16T23:12:51.125Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalVirtualTreeModelViewer.java:[301] 
18:12:51 [2024-02-16T23:12:51.125Z] 	// TODO: Implement insert() for element
18:12:51 [2024-02-16T23:12:51.125Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.125Z] TODO: Implement insert() for element
18:12:51 [2024-02-16T23:12:51.125Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalVirtualTreeModelViewer.java:[452] 
18:12:51 [2024-02-16T23:12:51.125Z] 	// TODO: implement reveal()
18:12:51 [2024-02-16T23:12:51.125Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.125Z] TODO: implement reveal()
18:12:51 [2024-02-16T23:12:51.125Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/InternalVirtualTreeModelViewer.java:[702] 
18:12:51 [2024-02-16T23:12:51.125Z] 	// TODO: should we update the filter with the "new non-identical element"?
18:12:51 [2024-02-16T23:12:51.125Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.125Z] TODO: should we update the filter with the "new non-identical element"?
18:12:51 [2024-02-16T23:12:51.126Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/TreeModelLabelProvider.java:[152] 
18:12:51 [2024-02-16T23:12:51.126Z] 	image = new Image(getDisplay(), descriptor.getImageData());
18:12:51 [2024-02-16T23:12:51.126Z] 	                                           ^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.126Z] The method getImageData() from the type ImageDescriptor is deprecated
18:12:51 [2024-02-16T23:12:51.126Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IStatusMonitor.java:[37] 
18:12:51 [2024-02-16T23:12:51.126Z] 	* <strong>EXPERIMENTAL</strong>. This interface has been added as
18:12:51 [2024-02-16T23:12:51.126Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.126Z] EXPERIMENTAL</strong>. This interface has been added as
18:12:51 [2024-02-16T23:12:51.126Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/ModelDelta.java:[37] 
18:12:51 [2024-02-16T23:12:51.126Z] 	// TODO this is not good, we are mixing a delta with an array of deltas
18:12:51 [2024-02-16T23:12:51.126Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.126Z] TODO this is not good, we are mixing a delta with an array of deltas
18:12:51 [2024-02-16T23:12:51.126Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ViewContextService.java:[437] 
18:12:51 [2024-02-16T23:12:51.126Z] 	* TODO: we really need an API to determine which views are
18:12:51 [2024-02-16T23:12:51.126Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.126Z] TODO: we really need an API to determine which views are
18:12:51 [2024-02-16T23:12:51.126Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/ViewContextService.java:[805] 
18:12:51 [2024-02-16T23:12:51.126Z] 	// TODO: do we need to check if contexts are actually enabled in workbench first?
18:12:51 [2024-02-16T23:12:51.126Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.126Z] TODO: do we need to check if contexts are actually enabled in workbench first?
18:12:51 [2024-02-16T23:12:51.126Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointContainer.java:[257] 
18:12:51 [2024-02-16T23:12:51.127Z] 	// TODO [pchuong]: can be remove if BreakpointsContentProvider no longer uses this class
18:12:51 [2024-02-16T23:12:51.127Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.127Z] TODO [pchuong]: can be remove if BreakpointsContentProvider no longer uses this class
18:12:51 [2024-02-16T23:12:51.127Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointContainer.java:[303] 
18:12:51 [2024-02-16T23:12:51.127Z] 	// TODO [pchuong]: There seems to be some kind of problem when the INSERTED flag is used,
18:12:51 [2024-02-16T23:12:51.127Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.127Z] TODO [pchuong]: There seems to be some kind of problem when the INSERTED flag is used,
18:12:51 [2024-02-16T23:12:51.127Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsContentProvider.java:[215] 
18:12:51 [2024-02-16T23:12:51.127Z] 	// TODO: only re-organize if showing the changed category
18:12:51 [2024-02-16T23:12:51.127Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.127Z] TODO: only re-organize if showing the changed category
18:12:51 [2024-02-16T23:12:51.127Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java:[538] 
18:12:51 [2024-02-16T23:12:51.127Z] 	* TODO Remove in favor of using <code>TreeItem</code>s and <code>TreePath</code>s to determine paste targets
18:12:51 [2024-02-16T23:12:51.127Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.127Z] TODO Remove in favor of using <code>TreeItem</code>s and <code>TreePath</code>s to determine paste targets
18:12:51 [2024-02-16T23:12:51.127Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java:[566] 
18:12:51 [2024-02-16T23:12:51.127Z] 	* TODO remove in favor of using <code>TreeItem</code> as paste target
18:12:51 [2024-02-16T23:12:51.127Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.127Z] TODO remove in favor of using <code>TreeItem</code> as paste target
18:12:51 [2024-02-16T23:12:51.128Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/breakpoints/BreakpointsView.java:[765] 
18:12:51 [2024-02-16T23:12:51.128Z] 	// TODO expandToLevel(target.getData(), ALL_LEVELS);
18:12:51 [2024-02-16T23:12:51.128Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.128Z] TODO expandToLevel(target.getData(), ALL_LEVELS);
18:12:51 [2024-02-16T23:12:51.128Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ProcessConsole.java:[320] 
18:12:51 [2024-02-16T23:12:51.128Z] 	// FIXME workaround to remove start time from process label added from jdt for
18:12:51 [2024-02-16T23:12:51.128Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.128Z] FIXME workaround to remove start time from process label added from jdt for
18:12:51 [2024-02-16T23:12:51.128Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/console/ProcessConsolePageParticipant.java:[186] 
18:12:51 [2024-02-16T23:12:51.128Z] 	//CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.128Z] 	  ^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.128Z] CONTEXTLAUNCHING
18:12:51 [2024-02-16T23:12:51.128Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/expression/ExpressionView.java:[215] 
18:12:51 [2024-02-16T23:12:51.128Z] 	// TODO: duplicate code from WatchExpressionAction
18:12:51 [2024-02-16T23:12:51.128Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.128Z] TODO: duplicate code from WatchExpressionAction
18:12:51 [2024-02-16T23:12:51.128Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java:[1199] 
18:12:51 [2024-02-16T23:12:51.128Z] 	* TODO hack to get around bug 148424, remove if UI ever fixes the PropertyDialogAction to respect enablesWhen conditions
18:12:51 [2024-02-16T23:12:51.128Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.128Z] TODO hack to get around bug 148424, remove if UI ever fixes the PropertyDialogAction to respect enablesWhen conditions
18:12:51 [2024-02-16T23:12:51.128Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchView.java:[1351] 
18:12:51 [2024-02-16T23:12:51.129Z] 	// TODO: Workaround for Bug #63332. Reexamine after M9.
18:12:51 [2024-02-16T23:12:51.129Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.129Z] TODO: Workaround for Bug #63332. Reexamine after M9.
18:12:51 [2024-02-16T23:12:51.129Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/AsyncTableRenderingCellModifier.java:[38] 
18:12:51 [2024-02-16T23:12:51.129Z] 	// TODO:  if we want "true" flexible hierarchy, also need to allow clients
18:12:51 [2024-02-16T23:12:51.129Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.129Z] TODO:  if we want "true" flexible hierarchy, also need to allow clients
18:12:51 [2024-02-16T23:12:51.129Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/AsyncTableRenderingViewer.java:[1002] 
18:12:51 [2024-02-16T23:12:51.129Z] 	// TODO:  work around swt bug, must force a table cursor redraw after top index is changed
18:12:51 [2024-02-16T23:12:51.129Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.129Z] TODO:  work around swt bug, must force a table cursor redraw after top index is changed
18:12:51 [2024-02-16T23:12:51.129Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/AsyncTableRenderingViewer.java:[1018] 
18:12:51 [2024-02-16T23:12:51.129Z] 	// TODO:  need pluggable model to be truly flexible
18:12:51 [2024-02-16T23:12:51.129Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.129Z] TODO:  need pluggable model to be truly flexible
18:12:51 [2024-02-16T23:12:51.129Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/variables/details/DefaultDetailPane.java:[636] 
18:12:51 [2024-02-16T23:12:51.129Z] 	// TODO: Still using "old" resource access, find/replace won't work in popup dialogs
18:12:51 [2024-02-16T23:12:51.129Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.129Z] TODO: Still using "old" resource access, find/replace won't work in popup dialogs
18:12:51 [2024-02-16T23:12:51.129Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/actions/RunToLineActionDelegate.java:[181] 
18:12:51 [2024-02-16T23:12:51.129Z] 	// TODO: we could restrict loading to cases when the debugging context is on
18:12:51 [2024-02-16T23:12:51.130Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:12:51 [2024-02-16T23:12:51.130Z] TODO: we could restrict loading to cases when the debugging context is on
18:12:51 [2024-02-16T23:12:51.130Z] 64 problems (null, 64 warnings)
18:12:51 [2024-02-16T23:12:51.385Z] [INFO] 
18:12:51 [2024-02-16T23:12:51.385Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.debug.ui ---
18:12:51 [2024-02-16T23:12:51.385Z] [INFO] 
18:12:51 [2024-02-16T23:12:51.386Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.ui ---
18:12:51 [2024-02-16T23:12:51.386Z] [INFO] 
18:12:51 [2024-02-16T23:12:51.386Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.debug.ui ---
18:12:52 [2024-02-16T23:12:52.312Z] [INFO] 
18:12:52 [2024-02-16T23:12:52.312Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.ui ---
18:12:52 [2024-02-16T23:12:52.312Z] [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/debug/org.eclipse.debug.ui/src/test/resources
18:12:52 [2024-02-16T23:12:52.312Z] [INFO] 
18:12:52 [2024-02-16T23:12:52.312Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.ui ---
18:12:52 [2024-02-16T23:12:52.312Z] [INFO] 
18:12:52 [2024-02-16T23:12:52.312Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.ui ---
18:12:52 [2024-02-16T23:12:52.312Z] [INFO] 
18:12:52 [2024-02-16T23:12:52.312Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.ui ---
18:12:52 [2024-02-16T23:12:52.313Z] [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/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.300-SNAPSHOT-sources.jar
18:12:52 [2024-02-16T23:12:52.313Z] [INFO] 
18:12:52 [2024-02-16T23:12:52.313Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.ui ---
18:12:52 [2024-02-16T23:12:52.313Z] [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/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.300-SNAPSHOT.jar
18:12:52 [2024-02-16T23:12:52.313Z] [INFO] 
18:12:52 [2024-02-16T23:12:52.313Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.ui ---
18:12:52 [2024-02-16T23:12:52.568Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.ui:3.18.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/debug/org.eclipse.debug.ui/.polyglot.META-INF
18:12:52 [2024-02-16T23:12:52.568Z]     The main artifact has been replaced with the baseline version.
18:12:52 [2024-02-16T23:12:52.568Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:52 [2024-02-16T23:12:52.568Z] 
18:12:52 [2024-02-16T23:12:52.568Z] [INFO] 
18:12:52 [2024-02-16T23:12:52.568Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.ui ---
18:12:52 [2024-02-16T23:12:52.568Z] [INFO] Execution was skipped
18:12:52 [2024-02-16T23:12:52.568Z] [INFO] 
18:12:52 [2024-02-16T23:12:52.568Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.ui ---
18:12:53 [2024-02-16T23:12:53.495Z] [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/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.300-SNAPSHOT.jar' is already signed and will be resigned.
18:12:53 [2024-02-16T23:12:53.496Z] [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/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.300-SNAPSHOT.jar
18:12:56 [2024-02-16T23:12:56.761Z] [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/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:56 [2024-02-16T23:12:56.761Z] [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/debug/org.eclipse.debug.ui/target/org.eclipse.debug.ui-3.18.300-SNAPSHOT-sources.jar
18:12:57 [2024-02-16T23:12:57.689Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.689Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.debug.ui ---
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.ui:3.18.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/debug/org.eclipse.debug.ui/.polyglot.META-INF
18:12:57 [2024-02-16T23:12:57.945Z]     The main artifact has been replaced with the baseline version.
18:12:57 [2024-02-16T23:12:57.945Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:57 [2024-02-16T23:12:57.945Z] 
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] -------< org.eclipse.platform:org.eclipse.ltk.core.refactoring >--------
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] Building [bundle] Refactoring Core 3.14.300-SNAPSHOT           [111/521]
18:12:57 [2024-02-16T23:12:57.945Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ltk.core.refactoring/.polyglot.META-INF
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] The project's OSGi version is 3.14.300.v20240111-1549
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.945Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.946Z] [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.ltk.core.refactoring/saveproperties
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] Resolving class path of [bundle] Refactoring Core
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.946Z] [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.ltk.core.refactoring/src/main/resources
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.946Z] [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.ltk.core.refactoring/src/main/resources
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] 
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ltk.core.refactoring ---
18:12:57 [2024-02-16T23:12:57.946Z] [INFO] Compiling 145 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.ltk.core.refactoring/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:12:58 [2024-02-16T23:12:58.203Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.203Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.203Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.203Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.203Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.203Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.460Z] [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.ltk.core.refactoring/src/test/resources
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.460Z] [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.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.300-SNAPSHOT-sources.jar
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.460Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.460Z] [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.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.300-SNAPSHOT.jar
18:12:58 [2024-02-16T23:12:58.461Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.461Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.461Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.core.refactoring:3.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.ltk.core.refactoring/.polyglot.META-INF
18:12:58 [2024-02-16T23:12:58.461Z]     The main artifact has been replaced with the baseline version.
18:12:58 [2024-02-16T23:12:58.461Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:12:58 [2024-02-16T23:12:58.461Z] 
18:12:58 [2024-02-16T23:12:58.461Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.461Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.718Z] [INFO] Execution was skipped
18:12:58 [2024-02-16T23:12:58.718Z] [INFO] 
18:12:58 [2024-02-16T23:12:58.718Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ltk.core.refactoring ---
18:12:58 [2024-02-16T23:12:58.718Z] [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.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.300-SNAPSHOT.jar' is already signed and will be resigned.
18:12:58 [2024-02-16T23:12:58.718Z] [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.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.300-SNAPSHOT.jar
18:12:59 [2024-02-16T23:12:59.647Z] [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.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:12:59 [2024-02-16T23:12:59.647Z] [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.ltk.core.refactoring/target/org.eclipse.ltk.core.refactoring-3.14.300-SNAPSHOT-sources.jar
18:13:00 [2024-02-16T23:13:00.574Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.574Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ltk.core.refactoring ---
18:13:00 [2024-02-16T23:13:00.574Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.core.refactoring:3.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.ltk.core.refactoring/.polyglot.META-INF
18:13:00 [2024-02-16T23:13:00.574Z]     The main artifact has been replaced with the baseline version.
18:13:00 [2024-02-16T23:13:00.574Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:00 [2024-02-16T23:13:00.574Z] 
18:13:00 [2024-02-16T23:13:00.574Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.574Z] [INFO] ------------< org.eclipse.platform:org.eclipse.search.core >------------
18:13:00 [2024-02-16T23:13:00.574Z] [INFO] Building [bundle] Search Support Core 3.16.100-SNAPSHOT        [112/521]
18:13:00 [2024-02-16T23:13:00.574Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.search.core/.polyglot.META-INF
18:13:00 [2024-02-16T23:13:00.574Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:00 [2024-02-16T23:13:00.829Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.829Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.829Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] The project's OSGi version is 3.16.100.v20240207-1054
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [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.search.core/saveproperties
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] Resolving class path of [bundle] Search Support Core
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [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.search.core/src/main/resources
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [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.search.core/src/main/resources
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.830Z] [INFO] Compiling 15 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.search.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:00 [2024-02-16T23:13:00.831Z] [WARNING] /home/jenkins/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.search.core/search/org/eclipse/search/internal/core/text/FileCharSequenceProvider.java:[279] 
18:13:00 [2024-02-16T23:13:00.831Z] 	InputStream contents= fFile.getContents();
18:13:00 [2024-02-16T23:13:00.831Z] 	            ^^^^^^^^
18:13:00 [2024-02-16T23:13:00.831Z] Resource 'contents' should be managed by try-with-resource
18:13:00 [2024-02-16T23:13:00.831Z] 1 problem (1 warning)
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.831Z] [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.search.core/src/test/resources
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.831Z] [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.search.core/target/org.eclipse.search.core-3.16.100-SNAPSHOT-sources.jar
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.831Z] [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.search.core/target/org.eclipse.search.core-3.16.100-SNAPSHOT.jar
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.831Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.832Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search.core:3.16.100-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.search.core/.polyglot.META-INF
18:13:00 [2024-02-16T23:13:00.832Z]     The main artifact has been replaced with the baseline version.
18:13:00 [2024-02-16T23:13:00.832Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:00 [2024-02-16T23:13:00.832Z] 
18:13:00 [2024-02-16T23:13:00.832Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.832Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search.core ---
18:13:00 [2024-02-16T23:13:00.832Z] [INFO] Execution was skipped
18:13:00 [2024-02-16T23:13:00.832Z] [INFO] 
18:13:00 [2024-02-16T23:13:00.832Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.search.core ---
18:13:01 [2024-02-16T23:13:01.088Z] [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.search.core/target/org.eclipse.search.core-3.16.100-SNAPSHOT.jar' is already signed and will be resigned.
18:13:01 [2024-02-16T23:13:01.089Z] [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.search.core/target/org.eclipse.search.core-3.16.100-SNAPSHOT.jar
18:13:02 [2024-02-16T23:13:02.016Z] [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.search.core/target/org.eclipse.search.core-3.16.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:02 [2024-02-16T23:13:02.017Z] [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.search.core/target/org.eclipse.search.core-3.16.100-SNAPSHOT-sources.jar
18:13:03 [2024-02-16T23:13:03.378Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.378Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.search.core ---
18:13:03 [2024-02-16T23:13:03.378Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search.core:3.16.100-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.search.core/.polyglot.META-INF
18:13:03 [2024-02-16T23:13:03.379Z]     The main artifact has been replaced with the baseline version.
18:13:03 [2024-02-16T23:13:03.379Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:03 [2024-02-16T23:13:03.379Z] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --------------< org.eclipse.platform:org.eclipse.compare >--------------
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] Building [bundle] Compare Support 3.10.0-SNAPSHOT              [113/521]
18:13:03 [2024-02-16T23:13:03.379Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.compare/.polyglot.META-INF
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] The project's OSGi version is 3.10.0.v20240208-0728
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [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/team/bundles/org.eclipse.compare/saveproperties
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] Resolving class path of [bundle] Compare Support
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [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/team/bundles/org.eclipse.compare/src/main/resources
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.379Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.379Z] [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/team/bundles/org.eclipse.compare/src/main/resources
18:13:03 [2024-02-16T23:13:03.380Z] [INFO] 
18:13:03 [2024-02-16T23:13:03.380Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.compare ---
18:13:03 [2024-02-16T23:13:03.380Z] [INFO] Compiling 164 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/team/bundles/org.eclipse.compare/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:04 [2024-02-16T23:13:04.308Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java:[379] 
18:13:04 [2024-02-16T23:13:04.308Z] 	* FIXME!
18:13:04 [2024-02-16T23:13:04.308Z] 	  ^^^^^
18:13:04 [2024-02-16T23:13:04.308Z] FIXME
18:13:04 [2024-02-16T23:13:04.308Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/CompareEditorInput.java:[386] 
18:13:04 [2024-02-16T23:13:04.308Z] 	* FIXME!
18:13:04 [2024-02-16T23:13:04.308Z] 	  ^^^^^
18:13:04 [2024-02-16T23:13:04.308Z] FIXME
18:13:04 [2024-02-16T23:13:04.308Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[184] 
18:13:04 [2024-02-16T23:13:04.308Z] 	import org.eclipse.ui.IKeyBindingService;
18:13:04 [2024-02-16T23:13:04.308Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.308Z] The type IKeyBindingService is deprecated
18:13:04 [2024-02-16T23:13:04.308Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[1068] 
18:13:04 [2024-02-16T23:13:04.308Z] 	// TODO: This is fine for now but may need to be revisited if a refresh is performed
18:13:04 [2024-02-16T23:13:04.308Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.308Z] TODO: This is fine for now but may need to be revisited if a refresh is performed
18:13:04 [2024-02-16T23:13:04.309Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[1431] 
18:13:04 [2024-02-16T23:13:04.309Z] 	// TODO not sure if true when findReplaceTarget is null
18:13:04 [2024-02-16T23:13:04.309Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.309Z] TODO not sure if true when findReplaceTarget is null
18:13:04 [2024-02-16T23:13:04.309Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[2929] 
18:13:04 [2024-02-16T23:13:04.309Z] 	// TODO: Would be good if this could be restated in terms of Saveables and moved up
18:13:04 [2024-02-16T23:13:04.309Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.309Z] TODO: Would be good if this could be restated in terms of Saveables and moved up
18:13:04 [2024-02-16T23:13:04.309Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[4217] 
18:13:04 [2024-02-16T23:13:04.309Z] 	// FIXME: this optimization is incorrect because
18:13:04 [2024-02-16T23:13:04.309Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.309Z] FIXME: this optimization is incorrect because
18:13:04 [2024-02-16T23:13:04.309Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/contentmergeviewer/TextMergeViewer.java:[5300] 
18:13:04 [2024-02-16T23:13:04.309Z] 	// TODO: Should show error to the user
18:13:04 [2024-02-16T23:13:04.309Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.309Z] TODO: Should show error to the user
18:13:04 [2024-02-16T23:13:04.309Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareUIPlugin.java:[44] 
18:13:04 [2024-02-16T23:13:04.309Z] 	import org.eclipse.compare.IStreamMerger;
18:13:04 [2024-02-16T23:13:04.309Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.309Z] The type IStreamMerger is deprecated
18:13:04 [2024-02-16T23:13:04.310Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareUIPlugin.java:[784] 
18:13:04 [2024-02-16T23:13:04.310Z] 	public IStreamMerger createStreamMerger(String type) {
18:13:04 [2024-02-16T23:13:04.310Z] 	       ^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.310Z] The type IStreamMerger is deprecated
18:13:04 [2024-02-16T23:13:04.310Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/CompareUIPlugin.java:[799] 
18:13:04 [2024-02-16T23:13:04.310Z] 	public IStreamMerger createStreamMerger(IContentType type) {
18:13:04 [2024-02-16T23:13:04.310Z] 	       ^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.310Z] The type IStreamMerger is deprecated
18:13:04 [2024-02-16T23:13:04.310Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[79] 
18:13:04 [2024-02-16T23:13:04.310Z] 	drawImage(fBaseImageData, fWidth - fBaseImageData.width, 0);
18:13:04 [2024-02-16T23:13:04.310Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.310Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.310Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[83] 
18:13:04 [2024-02-16T23:13:04.310Z] 	ImageData overlay= fOverlayImage.getImageData();
18:13:04 [2024-02-16T23:13:04.310Z] 	                                 ^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.310Z] The method getImageData() from the type ImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.310Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[86] 
18:13:04 [2024-02-16T23:13:04.310Z] 	drawImage(overlay, 0, (HEIGHT - overlay.height) / 2);
18:13:04 [2024-02-16T23:13:04.310Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.310Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.311Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[90] 
18:13:04 [2024-02-16T23:13:04.311Z] 	drawImage(fBaseImageData, 0, 0);
18:13:04 [2024-02-16T23:13:04.311Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.311Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.311Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[94] 
18:13:04 [2024-02-16T23:13:04.311Z] 	ImageData overlay= fOverlayImage.getImageData();
18:13:04 [2024-02-16T23:13:04.311Z] 	                                 ^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.311Z] The method getImageData() from the type ImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.311Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DiffImageDescriptor.java:[97] 
18:13:04 [2024-02-16T23:13:04.311Z] 	drawImage(overlay, fWidth - overlay.width, (HEIGHT - overlay.height) / 2);
18:13:04 [2024-02-16T23:13:04.311Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.311Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.311Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[21] 
18:13:04 [2024-02-16T23:13:04.311Z] 	import org.eclipse.compare.EditionSelectionDialog;
18:13:04 [2024-02-16T23:13:04.311Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.311Z] The type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.311Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[151] 
18:13:04 [2024-02-16T23:13:04.311Z] 	EditionSelectionDialog d= new EditionSelectionDialog(parentShell, bundle);
18:13:04 [2024-02-16T23:13:04.311Z] 	^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.311Z] The type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.311Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[151] 
18:13:04 [2024-02-16T23:13:04.312Z] 	EditionSelectionDialog d= new EditionSelectionDialog(parentShell, bundle);
18:13:04 [2024-02-16T23:13:04.312Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.312Z] The type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.312Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[151] 
18:13:04 [2024-02-16T23:13:04.312Z] 	EditionSelectionDialog d= new EditionSelectionDialog(parentShell, bundle);
18:13:04 [2024-02-16T23:13:04.312Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.312Z] The constructor EditionSelectionDialog(Shell, ResourceBundle) is deprecated
18:13:04 [2024-02-16T23:13:04.312Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[152] 
18:13:04 [2024-02-16T23:13:04.312Z] 	d.setEditionTitleArgument(file.getName());
18:13:04 [2024-02-16T23:13:04.312Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.312Z] The method setEditionTitleArgument(String) from the type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.312Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[153] 
18:13:04 [2024-02-16T23:13:04.312Z] 	d.setEditionTitleImage(CompareUIPlugin.getImage(file));
18:13:04 [2024-02-16T23:13:04.312Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.312Z] The method setEditionTitleImage(Image) from the type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.312Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[156] 
18:13:04 [2024-02-16T23:13:04.312Z] 	d.setHelpContextId(fHelpContextId);
18:13:04 [2024-02-16T23:13:04.312Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.312Z] The method setHelpContextId(String) from the type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.312Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[162] 
18:13:04 [2024-02-16T23:13:04.313Z] 	ti= d.selectPreviousEdition(target, editions, null);
18:13:04 [2024-02-16T23:13:04.313Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.313Z] The method selectPreviousEdition(ITypedElement, ITypedElement[], Object) from the type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.313Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[164] 
18:13:04 [2024-02-16T23:13:04.313Z] 	ti= d.selectEdition(target, editions, null);
18:13:04 [2024-02-16T23:13:04.313Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.313Z] The method selectEdition(ITypedElement, ITypedElement[], Object) from the type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.313Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[187] 
18:13:04 [2024-02-16T23:13:04.313Z] 	d.setCompareMode(true);
18:13:04 [2024-02-16T23:13:04.313Z] 	  ^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.313Z] The method setCompareMode(boolean) from the type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.313Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/EditionAction.java:[189] 
18:13:04 [2024-02-16T23:13:04.313Z] 	d.selectEdition(target, editions, null);
18:13:04 [2024-02-16T23:13:04.313Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.313Z] The method selectEdition(ITypedElement, ITypedElement[], Object) from the type EditionSelectionDialog is deprecated
18:13:04 [2024-02-16T23:13:04.313Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/MergeSourceViewer.java:[149] 
18:13:04 [2024-02-16T23:13:04.313Z] 	* TODO: The only purpose of this class is to provide "Go to Line" action in
18:13:04 [2024-02-16T23:13:04.313Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.313Z] TODO: The only purpose of this class is to provide "Go to Line" action in
18:13:04 [2024-02-16T23:13:04.313Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/StreamMergerDescriptor.java:[16] 
18:13:04 [2024-02-16T23:13:04.313Z] 	import org.eclipse.compare.IStreamMerger;
18:13:04 [2024-02-16T23:13:04.313Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.313Z] The type IStreamMerger is deprecated
18:13:04 [2024-02-16T23:13:04.314Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/StreamMergerDescriptor.java:[38] 
18:13:04 [2024-02-16T23:13:04.314Z] 	public IStreamMerger createStreamMerger() {
18:13:04 [2024-02-16T23:13:04.314Z] 	       ^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.314Z] The type IStreamMerger is deprecated
18:13:04 [2024-02-16T23:13:04.314Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/StreamMergerDescriptor.java:[40] 
18:13:04 [2024-02-16T23:13:04.314Z] 	return (IStreamMerger) fElement.createExecutableExtension(CLASS_ATTRIBUTE);
18:13:04 [2024-02-16T23:13:04.314Z] 	        ^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.314Z] The type IStreamMerger is deprecated
18:13:04 [2024-02-16T23:13:04.314Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/merge/TextStreamMerger.java:[22] 
18:13:04 [2024-02-16T23:13:04.314Z] 	import org.eclipse.compare.IStreamMerger;
18:13:04 [2024-02-16T23:13:04.314Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.314Z] The type IStreamMerger is deprecated
18:13:04 [2024-02-16T23:13:04.314Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/merge/TextStreamMerger.java:[32] 
18:13:04 [2024-02-16T23:13:04.314Z] 	public class TextStreamMerger implements IStreamMerger {
18:13:04 [2024-02-16T23:13:04.314Z] 	                                         ^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.314Z] The type IStreamMerger is deprecated
18:13:04 [2024-02-16T23:13:04.314Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/merge/TextStreamMerger.java:[77] 
18:13:04 [2024-02-16T23:13:04.314Z] 	return new Status(IStatus.ERROR, CompareUI.PLUGIN_ID, CONFLICT, MergeMessages.TextAutoMerge_conflict, null);
18:13:04 [2024-02-16T23:13:04.314Z] 	                                                      ^^^^^^^^
18:13:04 [2024-02-16T23:13:04.314Z] The field IStreamMerger.CONFLICT is deprecated
18:13:04 [2024-02-16T23:13:04.314Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[64] 
18:13:04 [2024-02-16T23:13:04.314Z] 	ImageData overlayData = overlay.getImageData();
18:13:04 [2024-02-16T23:13:04.314Z] 	                                ^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.314Z] The method getImageData() from the type ImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.315Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[68] 
18:13:04 [2024-02-16T23:13:04.315Z] 	.getImageData();
18:13:04 [2024-02-16T23:13:04.315Z] 	 ^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.315Z] The method getImageData() from the type ImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.315Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[72] 
18:13:04 [2024-02-16T23:13:04.315Z] 	drawImage(overlayData, 0, 0);
18:13:04 [2024-02-16T23:13:04.315Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.315Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.315Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[75] 
18:13:04 [2024-02-16T23:13:04.315Z] 	drawImage(overlayData, size.x - overlayData.width, 0);
18:13:04 [2024-02-16T23:13:04.315Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.315Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.315Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[78] 
18:13:04 [2024-02-16T23:13:04.315Z] 	drawImage(overlayData, 0, size.y - overlayData.height);
18:13:04 [2024-02-16T23:13:04.315Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.315Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.315Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[81] 
18:13:04 [2024-02-16T23:13:04.315Z] 	drawImage(overlayData, size.x - overlayData.width, size.y
18:13:04 [2024-02-16T23:13:04.315Z] 						- overlayData.height);
18:13:04 [2024-02-16T23:13:04.315Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.315Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.316Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[116] 
18:13:04 [2024-02-16T23:13:04.316Z] 	drawImage(underlay.getImageData(), 0, 0);
18:13:04 [2024-02-16T23:13:04.316Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.316Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.316Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[116] 
18:13:04 [2024-02-16T23:13:04.316Z] 	drawImage(underlay.getImageData(), 0, 0);
18:13:04 [2024-02-16T23:13:04.316Z] 	                   ^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.316Z] The method getImageData() from the type ImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.316Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DecoratorOverlayIcon.java:[118] 
18:13:04 [2024-02-16T23:13:04.316Z] 	drawImage(base.getImageData(), 0, 0);
18:13:04 [2024-02-16T23:13:04.316Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.316Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:13:04 [2024-02-16T23:13:04.316Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DiffViewerComparator.java:[22] 
18:13:04 [2024-02-16T23:13:04.316Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:13:04 [2024-02-16T23:13:04.316Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.316Z] The type ViewerSorter is deprecated
18:13:04 [2024-02-16T23:13:04.316Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/DiffViewerComparator.java:[24] 
18:13:04 [2024-02-16T23:13:04.316Z] 	public class DiffViewerComparator extends ViewerSorter {
18:13:04 [2024-02-16T23:13:04.316Z] 	                                          ^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.316Z] The type ViewerSorter is deprecated
18:13:04 [2024-02-16T23:13:04.316Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/LineReader.java:[56] 
18:13:04 [2024-02-16T23:13:04.317Z] 	// TODO
18:13:04 [2024-02-16T23:13:04.317Z] 	   ^^^^
18:13:04 [2024-02-16T23:13:04.317Z] TODO
18:13:04 [2024-02-16T23:13:04.317Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java:[219] 
18:13:04 [2024-02-16T23:13:04.317Z] 	// TODO: This could be a problem. We should only rebuild the affected nodes
18:13:04 [2024-02-16T23:13:04.317Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.317Z] TODO: This could be a problem. We should only rebuild the affected nodes
18:13:04 [2024-02-16T23:13:04.317Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java:[253] 
18:13:04 [2024-02-16T23:13:04.317Z] 	// TODO: This may require a rebuild if matched hunks are shown
18:13:04 [2024-02-16T23:13:04.317Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.317Z] TODO: This may require a rebuild if matched hunks are shown
18:13:04 [2024-02-16T23:13:04.317Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java:[275] 
18:13:04 [2024-02-16T23:13:04.317Z] 	// TODO: This may require a rebuild if matched hunks are shown
18:13:04 [2024-02-16T23:13:04.317Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.317Z] TODO: This may require a rebuild if matched hunks are shown
18:13:04 [2024-02-16T23:13:04.317Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PreviewPatchPage2.java:[348] 
18:13:04 [2024-02-16T23:13:04.317Z] 	// TODO: We should only do this if the tree needs to be rebuilt
18:13:04 [2024-02-16T23:13:04.317Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.317Z] TODO: We should only do this if the tree needs to be rebuilt
18:13:04 [2024-02-16T23:13:04.317Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/DocumentRangeNode.java:[217] 
18:13:04 [2024-02-16T23:13:04.317Z] 	// TODO: Avoid an exception for a position that is past the end of the document
18:13:04 [2024-02-16T23:13:04.317Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.317Z] TODO: Avoid an exception for a position that is past the end of the document
18:13:04 [2024-02-16T23:13:04.318Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/DocumentRangeNode.java:[366] 
18:13:04 [2024-02-16T23:13:04.318Z] 	// TODO: I don't believe this code does anything useful but just in case
18:13:04 [2024-02-16T23:13:04.318Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.318Z] TODO: I don't believe this code does anything useful but just in case
18:13:04 [2024-02-16T23:13:04.318Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/StructureCreator.java:[320] 
18:13:04 [2024-02-16T23:13:04.318Z] 	// TODO: Temporary code until subclasses are updated
18:13:04 [2024-02-16T23:13:04.318Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.318Z] TODO: Temporary code until subclasses are updated
18:13:04 [2024-02-16T23:13:04.318Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/StructureDiffViewer.java:[87] 
18:13:04 [2024-02-16T23:13:04.318Z] 	// TODO: Should we always force
18:13:04 [2024-02-16T23:13:04.318Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.318Z] TODO: Should we always force
18:13:04 [2024-02-16T23:13:04.318Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/StructureRootNode.java:[110] 
18:13:04 [2024-02-16T23:13:04.318Z] 	// TODO: I believe the parent implementation is flawed but didn't to remove
18:13:04 [2024-02-16T23:13:04.318Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:04 [2024-02-16T23:13:04.318Z] TODO: I believe the parent implementation is flawed but didn't to remove
18:13:04 [2024-02-16T23:13:04.318Z] 56 problems (null, 56 warnings)
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.318Z] [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/team/bundles/org.eclipse.compare/src/test/resources
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.318Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.319Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.319Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.319Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.319Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.319Z] [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/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.10.0-SNAPSHOT-sources.jar
18:13:04 [2024-02-16T23:13:04.319Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.319Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.319Z] [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/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.10.0-SNAPSHOT.jar
18:13:04 [2024-02-16T23:13:04.319Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.319Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.574Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare:3.10.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/team/bundles/org.eclipse.compare/.polyglot.META-INF
18:13:04 [2024-02-16T23:13:04.574Z]     The main artifact has been replaced with the baseline version.
18:13:04 [2024-02-16T23:13:04.574Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:04 [2024-02-16T23:13:04.574Z] 
18:13:04 [2024-02-16T23:13:04.574Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.574Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.574Z] [INFO] Execution was skipped
18:13:04 [2024-02-16T23:13:04.574Z] [INFO] 
18:13:04 [2024-02-16T23:13:04.574Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.compare ---
18:13:04 [2024-02-16T23:13:04.575Z] [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/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.10.0-SNAPSHOT.jar' is already signed and will be resigned.
18:13:04 [2024-02-16T23:13:04.575Z] [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/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.10.0-SNAPSHOT.jar
18:13:06 [2024-02-16T23:13:06.463Z] [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/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.10.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:06 [2024-02-16T23:13:06.463Z] [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/team/bundles/org.eclipse.compare/target/org.eclipse.compare-3.10.0-SNAPSHOT-sources.jar
18:13:07 [2024-02-16T23:13:07.389Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.390Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.compare ---
18:13:07 [2024-02-16T23:13:07.390Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare:3.10.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/team/bundles/org.eclipse.compare/.polyglot.META-INF
18:13:07 [2024-02-16T23:13:07.390Z]     The main artifact has been replaced with the baseline version.
18:13:07 [2024-02-16T23:13:07.390Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:07 [2024-02-16T23:13:07.390Z] 
18:13:07 [2024-02-16T23:13:07.390Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.390Z] [INFO] --------------< org.eclipse.platform:org.eclipse.team.ui >--------------
18:13:07 [2024-02-16T23:13:07.390Z] [INFO] Building [bundle] Team Support UI 3.10.300-SNAPSHOT            [114/521]
18:13:07 [2024-02-16T23:13:07.390Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.team.ui/.polyglot.META-INF
18:13:07 [2024-02-16T23:13:07.390Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] The project's OSGi version is 3.10.300.v20240207-1044
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.645Z] [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/team/bundles/org.eclipse.team.ui/saveproperties
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] Resolving class path of [bundle] Team Support UI
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.645Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.646Z] [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/team/bundles/org.eclipse.team.ui/src/main/resources
18:13:07 [2024-02-16T23:13:07.646Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.646Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.646Z] [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/team/bundles/org.eclipse.team.ui/src/main/resources
18:13:07 [2024-02-16T23:13:07.646Z] [INFO] 
18:13:07 [2024-02-16T23:13:07.646Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.team.ui ---
18:13:07 [2024-02-16T23:13:07.646Z] [INFO] Compiling 345 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/team/bundles/org.eclipse.team.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:09 [2024-02-16T23:13:09.011Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/DefaultUIFileModificationValidator.java:[58] 
18:13:09 [2024-02-16T23:13:09.011Z] 	setImageKey(DLG_IMG_WARNING);
18:13:09 [2024-02-16T23:13:09.011Z] 	            ^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.011Z] The field Dialog.DLG_IMG_WARNING is deprecated
18:13:09 [2024-02-16T23:13:09.011Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/ProjectSetImporter.java:[47] 
18:13:09 [2024-02-16T23:13:09.011Z] 	import org.eclipse.team.core.IProjectSetSerializer;
18:13:09 [2024-02-16T23:13:09.011Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.011Z] The type IProjectSetSerializer is deprecated
18:13:09 [2024-02-16T23:13:09.011Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/ProjectSetImporter.java:[98] 
18:13:09 [2024-02-16T23:13:09.011Z] 	IProjectSetSerializer serializer = Team.getProjectSetSerializer("versionOneSerializer"); //$NON-NLS-1$
18:13:09 [2024-02-16T23:13:09.011Z] 	^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.011Z] The type IProjectSetSerializer is deprecated
18:13:09 [2024-02-16T23:13:09.011Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/ProjectSetImporter.java:[98] 
18:13:09 [2024-02-16T23:13:09.012Z] 	IProjectSetSerializer serializer = Team.getProjectSetSerializer("versionOneSerializer"); //$NON-NLS-1$
18:13:09 [2024-02-16T23:13:09.012Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.012Z] The method getProjectSetSerializer(String) from the type Team is deprecated
18:13:09 [2024-02-16T23:13:09.012Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/ProjectSetImporter.java:[100] 
18:13:09 [2024-02-16T23:13:09.012Z] 	IProject[] projects = serializer.addToWorkspace(new String[0], filename, shell, monitor);
18:13:09 [2024-02-16T23:13:09.012Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.012Z] The method addToWorkspace(String[], String, Object, IProgressMonitor) from the type IProjectSetSerializer is deprecated
18:13:09 [2024-02-16T23:13:09.012Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/TeamCapabilityHelper.java:[98] 
18:13:09 [2024-02-16T23:13:09.012Z] 	final String pluginId = extension.getNamespace();
18:13:09 [2024-02-16T23:13:09.012Z] 	                                  ^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.012Z] The method getNamespace() from the type IExtension is deprecated
18:13:09 [2024-02-16T23:13:09.012Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/Utils.java:[1106] 
18:13:09 [2024-02-16T23:13:09.012Z] 	return IDE.getEditorDescriptor(name);
18:13:09 [2024-02-16T23:13:09.012Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.012Z] The method getEditorDescriptor(String) from the type IDE is deprecated
18:13:09 [2024-02-16T23:13:09.012Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java:[142] 
18:13:09 [2024-02-16T23:13:09.012Z] 	// TODO: is this case valid, and if so, what are the implications
18:13:09 [2024-02-16T23:13:09.012Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.012Z] TODO: is this case valid, and if so, what are the implications
18:13:09 [2024-02-16T23:13:09.012Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/OpenWithMenu.java:[169] 
18:13:09 [2024-02-16T23:13:09.012Z] 	// XXX: Would be better to use bold here, but SWT does not support it.
18:13:09 [2024-02-16T23:13:09.013Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.013Z] XXX: Would be better to use bold here, but SWT does not support it.
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/dialogs/AdditionalMappingsDialog.java:[104] 
18:13:09 [2024-02-16T23:13:09.013Z] 	// TODO Auto-generated method stub
18:13:09 [2024-02-16T23:13:09.013Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.013Z] TODO Auto-generated method stub
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/dialogs/AdditionalMappingsDialog.java:[110] 
18:13:09 [2024-02-16T23:13:09.013Z] 	// TODO Auto-generated method stub
18:13:09 [2024-02-16T23:13:09.013Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.013Z] TODO Auto-generated method stub
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/dialogs/DialogArea.java:[109] 
18:13:09 [2024-02-16T23:13:09.013Z] 	data.heightHint = Dialog.convertVerticalDLUsToPixels(fontMetrics, IDialogConstants.BUTTON_HEIGHT);
18:13:09 [2024-02-16T23:13:09.013Z] 	                                                                                   ^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.013Z] The field IDialogConstants.BUTTON_HEIGHT is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/DateHistoryCategory.java:[89] 
18:13:09 [2024-02-16T23:13:09.013Z] 	//TODO: pass in an object containing the file revision arrays and modify the contents
18:13:09 [2024-02-16T23:13:09.013Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.013Z] TODO: pass in an object containing the file revision arrays and modify the contents
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/EditionHistoryPage.java:[265] 
18:13:09 [2024-02-16T23:13:09.013Z] 	String contents1 = creator.getContents(previousEdition, false /* TODO: Ignore whitespace */);
18:13:09 [2024-02-16T23:13:09.013Z] 	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.013Z] TODO: Ignore whitespace
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/EditionHistoryPage.java:[266] 
18:13:09 [2024-02-16T23:13:09.014Z] 	String contents2 = creator.getContents(edition, false /* TODO: Ignore whitespace */);
18:13:09 [2024-02-16T23:13:09.014Z] 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.014Z] TODO: Ignore whitespace
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/LocalHistoryPage.java:[426] 
18:13:09 [2024-02-16T23:13:09.014Z] 	//TODO: Doc help
18:13:09 [2024-02-16T23:13:09.014Z] 	  ^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.014Z] TODO: Doc help
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/LocalHistoryPage.java:[493] 
18:13:09 [2024-02-16T23:13:09.014Z] 	// XXX: Not yet implemented, see http://bugs.eclipse.org/324185
18:13:09 [2024-02-16T23:13:09.014Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.014Z] XXX: Not yet implemented, see http://bugs.eclipse.org/324185
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/history/LocalHistoryTableProvider.java:[134] 
18:13:09 [2024-02-16T23:13:09.014Z] 	// TODO: We should have a Team theme for this
18:13:09 [2024-02-16T23:13:09.014Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.014Z] TODO: We should have a Team theme for this
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/CommonMenuManager.java:[48] 
18:13:09 [2024-02-16T23:13:09.014Z] 	// TODO Handle conflicts
18:13:09 [2024-02-16T23:13:09.014Z] 	   ^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.014Z] TODO Handle conflicts
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/CommonViewerAdvisor.java:[557] 
18:13:09 [2024-02-16T23:13:09.014Z] 	// TODO
18:13:09 [2024-02-16T23:13:09.014Z] 	   ^^^^
18:13:09 [2024-02-16T23:13:09.014Z] TODO
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/MergeIncomingChangesAction.java:[45] 
18:13:09 [2024-02-16T23:13:09.015Z] 	// TODO: We're past the API freeze so we need to access the property by string
18:13:09 [2024-02-16T23:13:09.015Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.015Z] TODO: We're past the API freeze so we need to access the property by string
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ModelSelectionDropDownAction.java:[218] 
18:13:09 [2024-02-16T23:13:09.015Z] 	// TODO: need to update the check mark
18:13:09 [2024-02-16T23:13:09.015Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.015Z] TODO: need to update the check mark
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ModelSynchronizePage.java:[64] 
18:13:09 [2024-02-16T23:13:09.015Z] 	// TODO Auto-generated method stub
18:13:09 [2024-02-16T23:13:09.015Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.015Z] TODO Auto-generated method stub
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ResourceModelContentProvider.java:[144] 
18:13:09 [2024-02-16T23:13:09.015Z] 	// TODO: Could optimize this to a single pass over the children instead of 3
18:13:09 [2024-02-16T23:13:09.015Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.015Z] TODO: Could optimize this to a single pass over the children instead of 3
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ResourceModelContentProvider.java:[221] 
18:13:09 [2024-02-16T23:13:09.015Z] 	// TODO: fails due to use of roots
18:13:09 [2024-02-16T23:13:09.015Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.015Z] TODO: fails due to use of roots
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/ResourceModelScopeParticipant.java:[193] 
18:13:09 [2024-02-16T23:13:09.016Z] 	// TODO: Need to update the participant description somehow
18:13:09 [2024-02-16T23:13:09.016Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.016Z] TODO: Need to update the participant description somehow
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[21] 
18:13:09 [2024-02-16T23:13:09.016Z] 	import org.eclipse.compare.IStreamMerger;
18:13:09 [2024-02-16T23:13:09.016Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.016Z] The type IStreamMerger is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[38] 
18:13:09 [2024-02-16T23:13:09.016Z] 	private final IStreamMerger merger;
18:13:09 [2024-02-16T23:13:09.016Z] 	              ^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.016Z] The type IStreamMerger is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[40] 
18:13:09 [2024-02-16T23:13:09.016Z] 	public StorageStreamMerger(IStreamMerger merger) {
18:13:09 [2024-02-16T23:13:09.016Z] 	                           ^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.016Z] The type IStreamMerger is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[52] 
18:13:09 [2024-02-16T23:13:09.016Z] 	status = merger.merge(output, outputEncoding,
18:13:09 [2024-02-16T23:13:09.016Z] 					ancestorStream, getEncoding(ancestorStorage, outputEncoding),
18:13:09 [2024-02-16T23:13:09.016Z] 					targetStream, getEncoding(targetStorage, outputEncoding),
18:13:09 [2024-02-16T23:13:09.016Z] 					remoteStream, getEncoding(otherStorage, outputEncoding),
18:13:09 [2024-02-16T23:13:09.016Z] 					monitor);
18:13:09 [2024-02-16T23:13:09.016Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.016Z] The method merge(OutputStream, String, InputStream, String, InputStream, String, InputStream, String, IProgressMonitor) from the type IStreamMerger is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[59] 
18:13:09 [2024-02-16T23:13:09.017Z] 	if (status.getCode() == IStreamMerger.CONFLICT)
18:13:09 [2024-02-16T23:13:09.017Z] 	                        ^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.017Z] The type IStreamMerger is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StorageStreamMerger.java:[59] 
18:13:09 [2024-02-16T23:13:09.017Z] 	if (status.getCode() == IStreamMerger.CONFLICT)
18:13:09 [2024-02-16T23:13:09.017Z] 	                                      ^^^^^^^^
18:13:09 [2024-02-16T23:13:09.017Z] The field IStreamMerger.CONFLICT is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[17] 
18:13:09 [2024-02-16T23:13:09.017Z] 	import org.eclipse.compare.IStreamMerger;
18:13:09 [2024-02-16T23:13:09.017Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.017Z] The type IStreamMerger is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[38] 
18:13:09 [2024-02-16T23:13:09.017Z] 	IStreamMerger merger = CompareUI.createStreamMerger(type);
18:13:09 [2024-02-16T23:13:09.017Z] 	^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.017Z] The type IStreamMerger is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[38] 
18:13:09 [2024-02-16T23:13:09.017Z] 	IStreamMerger merger = CompareUI.createStreamMerger(type);
18:13:09 [2024-02-16T23:13:09.017Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.017Z] The method createStreamMerger(IContentType) from the type CompareUI is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[45] 
18:13:09 [2024-02-16T23:13:09.017Z] 	IStreamMerger merger = CompareUI.createStreamMerger(DelegatingStorageMerger.getExtension(target.getName()));
18:13:09 [2024-02-16T23:13:09.017Z] 	^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.017Z] The type IStreamMerger is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/mapping/StreamMergerDelegate.java:[45] 
18:13:09 [2024-02-16T23:13:09.018Z] 	IStreamMerger merger = CompareUI.createStreamMerger(DelegatingStorageMerger.getExtension(target.getName()));
18:13:09 [2024-02-16T23:13:09.018Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.018Z] The method createStreamMerger(String) from the type CompareUI is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/preferences/ResourceModelPreferencePage.java:[65] 
18:13:09 [2024-02-16T23:13:09.018Z] 	TeamUIPlugin.getPlugin().savePluginPreferences();
18:13:09 [2024-02-16T23:13:09.018Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.018Z] The method savePluginPreferences() from the type Plugin is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/preferences/SyncViewerPreferencePage.java:[206] 
18:13:09 [2024-02-16T23:13:09.018Z] 	TeamUIPlugin.getPlugin().savePluginPreferences();
18:13:09 [2024-02-16T23:13:09.018Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.018Z] The method savePluginPreferences() from the type Plugin is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/ChangeSetModelProvider.java:[61] 
18:13:09 [2024-02-16T23:13:09.018Z] 	// TODO: May need to be modified to work with two-way
18:13:09 [2024-02-16T23:13:09.018Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.018Z] TODO: May need to be modified to work with two-way
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/DialogSynchronizePageSite.java:[31] 
18:13:09 [2024-02-16T23:13:09.018Z] 	import org.eclipse.ui.IKeyBindingService;
18:13:09 [2024-02-16T23:13:09.018Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.018Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/DialogSynchronizePageSite.java:[89] 
18:13:09 [2024-02-16T23:13:09.018Z] 	public IKeyBindingService getKeyBindingService() {
18:13:09 [2024-02-16T23:13:09.018Z] 	       ^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.018Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshModelParticipantJob.java:[80] 
18:13:09 [2024-02-16T23:13:09.019Z] 	// TODO: finer grained refresh
18:13:09 [2024-02-16T23:13:09.019Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.019Z] TODO: finer grained refresh
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicy.java:[130] 
18:13:09 [2024-02-16T23:13:09.019Z] 	// TODO: Implement one change case for model participant
18:13:09 [2024-02-16T23:13:09.019Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.019Z] TODO: Implement one change case for model participant
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[24] 
18:13:09 [2024-02-16T23:13:09.019Z] 	import org.eclipse.team.ui.synchronize.ParticipantPageDialog;
18:13:09 [2024-02-16T23:13:09.019Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.019Z] The type ParticipantPageDialog is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[25] 
18:13:09 [2024-02-16T23:13:09.019Z] 	import org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart;
18:13:09 [2024-02-16T23:13:09.019Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.019Z] The type ParticipantPageSaveablePart is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[79] 
18:13:09 [2024-02-16T23:13:09.019Z] 	ParticipantPageSaveablePart input = new ParticipantPageSaveablePart(Utils.getShell(null), cc, configuration, participant) {
18:13:09 [2024-02-16T23:13:09.019Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.019Z] The type ParticipantPageSaveablePart is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[79] 
18:13:09 [2024-02-16T23:13:09.020Z] 	ParticipantPageSaveablePart input = new ParticipantPageSaveablePart(Utils.getShell(null), cc, configuration, participant) {
18:13:09 [2024-02-16T23:13:09.020Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.020Z] The type ParticipantPageSaveablePart is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[79] 
18:13:09 [2024-02-16T23:13:09.020Z] 	ParticipantPageSaveablePart input = new ParticipantPageSaveablePart(Utils.getShell(null), cc, configuration, participant) {
18:13:09 [2024-02-16T23:13:09.020Z] 			@Override
18:13:09 [2024-02-16T23:13:09.020Z] 			public String getTitle() {
18:13:09 [2024-02-16T23:13:09.020Z] 				return RefreshUserNotificationPolicyInModalDialog.this.title;
18:13:09 [2024-02-16T23:13:09.020Z] 			}
18:13:09 [2024-02-16T23:13:09.020Z] 		};
18:13:09 [2024-02-16T23:13:09.020Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.020Z] The constructor ParticipantPageSaveablePart(Shell, CompareConfiguration, ISynchronizePageConfiguration, ISynchronizeParticipant) is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[86] 
18:13:09 [2024-02-16T23:13:09.020Z] 	ParticipantPageDialog dialog = new ParticipantPageDialog(shell, input, participant);
18:13:09 [2024-02-16T23:13:09.020Z] 	^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.020Z] The type ParticipantPageDialog is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[86] 
18:13:09 [2024-02-16T23:13:09.020Z] 	ParticipantPageDialog dialog = new ParticipantPageDialog(shell, input, participant);
18:13:09 [2024-02-16T23:13:09.020Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.020Z] The type ParticipantPageDialog is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[86] 
18:13:09 [2024-02-16T23:13:09.021Z] 	ParticipantPageDialog dialog = new ParticipantPageDialog(shell, input, participant);
18:13:09 [2024-02-16T23:13:09.021Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.021Z] The constructor ParticipantPageDialog(Shell, SaveablePartAdapter, ISynchronizeParticipant) is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/RefreshUserNotificationPolicyInModalDialog.java:[90] 
18:13:09 [2024-02-16T23:13:09.021Z] 	input.dispose();
18:13:09 [2024-02-16T23:13:09.021Z] 	      ^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.021Z] The method dispose() from the type ParticipantPageSaveablePart is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SaveablesCompareEditorInput.java:[673] 
18:13:09 [2024-02-16T23:13:09.021Z] 	// TODO: add getAdapter for IFile[]
18:13:09 [2024-02-16T23:13:09.021Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.021Z] TODO: add getAdapter for IFile[]
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SaveablesCompareEditorInput.java:[801] 
18:13:09 [2024-02-16T23:13:09.021Z] 	// XXX: Internal reference will get fixed during 3.7, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=307026
18:13:09 [2024-02-16T23:13:09.021Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.021Z] XXX: Internal reference will get fixed during 3.7, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=307026
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SaveablesCompareEditorInput.java:[813] 
18:13:09 [2024-02-16T23:13:09.021Z] 	// XXX: Internal reference will get fixed during 3.7, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=307026
18:13:09 [2024-02-16T23:13:09.021Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.021Z] XXX: Internal reference will get fixed during 3.7, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=307026
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/StructuredViewerAdvisor.java:[285] 
18:13:09 [2024-02-16T23:13:09.022Z] 	// TODO: Is this hack still needed
18:13:09 [2024-02-16T23:13:09.022Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.022Z] TODO: Is this hack still needed
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SyncInfoSetChangeSetCollector.java:[70] 
18:13:09 [2024-02-16T23:13:09.022Z] 	// TODO Auto-generated method stub
18:13:09 [2024-02-16T23:13:09.022Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.022Z] TODO Auto-generated method stub
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SynchronizeView.java:[257] 
18:13:09 [2024-02-16T23:13:09.022Z] 	// TODO: Get the description from the configuration
18:13:09 [2024-02-16T23:13:09.022Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.022Z] TODO: Get the description from the configuration
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SynchronizeView.java:[258] 
18:13:09 [2024-02-16T23:13:09.022Z] 	// TODO: listen to the configuration for description changes
18:13:09 [2024-02-16T23:13:09.022Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.022Z] TODO: listen to the configuration for description changes
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/SynchronizeView.java:[505] 
18:13:09 [2024-02-16T23:13:09.022Z] 	// TODO: implement, bug 291211
18:13:09 [2024-02-16T23:13:09.022Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.022Z] TODO: implement, bug 291211
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/WorkbenchPartSynchronizePageSite.java:[21] 
18:13:09 [2024-02-16T23:13:09.022Z] 	import org.eclipse.ui.IKeyBindingService;
18:13:09 [2024-02-16T23:13:09.023Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.023Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/WorkbenchPartSynchronizePageSite.java:[66] 
18:13:09 [2024-02-16T23:13:09.023Z] 	public IKeyBindingService getKeyBindingService() {
18:13:09 [2024-02-16T23:13:09.023Z] 	       ^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.023Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/WorkbenchPartSynchronizePageSite.java:[67] 
18:13:09 [2024-02-16T23:13:09.023Z] 	return part.getSite().getKeyBindingService();
18:13:09 [2024-02-16T23:13:09.023Z] 	                      ^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.023Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/DefaultSynchronizePageActions.java:[54] 
18:13:09 [2024-02-16T23:13:09.023Z] 	// TODO: Add open menu action which opens in compare editor input
18:13:09 [2024-02-16T23:13:09.023Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.023Z] TODO: Add open menu action which opens in compare editor input
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/OpenInCompareAction.java:[96] 
18:13:09 [2024-02-16T23:13:09.023Z] 	// TODO: This is inefficient
18:13:09 [2024-02-16T23:13:09.023Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.023Z] TODO: This is inefficient
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/PasteAction.java:[75] 
18:13:09 [2024-02-16T23:13:09.023Z] 	// XXX: This will be fixed in 3.7, see
18:13:09 [2024-02-16T23:13:09.023Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.023Z] XXX: This will be fixed in 3.7, see
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/RemoveSynchronizeParticipantAction.java:[161] 
18:13:09 [2024-02-16T23:13:09.024Z] 	ListSelectionDialog dlg = new ListSelectionDialog(
18:13:09 [2024-02-16T23:13:09.024Z] 					view.getSite().getShell(), dirtyModels,
18:13:09 [2024-02-16T23:13:09.024Z] 					ArrayContentProvider.getInstance(),
18:13:09 [2024-02-16T23:13:09.024Z] 					new WorkbenchPartLabelProvider(), TeamUIMessages.RemoveSynchronizeParticipantAction_4);
18:13:09 [2024-02-16T23:13:09.024Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.024Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/RemoveSynchronizeParticipantAction.java:[206] 
18:13:09 [2024-02-16T23:13:09.024Z] 	// TODO: How do we handle a cancel during save?
18:13:09 [2024-02-16T23:13:09.024Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.024Z] TODO: How do we handle a cancel during save?
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/StatusLineCLabelContribution.java:[59] 
18:13:09 [2024-02-16T23:13:09.024Z] 	widthHint = fm.getAverageCharWidth() * charWidth;
18:13:09 [2024-02-16T23:13:09.024Z] 	               ^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.024Z] The method getAverageCharWidth() from the type FontMetrics is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/SynchronizePageDropDownAction.java:[63] 
18:13:09 [2024-02-16T23:13:09.024Z] 	fView.getSite().getKeyBindingService().registerAction(synchronizeAction);
18:13:09 [2024-02-16T23:13:09.024Z] 	                ^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.024Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/SynchronizePageDropDownAction.java:[63] 
18:13:09 [2024-02-16T23:13:09.024Z] 	fView.getSite().getKeyBindingService().registerAction(synchronizeAction);
18:13:09 [2024-02-16T23:13:09.024Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.024Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/SynchronizePageDropDownAction.java:[65] 
18:13:09 [2024-02-16T23:13:09.025Z] 	fView.getSite().getKeyBindingService().registerAction(this);
18:13:09 [2024-02-16T23:13:09.025Z] 	                ^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.025Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/actions/SynchronizePageDropDownAction.java:[65] 
18:13:09 [2024-02-16T23:13:09.025Z] 	fView.getSite().getKeyBindingService().registerAction(this);
18:13:09 [2024-02-16T23:13:09.025Z] 	                                       ^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.025Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchOperation.java:[57] 
18:13:09 [2024-02-16T23:13:09.025Z] 	* FIXME: This class will be removed with the fix for https://bugs.eclipse.org/309803
18:13:09 [2024-02-16T23:13:09.025Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.025Z] FIXME: This class will be removed with the fix for https://bugs.eclipse.org/309803
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriber.java:[53] 
18:13:09 [2024-02-16T23:13:09.025Z] 	// TODO: this works only for files, see bug 300214
18:13:09 [2024-02-16T23:13:09.025Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.025Z] TODO: this works only for files, see bug 300214
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriber.java:[110] 
18:13:09 [2024-02-16T23:13:09.025Z] 	// TODO: called too many times, optimize
18:13:09 [2024-02-16T23:13:09.025Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.025Z] TODO: called too many times, optimize
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriber.java:[137] 
18:13:09 [2024-02-16T23:13:09.026Z] 	//XXX: what if there is an addition in the patch that needs to add 3 subfolders?
18:13:09 [2024-02-16T23:13:09.026Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.026Z] XXX: what if there is an addition in the patch that needs to add 3 subfolders?
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriber.java:[155] 
18:13:09 [2024-02-16T23:13:09.026Z] 	// XXX: check segments
18:13:09 [2024-02-16T23:13:09.026Z] 	   ^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.026Z] XXX: check segments
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSubscriberMergeContext.java:[72] 
18:13:09 [2024-02-16T23:13:09.026Z] 	// TODO: mark as merged
18:13:09 [2024-02-16T23:13:09.026Z] 	   ^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.026Z] TODO: mark as merged
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/ApplyPatchSynchronizationWizard.java:[84] 
18:13:09 [2024-02-16T23:13:09.026Z] 	// TODO: are we going to perform head-less auto-merges? do we need to
18:13:09 [2024-02-16T23:13:09.026Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.026Z] TODO: are we going to perform head-less auto-merges? do we need to
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/PatchModelProvider.java:[134] 
18:13:09 [2024-02-16T23:13:09.026Z] 	// TODO: assertion?
18:13:09 [2024-02-16T23:13:09.026Z] 	   ^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.026Z] TODO: assertion?
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/PatchSyncContentProvider.java:[70] 
18:13:09 [2024-02-16T23:13:09.026Z] 	// TODO: assertion?
18:13:09 [2024-02-16T23:13:09.026Z] 	   ^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.027Z] TODO: assertion?
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/PatchWorkspace.java:[39] 
18:13:09 [2024-02-16T23:13:09.027Z] 	// TODO: extend PatchDiffNode, update navigatorContent triggerPoints when done
18:13:09 [2024-02-16T23:13:09.027Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.027Z] TODO: extend PatchDiffNode, update navigatorContent triggerPoints when done
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/wizards/ConfigureProjectWizardMainPage.java:[263] 
18:13:09 [2024-02-16T23:13:09.027Z] 	// TODO: any checks here?
18:13:09 [2024-02-16T23:13:09.027Z] 	   ^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.027Z] TODO: any checks here?
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/wizards/ProjectSelectionPage.java:[113] 
18:13:09 [2024-02-16T23:13:09.027Z] 	// TODO: Can we close the outer wizard from here?
18:13:09 [2024-02-16T23:13:09.027Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.027Z] TODO: Can we close the outer wizard from here?
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/PageCompareEditorInput.java:[249] 
18:13:09 [2024-02-16T23:13:09.027Z] 	// TODO: we need a better progress story here (i.e. support for cancellation) bug 127075
18:13:09 [2024-02-16T23:13:09.027Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.027Z] TODO: we need a better progress story here (i.e. support for cancellation) bug 127075
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/PageSaveablePart.java:[268] 
18:13:09 [2024-02-16T23:13:09.027Z] 	// TODO: we need a better progress story here (i.e. support for cancellation) bug 127075
18:13:09 [2024-02-16T23:13:09.027Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.027Z] TODO: we need a better progress story here (i.e. support for cancellation) bug 127075
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/PageSaveablePart.java:[292] 
18:13:09 [2024-02-16T23:13:09.028Z] 	// TODO: there is no unhook which may lead to a leak
18:13:09 [2024-02-16T23:13:09.028Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.028Z] TODO: there is no unhook which may lead to a leak
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/IHistoryView.java:[40] 
18:13:09 [2024-02-16T23:13:09.028Z] 	* TODO: Need to explain what page this is. Is it the visible page?
18:13:09 [2024-02-16T23:13:09.028Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.028Z] TODO: Need to explain what page this is. Is it the visible page?
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationContentProvider.java:[190] 
18:13:09 [2024-02-16T23:13:09.028Z] 	//TODO: What about the context and scope
18:13:09 [2024-02-16T23:13:09.028Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.028Z] TODO: What about the context and scope
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationContentProvider.java:[300] 
18:13:09 [2024-02-16T23:13:09.028Z] 	// TODO: this could happen at the root as well
18:13:09 [2024-02-16T23:13:09.028Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.028Z] TODO: this could happen at the root as well
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationContentProvider.java:[409] 
18:13:09 [2024-02-16T23:13:09.028Z] 	// TODO: Need to know if the model root is present in order to refresh properly
18:13:09 [2024-02-16T23:13:09.028Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.028Z] TODO: Need to know if the model root is present in order to refresh properly
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationContentProvider.java:[432] 
18:13:09 [2024-02-16T23:13:09.028Z] 	// TODO: this is a bit harsh. can we do something less destructive
18:13:09 [2024-02-16T23:13:09.028Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.028Z] TODO: this is a bit harsh. can we do something less destructive
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/mapping/SynchronizationOperation.java:[158] 
18:13:09 [2024-02-16T23:13:09.028Z] 	// TODO: This may miss setting some diffs (i.e. those that don't exist locally)
18:13:09 [2024-02-16T23:13:09.028Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.029Z] TODO: This may miss setting some diffs (i.e. those that don't exist locally)
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageSite.java:[20] 
18:13:09 [2024-02-16T23:13:09.029Z] 	import org.eclipse.ui.IKeyBindingService;
18:13:09 [2024-02-16T23:13:09.029Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.029Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizePageSite.java:[84] 
18:13:09 [2024-02-16T23:13:09.029Z] 	IKeyBindingService getKeyBindingService();
18:13:09 [2024-02-16T23:13:09.029Z] 	^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.029Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelOperation.java:[232] 
18:13:09 [2024-02-16T23:13:09.029Z] 	// TODO could check for project overlap first
18:13:09 [2024-02-16T23:13:09.029Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.029Z] TODO could check for project overlap first
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipant.java:[292] 
18:13:09 [2024-02-16T23:13:09.029Z] 	run(null); // TODO: Would like to get the Sync view part if possible
18:13:09 [2024-02-16T23:13:09.029Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.029Z] TODO: Would like to get the Sync view part if possible
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[33] 
18:13:09 [2024-02-16T23:13:09.029Z] 	import org.eclipse.ui.IKeyBindingService;
18:13:09 [2024-02-16T23:13:09.029Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.029Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[44] 
18:13:09 [2024-02-16T23:13:09.029Z] 	* <li>TODO a merge all and overwrite all menu item?
18:13:09 [2024-02-16T23:13:09.029Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.029Z] TODO a merge all and overwrite all menu item?
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[99] 
18:13:09 [2024-02-16T23:13:09.030Z] 	// TODO: Should add a merge all to the context menu as well?
18:13:09 [2024-02-16T23:13:09.030Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.030Z] TODO: Should add a merge all to the context menu as well?
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[207] 
18:13:09 [2024-02-16T23:13:09.030Z] 	IKeyBindingService keyBindingService = site.getKeyBindingService();
18:13:09 [2024-02-16T23:13:09.030Z] 	^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.030Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelSynchronizeParticipantActionGroup.java:[209] 
18:13:09 [2024-02-16T23:13:09.030Z] 	keyBindingService.registerAction(action);
18:13:09 [2024-02-16T23:13:09.030Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.030Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ParticipantPageSaveablePart.java:[149] 
18:13:09 [2024-02-16T23:13:09.030Z] 	// TODO needs to work for models
18:13:09 [2024-02-16T23:13:09.030Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.030Z] TODO needs to work for models
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SynchronizePageActionGroup.java:[35] 
18:13:09 [2024-02-16T23:13:09.030Z] 	import org.eclipse.ui.IKeyBindingService;
18:13:09 [2024-02-16T23:13:09.030Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.030Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SynchronizePageActionGroup.java:[278] 
18:13:09 [2024-02-16T23:13:09.030Z] 	IKeyBindingService keyBindingService = site.getKeyBindingService();
18:13:09 [2024-02-16T23:13:09.030Z] 	^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.030Z] The type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.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/eclipse.platform/team/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/SynchronizePageActionGroup.java:[280] 
18:13:09 [2024-02-16T23:13:09.031Z] 	keyBindingService.registerAction(action);
18:13:09 [2024-02-16T23:13:09.031Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^
18:13:09 [2024-02-16T23:13:09.031Z] The method registerAction(IAction) from the type IKeyBindingService is deprecated
18:13:09 [2024-02-16T23:13:09.031Z] 108 problems (null, 108 warnings)
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.031Z] [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/team/bundles/org.eclipse.team.ui/src/test/resources
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.031Z] [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/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.300-SNAPSHOT-sources.jar
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.031Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.287Z] [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/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.300-SNAPSHOT.jar
18:13:09 [2024-02-16T23:13:09.287Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.287Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.287Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.ui:3.10.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/team/bundles/org.eclipse.team.ui/.polyglot.META-INF
18:13:09 [2024-02-16T23:13:09.287Z]     The main artifact has been replaced with the baseline version.
18:13:09 [2024-02-16T23:13:09.287Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:09 [2024-02-16T23:13:09.287Z] 
18:13:09 [2024-02-16T23:13:09.287Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.287Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.287Z] [INFO] Execution was skipped
18:13:09 [2024-02-16T23:13:09.287Z] [INFO] 
18:13:09 [2024-02-16T23:13:09.287Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.ui ---
18:13:09 [2024-02-16T23:13:09.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/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:13:09 [2024-02-16T23:13:09.848Z] [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/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.300-SNAPSHOT.jar
18:13:11 [2024-02-16T23:13:11.213Z] [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/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:11 [2024-02-16T23:13:11.213Z] [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/team/bundles/org.eclipse.team.ui/target/org.eclipse.team.ui-3.10.300-SNAPSHOT-sources.jar
18:13:12 [2024-02-16T23:13:12.664Z] [INFO] 
18:13:12 [2024-02-16T23:13:12.664Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.team.ui ---
18:13:12 [2024-02-16T23:13:12.665Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.ui:3.10.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/team/bundles/org.eclipse.team.ui/.polyglot.META-INF
18:13:12 [2024-02-16T23:13:12.665Z]     The main artifact has been replaced with the baseline version.
18:13:12 [2024-02-16T23:13:12.665Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:12 [2024-02-16T23:13:12.665Z] 
18:13:12 [2024-02-16T23:13:12.665Z] [INFO] 
18:13:12 [2024-02-16T23:13:12.665Z] [INFO] --------< org.eclipse.platform:org.eclipse.ltk.ui.refactoring >---------
18:13:12 [2024-02-16T23:13:12.665Z] [INFO] Building [bundle] Refactoring UI 3.13.300-SNAPSHOT             [115/521]
18:13:12 [2024-02-16T23:13:12.665Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ltk.ui.refactoring/.polyglot.META-INF
18:13:12 [2024-02-16T23:13:12.665Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] 
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ltk.ui.refactoring ---
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] 
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.ui.refactoring ---
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] The project's OSGi version is 3.13.300.v20240125-0858
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] 
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ltk.ui.refactoring ---
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] 
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ltk.ui.refactoring ---
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] 
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ltk.ui.refactoring ---
18:13:12 [2024-02-16T23:13:12.920Z] [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.ltk.ui.refactoring/saveproperties
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] 
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ltk.ui.refactoring ---
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] 
18:13:12 [2024-02-16T23:13:12.920Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.175Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.175Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.175Z] [INFO] Resolving class path of [bundle] Refactoring UI
18:13:13 [2024-02-16T23:13:13.175Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.175Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.176Z] [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.ltk.ui.refactoring/src/main/resources
18:13:13 [2024-02-16T23:13:13.176Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.176Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.176Z] [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.ltk.ui.refactoring/src/main/resources
18:13:13 [2024-02-16T23:13:13.176Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.176Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.176Z] [INFO] Compiling 126 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.ltk.ui.refactoring/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:13 [2024-02-16T23:13:13.736Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.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.ui/bundles/org.eclipse.ltk.ui.refactoring/src/test/resources
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.737Z] [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.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.300-SNAPSHOT-sources.jar
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.737Z] [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.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.300-SNAPSHOT.jar
18:13:13 [2024-02-16T23:13:13.737Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.738Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.738Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.ui.refactoring:3.13.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.ltk.ui.refactoring/.polyglot.META-INF
18:13:13 [2024-02-16T23:13:13.738Z]     The main artifact has been replaced with the baseline version.
18:13:13 [2024-02-16T23:13:13.738Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:13 [2024-02-16T23:13:13.738Z] 
18:13:13 [2024-02-16T23:13:13.738Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.738Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.738Z] [INFO] Execution was skipped
18:13:13 [2024-02-16T23:13:13.738Z] [INFO] 
18:13:13 [2024-02-16T23:13:13.738Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ltk.ui.refactoring ---
18:13:13 [2024-02-16T23:13:13.993Z] [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.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.300-SNAPSHOT.jar' is already signed and will be resigned.
18:13:13 [2024-02-16T23:13:13.993Z] [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.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.300-SNAPSHOT.jar
18:13:14 [2024-02-16T23:13:14.920Z] [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.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:14 [2024-02-16T23:13:14.920Z] [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.ltk.ui.refactoring/target/org.eclipse.ltk.ui.refactoring-3.13.300-SNAPSHOT-sources.jar
18:13:15 [2024-02-16T23:13:15.847Z] [INFO] 
18:13:15 [2024-02-16T23:13:15.847Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ltk.ui.refactoring ---
18:13:15 [2024-02-16T23:13:15.847Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.ui.refactoring:3.13.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.ltk.ui.refactoring/.polyglot.META-INF
18:13:15 [2024-02-16T23:13:15.847Z]     The main artifact has been replaced with the baseline version.
18:13:15 [2024-02-16T23:13:15.848Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:15 [2024-02-16T23:13:15.848Z] 
18:13:15 [2024-02-16T23:13:15.848Z] [INFO] 
18:13:15 [2024-02-16T23:13:15.848Z] [INFO] --------------< org.eclipse.platform:org.eclipse.search >---------------
18:13:15 [2024-02-16T23:13:15.848Z] [INFO] Building [bundle] Search Support 3.16.100-SNAPSHOT             [116/521]
18:13:15 [2024-02-16T23:13:15.848Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.search/.polyglot.META-INF
18:13:15 [2024-02-16T23:13:15.848Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] The project's OSGi version is 3.16.100.v20240125-0858
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.103Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.104Z] [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.search/saveproperties
18:13:16 [2024-02-16T23:13:16.104Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.104Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] Resolving class path of [bundle] Search Support
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-32) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.360Z] [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/eclipse.platform.ui/bundles/org.eclipse.search/newsearch added.
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.360Z] [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.search/src/main/resources
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.360Z] [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.search/src/main/resources
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.360Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.361Z] [INFO] Compiling 113 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.search/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:16 [2024-02-16T23:13:16.923Z] [WARNING] /home/jenkins/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.search/search/org/eclipse/search/internal/ui/SearchDialog.java:[325] 
18:13:16 [2024-02-16T23:13:16.923Z] 	ListSelectionDialog dialog = new ListSelectionDialog(getShell(), input, ArrayContentProvider.getInstance(),
18:13:16 [2024-02-16T23:13:16.923Z] 				labelProvider, message) {
18:13:16 [2024-02-16T23:13:16.923Z] 			@Override
18:13:16 [2024-02-16T23:13:16.923Z] 			public void create() {
18:13:16 [2024-02-16T23:13:16.923Z] 				super.create();
18:13:16 [2024-02-16T23:13:16.923Z] 				final CheckboxTableViewer viewer= getViewer();
18:13:16 [2024-02-16T23:13:16.923Z] 				final Button okButton= this.getOkButton();
18:13:16 [2024-02-16T23:13:16.923Z] 				viewer.addCheckStateListener(event -> okButton.setEnabled(viewer.getCheckedElements().length > 0));
18:13:16 [2024-02-16T23:13:16.923Z] 				SelectionListener listener = new SelectionAdapter() {
18:13:16 [2024-02-16T23:13:16.923Z] 					@Override
18:13:16 [2024-02-16T23:13:16.923Z] 					public void widgetSelected(SelectionEvent e) {
18:13:16 [2024-02-16T23:13:16.923Z] 						okButton.setEnabled(viewer.getCheckedElements().length > 0);
18:13:16 [2024-02-16T23:13:16.923Z] 					}
18:13:16 [2024-02-16T23:13:16.923Z] 				};
18:13:16 [2024-02-16T23:13:16.924Z] 				this.getButton(IDialogConstants.SELECT_ALL_ID).addSelectionListener(listener);
18:13:16 [2024-02-16T23:13:16.924Z] 				this.getButton(IDialogConstants.DESELECT_ALL_ID).addSelectionListener(listener);
18:13:16 [2024-02-16T23:13:16.924Z] 			}
18:13:16 [2024-02-16T23:13:16.924Z] 		};
18:13:16 [2024-02-16T23:13:16.924Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:16 [2024-02-16T23:13:16.924Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:13:16 [2024-02-16T23:13:16.924Z] [WARNING] /home/jenkins/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.search/search/org/eclipse/search/internal/ui/SearchDialog.java:[325] 
18:13:16 [2024-02-16T23:13:16.924Z] 	ListSelectionDialog dialog = new ListSelectionDialog(getShell(), input, ArrayContentProvider.getInstance(),
18:13:16 [2024-02-16T23:13:16.924Z] 				labelProvider, message) {
18:13:16 [2024-02-16T23:13:16.924Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:16 [2024-02-16T23:13:16.924Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:13:16 [2024-02-16T23:13:16.924Z] [WARNING] /home/jenkins/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.search/search/org/eclipse/search/internal/ui/SorterDescriptor.java:[24] 
18:13:16 [2024-02-16T23:13:16.924Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:13:16 [2024-02-16T23:13:16.924Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:16 [2024-02-16T23:13:16.924Z] The type ViewerSorter is deprecated
18:13:16 [2024-02-16T23:13:16.925Z] [WARNING] /home/jenkins/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.search/search/org/eclipse/search/internal/ui/SorterDescriptor.java:[56] 
18:13:16 [2024-02-16T23:13:16.925Z] 	public ViewerSorter createObject() {
18:13:16 [2024-02-16T23:13:16.925Z] 	       ^^^^^^^^^^^^
18:13:16 [2024-02-16T23:13:16.925Z] The type ViewerSorter is deprecated
18:13:16 [2024-02-16T23:13:16.925Z] [WARNING] /home/jenkins/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.search/search/org/eclipse/search/internal/ui/SorterDescriptor.java:[58] 
18:13:16 [2024-02-16T23:13:16.925Z] 	return (ViewerSorter)fElement.createExecutableExtension(CLASS_ATTRIBUTE);
18:13:16 [2024-02-16T23:13:16.925Z] 	        ^^^^^^^^^^^^
18:13:16 [2024-02-16T23:13:16.925Z] The type ViewerSorter is deprecated
18:13:16 [2024-02-16T23:13:16.925Z] 5 problems (5 warnings)
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.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.ui/bundles/org.eclipse.search/src/test/resources
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.925Z] [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.search/target/org.eclipse.search-3.16.100-SNAPSHOT-sources.jar
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.925Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.925Z] [WARNING] Checking Service-Component header that contains wildcards is currently not supported
18:13:16 [2024-02-16T23:13:16.925Z] [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.search/target/org.eclipse.search-3.16.100-SNAPSHOT.jar
18:13:16 [2024-02-16T23:13:16.926Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.926Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.926Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search:3.16.100-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.search/.polyglot.META-INF
18:13:16 [2024-02-16T23:13:16.926Z]     The main artifact has been replaced with the baseline version.
18:13:16 [2024-02-16T23:13:16.926Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:16 [2024-02-16T23:13:16.926Z] 
18:13:16 [2024-02-16T23:13:16.926Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.926Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search ---
18:13:16 [2024-02-16T23:13:16.926Z] [INFO] Execution was skipped
18:13:16 [2024-02-16T23:13:16.926Z] [INFO] 
18:13:16 [2024-02-16T23:13:16.926Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.search ---
18:13:17 [2024-02-16T23:13:17.182Z] [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.search/target/org.eclipse.search-3.16.100-SNAPSHOT.jar' is already signed and will be resigned.
18:13:17 [2024-02-16T23:13:17.182Z] [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.search/target/org.eclipse.search-3.16.100-SNAPSHOT.jar
18:13:18 [2024-02-16T23:13:18.109Z] [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.search/target/org.eclipse.search-3.16.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:18 [2024-02-16T23:13:18.110Z] [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.search/target/org.eclipse.search-3.16.100-SNAPSHOT-sources.jar
18:13:19 [2024-02-16T23:13:19.037Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.037Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.search ---
18:13:19 [2024-02-16T23:13:19.037Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search:3.16.100-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.search/.polyglot.META-INF
18:13:19 [2024-02-16T23:13:19.037Z]     The main artifact has been replaced with the baseline version.
18:13:19 [2024-02-16T23:13:19.038Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:19 [2024-02-16T23:13:19.038Z] 
18:13:19 [2024-02-16T23:13:19.038Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.038Z] [INFO] ----< org.eclipse.platform:org.eclipse.ui.views.properties.tabbed >-----
18:13:19 [2024-02-16T23:13:19.038Z] [INFO] Building [bundle] Tabbed Properties View 3.10.200-SNAPSHOT     [117/521]
18:13:19 [2024-02-16T23:13:19.038Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.views.properties.tabbed/.polyglot.META-INF
18:13:19 [2024-02-16T23:13:19.038Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] The project's OSGi version is 3.10.200.v20231205-0632
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.293Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.293Z] [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.ui.views.properties.tabbed/saveproperties
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] Resolving class path of [bundle] Tabbed Properties View
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.294Z] [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.ui.views.properties.tabbed/src/main/resources
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.294Z] [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.ui.views.properties.tabbed/src/main/resources
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.294Z] [INFO] Compiling 40 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.ui.views.properties.tabbed/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.550Z] [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.ui.views.properties.tabbed/src/test/resources
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.550Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.551Z] [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.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.200-SNAPSHOT-sources.jar
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.551Z] [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.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.200-SNAPSHOT.jar
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views.properties.tabbed:3.10.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.ui/bundles/org.eclipse.ui.views.properties.tabbed/.polyglot.META-INF
18:13:19 [2024-02-16T23:13:19.551Z]     The main artifact has been replaced with the baseline version.
18:13:19 [2024-02-16T23:13:19.551Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:19 [2024-02-16T23:13:19.551Z] 
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] Execution was skipped
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] 
18:13:19 [2024-02-16T23:13:19.551Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.views.properties.tabbed ---
18:13:19 [2024-02-16T23:13:19.552Z] [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.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.200-SNAPSHOT.jar' is already signed and will be resigned.
18:13:19 [2024-02-16T23:13:19.552Z] [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.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.200-SNAPSHOT.jar
18:13:20 [2024-02-16T23:13:20.478Z] [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.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:20 [2024-02-16T23:13:20.479Z] [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.ui.views.properties.tabbed/target/org.eclipse.ui.views.properties.tabbed-3.10.200-SNAPSHOT-sources.jar
18:13:21 [2024-02-16T23:13:21.406Z] [INFO] 
18:13:21 [2024-02-16T23:13:21.406Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.views.properties.tabbed ---
18:13:21 [2024-02-16T23:13:21.407Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views.properties.tabbed:3.10.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.ui/bundles/org.eclipse.ui.views.properties.tabbed/.polyglot.META-INF
18:13:21 [2024-02-16T23:13:21.407Z]     The main artifact has been replaced with the baseline version.
18:13:21 [2024-02-16T23:13:21.407Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:21 [2024-02-16T23:13:21.407Z] 
18:13:21 [2024-02-16T23:13:21.407Z] [INFO] 
18:13:21 [2024-02-16T23:13:21.407Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.navigator.resources >-------
18:13:21 [2024-02-16T23:13:21.407Z] [INFO] Building [bundle] Navigator Workbench Components 3.9.200-SNAPSHOT [118/521]
18:13:21 [2024-02-16T23:13:21.407Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF
18:13:21 [2024-02-16T23:13:21.407Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:22 [2024-02-16T23:13:22.333Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.333Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.333Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.333Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.333Z] [INFO] The project's OSGi version is 3.9.200.v20240104-1240
18:13:22 [2024-02-16T23:13:22.333Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.334Z] [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.ui.navigator.resources/saveproperties
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] Resolving class path of [bundle] Navigator Workbench Components
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.334Z] [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.ui.navigator.resources/src/main/resources
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.334Z] [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.ui.navigator.resources/src/main/resources
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] 
18:13:22 [2024-02-16T23:13:22.334Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.navigator.resources ---
18:13:22 [2024-02-16T23:13:22.335Z] [INFO] Compiling 53 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.ui.navigator.resources/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:23 [2024-02-16T23:13:23.262Z] [WARNING] /home/jenkins/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.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetSorter.java:[24] 
18:13:23 [2024-02-16T23:13:23.262Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:13:23 [2024-02-16T23:13:23.262Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:23 [2024-02-16T23:13:23.262Z] The type ViewerSorter is deprecated
18:13:23 [2024-02-16T23:13:23.262Z] [WARNING] /home/jenkins/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.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/workingsets/WorkingSetSorter.java:[29] 
18:13:23 [2024-02-16T23:13:23.262Z] 	public class WorkingSetSorter extends ViewerSorter {
18:13:23 [2024-02-16T23:13:23.262Z] 	                                      ^^^^^^^^^^^^
18:13:23 [2024-02-16T23:13:23.262Z] The type ViewerSorter is deprecated
18:13:23 [2024-02-16T23:13:23.262Z] 2 problems (2 warnings)
18:13:23 [2024-02-16T23:13:23.262Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.262Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.262Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.262Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.262Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.262Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.262Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.262Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.262Z] [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.ui.navigator.resources/src/test/resources
18:13:23 [2024-02-16T23:13:23.262Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.263Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.263Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.263Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.263Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.263Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.263Z] [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.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.200-SNAPSHOT-sources.jar
18:13:23 [2024-02-16T23:13:23.263Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.263Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.263Z] [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.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.200-SNAPSHOT.jar
18:13:23 [2024-02-16T23:13:23.518Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.519Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.519Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator.resources:3.9.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.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF
18:13:23 [2024-02-16T23:13:23.519Z]     The main artifact has been replaced with the baseline version.
18:13:23 [2024-02-16T23:13:23.519Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:23 [2024-02-16T23:13:23.519Z] 
18:13:23 [2024-02-16T23:13:23.519Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.519Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.519Z] [INFO] Execution was skipped
18:13:23 [2024-02-16T23:13:23.519Z] [INFO] 
18:13:23 [2024-02-16T23:13:23.519Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.navigator.resources ---
18:13:23 [2024-02-16T23:13:23.519Z] [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.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.200-SNAPSHOT.jar' is already signed and will be resigned.
18:13:23 [2024-02-16T23:13:23.519Z] [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.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.200-SNAPSHOT.jar
18:13:24 [2024-02-16T23:13:24.445Z] [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.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:24 [2024-02-16T23:13:24.445Z] [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.ui.navigator.resources/target/org.eclipse.ui.navigator.resources-3.9.200-SNAPSHOT-sources.jar
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.navigator.resources ---
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.navigator.resources:3.9.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.ui/bundles/org.eclipse.ui.navigator.resources/.polyglot.META-INF
18:13:25 [2024-02-16T23:13:25.809Z]     The main artifact has been replaced with the baseline version.
18:13:25 [2024-02-16T23:13:25.809Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:25 [2024-02-16T23:13:25.809Z] 
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] ----------------< eclipse.jdt.debug:eclipse.jdt.debug >-----------------
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] Building eclipse.jdt.debug 4.31.0-SNAPSHOT                     [119/521]
18:13:25 [2024-02-16T23:13:25.809Z] [INFO]   from eclipse.jdt.debug/pom.xml
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] --------------------------------[ pom ]---------------------------------
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.809Z] [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.debug/saveproperties
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.809Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [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.debug/src/main/resources
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] Execution was skipped
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.debug >----------------
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] Building [bundle] JDI Debug Model 3.21.300-SNAPSHOT            [120/521]
18:13:25 [2024-02-16T23:13:25.810Z] [INFO]   from eclipse.jdt.debug/org.eclipse.jdt.debug/.polyglot.META-INF
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] The project's OSGi version is 3.21.300.v20240124-0949
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [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.debug/org.eclipse.jdt.debug/saveproperties
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] Resolving class path of [bundle] JDI Debug Model
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-1) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.810Z] [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/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi added.
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.810Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-2) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.811Z] [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/eclipse.jdt.debug/org.eclipse.jdt.debug/eval added.
18:13:25 [2024-02-16T23:13:25.811Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.811Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.811Z] [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.debug/org.eclipse.jdt.debug/src/main/resources
18:13:25 [2024-02-16T23:13:25.811Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.811Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.811Z] [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.debug/org.eclipse.jdt.debug/src/main/resources
18:13:25 [2024-02-16T23:13:25.811Z] [INFO] 
18:13:25 [2024-02-16T23:13:25.811Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug ---
18:13:25 [2024-02-16T23:13:25.811Z] [INFO] Compiling 361 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.debug/org.eclipse.jdt.debug/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:26 [2024-02-16T23:13:26.738Z] [WARNING] /home/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/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/LocalEvaluationEngine.java:[128] 
18:13:26 [2024-02-16T23:13:26.738Z] 	* XXX: constants should be 'default' or 'final'. Where are these constants
18:13:26 [2024-02-16T23:13:26.738Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.738Z] XXX: constants should be 'default' or 'final'. Where are these constants
18:13:26 [2024-02-16T23:13:26.738Z] [WARNING] /home/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/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/RemoteEvaluatorBuilder.java:[892] 
18:13:26 [2024-02-16T23:13:26.738Z] 	/* TODO: Make tricks here when we access fields where we have non-public access */
18:13:26 [2024-02-16T23:13:26.738Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.738Z] TODO: Make tricks here when we access fields where we have non-public access
18:13:26 [2024-02-16T23:13:26.738Z] [WARNING] /home/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/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/RemoteEvaluatorBuilder.java:[1527] 
18:13:26 [2024-02-16T23:13:26.739Z] 	// TODO: Fix this to use same method as visit(FieldAccess)
18:13:26 [2024-02-16T23:13:26.739Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.739Z] TODO: Fix this to use same method as visit(FieldAccess)
18:13:26 [2024-02-16T23:13:26.739Z] [WARNING] /home/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/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/Interpreter.java:[197] 
18:13:26 [2024-02-16T23:13:26.739Z] 	// XXX: exception
18:13:26 [2024-02-16T23:13:26.739Z] 	   ^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.739Z] XXX: exception
18:13:26 [2024-02-16T23:13:26.739Z] [WARNING] /home/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/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/MethodImpl.java:[915] 
18:13:26 [2024-02-16T23:13:26.739Z] 	// TODO: remove this test when j9 solve its problem
18:13:26 [2024-02-16T23:13:26.739Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.739Z] TODO: remove this test when j9 solve its problem
18:13:26 [2024-02-16T23:13:26.739Z] [WARNING] /home/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/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/ReferenceTypeImpl.java:[1752] 
18:13:26 [2024-02-16T23:13:26.739Z] 	// TODO: remove the workaround when the J9SC20030415 bug is fixed (see
18:13:26 [2024-02-16T23:13:26.739Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.739Z] TODO: remove the workaround when the J9SC20030415 bug is fixed (see
18:13:26 [2024-02-16T23:13:26.739Z] [WARNING] /home/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/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/VirtualMachineImpl.java:[1412] 
18:13:26 [2024-02-16T23:13:26.739Z] 	// TODO: how to inform the user that the VM doesn't manage
18:13:26 [2024-02-16T23:13:26.739Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.739Z] TODO: how to inform the user that the VM doesn't manage
18:13:26 [2024-02-16T23:13:26.739Z] [WARNING] /home/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/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/SocketListeningConnectorImpl.java:[65] 
18:13:26 [2024-02-16T23:13:26.739Z] 	// FIXME: connectionLimit is not actually used in this class, but in the higher-level controller, SocketListenConnector.
18:13:26 [2024-02-16T23:13:26.739Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.739Z] FIXME: connectionLimit is not actually used in this class, but in the higher-level controller, SocketListenConnector.
18:13:26 [2024-02-16T23:13:26.740Z] [WARNING] /home/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/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/JavaDebugUtils.java:[147] 
18:13:26 [2024-02-16T23:13:26.740Z] 	// TODO: this may break fix to bug 21518
18:13:26 [2024-02-16T23:13:26.740Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.740Z] TODO: this may break fix to bug 21518
18:13:26 [2024-02-16T23:13:26.740Z] [WARNING] /home/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/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/ConditionalBreakpointHandler.java:[250] 
18:13:26 [2024-02-16T23:13:26.740Z] 	// TODO: timeout?
18:13:26 [2024-02-16T23:13:26.740Z] 	   ^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.740Z] TODO: timeout?
18:13:26 [2024-02-16T23:13:26.740Z] [WARNING] /home/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/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaClassPrepareBreakpoint.java:[132] 
18:13:26 [2024-02-16T23:13:26.740Z] 	// TODO: do we show anything for types already loaded?
18:13:26 [2024-02-16T23:13:26.740Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.740Z] TODO: do we show anything for types already loaded?
18:13:26 [2024-02-16T23:13:26.740Z] [WARNING] /home/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/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/breakpoints/JavaExceptionBreakpoint.java:[789] 
18:13:26 [2024-02-16T23:13:26.740Z] 	* TODO: make API in future release.
18:13:26 [2024-02-16T23:13:26.740Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.740Z] TODO: make API in future release.
18:13:26 [2024-02-16T23:13:26.740Z] [WARNING] /home/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/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java:[134] 
18:13:26 [2024-02-16T23:13:26.740Z] 	* TODO investigate making this a synchronized collection, to remove all this copying
18:13:26 [2024-02-16T23:13:26.740Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.740Z] TODO investigate making this a synchronized collection, to remove all this copying
18:13:26 [2024-02-16T23:13:26.741Z] [WARNING] /home/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/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java:[462] 
18:13:26 [2024-02-16T23:13:26.741Z] 	//TODO investigate making fThreads be a synchronized collection, to remove all this copying
18:13:26 [2024-02-16T23:13:26.741Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.741Z] TODO investigate making fThreads be a synchronized collection, to remove all this copying
18:13:26 [2024-02-16T23:13:26.741Z] [WARNING] /home/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/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIStackFrame.java:[197] 
18:13:26 [2024-02-16T23:13:26.741Z] 	// TODO: what about receiving type being the same?
18:13:26 [2024-02-16T23:13:26.741Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:26 [2024-02-16T23:13:26.741Z] TODO: what about receiving type being the same?
18:13:26 [2024-02-16T23:13:26.741Z] 15 problems (null, 15 warnings)
18:13:26 [2024-02-16T23:13:26.741Z] [INFO] 
18:13:26 [2024-02-16T23:13:26.741Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.debug ---
18:13:26 [2024-02-16T23:13:26.741Z] [INFO] 
18:13:26 [2024-02-16T23:13:26.741Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug ---
18:13:26 [2024-02-16T23:13:26.741Z] [INFO] 
18:13:26 [2024-02-16T23:13:26.741Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug ---
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] 
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.debug ---
18:13:26 [2024-02-16T23:13:26.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.jdt.debug/org.eclipse.jdt.debug/src/test/resources
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] 
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.debug ---
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] 
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug ---
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] 
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug ---
18:13:26 [2024-02-16T23:13:26.998Z] [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.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.300-SNAPSHOT-sources.jar
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] 
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug ---
18:13:26 [2024-02-16T23:13:26.998Z] [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.debug/org.eclipse.jdt.debug/jdimodel.jar
18:13:26 [2024-02-16T23:13:26.998Z] [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.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.300-SNAPSHOT.jar
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] 
18:13:26 [2024-02-16T23:13:26.998Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug ---
18:13:27 [2024-02-16T23:13:27.254Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.21.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.jdt.debug/org.eclipse.jdt.debug/.polyglot.META-INF
18:13:27 [2024-02-16T23:13:27.254Z]     The main artifact has been replaced with the baseline version.
18:13:27 [2024-02-16T23:13:27.254Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:27 [2024-02-16T23:13:27.254Z] 
18:13:27 [2024-02-16T23:13:27.254Z] [INFO] 
18:13:27 [2024-02-16T23:13:27.254Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug ---
18:13:27 [2024-02-16T23:13:27.254Z] [INFO] Execution was skipped
18:13:27 [2024-02-16T23:13:27.254Z] [INFO] 
18:13:27 [2024-02-16T23:13:27.254Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.debug ---
18:13:27 [2024-02-16T23:13:27.254Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.300-SNAPSHOT.jar_unpacked_5731050654130862081/jdimodel.jar' is disabled.
18:13:27 [2024-02-16T23:13:27.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.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.300-SNAPSHOT.jar_unpacked_5731050654130862081/jdimodel.jar' is already signed and will be resigned.
18:13:27 [2024-02-16T23:13:27.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.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.300-SNAPSHOT.jar_unpacked_5731050654130862081/jdimodel.jar
18:13:29 [2024-02-16T23:13:29.143Z] [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.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.300-SNAPSHOT.jar' is already signed and will be resigned.
18:13:29 [2024-02-16T23:13:29.144Z] [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.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.300-SNAPSHOT.jar
18:13:30 [2024-02-16T23:13:30.508Z] [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.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:30 [2024-02-16T23:13:30.509Z] [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.jdt.debug/org.eclipse.jdt.debug/target/org.eclipse.jdt.debug-3.21.300-SNAPSHOT-sources.jar
18:13:31 [2024-02-16T23:13:31.437Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.437Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.debug ---
18:13:31 [2024-02-16T23:13:31.437Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug:3.21.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.jdt.debug/org.eclipse.jdt.debug/.polyglot.META-INF
18:13:31 [2024-02-16T23:13:31.437Z]     The main artifact has been replaced with the baseline version.
18:13:31 [2024-02-16T23:13:31.437Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:31 [2024-02-16T23:13:31.437Z] 
18:13:31 [2024-02-16T23:13:31.437Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.437Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.launching >--------------
18:13:31 [2024-02-16T23:13:31.437Z] [INFO] Building org.eclipse.jdt.launching 3.21.100-SNAPSHOT           [121/521]
18:13:31 [2024-02-16T23:13:31.437Z] [INFO]   from eclipse.jdt.debug/org.eclipse.jdt.launching/pom.xml
18:13:31 [2024-02-16T23:13:31.437Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:31 [2024-02-16T23:13:31.693Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.693Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.693Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] The project's OSGi version is 3.21.100.v20240214-1729
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.694Z] [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.debug/org.eclipse.jdt.launching/saveproperties
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] Resolving class path of org.eclipse.jdt.launching
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.694Z] [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.debug/org.eclipse.jdt.launching/src/main/resources
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.694Z] [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.debug/org.eclipse.jdt.launching/src/main/resources
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.694Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.launching ---
18:13:31 [2024-02-16T23:13:31.695Z] [INFO] Compiling 130 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.debug/org.eclipse.jdt.launching/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:31 [2024-02-16T23:13:31.951Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/JavaFxLibraryResolver.java:[58] 
18:13:31 [2024-02-16T23:13:31.951Z] 	* TODO: We don't know if JavaSE-9 will ship JavaFX in the ext folder as well. If yes, then we have to use something like
18:13:31 [2024-02-16T23:13:31.951Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.951Z] TODO: We don't know if JavaSE-9 will ship JavaFX in the ext folder as well. If yes, then we have to use something like
18:13:31 [2024-02-16T23:13:31.951Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMDebugger.java:[579] 
18:13:31 [2024-02-16T23:13:31.951Z] 	// XXX: Revisit - allows us to put a quote (") around the classpath
18:13:31 [2024-02-16T23:13:31.951Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.951Z] XXX: Revisit - allows us to put a quote (") around the classpath
18:13:31 [2024-02-16T23:13:31.951Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMRunner.java:[348] 
18:13:31 [2024-02-16T23:13:31.951Z] 	// XXX JDKs Javadoc specifies:
18:13:31 [2024-02-16T23:13:31.951Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.951Z] XXX JDKs Javadoc specifies:
18:13:31 [2024-02-16T23:13:31.951Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/StandardVMType.java:[464] 
18:13:31 [2024-02-16T23:13:31.951Z] 	// TODO: Bug 489207: Temporary workaround for Jigsaw-previews that don't declare a bootpath.
18:13:31 [2024-02-16T23:13:31.952Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.952Z] TODO: Bug 489207: Temporary workaround for Jigsaw-previews that don't declare a bootpath.
18:13:31 [2024-02-16T23:13:31.952Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[320] 
18:13:31 [2024-02-16T23:13:31.952Z] 	// TODO: progress reporting?
18:13:31 [2024-02-16T23:13:31.952Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.952Z] TODO: progress reporting?
18:13:31 [2024-02-16T23:13:31.952Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/EnvironmentsManager.java:[452] 
18:13:31 [2024-02-16T23:13:31.952Z] 	// TODO: progress reporting?
18:13:31 [2024-02-16T23:13:31.952Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.952Z] TODO: progress reporting?
18:13:31 [2024-02-16T23:13:31.952Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/ExecutionEnvironment.java:[388] 
18:13:31 [2024-02-16T23:13:31.952Z] 	// TODO: use safe runnable
18:13:31 [2024-02-16T23:13:31.952Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.952Z] TODO: use safe runnable
18:13:31 [2024-02-16T23:13:31.952Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/environments/ExecutionEnvironmentAnalyzer.java:[42] 
18:13:31 [2024-02-16T23:13:31.952Z] 	// XXX: Note that this string is not yet standardized by OSGi, see http://wiki.osgi.org/wiki/Execution_Environment
18:13:31 [2024-02-16T23:13:31.952Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.952Z] XXX: Note that this string is not yet standardized by OSGi, see http://wiki.osgi.org/wiki/Execution_Environment
18:13:31 [2024-02-16T23:13:31.952Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/AdvancedSourceLookupSupport.java:[38] 
18:13:31 [2024-02-16T23:13:31.953Z] 	// TODO consider moving to LaunchingPlugin
18:13:31 [2024-02-16T23:13:31.953Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.953Z] TODO consider moving to LaunchingPlugin
18:13:31 [2024-02-16T23:13:31.953Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/AdvancedSourceLookupSupport.java:[41] 
18:13:31 [2024-02-16T23:13:31.953Z] 	// TODO consider moving to LaunchingPlugin
18:13:31 [2024-02-16T23:13:31.953Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.953Z] TODO consider moving to LaunchingPlugin
18:13:31 [2024-02-16T23:13:31.953Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/JDIHelpers.java:[159] 
18:13:31 [2024-02-16T23:13:31.953Z] 	// TODO consider ignoring DebugException for all IJDIHeloper methods
18:13:31 [2024-02-16T23:13:31.953Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.953Z] TODO consider ignoring DebugException for all IJDIHeloper methods
18:13:31 [2024-02-16T23:13:31.953Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/WorkspaceProjectSourceContainers.java:[87] 
18:13:31 [2024-02-16T23:13:31.953Z] 	// TODO review, this looks too complicated to add/remove java projects
18:13:31 [2024-02-16T23:13:31.953Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.953Z] TODO review, this looks too complicated to add/remove java projects
18:13:31 [2024-02-16T23:13:31.953Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/WorkspaceProjectSourceContainers.java:[149] 
18:13:31 [2024-02-16T23:13:31.953Z] 	// TODO decide what happens if the same location is associated with multiple package fragment roots
18:13:31 [2024-02-16T23:13:31.953Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.953Z] TODO decide what happens if the same location is associated with multiple package fragment roots
18:13:31 [2024-02-16T23:13:31.953Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/sourcelookup/advanced/WorkspaceProjectSourceContainers.java:[314] 
18:13:31 [2024-02-16T23:13:31.954Z] 	// TODO this can take significant time for large workspaces, consider running on multiple threads
18:13:31 [2024-02-16T23:13:31.954Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.954Z] TODO this can take significant time for large workspaces, consider running on multiple threads
18:13:31 [2024-02-16T23:13:31.954Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java:[367] 
18:13:31 [2024-02-16T23:13:31.954Z] 	// TODO: this test does not tell us if the bootpath entries are different (could still be
18:13:31 [2024-02-16T23:13:31.954Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.954Z] TODO: this test does not tell us if the bootpath entries are different (could still be
18:13:31 [2024-02-16T23:13:31.954Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java:[1217] 
18:13:31 [2024-02-16T23:13:31.954Z] 	// TODO: revisit to examine other possible solutions
18:13:31 [2024-02-16T23:13:31.954Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.954Z] TODO: revisit to examine other possible solutions
18:13:31 [2024-02-16T23:13:31.954Z] [WARNING] /home/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/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/environments/ExecutionEnvironmentDescription.java:[312] 
18:13:31 [2024-02-16T23:13:31.954Z] 	value = resolveHome(value, eeHome); // TODO: remove once getProperties() has been removed
18:13:31 [2024-02-16T23:13:31.954Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:31 [2024-02-16T23:13:31.954Z] TODO: remove once getProperties() has been removed
18:13:31 [2024-02-16T23:13:31.954Z] 17 problems (null, 17 warnings)
18:13:31 [2024-02-16T23:13:31.954Z] [INFO] 
18:13:31 [2024-02-16T23:13:31.954Z] [INFO] --- antrun:3.1.0:run (compile-internal-jar) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] Executing tasks
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] Executed tasks
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.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/eclipse.jdt.debug/org.eclipse.jdt.launching/src/test/resources
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.211Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.211Z] [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.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT-sources.jar
18:13:32 [2024-02-16T23:13:32.467Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.467Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.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/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT.jar
18:13:32 [2024-02-16T23:13:32.468Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.468Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.468Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.21.100-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.jdt.debug/org.eclipse.jdt.launching/pom.xml
18:13:32 [2024-02-16T23:13:32.468Z]     The main artifact has been replaced with the baseline version.
18:13:32 [2024-02-16T23:13:32.468Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:32 [2024-02-16T23:13:32.468Z] 
18:13:32 [2024-02-16T23:13:32.468Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.468Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.468Z] [INFO] Execution was skipped
18:13:32 [2024-02-16T23:13:32.468Z] [INFO] 
18:13:32 [2024-02-16T23:13:32.468Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.launching ---
18:13:32 [2024-02-16T23:13:32.468Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT.jar_unpacked_13177119952065636466/lib/javaagent-shaded.jar' is disabled.
18:13:32 [2024-02-16T23:13:32.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/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT.jar_unpacked_13177119952065636466/lib/javaagent-shaded.jar' is already signed and will be resigned.
18:13:32 [2024-02-16T23:13:32.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/eclipse.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT.jar_unpacked_13177119952065636466/lib/javaagent-shaded.jar
18:13:33 [2024-02-16T23:13:33.832Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT.jar_unpacked_13177119952065636466/lib/launchingsupport.jar' is disabled.
18:13:33 [2024-02-16T23:13:33.833Z] [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.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT.jar_unpacked_13177119952065636466/lib/launchingsupport.jar' is already signed and will be resigned.
18:13:33 [2024-02-16T23:13:33.833Z] [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.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT.jar_unpacked_13177119952065636466/lib/launchingsupport.jar
18:13:34 [2024-02-16T23:13:34.759Z] [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.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT.jar' is already signed and will be resigned.
18:13:34 [2024-02-16T23:13:34.760Z] [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.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT.jar
18:13:36 [2024-02-16T23:13:36.125Z] [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.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:36 [2024-02-16T23:13:36.125Z] [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.jdt.debug/org.eclipse.jdt.launching/target/org.eclipse.jdt.launching-3.21.100-SNAPSHOT-sources.jar
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching ---
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching:3.21.100-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.jdt.debug/org.eclipse.jdt.launching/pom.xml
18:13:37 [2024-02-16T23:13:37.053Z]     The main artifact has been replaced with the baseline version.
18:13:37 [2024-02-16T23:13:37.053Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:37 [2024-02-16T23:13:37.053Z] 
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] -------------------< eclipse.jdt.ui:eclipse.jdt.ui >--------------------
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] Building eclipse.jdt.ui 4.31.0-SNAPSHOT                        [122/521]
18:13:37 [2024-02-16T23:13:37.053Z] [INFO]   from eclipse.jdt.ui/pom.xml
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] --------------------------------[ pom ]---------------------------------
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.ui ---
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.053Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.ui ---
18:13:37 [2024-02-16T23:13:37.054Z] [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.ui/saveproperties
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.ui ---
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.ui ---
18:13:37 [2024-02-16T23:13:37.054Z] [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.ui/src/main/resources
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.jdt.ui ---
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.ui ---
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.ui ---
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] Execution was skipped
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt.ui ---
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.jdt.ui ---
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.manipulation >----------
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] Building [bundle] Java Code Manipulation Functionality 1.21.0-SNAPSHOT [123/521]
18:13:37 [2024-02-16T23:13:37.054Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/.polyglot.META-INF
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.054Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.310Z] [INFO] The project's OSGi version is 1.21.0.v20240214-2235
18:13:37 [2024-02-16T23:13:37.310Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.310Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.310Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.310Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.310Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.310Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.311Z] [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.ui/org.eclipse.jdt.core.manipulation/saveproperties
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] Resolving class path of [bundle] Java Code Manipulation Functionality
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-3) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.311Z] [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/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/common added.
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-4) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.311Z] [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/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension added.
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.311Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-5) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.312Z] [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/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/proposals added.
18:13:37 [2024-02-16T23:13:37.312Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.312Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.312Z] [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.ui/org.eclipse.jdt.core.manipulation/src/main/resources
18:13:37 [2024-02-16T23:13:37.312Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.312Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.312Z] [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.ui/org.eclipse.jdt.core.manipulation/src/main/resources
18:13:37 [2024-02-16T23:13:37.312Z] [INFO] 
18:13:37 [2024-02-16T23:13:37.312Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.manipulation ---
18:13:37 [2024-02-16T23:13:37.312Z] [INFO] Compiling 875 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.ui/org.eclipse.jdt.core.manipulation/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:41 [2024-02-16T23:13:41.480Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[19] 
18:13:41 [2024-02-16T23:13:41.480Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:13:41 [2024-02-16T23:13:41.480Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.480Z] The type PackageAdmin is deprecated
18:13:41 [2024-02-16T23:13:41.480Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[177] 
18:13:41 [2024-02-16T23:13:41.480Z] 	ServiceReference<PackageAdmin> serviceRef= fBundleContext.getServiceReference(PackageAdmin.class);
18:13:41 [2024-02-16T23:13:41.480Z] 	                 ^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.480Z] The type PackageAdmin is deprecated
18:13:41 [2024-02-16T23:13:41.480Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[177] 
18:13:41 [2024-02-16T23:13:41.480Z] 	ServiceReference<PackageAdmin> serviceRef= fBundleContext.getServiceReference(PackageAdmin.class);
18:13:41 [2024-02-16T23:13:41.480Z] 	                                                                              ^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.480Z] The type PackageAdmin is deprecated
18:13:41 [2024-02-16T23:13:41.480Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[178] 
18:13:41 [2024-02-16T23:13:41.481Z] 	PackageAdmin admin= fBundleContext.getService(serviceRef);
18:13:41 [2024-02-16T23:13:41.481Z] 	^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.481Z] The type PackageAdmin is deprecated
18:13:41 [2024-02-16T23:13:41.481Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/core/manipulation/JavaManipulationPlugin.java:[179] 
18:13:41 [2024-02-16T23:13:41.481Z] 	bundles= admin.getBundles(bundleName, version);
18:13:41 [2024-02-16T23:13:41.481Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.481Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:13:41 [2024-02-16T23:13:41.481Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/text/correction/UnresolvedElementsBaseSubProcessor.java:[278] 
18:13:41 [2024-02-16T23:13:41.481Z] 	} else if (locationInParent == SwitchCase.EXPRESSION_PROPERTY || locationInParent == SwitchCase.EXPRESSIONS2_PROPERTY) {
18:13:41 [2024-02-16T23:13:41.481Z] 	                                          ^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.481Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated
18:13:41 [2024-02-16T23:13:41.481Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/core/manipulation/dom/ASTResolving.java:[410] 
18:13:41 [2024-02-16T23:13:41.481Z] 	if (node.equals(switchCase.getExpression()) || (ASTHelper.isSwitchCaseExpressionsSupportedInAST(switchCase.getAST()) && switchCase.expressions().contains(node))) {
18:13:41 [2024-02-16T23:13:41.481Z] 	                           ^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.481Z] The method getExpression() from the type SwitchCase is deprecated
18:13:41 [2024-02-16T23:13:41.482Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/core/manipulation/dom/NecessaryParenthesesChecker.java:[85] 
18:13:41 [2024-02-16T23:13:41.482Z] 	|| locationInParent == SwitchCase.EXPRESSION_PROPERTY
18:13:41 [2024-02-16T23:13:41.482Z] 	                                  ^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.482Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated
18:13:41 [2024-02-16T23:13:41.482Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java:[309] 
18:13:41 [2024-02-16T23:13:41.482Z] 	IMethod inThisType= Bindings.findMethod(method, type);
18:13:41 [2024-02-16T23:13:41.482Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.482Z] The method findMethod(IMethodBinding, IType) from the type Bindings is deprecated
18:13:41 [2024-02-16T23:13:41.482Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/callhierarchy/CalleeAnalyzerVisitor.java:[313] 
18:13:41 [2024-02-16T23:13:41.482Z] 	IMethod m= Bindings.findMethod(method, superType);
18:13:41 [2024-02-16T23:13:41.482Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.482Z] The method findMethod(IMethodBinding, IType) from the type Bindings is deprecated
18:13:41 [2024-02-16T23:13:41.482Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2Core.java:[691] 
18:13:41 [2024-02-16T23:13:41.482Z] 	if (Bindings.areOverriddenMethods(curr, method) || Bindings.isSubsignature(curr, method))
18:13:41 [2024-02-16T23:13:41.482Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.482Z] The method areOverriddenMethods(IMethodBinding, IMethodBinding) from the type Bindings is deprecated
18:13:41 [2024-02-16T23:13:41.482Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2Core.java:[799] 
18:13:41 [2024-02-16T23:13:41.482Z] 	if (Bindings.areOverriddenMethods(methods.get(offset), methodBinding))
18:13:41 [2024-02-16T23:13:41.482Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.482Z] The method areOverriddenMethods(IMethodBinding, IMethodBinding) from the type Bindings is deprecated
18:13:41 [2024-02-16T23:13:41.483Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2Core.java:[1050] 
18:13:41 [2024-02-16T23:13:41.483Z] 	if (Bindings.isVisibleInHierarchy(method, binding.getPackage()) && (!accountExisting || !Bindings.containsSignatureEquivalentConstructor(methods, method)))
18:13:41 [2024-02-16T23:13:41.483Z] 	                                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.483Z] The method containsSignatureEquivalentConstructor(IMethodBinding[], IMethodBinding) from the type Bindings is deprecated
18:13:41 [2024-02-16T23:13:41.483Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2Core.java:[1062] 
18:13:41 [2024-02-16T23:13:41.483Z] 	if ((proposeDefault || !accountExisting || existingConstructors == null || existingConstructors.isEmpty()) && (!accountExisting || !Bindings.containsSignatureEquivalentConstructor(methods, method)))
18:13:41 [2024-02-16T23:13:41.483Z] 	                                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.483Z] The method containsSignatureEquivalentConstructor(IMethodBinding[], IMethodBinding) from the type Bindings is deprecated
18:13:41 [2024-02-16T23:13:41.483Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java:[834] 
18:13:41 [2024-02-16T23:13:41.483Z] 	node.getRightOperand().accept(this);
18:13:41 [2024-02-16T23:13:41.483Z] 	     ^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.483Z] The method getRightOperand() from the type PatternInstanceofExpression is deprecated
18:13:41 [2024-02-16T23:13:41.483Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ASTFlattener.java:[1679] 
18:13:41 [2024-02-16T23:13:41.484Z] 	node.getExpression().accept(this);
18:13:41 [2024-02-16T23:13:41.484Z] 	     ^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.484Z] The method getExpression() from the type SwitchCase is deprecated
18:13:41 [2024-02-16T23:13:41.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.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java:[380] 
18:13:41 [2024-02-16T23:13:41.484Z] 	if (locationInParent == SwitchCase.EXPRESSION_PROPERTY || locationInParent == SwitchCase.EXPRESSIONS2_PROPERTY) {
18:13:41 [2024-02-16T23:13:41.484Z] 	                                   ^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.484Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated
18:13:41 [2024-02-16T23:13:41.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.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java:[478] 
18:13:41 [2024-02-16T23:13:41.484Z] 	if (locationInParent == SwitchCase.EXPRESSION_PROPERTY || locationInParent == SwitchCase.EXPRESSIONS2_PROPERTY) {
18:13:41 [2024-02-16T23:13:41.484Z] 	                                   ^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.484Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated
18:13:41 [2024-02-16T23:13:41.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.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/ScopeAnalyzer.java:[726] 
18:13:41 [2024-02-16T23:13:41.484Z] 	Expression expression= node.getExpression();
18:13:41 [2024-02-16T23:13:41.484Z] 	                            ^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.484Z] The method getExpression() from the type SwitchCase is deprecated
18:13:41 [2024-02-16T23:13:41.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.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/CodeStyleFixCore.java:[169] 
18:13:41 [2024-02-16T23:13:41.484Z] 	if (parentDescription == VariableDeclarationFragment.NAME_PROPERTY || parentDescription == SwitchCase.EXPRESSION_PROPERTY || parentDescription == SwitchCase.EXPRESSIONS2_PROPERTY)
18:13:41 [2024-02-16T23:13:41.484Z] 	                                                                                                      ^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.485Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated
18:13:41 [2024-02-16T23:13:41.485Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/PatternMatchingForInstanceofFixCore.java:[218] 
18:13:41 [2024-02-16T23:13:41.485Z] 	newInstanceof.setRightOperand(newSVDecl);
18:13:41 [2024-02-16T23:13:41.485Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.485Z] The method setRightOperand(SingleVariableDeclaration) from the type PatternInstanceofExpression is deprecated
18:13:41 [2024-02-16T23:13:41.485Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/Checks.java:[405] 
18:13:41 [2024-02-16T23:13:41.485Z] 	Expression expression= caze.getExpression();
18:13:41 [2024-02-16T23:13:41.485Z] 	                            ^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.485Z] The method getExpression() from the type SwitchCase is deprecated
18:13:41 [2024-02-16T23:13:41.485Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/structure/constraints/SuperTypeConstraintsCreator.java:[865] 
18:13:41 [2024-02-16T23:13:41.485Z] 	&& (!(parent instanceof SingleVariableDeclaration) || (((ast.apiLevel() == AST.JLS20 && ast.isPreviewEnabled() || ast.apiLevel() > AST.JLS20) && !(parent.getParent() instanceof Pattern)) || (ast.apiLevel() < AST.JLS20 && parent.getLocationInParent() != PatternInstanceofExpression.RIGHT_OPERAND_PROPERTY)))
18:13:41 [2024-02-16T23:13:41.485Z] 	                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.485Z] The field PatternInstanceofExpression.RIGHT_OPERAND_PROPERTY is deprecated
18:13:41 [2024-02-16T23:13:41.485Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/binary/AbstractCodeCreationOperation.java:[151] 
18:13:41 [2024-02-16T23:13:41.486Z] 	final IClassFile[] files= fragment.getClassFiles(); // safe, but implies this operation cannot create module-info CU, which it probably should.
18:13:41 [2024-02-16T23:13:41.486Z] 	                                   ^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.486Z] The method getClassFiles() from the type IPackageFragment is deprecated
18:13:41 [2024-02-16T23:13:41.486Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/code/ExtractMethodAnalyzer.java:[266] 
18:13:41 [2024-02-16T23:13:41.486Z] 	} else if (node.getLocationInParent() == SwitchCase.EXPRESSION_PROPERTY || node.getLocationInParent() == SwitchCase.EXPRESSIONS2_PROPERTY) {
18:13:41 [2024-02-16T23:13:41.486Z] 	                                                    ^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.486Z] The field SwitchCase.EXPRESSION_PROPERTY is deprecated
18:13:41 [2024-02-16T23:13:41.486Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/rename/TypeOccurrenceCollector.java:[75] 
18:13:41 [2024-02-16T23:13:41.486Z] 	if (token == ITerminalSymbols.TokenNameIdentifier) { // type reference can occur in module-info.java and collide with a restricted keyword.
18:13:41 [2024-02-16T23:13:41.486Z] 	                              ^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.486Z] The field ITerminalSymbols.TokenNameIdentifier is deprecated
18:13:41 [2024-02-16T23:13:41.486Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/MoveCuUpdateCreator.java:[376] 
18:13:41 [2024-02-16T23:13:41.486Z] 	if (tokenType == ITerminalSymbols.TokenNameIdentifier) // TODO: could we be in the context of module-info.java, conflicting with restricted keywords?
18:13:41 [2024-02-16T23:13:41.486Z] 	                                  ^^^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.486Z] The field ITerminalSymbols.TokenNameIdentifier is deprecated
18:13:41 [2024-02-16T23:13:41.486Z] [WARNING] /home/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/org.eclipse.jdt.core.manipulation/refactoring/org/eclipse/jdt/internal/corext/refactoring/surround/SurroundWithTryCatchAnalyzer.java:[99] 
18:13:41 [2024-02-16T23:13:41.486Z] 	SingleVariableDeclaration svd= node.getRightOperand();
18:13:41 [2024-02-16T23:13:41.486Z] 	                                    ^^^^^^^^^^^^^^^^^
18:13:41 [2024-02-16T23:13:41.486Z] The method getRightOperand() from the type PatternInstanceofExpression is deprecated
18:13:41 [2024-02-16T23:13:41.486Z] 28 problems (28 warnings)
18:13:41 [2024-02-16T23:13:41.486Z] [INFO] 
18:13:41 [2024-02-16T23:13:41.487Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.core.manipulation ---
18:13:41 [2024-02-16T23:13:41.487Z] [INFO] 
18:13:41 [2024-02-16T23:13:41.487Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.manipulation ---
18:13:41 [2024-02-16T23:13:41.487Z] [INFO] 
18:13:41 [2024-02-16T23:13:41.487Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.manipulation ---
18:13:42 [2024-02-16T23:13:42.047Z] [INFO] 
18:13:42 [2024-02-16T23:13:42.047Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.manipulation ---
18:13:42 [2024-02-16T23:13:42.047Z] [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.ui/org.eclipse.jdt.core.manipulation/src/test/resources
18:13:42 [2024-02-16T23:13:42.047Z] [INFO] 
18:13:42 [2024-02-16T23:13:42.047Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core.manipulation ---
18:13:42 [2024-02-16T23:13:42.047Z] [INFO] 
18:13:42 [2024-02-16T23:13:42.047Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.manipulation ---
18:13:42 [2024-02-16T23:13:42.047Z] [INFO] 
18:13:42 [2024-02-16T23:13:42.047Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.manipulation ---
18:13:42 [2024-02-16T23:13:42.303Z] [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.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.0-SNAPSHOT-sources.jar
18:13:42 [2024-02-16T23:13:42.303Z] [INFO] 
18:13:42 [2024-02-16T23:13:42.303Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.manipulation ---
18:13:42 [2024-02-16T23:13:42.303Z] [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.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.0-SNAPSHOT.jar
18:13:42 [2024-02-16T23:13:42.558Z] [INFO] 
18:13:42 [2024-02-16T23:13:42.558Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.manipulation ---
18:13:42 [2024-02-16T23:13:42.814Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.21.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.jdt.ui/org.eclipse.jdt.core.manipulation/.polyglot.META-INF
18:13:42 [2024-02-16T23:13:42.814Z]     The main artifact has been replaced with the baseline version.
18:13:42 [2024-02-16T23:13:42.814Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:42 [2024-02-16T23:13:42.814Z] 
18:13:42 [2024-02-16T23:13:42.814Z] [INFO] 
18:13:42 [2024-02-16T23:13:42.814Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.manipulation ---
18:13:42 [2024-02-16T23:13:42.814Z] [INFO] Execution was skipped
18:13:42 [2024-02-16T23:13:42.814Z] [INFO] 
18:13:42 [2024-02-16T23:13:42.814Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.manipulation ---
18:13:44 [2024-02-16T23:13:44.177Z] [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.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.0-SNAPSHOT.jar' is already signed and will be resigned.
18:13:44 [2024-02-16T23:13:44.177Z] [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.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.0-SNAPSHOT.jar
18:13:46 [2024-02-16T23:13:46.760Z] [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.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:13:46 [2024-02-16T23:13:46.760Z] [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.jdt.ui/org.eclipse.jdt.core.manipulation/target/org.eclipse.jdt.core.manipulation-1.21.0-SNAPSHOT-sources.jar
18:13:48 [2024-02-16T23:13:48.124Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.124Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.manipulation ---
18:13:48 [2024-02-16T23:13:48.379Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.manipulation:1.21.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.jdt.ui/org.eclipse.jdt.core.manipulation/.polyglot.META-INF
18:13:48 [2024-02-16T23:13:48.379Z]     The main artifact has been replaced with the baseline version.
18:13:48 [2024-02-16T23:13:48.379Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:48 [2024-02-16T23:13:48.379Z] 
18:13:48 [2024-02-16T23:13:48.379Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.379Z] [INFO] -----------------< org.eclipse.jdt:org.eclipse.jdt.ui >-----------------
18:13:48 [2024-02-16T23:13:48.379Z] [INFO] Building org.eclipse.jdt.ui 3.32.0-SNAPSHOT                    [124/521]
18:13:48 [2024-02-16T23:13:48.379Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.ui/pom.xml
18:13:48 [2024-02-16T23:13:48.379Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] The project's OSGi version is 3.32.0.v20240215-0312
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [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.ui/org.eclipse.jdt.ui/saveproperties
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] Resolving class path of org.eclipse.jdt.ui
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [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.ui/org.eclipse.jdt.ui/src/main/resources
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.940Z] [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.ui/org.eclipse.jdt.ui/src/main/resources
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] 
18:13:48 [2024-02-16T23:13:48.940Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui ---
18:13:48 [2024-02-16T23:13:48.941Z] [INFO] Compiling 1754 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.ui/org.eclipse.jdt.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:13:54 [2024-02-16T23:13:54.184Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[51] 
18:13:54 [2024-02-16T23:13:54.184Z] 	private final List<CompilationUnitRewriteOperation> fResult;
18:13:54 [2024-02-16T23:13:54.184Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.184Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.184Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[59] 
18:13:54 [2024-02-16T23:13:54.184Z] 	List<CompilationUnitRewriteOperation> resultingCollection) {
18:13:54 [2024-02-16T23:13:54.184Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.184Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.184Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[172] 
18:13:54 [2024-02-16T23:13:54.184Z] 	private static final class AddBlockOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.184Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.184Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.184Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[269] 
18:13:54 [2024-02-16T23:13:54.184Z] 	static class RemoveBlockOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.184Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.184Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.184Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[440] 
18:13:54 [2024-02-16T23:13:54.185Z] 	result.add(new ControlStatementsFix(FixMessages.ControlStatementsFix_removeIfBlock_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op}));
18:13:54 [2024-02-16T23:13:54.185Z] 	                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.185Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.185Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[448] 
18:13:54 [2024-02-16T23:13:54.185Z] 	result.add(new ControlStatementsFix(FixMessages.ControlStatementsFix_removeElseBlock_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op}));
18:13:54 [2024-02-16T23:13:54.185Z] 	                                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.185Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.185Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[452] 
18:13:54 [2024-02-16T23:13:54.185Z] 	CompilationUnitRewriteOperation[] allConvert= removeAllList.toArray(new CompilationUnitRewriteOperation[removeAllList.size()]);
18:13:54 [2024-02-16T23:13:54.185Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.185Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.185Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[452] 
18:13:54 [2024-02-16T23:13:54.185Z] 	CompilationUnitRewriteOperation[] allConvert= removeAllList.toArray(new CompilationUnitRewriteOperation[removeAllList.size()]);
18:13:54 [2024-02-16T23:13:54.185Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.185Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.186Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[460] 
18:13:54 [2024-02-16T23:13:54.186Z] 	return new ControlStatementsFix[] {new ControlStatementsFix(FixMessages.ControlStatementsFix_removeBrackets_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})};
18:13:54 [2024-02-16T23:13:54.186Z] 	                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.186Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.186Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[465] 
18:13:54 [2024-02-16T23:13:54.186Z] 	return new ControlStatementsFix[] {new ControlStatementsFix(FixMessages.ControlStatementsFix_removeBrackets_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})};
18:13:54 [2024-02-16T23:13:54.186Z] 	                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.186Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.186Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[470] 
18:13:54 [2024-02-16T23:13:54.186Z] 	return new ControlStatementsFix[] {new ControlStatementsFix(FixMessages.ControlStatementsFix_removeBrackets_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})};
18:13:54 [2024-02-16T23:13:54.186Z] 	                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.186Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.186Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[475] 
18:13:54 [2024-02-16T23:13:54.187Z] 	return new ControlStatementsFix[] {new ControlStatementsFix(FixMessages.ControlStatementsFix_removeBrackets_proposalDescription, compilationUnit, new CompilationUnitRewriteOperation[] {op})};
18:13:54 [2024-02-16T23:13:54.187Z] 	                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.187Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.187Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[490] 
18:13:54 [2024-02-16T23:13:54.187Z] 	List<CompilationUnitRewriteOperation> operations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.187Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.187Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.187Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[497] 
18:13:54 [2024-02-16T23:13:54.187Z] 	CompilationUnitRewriteOperation[] ops= operations.toArray(new CompilationUnitRewriteOperation[operations.size()]);
18:13:54 [2024-02-16T23:13:54.187Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.187Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.187Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[497] 
18:13:54 [2024-02-16T23:13:54.187Z] 	CompilationUnitRewriteOperation[] ops= operations.toArray(new CompilationUnitRewriteOperation[operations.size()]);
18:13:54 [2024-02-16T23:13:54.187Z] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.187Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.187Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ControlStatementsFix.java:[501] 
18:13:54 [2024-02-16T23:13:54.188Z] 	protected ControlStatementsFix(String name, CompilationUnit compilationUnit, CompilationUnitRewriteOperation[] fixRewriteOperations) {
18:13:54 [2024-02-16T23:13:54.188Z] 	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.188Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.188Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[98] 
18:13:54 [2024-02-16T23:13:54.188Z] 	private static class AddParenthesisOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.188Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.188Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.188Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[122] 
18:13:54 [2024-02-16T23:13:54.188Z] 	private static class RemoveParenthesisOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.188Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.188Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.188Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[175] 
18:13:54 [2024-02-16T23:13:54.188Z] 	CompilationUnitRewriteOperation op= new AddParenthesisOperation(changedNodes.toArray(new Expression[changedNodes.size()]));
18:13:54 [2024-02-16T23:13:54.188Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.188Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.189Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[176] 
18:13:54 [2024-02-16T23:13:54.189Z] 	return new ExpressionsFix(FixMessages.ExpressionsFix_addParanoiacParentheses_description, compilationUnit, new CompilationUnitRewriteOperation[] {op});
18:13:54 [2024-02-16T23:13:54.189Z] 	                                                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.189Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.189Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[191] 
18:13:54 [2024-02-16T23:13:54.189Z] 	return new ExpressionsFix(FixMessages.ExpressionsFix_removeUnnecessaryParentheses_description, compilationUnit, new CompilationUnitRewriteOperation[] {op});
18:13:54 [2024-02-16T23:13:54.189Z] 	                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.189Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.189Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[205] 
18:13:54 [2024-02-16T23:13:54.189Z] 	CompilationUnitRewriteOperation op= new AddParenthesisOperation(changedNodes.toArray(new Expression[changedNodes.size()]));
18:13:54 [2024-02-16T23:13:54.189Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.189Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.189Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[206] 
18:13:54 [2024-02-16T23:13:54.189Z] 	return new ExpressionsFix(FixMessages.ExpressionsFix_add_parentheses_change_name, compilationUnit, new CompilationUnitRewriteOperation[] {op});
18:13:54 [2024-02-16T23:13:54.189Z] 	                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.190Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.190Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[215] 
18:13:54 [2024-02-16T23:13:54.190Z] 	CompilationUnitRewriteOperation op= new RemoveParenthesisOperation(expressions);
18:13:54 [2024-02-16T23:13:54.190Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.190Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.190Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[216] 
18:13:54 [2024-02-16T23:13:54.190Z] 	return new ExpressionsFix(FixMessages.ExpressionsFix_remove_parentheses_change_name, compilationUnit, new CompilationUnitRewriteOperation[] {op});
18:13:54 [2024-02-16T23:13:54.190Z] 	                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.190Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.190Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ExpressionsFix.java:[221] 
18:13:54 [2024-02-16T23:13:54.190Z] 	protected ExpressionsFix(String name, CompilationUnit compilationUnit, CompilationUnitRewriteOperation[] fixRewriteOperations) {
18:13:54 [2024-02-16T23:13:54.190Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.190Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.190Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[56] 
18:13:54 [2024-02-16T23:13:54.190Z] 	public NullAnnotationsFix(String name, CompilationUnit compilationUnit, CompilationUnitRewriteOperation[] operations) {
18:13:54 [2024-02-16T23:13:54.190Z] 	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.191Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.191Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[173] 
18:13:54 [2024-02-16T23:13:54.191Z] 	List<CompilationUnitRewriteOperation> operations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.191Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.191Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.191Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[193] 
18:13:54 [2024-02-16T23:13:54.191Z] 	CompilationUnitRewriteOperation[] operationsArray= operations.toArray(new CompilationUnitRewriteOperation[operations.size()]);
18:13:54 [2024-02-16T23:13:54.191Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.191Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.191Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[193] 
18:13:54 [2024-02-16T23:13:54.191Z] 	CompilationUnitRewriteOperation[] operationsArray= operations.toArray(new CompilationUnitRewriteOperation[operations.size()]);
18:13:54 [2024-02-16T23:13:54.191Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.191Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.191Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[197] 
18:13:54 [2024-02-16T23:13:54.191Z] 	private static boolean createMoveTypeAnnotationOperations(CompilationUnit compilationUnit, IProblemLocation[] locations, List<CompilationUnitRewriteOperation> operations) {
18:13:54 [2024-02-16T23:13:54.191Z] 	                                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.192Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.192Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[209] 
18:13:54 [2024-02-16T23:13:54.192Z] 	private static void createAddNullAnnotationOperations(CompilationUnit compilationUnit, IProblemLocation[] locations, List<CompilationUnitRewriteOperation> result) {
18:13:54 [2024-02-16T23:13:54.192Z] 	                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.192Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.192Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsFix.java:[265] 
18:13:54 [2024-02-16T23:13:54.192Z] 	private static void createRemoveRedundantNullAnnotationsOperations(CompilationUnit compilationUnit, IProblemLocation[] locations, List<CompilationUnitRewriteOperation> result) {
18:13:54 [2024-02-16T23:13:54.192Z] 	                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.192Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.192Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java:[70] 
18:13:54 [2024-02-16T23:13:54.192Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.192Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.192Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.192Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java:[96] 
18:13:54 [2024-02-16T23:13:54.193Z] 	static abstract class SignatureAnnotationRewriteOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.193Z] 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.193Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.193Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java:[305] 
18:13:54 [2024-02-16T23:13:54.193Z] 	static class RemoveRedundantAnnotationRewriteOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.193Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.193Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.193Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/NullAnnotationsRewriteOperations.java:[361] 
18:13:54 [2024-02-16T23:13:54.193Z] 	static class AddMissingDefaultNullnessRewriteOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.193Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.193Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.193Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/TypeAnnotationFix.java:[23] 
18:13:54 [2024-02-16T23:13:54.193Z] 	public TypeAnnotationFix(String name, CompilationUnit compilationUnit, CompilationUnitRewriteOperation operation) {
18:13:54 [2024-02-16T23:13:54.193Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.193Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.193Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/TypeAnnotationRewriteOperations.java:[43] 
18:13:54 [2024-02-16T23:13:54.193Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.193Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.193Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.194Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/TypeAnnotationRewriteOperations.java:[49] 
18:13:54 [2024-02-16T23:13:54.194Z] 	static class MoveTypeAnnotationRewriteOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.194Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.194Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.194Z] [WARNING] /home/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/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/template/java/TemplateUtils.java:[53] 
18:13:54 [2024-02-16T23:13:54.194Z] 	TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(template.getContextTypeId());
18:13:54 [2024-02-16T23:13:54.194Z] 	                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.194Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.194Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[40] 
18:13:54 [2024-02-16T23:13:54.194Z] 	import org.eclipse.jface.contentassist.SubjectControlContentAssistant;
18:13:54 [2024-02-16T23:13:54.194Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.194Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.194Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[54] 
18:13:54 [2024-02-16T23:13:54.194Z] 	import org.eclipse.ui.contentassist.ContentAssistHandler;
18:13:54 [2024-02-16T23:13:54.194Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.194Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.194Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[218] 
18:13:54 [2024-02-16T23:13:54.194Z] 	private ContentAssistHandler fNameContentAssistHandler;
18:13:54 [2024-02-16T23:13:54.194Z] 	        ^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.194Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.195Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[591] 
18:13:54 [2024-02-16T23:13:54.195Z] 	SubjectControlContentAssistant assistant= installParameterTypeContentAssist(editors[TYPE_PROP].getText());
18:13:54 [2024-02-16T23:13:54.195Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.195Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.195Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[595] 
18:13:54 [2024-02-16T23:13:54.195Z] 	SubjectControlContentAssistant assistant= installParameterNameContentAssist(editors[NEWNAME_PROP].getText());
18:13:54 [2024-02-16T23:13:54.195Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.195Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.195Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[625] 
18:13:54 [2024-02-16T23:13:54.195Z] 	fNameContentAssistHandler.setEnabled(selected[0].isAdded());
18:13:54 [2024-02-16T23:13:54.195Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.195Z] The method setEnabled(boolean) from the type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.195Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[633] 
18:13:54 [2024-02-16T23:13:54.195Z] 	private SubjectControlContentAssistant installParameterTypeContentAssist(Text text) {
18:13:54 [2024-02-16T23:13:54.195Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.195Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.195Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[639] 
18:13:54 [2024-02-16T23:13:54.195Z] 	SubjectControlContentAssistant contentAssistant= ControlContentAssistHelper.createJavaContentAssistant(processor);
18:13:54 [2024-02-16T23:13:54.195Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.195Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.196Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[640] 
18:13:54 [2024-02-16T23:13:54.196Z] 	ContentAssistHandler.createHandlerForText(text, contentAssistant);
18:13:54 [2024-02-16T23:13:54.196Z] 	^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.196Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.196Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[640] 
18:13:54 [2024-02-16T23:13:54.196Z] 	ContentAssistHandler.createHandlerForText(text, contentAssistant);
18:13:54 [2024-02-16T23:13:54.196Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.196Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.196Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[644] 
18:13:54 [2024-02-16T23:13:54.196Z] 	private SubjectControlContentAssistant installParameterNameContentAssist(Text text) {
18:13:54 [2024-02-16T23:13:54.196Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.196Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.196Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[646] 
18:13:54 [2024-02-16T23:13:54.196Z] 	SubjectControlContentAssistant contentAssistant= ControlContentAssistHelper.createJavaContentAssistant(processor);
18:13:54 [2024-02-16T23:13:54.196Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.196Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.196Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[647] 
18:13:54 [2024-02-16T23:13:54.196Z] 	fNameContentAssistHandler= ContentAssistHandler.createHandlerForText(text, contentAssistant);
18:13:54 [2024-02-16T23:13:54.196Z] 	                           ^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.196Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.196Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java:[647] 
18:13:54 [2024-02-16T23:13:54.197Z] 	fNameContentAssistHandler= ContentAssistHandler.createHandlerForText(text, contentAssistant);
18:13:54 [2024-02-16T23:13:54.197Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.197Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.197Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java:[26] 
18:13:54 [2024-02-16T23:13:54.197Z] 	import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor;
18:13:54 [2024-02-16T23:13:54.197Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.197Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.197Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java:[56] 
18:13:54 [2024-02-16T23:13:54.197Z] 	public class CUPositionCompletionProcessor implements ISubjectControlContentAssistProcessor {
18:13:54 [2024-02-16T23:13:54.197Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.197Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.197Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java:[150] 
18:13:54 [2024-02-16T23:13:54.197Z] 	public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.197Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.197Z] The method CUPositionCompletionProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.197Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/CUPositionCompletionProcessor.java:[158] 
18:13:54 [2024-02-16T23:13:54.198Z] 	public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.198Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.198Z] The method CUPositionCompletionProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.198Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[19] 
18:13:54 [2024-02-16T23:13:54.198Z] 	import org.eclipse.jface.contentassist.SubjectControlContentAssistant;
18:13:54 [2024-02-16T23:13:54.198Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.198Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.198Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[26] 
18:13:54 [2024-02-16T23:13:54.198Z] 	import org.eclipse.ui.contentassist.ContentAssistHandler;
18:13:54 [2024-02-16T23:13:54.198Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.198Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.198Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[42] 
18:13:54 [2024-02-16T23:13:54.198Z] 	ContentAssistHandler.createHandlerForText(text, createJavaContentAssistant(processor));
18:13:54 [2024-02-16T23:13:54.198Z] 	^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.198Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.198Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[42] 
18:13:54 [2024-02-16T23:13:54.198Z] 	ContentAssistHandler.createHandlerForText(text, createJavaContentAssistant(processor));
18:13:54 [2024-02-16T23:13:54.198Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.198Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.199Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[50] 
18:13:54 [2024-02-16T23:13:54.199Z] 	ContentAssistHandler.createHandlerForCombo(combo, createJavaContentAssistant(processor));
18:13:54 [2024-02-16T23:13:54.199Z] 	^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.199Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.199Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[50] 
18:13:54 [2024-02-16T23:13:54.199Z] 	ContentAssistHandler.createHandlerForCombo(combo, createJavaContentAssistant(processor));
18:13:54 [2024-02-16T23:13:54.199Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.199Z] The method createHandlerForCombo(Combo, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.199Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[53] 
18:13:54 [2024-02-16T23:13:54.199Z] 	public static SubjectControlContentAssistant createJavaContentAssistant(IContentAssistProcessor processor) {
18:13:54 [2024-02-16T23:13:54.199Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.199Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.199Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[54] 
18:13:54 [2024-02-16T23:13:54.199Z] 	final SubjectControlContentAssistant contentAssistant= new SubjectControlContentAssistant();
18:13:54 [2024-02-16T23:13:54.199Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.199Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.199Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[54] 
18:13:54 [2024-02-16T23:13:54.199Z] 	final SubjectControlContentAssistant contentAssistant= new SubjectControlContentAssistant();
18:13:54 [2024-02-16T23:13:54.200Z] 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.200Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.200Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/ControlContentAssistHelper.java:[54] 
18:13:54 [2024-02-16T23:13:54.200Z] 	final SubjectControlContentAssistant contentAssistant= new SubjectControlContentAssistant();
18:13:54 [2024-02-16T23:13:54.200Z] 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.200Z] The constructor SubjectControlContentAssistant() is deprecated
18:13:54 [2024-02-16T23:13:54.200Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java:[25] 
18:13:54 [2024-02-16T23:13:54.200Z] 	import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor;
18:13:54 [2024-02-16T23:13:54.200Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.200Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.200Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java:[41] 
18:13:54 [2024-02-16T23:13:54.200Z] 	public class FieldNameProcessor implements ISubjectControlContentAssistProcessor {
18:13:54 [2024-02-16T23:13:54.200Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.200Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.200Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java:[108] 
18:13:54 [2024-02-16T23:13:54.200Z] 	public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubject, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.200Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.200Z] The method FieldNameProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.201Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/FieldNameProcessor.java:[116] 
18:13:54 [2024-02-16T23:13:54.201Z] 	public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubject, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.201Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.201Z] The method FieldNameProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.201Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageCompletionProcessor.java:[27] 
18:13:54 [2024-02-16T23:13:54.201Z] 	import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor;
18:13:54 [2024-02-16T23:13:54.201Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.201Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.201Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageCompletionProcessor.java:[48] 
18:13:54 [2024-02-16T23:13:54.201Z] 	public class JavaPackageCompletionProcessor implements ISubjectControlContentAssistProcessor {
18:13:54 [2024-02-16T23:13:54.201Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.201Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.201Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageCompletionProcessor.java:[129] 
18:13:54 [2024-02-16T23:13:54.201Z] 	public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl,
18:13:54 [2024-02-16T23:13:54.201Z] 			int documentOffset) {
18:13:54 [2024-02-16T23:13:54.201Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.202Z] The method JavaPackageCompletionProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.202Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageCompletionProcessor.java:[138] 
18:13:54 [2024-02-16T23:13:54.202Z] 	public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.202Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.202Z] The method JavaPackageCompletionProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.202Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageFragmentRootCompletionProcessor.java:[24] 
18:13:54 [2024-02-16T23:13:54.202Z] 	import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor;
18:13:54 [2024-02-16T23:13:54.202Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.202Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.202Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageFragmentRootCompletionProcessor.java:[50] 
18:13:54 [2024-02-16T23:13:54.202Z] 	public class JavaPackageFragmentRootCompletionProcessor implements ISubjectControlContentAssistProcessor {
18:13:54 [2024-02-16T23:13:54.202Z] 	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.202Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.202Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageFragmentRootCompletionProcessor.java:[121] 
18:13:54 [2024-02-16T23:13:54.202Z] 	public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubject,
18:13:54 [2024-02-16T23:13:54.202Z] 			int documentOffset) {
18:13:54 [2024-02-16T23:13:54.202Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.203Z] The method JavaPackageFragmentRootCompletionProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.203Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPackageFragmentRootCompletionProcessor.java:[130] 
18:13:54 [2024-02-16T23:13:54.203Z] 	public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.203Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.203Z] The method JavaPackageFragmentRootCompletionProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.203Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPrecomputedNamesAssistProcessor.java:[23] 
18:13:54 [2024-02-16T23:13:54.203Z] 	import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor;
18:13:54 [2024-02-16T23:13:54.203Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.203Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.203Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPrecomputedNamesAssistProcessor.java:[41] 
18:13:54 [2024-02-16T23:13:54.203Z] 	public class JavaPrecomputedNamesAssistProcessor implements ISubjectControlContentAssistProcessor {
18:13:54 [2024-02-16T23:13:54.203Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.203Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.203Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPrecomputedNamesAssistProcessor.java:[92] 
18:13:54 [2024-02-16T23:13:54.204Z] 	public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.204Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.204Z] The method JavaPrecomputedNamesAssistProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.204Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaPrecomputedNamesAssistProcessor.java:[97] 
18:13:54 [2024-02-16T23:13:54.204Z] 	public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.204Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.204Z] The method JavaPrecomputedNamesAssistProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.204Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java:[27] 
18:13:54 [2024-02-16T23:13:54.204Z] 	import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor;
18:13:54 [2024-02-16T23:13:54.204Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.204Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.204Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java:[52] 
18:13:54 [2024-02-16T23:13:54.204Z] 	public class JavaSourcePackageFragmentRootCompletionProcessor implements ISubjectControlContentAssistProcessor {
18:13:54 [2024-02-16T23:13:54.204Z] 	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.204Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.204Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java:[101] 
18:13:54 [2024-02-16T23:13:54.205Z] 	public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubject, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.205Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.205Z] The method JavaSourcePackageFragmentRootCompletionProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.205Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/JavaSourcePackageFragmentRootCompletionProcessor.java:[146] 
18:13:54 [2024-02-16T23:13:54.205Z] 	public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubject, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.205Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.205Z] The method JavaSourcePackageFragmentRootCompletionProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.205Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java:[25] 
18:13:54 [2024-02-16T23:13:54.205Z] 	import org.eclipse.jface.contentassist.ISubjectControlContentAssistProcessor;
18:13:54 [2024-02-16T23:13:54.205Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.205Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.205Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java:[39] 
18:13:54 [2024-02-16T23:13:54.205Z] 	public class VariableNamesProcessor implements ISubjectControlContentAssistProcessor {
18:13:54 [2024-02-16T23:13:54.205Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.205Z] The type ISubjectControlContentAssistProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.206Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java:[114] 
18:13:54 [2024-02-16T23:13:54.206Z] 	public IContextInformation[] computeContextInformation(IContentAssistSubjectControl contentAssistSubject, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.206Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.206Z] The method VariableNamesProcessor.computeContextInformation(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.206Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/contentassist/VariableNamesProcessor.java:[122] 
18:13:54 [2024-02-16T23:13:54.206Z] 	public ICompletionProposal[] computeCompletionProposals(IContentAssistSubjectControl contentAssistSubject, int documentOffset) {
18:13:54 [2024-02-16T23:13:54.206Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.206Z] The method VariableNamesProcessor.computeCompletionProposals(IContentAssistSubjectControl, int) overrides a deprecated method from ISubjectControlContentAssistProcessor
18:13:54 [2024-02-16T23:13:54.206Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgCopyAction.java:[79] 
18:13:54 [2024-02-16T23:13:54.206Z] 	CopyProjectAction action= new CopyProjectAction(getShell());
18:13:54 [2024-02-16T23:13:54.206Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.206Z] The constructor CopyProjectAction(Shell) is deprecated
18:13:54 [2024-02-16T23:13:54.206Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[31] 
18:13:54 [2024-02-16T23:13:54.206Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:13:54 [2024-02-16T23:13:54.206Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.206Z] The type PackageAdmin is deprecated
18:13:54 [2024-02-16T23:13:54.206Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[64] 
18:13:54 [2024-02-16T23:13:54.206Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:13:54 [2024-02-16T23:13:54.206Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.206Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.207Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[175] 
18:13:54 [2024-02-16T23:13:54.207Z] 	private volatile ContextTypeRegistry fContextTypeRegistry;
18:13:54 [2024-02-16T23:13:54.207Z] 	                 ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.207Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.207Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[180] 
18:13:54 [2024-02-16T23:13:54.207Z] 	private ContextTypeRegistry fCodeTemplateContextTypeRegistry;
18:13:54 [2024-02-16T23:13:54.207Z] 	        ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.207Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.207Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[496] 
18:13:54 [2024-02-16T23:13:54.207Z] 	ContentAssistHistory.store(fContentAssistHistory, getPluginPreferences(), PreferenceConstants.CODEASSIST_LRU_HISTORY);
18:13:54 [2024-02-16T23:13:54.207Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.207Z] The method getPluginPreferences() from the type Plugin is deprecated
18:13:54 [2024-02-16T23:13:54.207Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[659] 
18:13:54 [2024-02-16T23:13:54.207Z] 	public static org.eclipse.core.runtime.Preferences getJavaCorePluginPreferences() {
18:13:54 [2024-02-16T23:13:54.207Z] 	                                       ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.207Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.207Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[660] 
18:13:54 [2024-02-16T23:13:54.207Z] 	return JavaCore.getPlugin().getPluginPreferences();
18:13:54 [2024-02-16T23:13:54.207Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.207Z] The method getPluginPreferences() from the type Plugin is deprecated
18:13:54 [2024-02-16T23:13:54.207Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[786] 
18:13:54 [2024-02-16T23:13:54.207Z] 	public ContextTypeRegistry getTemplateContextRegistry() {
18:13:54 [2024-02-16T23:13:54.207Z] 	       ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.207Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.207Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[787] 
18:13:54 [2024-02-16T23:13:54.207Z] 	ContextTypeRegistry result= fContextTypeRegistry;
18:13:54 [2024-02-16T23:13:54.207Z] 	^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.207Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.208Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[795] 
18:13:54 [2024-02-16T23:13:54.208Z] 	TemplateContextType all_contextType= registry.getContextType(JavaContextType.ID_ALL);
18:13:54 [2024-02-16T23:13:54.208Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.208Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.208Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[804] 
18:13:54 [2024-02-16T23:13:54.208Z] 	all_contextType= registry.getContextType(SWTContextType.ID_ALL);
18:13:54 [2024-02-16T23:13:54.208Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.208Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.208Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[810] 
18:13:54 [2024-02-16T23:13:54.208Z] 	all_contextType= registry.getContextType(JavaPostfixContextType.ID_ALL);
18:13:54 [2024-02-16T23:13:54.208Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.208Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.208Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[826] 
18:13:54 [2024-02-16T23:13:54.208Z] 	TemplateContextType contextType= registry.getContextType(id);
18:13:54 [2024-02-16T23:13:54.208Z] 	                                          ^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.208Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.208Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[860] 
18:13:54 [2024-02-16T23:13:54.208Z] 	public ContextTypeRegistry getCodeTemplateContextRegistry() {
18:13:54 [2024-02-16T23:13:54.208Z] 	       ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.208Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.208Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[996] 
18:13:54 [2024-02-16T23:13:54.208Z] 	fContentAssistHistory= ContentAssistHistory.load(getPluginPreferences(), PreferenceConstants.CODEASSIST_LRU_HISTORY);
18:13:54 [2024-02-16T23:13:54.209Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.209Z] The method getPluginPreferences() from the type Plugin is deprecated
18:13:54 [2024-02-16T23:13:54.209Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[1092] 
18:13:54 [2024-02-16T23:13:54.209Z] 	ServiceReference<PackageAdmin> serviceRef= fBundleContext.getServiceReference(PackageAdmin.class);
18:13:54 [2024-02-16T23:13:54.209Z] 	                 ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.209Z] The type PackageAdmin is deprecated
18:13:54 [2024-02-16T23:13:54.209Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[1092] 
18:13:54 [2024-02-16T23:13:54.209Z] 	ServiceReference<PackageAdmin> serviceRef= fBundleContext.getServiceReference(PackageAdmin.class);
18:13:54 [2024-02-16T23:13:54.209Z] 	                                                                              ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.209Z] The type PackageAdmin is deprecated
18:13:54 [2024-02-16T23:13:54.209Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[1093] 
18:13:54 [2024-02-16T23:13:54.209Z] 	PackageAdmin admin= fBundleContext.getService(serviceRef);
18:13:54 [2024-02-16T23:13:54.209Z] 	^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.209Z] The type PackageAdmin is deprecated
18:13:54 [2024-02-16T23:13:54.209Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/JavaPlugin.java:[1094] 
18:13:54 [2024-02-16T23:13:54.209Z] 	bundles= admin.getBundles(bundleName, version);
18:13:54 [2024-02-16T23:13:54.209Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.209Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:13:54 [2024-02-16T23:13:54.209Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[49] 
18:13:54 [2024-02-16T23:13:54.209Z] 	import org.eclipse.jdt.core.IWorkingCopy;
18:13:54 [2024-02-16T23:13:54.209Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.209Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.210Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[238] 
18:13:54 [2024-02-16T23:13:54.210Z] 	if (!getProvideWorkingCopy() && element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy())
18:13:54 [2024-02-16T23:13:54.210Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.210Z] The method getProvideWorkingCopy() from the type StandardJavaElementContentProvider is deprecated
18:13:54 [2024-02-16T23:13:54.210Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[238] 
18:13:54 [2024-02-16T23:13:54.210Z] 	if (!getProvideWorkingCopy() && element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy())
18:13:54 [2024-02-16T23:13:54.210Z] 	                                                   ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.210Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.210Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[238] 
18:13:54 [2024-02-16T23:13:54.210Z] 	if (!getProvideWorkingCopy() && element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy())
18:13:54 [2024-02-16T23:13:54.210Z] 	                                                                     ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.210Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.210Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[238] 
18:13:54 [2024-02-16T23:13:54.210Z] 	if (!getProvideWorkingCopy() && element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy())
18:13:54 [2024-02-16T23:13:54.210Z] 	                                                                                           ^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.210Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.210Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[258] 
18:13:54 [2024-02-16T23:13:54.210Z] 	if (getProvideWorkingCopy())
18:13:54 [2024-02-16T23:13:54.210Z] 	    ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.210Z] The method getProvideWorkingCopy() from the type StandardJavaElementContentProvider is deprecated
18:13:54 [2024-02-16T23:13:54.211Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[260] 
18:13:54 [2024-02-16T23:13:54.211Z] 	} else if (parent instanceof ICompilationUnit && getProvideWorkingCopy() && !((ICompilationUnit)parent).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.211Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.211Z] The method getProvideWorkingCopy() from the type StandardJavaElementContentProvider is deprecated
18:13:54 [2024-02-16T23:13:54.211Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[261] 
18:13:54 [2024-02-16T23:13:54.211Z] 	if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.211Z] 	                       ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.211Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.211Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[261] 
18:13:54 [2024-02-16T23:13:54.211Z] 	if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.211Z] 	                                         ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.211Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.211Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[261] 
18:13:54 [2024-02-16T23:13:54.211Z] 	if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.211Z] 	                                                               ^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.211Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.211Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[265] 
18:13:54 [2024-02-16T23:13:54.211Z] 	} else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy() && parent != null && parent.equals(fInput))
18:13:54 [2024-02-16T23:13:54.211Z] 	                              ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.211Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.211Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[265] 
18:13:54 [2024-02-16T23:13:54.212Z] 	} else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy() && parent != null && parent.equals(fInput))
18:13:54 [2024-02-16T23:13:54.212Z] 	                                                ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.212Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.212Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[265] 
18:13:54 [2024-02-16T23:13:54.212Z] 	} else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy() && parent != null && parent.equals(fInput))
18:13:54 [2024-02-16T23:13:54.212Z] 	                                                                      ^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.212Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.212Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[273] 
18:13:54 [2024-02-16T23:13:54.212Z] 	if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.212Z] 	                       ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.212Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.212Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[273] 
18:13:54 [2024-02-16T23:13:54.212Z] 	if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.212Z] 	                                         ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.212Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.212Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[273] 
18:13:54 [2024-02-16T23:13:54.212Z] 	if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.212Z] 	                                                               ^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.212Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.212Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[300] 
18:13:54 [2024-02-16T23:13:54.212Z] 	} else if (parent instanceof ICompilationUnit && getProvideWorkingCopy() && !((ICompilationUnit)parent).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.212Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.212Z] The method getProvideWorkingCopy() from the type StandardJavaElementContentProvider is deprecated
18:13:54 [2024-02-16T23:13:54.213Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[302] 
18:13:54 [2024-02-16T23:13:54.213Z] 	} else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.213Z] 	                              ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.213Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.213Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[302] 
18:13:54 [2024-02-16T23:13:54.213Z] 	} else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.213Z] 	                                                ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.213Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.213Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/JavaBrowsingContentProvider.java:[302] 
18:13:54 [2024-02-16T23:13:54.213Z] 	} else if (element instanceof IWorkingCopy && ((IWorkingCopy)element).isWorkingCopy()) {
18:13:54 [2024-02-16T23:13:54.213Z] 	                                                                      ^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.213Z] The method isWorkingCopy() from the type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.213Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[137] 
18:13:54 [2024-02-16T23:13:54.213Z] 	private PackageViewerWrapper fWrappedViewer;
18:13:54 [2024-02-16T23:13:54.213Z] 	        ^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.213Z] The type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.213Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[171] 
18:13:54 [2024-02-16T23:13:54.213Z] 	fWrappedViewer= new PackageViewerWrapper();
18:13:54 [2024-02-16T23:13:54.213Z] 	                    ^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.213Z] The type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.213Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[171] 
18:13:54 [2024-02-16T23:13:54.213Z] 	fWrappedViewer= new PackageViewerWrapper();
18:13:54 [2024-02-16T23:13:54.213Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.213Z] The constructor PackageViewerWrapper() is deprecated
18:13:54 [2024-02-16T23:13:54.213Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[213] 
18:13:54 [2024-02-16T23:13:54.213Z] 	fWrappedViewer.setViewer(viewer);
18:13:54 [2024-02-16T23:13:54.214Z] 	               ^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.214Z] The method setViewer(StructuredViewer) from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.214Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[245] 
18:13:54 [2024-02-16T23:13:54.214Z] 	return new PackagesViewFlatContentProvider(fWrappedViewer.getViewer());
18:13:54 [2024-02-16T23:13:54.214Z] 	                                                          ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.214Z] The method getViewer() from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.214Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[246] 
18:13:54 [2024-02-16T23:13:54.214Z] 	else return new PackagesViewHierarchicalContentProvider(fWrappedViewer.getViewer());
18:13:54 [2024-02-16T23:13:54.214Z] 	                                                                       ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.214Z] The method getViewer() from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.214Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[345] 
18:13:54 [2024-02-16T23:13:54.214Z] 	fWrappedViewer.setViewerInput(input);
18:13:54 [2024-02-16T23:13:54.214Z] 	               ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.214Z] The method setViewerInput(Object) from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.214Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[509] 
18:13:54 [2024-02-16T23:13:54.214Z] 	StructuredViewer viewer= fWrappedViewer.getViewer();
18:13:54 [2024-02-16T23:13:54.214Z] 	                                        ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.214Z] The method getViewer() from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.214Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[514] 
18:13:54 [2024-02-16T23:13:54.214Z] 	Control control= createViewer(fWrappedViewer.getControl().getParent()).getControl();
18:13:54 [2024-02-16T23:13:54.214Z] 	                                             ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.214Z] The method getControl() from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.214Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[521] 
18:13:54 [2024-02-16T23:13:54.214Z] 	fWrappedViewer.setViewerInput(object);
18:13:54 [2024-02-16T23:13:54.214Z] 	               ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.214Z] The method setViewerInput(Object) from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.215Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[522] 
18:13:54 [2024-02-16T23:13:54.215Z] 	fWrappedViewer.getControl().setFocus();
18:13:54 [2024-02-16T23:13:54.215Z] 	               ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.215Z] The method getControl() from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.215Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[523] 
18:13:54 [2024-02-16T23:13:54.215Z] 	fWrappedViewer.setSelection(selection, true);
18:13:54 [2024-02-16T23:13:54.215Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.215Z] The method setSelection(ISelection, boolean) from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.215Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/browsing/PackagesView.java:[539] 
18:13:54 [2024-02-16T23:13:54.215Z] 	fSelectAllAction= new SelectAllAction((TableViewer)fWrappedViewer.getViewer());
18:13:54 [2024-02-16T23:13:54.215Z] 	                                                                  ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.215Z] The method getViewer() from the type PackageViewerWrapper is deprecated
18:13:54 [2024-02-16T23:13:54.215Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[44] 
18:13:54 [2024-02-16T23:13:54.215Z] 	import org.eclipse.compare.EditionSelectionDialog;
18:13:54 [2024-02-16T23:13:54.215Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.215Z] The type EditionSelectionDialog is deprecated
18:13:54 [2024-02-16T23:13:54.215Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[161] 
18:13:54 [2024-02-16T23:13:54.215Z] 	EditionSelectionDialog d= new EditionSelectionDialog(shell, bundle);
18:13:54 [2024-02-16T23:13:54.215Z] 	^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.215Z] The type EditionSelectionDialog is deprecated
18:13:54 [2024-02-16T23:13:54.215Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[161] 
18:13:54 [2024-02-16T23:13:54.215Z] 	EditionSelectionDialog d= new EditionSelectionDialog(shell, bundle);
18:13:54 [2024-02-16T23:13:54.215Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.215Z] The type EditionSelectionDialog is deprecated
18:13:54 [2024-02-16T23:13:54.215Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[161] 
18:13:54 [2024-02-16T23:13:54.216Z] 	EditionSelectionDialog d= new EditionSelectionDialog(shell, bundle);
18:13:54 [2024-02-16T23:13:54.216Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.216Z] The constructor EditionSelectionDialog(Shell, ResourceBundle) is deprecated
18:13:54 [2024-02-16T23:13:54.216Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[162] 
18:13:54 [2024-02-16T23:13:54.216Z] 	d.setAddMode(true);
18:13:54 [2024-02-16T23:13:54.216Z] 	  ^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.216Z] The method setAddMode(boolean) from the type EditionSelectionDialog is deprecated
18:13:54 [2024-02-16T23:13:54.216Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[163] 
18:13:54 [2024-02-16T23:13:54.216Z] 	d.setHelpContextId(IJavaHelpContextIds.ADD_ELEMENT_FROM_HISTORY_DIALOG);
18:13:54 [2024-02-16T23:13:54.216Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.216Z] The method setHelpContextId(String) from the type EditionSelectionDialog is deprecated
18:13:54 [2024-02-16T23:13:54.216Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[164] 
18:13:54 [2024-02-16T23:13:54.216Z] 	ITypedElement selected= d.selectEdition(target, editions, parent);
18:13:54 [2024-02-16T23:13:54.216Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.216Z] The method selectEdition(ITypedElement, ITypedElement[], Object) from the type EditionSelectionDialog is deprecated
18:13:54 [2024-02-16T23:13:54.216Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java:[175] 
18:13:54 [2024-02-16T23:13:54.216Z] 	for (ITypedElement result : d.getSelection()) {
18:13:54 [2024-02-16T23:13:54.216Z] 	                              ^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.216Z] The method getSelection() from the type EditionSelectionDialog is deprecated
18:13:54 [2024-02-16T23:13:54.216Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java:[33] 
18:13:54 [2024-02-16T23:13:54.216Z] 	import org.eclipse.jface.contentassist.SubjectControlContentAssistant;
18:13:54 [2024-02-16T23:13:54.216Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.216Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.216Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java:[66] 
18:13:54 [2024-02-16T23:13:54.217Z] 	SubjectControlContentAssistant fContentAssistant;
18:13:54 [2024-02-16T23:13:54.217Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.217Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.217Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TableTextCellEditor.java:[108] 
18:13:54 [2024-02-16T23:13:54.217Z] 	public void setContentAssistant(SubjectControlContentAssistant assistant) {
18:13:54 [2024-02-16T23:13:54.217Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.217Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.217Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[58] 
18:13:54 [2024-02-16T23:13:54.217Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.217Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.217Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.217Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[114] 
18:13:54 [2024-02-16T23:13:54.217Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.217Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.217Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.217Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[263] 
18:13:54 [2024-02-16T23:13:54.217Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.217Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.217Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.217Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[281] 
18:13:54 [2024-02-16T23:13:54.217Z] 	private static class AddOrRemoveAllForArrayOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.217Z] 	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.217Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.217Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AddAllCleanUp.java:[331] 
18:13:54 [2024-02-16T23:13:54.218Z] 	private static class AddAllForCollectionOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.218Z] 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.218Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.218Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ArraysFillCleanUp.java:[52] 
18:13:54 [2024-02-16T23:13:54.218Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.218Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.218Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.218Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ArraysFillCleanUp.java:[109] 
18:13:54 [2024-02-16T23:13:54.218Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.218Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.218Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.218Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ArraysFillCleanUp.java:[200] 
18:13:54 [2024-02-16T23:13:54.218Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.218Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.218Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.218Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ArraysFillCleanUp.java:[213] 
18:13:54 [2024-02-16T23:13:54.218Z] 	private static class ArraysFillOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.218Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.218Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.218Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AutoboxingCleanUp.java:[45] 
18:13:54 [2024-02-16T23:13:54.218Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.218Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.219Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.219Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AutoboxingCleanUp.java:[106] 
18:13:54 [2024-02-16T23:13:54.219Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.219Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.219Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.219Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AutoboxingCleanUp.java:[189] 
18:13:54 [2024-02-16T23:13:54.219Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()]));
18:13:54 [2024-02-16T23:13:54.219Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.219Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.219Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/AutoboxingCleanUp.java:[202] 
18:13:54 [2024-02-16T23:13:54.219Z] 	private static class AutoboxingOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.219Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.219Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.219Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BitwiseConditionalExpressionCleanup.java:[39] 
18:13:54 [2024-02-16T23:13:54.219Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.219Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.219Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.219Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BitwiseConditionalExpressionCleanup.java:[92] 
18:13:54 [2024-02-16T23:13:54.219Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.219Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.219Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.220Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BitwiseConditionalExpressionCleanup.java:[144] 
18:13:54 [2024-02-16T23:13:54.220Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.220Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.220Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.220Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BitwiseConditionalExpressionCleanup.java:[157] 
18:13:54 [2024-02-16T23:13:54.220Z] 	private static class RewriteInfixExpressionOperator extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.220Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.220Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.220Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BooleanLiteralCleanUp.java:[39] 
18:13:54 [2024-02-16T23:13:54.220Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.220Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.220Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.220Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BooleanLiteralCleanUp.java:[90] 
18:13:54 [2024-02-16T23:13:54.220Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.220Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.220Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.220Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BooleanLiteralCleanUp.java:[118] 
18:13:54 [2024-02-16T23:13:54.220Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.220Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.220Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.220Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BooleanLiteralCleanUp.java:[136] 
18:13:54 [2024-02-16T23:13:54.220Z] 	private static class BooleanLiteralOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.221Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.221Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.221Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BreakLoopCleanUp.java:[59] 
18:13:54 [2024-02-16T23:13:54.221Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.221Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.221Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.221Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BreakLoopCleanUp.java:[133] 
18:13:54 [2024-02-16T23:13:54.221Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.221Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.221Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.221Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BreakLoopCleanUp.java:[382] 
18:13:54 [2024-02-16T23:13:54.221Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.221Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.221Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.221Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/BreakLoopCleanUp.java:[395] 
18:13:54 [2024-02-16T23:13:54.221Z] 	private static class BreakLoopOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.221Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.221Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.221Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CollectionCloningCleanUp.java:[62] 
18:13:54 [2024-02-16T23:13:54.222Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.222Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.222Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.222Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CollectionCloningCleanUp.java:[114] 
18:13:54 [2024-02-16T23:13:54.222Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.222Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.222Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.222Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CollectionCloningCleanUp.java:[239] 
18:13:54 [2024-02-16T23:13:54.222Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.222Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.222Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.222Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/CollectionCloningCleanUp.java:[252] 
18:13:54 [2024-02-16T23:13:54.222Z] 	private static class CollectionCloningOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.222Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.222Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.223Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ComparingOnCriteriaCleanUp.java:[66] 
18:13:54 [2024-02-16T23:13:54.223Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.223Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.223Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.223Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ComparingOnCriteriaCleanUp.java:[171] 
18:13:54 [2024-02-16T23:13:54.223Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.223Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.223Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.223Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ComparingOnCriteriaCleanUp.java:[482] 
18:13:54 [2024-02-16T23:13:54.223Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.223Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.223Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.223Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ComparingOnCriteriaCleanUp.java:[495] 
18:13:54 [2024-02-16T23:13:54.223Z] 	private static class ComparingOnCriteriaOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.223Z] 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.223Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.223Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlFlowMergeCleanUp.java:[50] 
18:13:54 [2024-02-16T23:13:54.224Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.224Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.224Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.224Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlFlowMergeCleanUp.java:[114] 
18:13:54 [2024-02-16T23:13:54.224Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.224Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.224Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.224Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlFlowMergeCleanUp.java:[306] 
18:13:54 [2024-02-16T23:13:54.224Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.224Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.224Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.224Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ControlFlowMergeCleanUp.java:[319] 
18:13:54 [2024-02-16T23:13:54.224Z] 	private static class ControlFlowMergeOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.224Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.224Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.224Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/DoubleNegationCleanUp.java:[39] 
18:13:54 [2024-02-16T23:13:54.224Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.224Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.225Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.225Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/DoubleNegationCleanUp.java:[99] 
18:13:54 [2024-02-16T23:13:54.225Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.225Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.225Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.225Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/DoubleNegationCleanUp.java:[136] 
18:13:54 [2024-02-16T23:13:54.225Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.225Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.225Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.225Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/DoubleNegationCleanUp.java:[154] 
18:13:54 [2024-02-16T23:13:54.225Z] 	private static class DoubleNegationOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.225Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.225Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.225Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ElseIfCleanUp.java:[38] 
18:13:54 [2024-02-16T23:13:54.225Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.225Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.226Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.226Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ElseIfCleanUp.java:[100] 
18:13:54 [2024-02-16T23:13:54.226Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.226Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.226Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.226Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ElseIfCleanUp.java:[125] 
18:13:54 [2024-02-16T23:13:54.226Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.226Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.226Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.226Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ElseIfCleanUp.java:[143] 
18:13:54 [2024-02-16T23:13:54.226Z] 	private static class ElseIfOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.226Z] 	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.226Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.226Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EmbeddedIfCleanUp.java:[40] 
18:13:54 [2024-02-16T23:13:54.226Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.226Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.226Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.227Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EmbeddedIfCleanUp.java:[98] 
18:13:54 [2024-02-16T23:13:54.227Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.227Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.227Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.227Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EmbeddedIfCleanUp.java:[130] 
18:13:54 [2024-02-16T23:13:54.227Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.227Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.227Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.227Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EmbeddedIfCleanUp.java:[148] 
18:13:54 [2024-02-16T23:13:54.227Z] 	private static class EmbeddedIfOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.227Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.227Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.227Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EvaluateNullableCleanUp.java:[40] 
18:13:54 [2024-02-16T23:13:54.227Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.227Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.227Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.227Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EvaluateNullableCleanUp.java:[101] 
18:13:54 [2024-02-16T23:13:54.227Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.227Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.227Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.228Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EvaluateNullableCleanUp.java:[169] 
18:13:54 [2024-02-16T23:13:54.228Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.228Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.228Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.228Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/EvaluateNullableCleanUp.java:[187] 
18:13:54 [2024-02-16T23:13:54.228Z] 	private static class EvaluateNullableOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.228Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.228Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.228Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ExtractIncrementCleanUp.java:[51] 
18:13:54 [2024-02-16T23:13:54.228Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.228Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.228Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.228Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ExtractIncrementCleanUp.java:[110] 
18:13:54 [2024-02-16T23:13:54.228Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.228Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.228Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.228Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ExtractIncrementCleanUp.java:[289] 
18:13:54 [2024-02-16T23:13:54.228Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.228Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.228Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.229Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ExtractIncrementCleanUp.java:[302] 
18:13:54 [2024-02-16T23:13:54.229Z] 	private static class ExtractIncrementOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.229Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.229Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.229Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/HashCleanUp.java:[63] 
18:13:54 [2024-02-16T23:13:54.229Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.229Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.229Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.229Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/HashCleanUp.java:[134] 
18:13:54 [2024-02-16T23:13:54.229Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.229Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.229Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.229Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/HashCleanUp.java:[513] 
18:13:54 [2024-02-16T23:13:54.229Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.229Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.229Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.229Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/HashCleanUp.java:[531] 
18:13:54 [2024-02-16T23:13:54.229Z] 	private static class HashOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.229Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.229Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.229Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/InstanceofCleanUp.java:[39] 
18:13:54 [2024-02-16T23:13:54.230Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.230Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.230Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.230Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/InstanceofCleanUp.java:[93] 
18:13:54 [2024-02-16T23:13:54.230Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.230Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.230Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.230Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/InstanceofCleanUp.java:[119] 
18:13:54 [2024-02-16T23:13:54.230Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.230Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.230Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.230Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/InstanceofCleanUp.java:[132] 
18:13:54 [2024-02-16T23:13:54.230Z] 	private static class InstanceofOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.230Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.230Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.230Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/JoinCleanUp.java:[69] 
18:13:54 [2024-02-16T23:13:54.230Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.230Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.230Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.230Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/JoinCleanUp.java:[136] 
18:13:54 [2024-02-16T23:13:54.231Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.231Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.231Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.231Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/JoinCleanUp.java:[687] 
18:13:54 [2024-02-16T23:13:54.231Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.231Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.231Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.231Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/JoinCleanUp.java:[705] 
18:13:54 [2024-02-16T23:13:54.231Z] 	private static class JoinOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.231Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.231Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.231Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/LazyLogicalCleanUp.java:[36] 
18:13:54 [2024-02-16T23:13:54.231Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.231Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.231Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.231Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/LazyLogicalCleanUp.java:[95] 
18:13:54 [2024-02-16T23:13:54.231Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.231Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.231Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.231Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/LazyLogicalCleanUp.java:[129] 
18:13:54 [2024-02-16T23:13:54.231Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()]));
18:13:54 [2024-02-16T23:13:54.231Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.231Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.232Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/LazyLogicalCleanUp.java:[142] 
18:13:54 [2024-02-16T23:13:54.232Z] 	private static class LazyLogicalInInfixExpressionOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.232Z] 	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.232Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.232Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapCloningCleanUp.java:[52] 
18:13:54 [2024-02-16T23:13:54.232Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.232Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.232Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.232Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapCloningCleanUp.java:[103] 
18:13:54 [2024-02-16T23:13:54.232Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.232Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.232Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.232Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapCloningCleanUp.java:[213] 
18:13:54 [2024-02-16T23:13:54.232Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.232Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.232Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.232Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapCloningCleanUp.java:[226] 
18:13:54 [2024-02-16T23:13:54.232Z] 	private static class MapCloningOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.232Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.232Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.233Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapMethodCleanUp.java:[40] 
18:13:54 [2024-02-16T23:13:54.233Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.233Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.233Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.233Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapMethodCleanUp.java:[111] 
18:13:54 [2024-02-16T23:13:54.233Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.233Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.233Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.233Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapMethodCleanUp.java:[170] 
18:13:54 [2024-02-16T23:13:54.233Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()]));
18:13:54 [2024-02-16T23:13:54.233Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.233Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.233Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MapMethodCleanUp.java:[183] 
18:13:54 [2024-02-16T23:13:54.233Z] 	private static class MapMethodOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.233Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.233Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.233Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[41] 
18:13:54 [2024-02-16T23:13:54.233Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.233Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.233Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[103] 
18:13:54 [2024-02-16T23:13:54.234Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.234Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.234Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[181] 
18:13:54 [2024-02-16T23:13:54.234Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.234Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.234Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[194] 
18:13:54 [2024-02-16T23:13:54.234Z] 	private static class InnerIfOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.234Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.234Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MergeConditionalBlocksCleanUp.java:[232] 
18:13:54 [2024-02-16T23:13:54.234Z] 	private static class MergeConditionalBlocksOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.234Z] 	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.234Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiCatchCleanUp.java:[56] 
18:13:54 [2024-02-16T23:13:54.234Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.234Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.234Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiCatchCleanUp.java:[128] 
18:13:54 [2024-02-16T23:13:54.235Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.235Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.235Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.235Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiCatchCleanUp.java:[424] 
18:13:54 [2024-02-16T23:13:54.235Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.235Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.235Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.235Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/MultiCatchCleanUp.java:[437] 
18:13:54 [2024-02-16T23:13:54.235Z] 	private static class MultiCatchOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.235Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.235Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.235Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/NumberSuffixCleanUp.java:[36] 
18:13:54 [2024-02-16T23:13:54.235Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.235Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.235Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.235Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/NumberSuffixCleanUp.java:[93] 
18:13:54 [2024-02-16T23:13:54.235Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.235Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.235Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.235Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/NumberSuffixCleanUp.java:[114] 
18:13:54 [2024-02-16T23:13:54.235Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()]));
18:13:54 [2024-02-16T23:13:54.235Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.235Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.236Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/NumberSuffixCleanUp.java:[127] 
18:13:54 [2024-02-16T23:13:54.236Z] 	private static class NumberSuffixOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.236Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.236Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.236Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ObjectsEqualsCleanUp.java:[51] 
18:13:54 [2024-02-16T23:13:54.236Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.236Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.236Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.236Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ObjectsEqualsCleanUp.java:[114] 
18:13:54 [2024-02-16T23:13:54.236Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.236Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.236Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.236Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ObjectsEqualsCleanUp.java:[213] 
18:13:54 [2024-02-16T23:13:54.236Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.236Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.236Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.236Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ObjectsEqualsCleanUp.java:[231] 
18:13:54 [2024-02-16T23:13:54.236Z] 	private static class ObjectsEqualsOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.236Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.236Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.236Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OperandFactorizationCleanUp.java:[39] 
18:13:54 [2024-02-16T23:13:54.237Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.237Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.237Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.237Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OperandFactorizationCleanUp.java:[110] 
18:13:54 [2024-02-16T23:13:54.237Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.237Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.237Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.237Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OperandFactorizationCleanUp.java:[196] 
18:13:54 [2024-02-16T23:13:54.237Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.237Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.237Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.237Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OperandFactorizationCleanUp.java:[209] 
18:13:54 [2024-02-16T23:13:54.237Z] 	private static class OperandFactorizationOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.237Z] 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.237Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.237Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OverriddenAssignmentCleanUp.java:[50] 
18:13:54 [2024-02-16T23:13:54.237Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.237Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.237Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.237Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OverriddenAssignmentCleanUp.java:[119] 
18:13:54 [2024-02-16T23:13:54.237Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.238Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.238Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.238Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OverriddenAssignmentCleanUp.java:[214] 
18:13:54 [2024-02-16T23:13:54.238Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.238Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.238Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.238Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/OverriddenAssignmentCleanUp.java:[217] 
18:13:54 [2024-02-16T23:13:54.238Z] 	private static class OverriddenAssignmentOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.238Z] 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.238Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.238Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PatternCleanUp.java:[64] 
18:13:54 [2024-02-16T23:13:54.238Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.238Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.238Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.238Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PatternCleanUp.java:[138] 
18:13:54 [2024-02-16T23:13:54.238Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.238Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.238Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.238Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PatternCleanUp.java:[278] 
18:13:54 [2024-02-16T23:13:54.238Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.238Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.238Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.239Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PatternCleanUp.java:[291] 
18:13:54 [2024-02-16T23:13:54.239Z] 	private static class PatternOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.239Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.239Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.239Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[40] 
18:13:54 [2024-02-16T23:13:54.239Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.239Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.239Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.239Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[101] 
18:13:54 [2024-02-16T23:13:54.239Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.239Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.239Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.239Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[211] 
18:13:54 [2024-02-16T23:13:54.239Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.239Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.239Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.239Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[224] 
18:13:54 [2024-02-16T23:13:54.239Z] 	private static class PrimitiveParsingWithTheSingleArgumentOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.239Z] 	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.239Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.239Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[240] 
18:13:54 [2024-02-16T23:13:54.239Z] 	private static class PrimitiveParsingMethodNameOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.240Z] 	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.240Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.240Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveParsingCleanUp.java:[259] 
18:13:54 [2024-02-16T23:13:54.240Z] 	private static class PrimitiveParsingReplaceByParsingOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.240Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.240Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.240Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveSerializationCleanUp.java:[39] 
18:13:54 [2024-02-16T23:13:54.240Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.240Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.240Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.240Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveSerializationCleanUp.java:[102] 
18:13:54 [2024-02-16T23:13:54.240Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.240Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.240Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.240Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveSerializationCleanUp.java:[158] 
18:13:54 [2024-02-16T23:13:54.240Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.240Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.240Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.240Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PrimitiveSerializationCleanUp.java:[171] 
18:13:54 [2024-02-16T23:13:54.240Z] 	private static class PrimitiveSerializationOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.240Z] 	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.241Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.241Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[54] 
18:13:54 [2024-02-16T23:13:54.241Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.241Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.241Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.241Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[111] 
18:13:54 [2024-02-16T23:13:54.241Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.241Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.241Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.241Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[286] 
18:13:54 [2024-02-16T23:13:54.241Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.241Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.241Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.241Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[299] 
18:13:54 [2024-02-16T23:13:54.241Z] 	private static class PullUpAssignmentOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.241Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.241Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.241Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PullUpAssignmentCleanUp.java:[331] 
18:13:54 [2024-02-16T23:13:54.241Z] 	private static class MoveToDeclarationOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.241Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.241Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.242Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[40] 
18:13:54 [2024-02-16T23:13:54.242Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.242Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.242Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.242Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[100] 
18:13:54 [2024-02-16T23:13:54.242Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.242Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.242Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.242Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[155] 
18:13:54 [2024-02-16T23:13:54.242Z] 	for (CompilationUnitRewriteOperation op : rewriteOperations) {
18:13:54 [2024-02-16T23:13:54.242Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.242Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.242Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[168] 
18:13:54 [2024-02-16T23:13:54.242Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()]));
18:13:54 [2024-02-16T23:13:54.242Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.242Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.242Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/PushDownNegationCleanUp.java:[181] 
18:13:54 [2024-02-16T23:13:54.242Z] 	private abstract static class ReplacementOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.242Z] 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.242Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.243Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[47] 
18:13:54 [2024-02-16T23:13:54.243Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.243Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.243Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.243Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[188] 
18:13:54 [2024-02-16T23:13:54.243Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.243Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.243Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.243Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[242] 
18:13:54 [2024-02-16T23:13:54.243Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.243Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.243Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.243Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[255] 
18:13:54 [2024-02-16T23:13:54.243Z] 	private static class ReduceIndentationThenOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.243Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.243Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.243Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/ReduceIndentationCleanUp.java:[296] 
18:13:54 [2024-02-16T23:13:54.243Z] 	private static class ReduceIndentationElseOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.243Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.243Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.243Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantComparisonStatementCleanUp.java:[42] 
18:13:54 [2024-02-16T23:13:54.244Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.244Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.244Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.244Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantComparisonStatementCleanUp.java:[104] 
18:13:54 [2024-02-16T23:13:54.244Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.244Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.244Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.244Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantComparisonStatementCleanUp.java:[214] 
18:13:54 [2024-02-16T23:13:54.244Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.244Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.244Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.244Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantComparisonStatementCleanUp.java:[232] 
18:13:54 [2024-02-16T23:13:54.244Z] 	private static class RedundantComparisonStatementOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.244Z] 	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.244Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.244Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantFallingThroughBlockEndCleanUp.java:[52] 
18:13:54 [2024-02-16T23:13:54.244Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.244Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.244Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.245Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantFallingThroughBlockEndCleanUp.java:[120] 
18:13:54 [2024-02-16T23:13:54.245Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.245Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.245Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.245Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantFallingThroughBlockEndCleanUp.java:[282] 
18:13:54 [2024-02-16T23:13:54.245Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.245Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.245Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.245Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantFallingThroughBlockEndCleanUp.java:[300] 
18:13:54 [2024-02-16T23:13:54.245Z] 	private static class RedundantFallingThroughBlockEndOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.245Z] 	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.245Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.245Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantIfConditionCleanUp.java:[37] 
18:13:54 [2024-02-16T23:13:54.245Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.245Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.245Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.245Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantIfConditionCleanUp.java:[100] 
18:13:54 [2024-02-16T23:13:54.245Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.245Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.245Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.245Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantIfConditionCleanUp.java:[125] 
18:13:54 [2024-02-16T23:13:54.246Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.246Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.246Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.246Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantIfConditionCleanUp.java:[143] 
18:13:54 [2024-02-16T23:13:54.246Z] 	private static class RedundantIfConditionOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.246Z] 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.246Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.246Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantModifiersCleanUp.java:[41] 
18:13:54 [2024-02-16T23:13:54.246Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.246Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.246Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.246Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantModifiersCleanUp.java:[135] 
18:13:54 [2024-02-16T23:13:54.246Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.246Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.246Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.246Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantModifiersCleanUp.java:[203] 
18:13:54 [2024-02-16T23:13:54.246Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()]));
18:13:54 [2024-02-16T23:13:54.246Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.246Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.246Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantModifiersCleanUp.java:[216] 
18:13:54 [2024-02-16T23:13:54.246Z] 	private static class RemoveModifiersOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.246Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.247Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.247Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantSuperCallCleanUp.java:[36] 
18:13:54 [2024-02-16T23:13:54.247Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.247Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.247Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.247Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantSuperCallCleanUp.java:[92] 
18:13:54 [2024-02-16T23:13:54.247Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.247Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.247Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.247Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantSuperCallCleanUp.java:[111] 
18:13:54 [2024-02-16T23:13:54.247Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.247Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.247Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.247Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/RedundantSuperCallCleanUp.java:[129] 
18:13:54 [2024-02-16T23:13:54.247Z] 	private static class RedundantSuperCallOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.247Z] 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.247Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.247Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SingleUsedFieldCleanUp.java:[57] 
18:13:54 [2024-02-16T23:13:54.247Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.247Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.247Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.248Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SingleUsedFieldCleanUp.java:[157] 
18:13:54 [2024-02-16T23:13:54.248Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.248Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.248Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.248Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SingleUsedFieldCleanUp.java:[372] 
18:13:54 [2024-02-16T23:13:54.248Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.248Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.248Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.248Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/SingleUsedFieldCleanUp.java:[385] 
18:13:54 [2024-02-16T23:13:54.248Z] 	private static class SingleUsedFieldOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.248Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.248Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.248Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StaticInnerClassCleanUp.java:[57] 
18:13:54 [2024-02-16T23:13:54.248Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.248Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.248Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.248Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StaticInnerClassCleanUp.java:[124] 
18:13:54 [2024-02-16T23:13:54.248Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.248Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.248Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.249Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StaticInnerClassCleanUp.java:[345] 
18:13:54 [2024-02-16T23:13:54.249Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.249Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.249Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.249Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StaticInnerClassCleanUp.java:[358] 
18:13:54 [2024-02-16T23:13:54.249Z] 	private static class StaticInnerClassOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.249Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.249Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.249Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StrictlyEqualOrDifferentCleanUp.java:[43] 
18:13:54 [2024-02-16T23:13:54.249Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.249Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.249Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.249Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StrictlyEqualOrDifferentCleanUp.java:[107] 
18:13:54 [2024-02-16T23:13:54.249Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.249Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.249Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.249Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StrictlyEqualOrDifferentCleanUp.java:[193] 
18:13:54 [2024-02-16T23:13:54.249Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.249Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.249Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.250Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StrictlyEqualOrDifferentCleanUp.java:[211] 
18:13:54 [2024-02-16T23:13:54.250Z] 	private static class StrictlyEqualOrDifferentOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.250Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.250Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.250Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringBuilderCleanUp.java:[70] 
18:13:54 [2024-02-16T23:13:54.250Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.250Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.250Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.250Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringBuilderCleanUp.java:[138] 
18:13:54 [2024-02-16T23:13:54.250Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.250Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.250Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.250Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringBuilderCleanUp.java:[529] 
18:13:54 [2024-02-16T23:13:54.250Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.250Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.250Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.250Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/StringBuilderCleanUp.java:[558] 
18:13:54 [2024-02-16T23:13:54.250Z] 	private static class StringBuilderOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.250Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.250Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.250Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/TernaryOperatorCleanUp.java:[40] 
18:13:54 [2024-02-16T23:13:54.251Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.251Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.251Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.251Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/TernaryOperatorCleanUp.java:[93] 
18:13:54 [2024-02-16T23:13:54.251Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.251Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.251Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.251Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/TernaryOperatorCleanUp.java:[162] 
18:13:54 [2024-02-16T23:13:54.251Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.251Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.251Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.251Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/TernaryOperatorCleanUp.java:[175] 
18:13:54 [2024-02-16T23:13:54.251Z] 	private static class TernaryOperatorOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.251Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.251Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.251Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnboxingCleanUp.java:[43] 
18:13:54 [2024-02-16T23:13:54.251Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.251Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.251Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.251Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnboxingCleanUp.java:[116] 
18:13:54 [2024-02-16T23:13:54.251Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.251Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.251Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnboxingCleanUp.java:[203] 
18:13:54 [2024-02-16T23:13:54.252Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[rewriteOperations.size()]));
18:13:54 [2024-02-16T23:13:54.252Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.252Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnboxingCleanUp.java:[216] 
18:13:54 [2024-02-16T23:13:54.252Z] 	private static class UnboxingOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.252Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.252Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnloopedWhileCleanUp.java:[46] 
18:13:54 [2024-02-16T23:13:54.252Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.252Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.252Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnloopedWhileCleanUp.java:[232] 
18:13:54 [2024-02-16T23:13:54.252Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.252Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.252Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnloopedWhileCleanUp.java:[261] 
18:13:54 [2024-02-16T23:13:54.252Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.252Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.252Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.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.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnloopedWhileCleanUp.java:[274] 
18:13:54 [2024-02-16T23:13:54.253Z] 	private static class UnloopedWhileOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.253Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.253Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.253Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnreachableBlockCleanUp.java:[34] 
18:13:54 [2024-02-16T23:13:54.253Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.253Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.253Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.253Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnreachableBlockCleanUp.java:[104] 
18:13:54 [2024-02-16T23:13:54.253Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.253Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.253Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.253Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnreachableBlockCleanUp.java:[146] 
18:13:54 [2024-02-16T23:13:54.253Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.253Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.253Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.253Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UnreachableBlockCleanUp.java:[159] 
18:13:54 [2024-02-16T23:13:54.253Z] 	private static class UnreachableBlockOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.253Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.253Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.253Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessContinueCleanUp.java:[44] 
18:13:54 [2024-02-16T23:13:54.253Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.254Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.254Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.254Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessContinueCleanUp.java:[105] 
18:13:54 [2024-02-16T23:13:54.254Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.254Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.254Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.254Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessContinueCleanUp.java:[172] 
18:13:54 [2024-02-16T23:13:54.254Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.254Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.254Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.254Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessContinueCleanUp.java:[185] 
18:13:54 [2024-02-16T23:13:54.254Z] 	private static class UselessContinueOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.254Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.254Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.254Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessReturnCleanUp.java:[45] 
18:13:54 [2024-02-16T23:13:54.254Z] 	import org.eclipse.jdt.internal.corext.fix.CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation;
18:13:54 [2024-02-16T23:13:54.254Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.254Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.254Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessReturnCleanUp.java:[101] 
18:13:54 [2024-02-16T23:13:54.254Z] 	final List<CompilationUnitRewriteOperation> rewriteOperations= new ArrayList<>();
18:13:54 [2024-02-16T23:13:54.254Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.255Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.255Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessReturnCleanUp.java:[167] 
18:13:54 [2024-02-16T23:13:54.255Z] 	rewriteOperations.toArray(new CompilationUnitRewriteOperation[0]));
18:13:54 [2024-02-16T23:13:54.255Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.255Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.255Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/fix/UselessReturnCleanUp.java:[180] 
18:13:54 [2024-02-16T23:13:54.255Z] 	private static class UselessReturnOperation extends CompilationUnitRewriteOperation {
18:13:54 [2024-02-16T23:13:54.255Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.255Z] The type CompilationUnitRewriteOperationsFix.CompilationUnitRewriteOperation is deprecated
18:13:54 [2024-02-16T23:13:54.255Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackagerfat/JIJConstants.java:[28] 
18:13:54 [2024-02-16T23:13:54.255Z] 	* This is <code>{@link org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader}.class.getName()</code>,
18:13:54 [2024-02-16T23:13:54.255Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.255Z] Javadoc: org.eclipse.jdt.internal.jarinjarloader cannot be resolved to a type
18:13:54 [2024-02-16T23:13:54.255Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/CompilationUnitDocumentProvider.java:[1015] 
18:13:54 [2024-02-16T23:13:54.255Z] 	original.becomeWorkingCopy(requestor, progressMonitor);
18:13:54 [2024-02-16T23:13:54.255Z] 	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.255Z] The method becomeWorkingCopy(IProblemRequestor, IProgressMonitor) from the type ICompilationUnit is deprecated
18:13:54 [2024-02-16T23:13:54.255Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java:[571] 
18:13:54 [2024-02-16T23:13:54.255Z] 	editorSite.getKeyBindingService().setScopes(new String[] { "org.eclipse.jdt.ui.breadcrumbEditorScope" }); //$NON-NLS-1$
18:13:54 [2024-02-16T23:13:54.255Z] 	           ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.255Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:13:54 [2024-02-16T23:13:54.256Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java:[571] 
18:13:54 [2024-02-16T23:13:54.256Z] 	editorSite.getKeyBindingService().setScopes(new String[] { "org.eclipse.jdt.ui.breadcrumbEditorScope" }); //$NON-NLS-1$
18:13:54 [2024-02-16T23:13:54.256Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.256Z] The method setScopes(String[]) from the type IKeyBindingService is deprecated
18:13:54 [2024-02-16T23:13:54.256Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java:[582] 
18:13:54 [2024-02-16T23:13:54.256Z] 	editorSite.getKeyBindingService().setScopes(new String[] { "org.eclipse.jdt.ui.javaEditorScope" }); //$NON-NLS-1$
18:13:54 [2024-02-16T23:13:54.256Z] 	           ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.256Z] The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated
18:13:54 [2024-02-16T23:13:54.256Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaEditorBreadcrumb.java:[582] 
18:13:54 [2024-02-16T23:13:54.256Z] 	editorSite.getKeyBindingService().setScopes(new String[] { "org.eclipse.jdt.ui.javaEditorScope" }); //$NON-NLS-1$
18:13:54 [2024-02-16T23:13:54.256Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.256Z] The method setScopes(String[]) from the type IKeyBindingService is deprecated
18:13:54 [2024-02-16T23:13:54.256Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[38] 
18:13:54 [2024-02-16T23:13:54.256Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:13:54 [2024-02-16T23:13:54.256Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.256Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.256Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[80] 
18:13:54 [2024-02-16T23:13:54.256Z] 	private static final ContextTypeRegistry TEMPLATE_CONTEXT_REGISTRY= JavaPlugin.getDefault().getTemplateContextRegistry();
18:13:54 [2024-02-16T23:13:54.256Z] 	                     ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.256Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.256Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[139] 
18:13:54 [2024-02-16T23:13:54.257Z] 	TemplateContextType type= getContextTypeRegistry().getContextType(template.getContextTypeId());
18:13:54 [2024-02-16T23:13:54.257Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.257Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.257Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[157] 
18:13:54 [2024-02-16T23:13:54.257Z] 	protected ContextTypeRegistry getContextTypeRegistry() {
18:13:54 [2024-02-16T23:13:54.257Z] 	          ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.257Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.257Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[238] 
18:13:54 [2024-02-16T23:13:54.257Z] 	TemplateContextType type= getContextTypeRegistry().getContextType(contextId);
18:13:54 [2024-02-16T23:13:54.257Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.257Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.257Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[322] 
18:13:54 [2024-02-16T23:13:54.257Z] 	context= new JavaDocContext(getContextTypeRegistry().getContextType(template.getContextTypeId()), document, new Position(offset, length), (ICompilationUnit) EditorUtility
18:13:54 [2024-02-16T23:13:54.257Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.257Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.257Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/JavaTemplatesPage.java:[325] 
18:13:54 [2024-02-16T23:13:54.257Z] 	context= new JavaContext(getContextTypeRegistry().getContextType(template.getContextTypeId()), document, new Position(offset, length), (ICompilationUnit) EditorUtility.getEditorInputJavaElement(
18:13:54 [2024-02-16T23:13:54.257Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.257Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.257Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/ToggleCommentAction.java:[239] 
18:13:54 [2024-02-16T23:13:54.257Z] 	int[] found= TextUtilities.indexOf(prefixes, text, 0);
18:13:54 [2024-02-16T23:13:54.257Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.258Z] The method indexOf(String[], String, int) from the type TextUtilities is deprecated
18:13:54 [2024-02-16T23:13:54.258Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateBlock.java:[511] 
18:13:54 [2024-02-16T23:13:54.258Z] 	TemplateContextType type= JavaPlugin.getDefault().getCodeTemplateContextRegistry().getContextType(template.getContextTypeId());
18:13:54 [2024-02-16T23:13:54.258Z] 	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.258Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.258Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/CodeTemplateSourceViewerConfiguration.java:[63] 
18:13:54 [2024-02-16T23:13:54.258Z] 	public String getHoverInfo(ITextViewer textViewer, IRegion subject) {
18:13:54 [2024-02-16T23:13:54.258Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.258Z] The method CodeTemplateSourceViewerConfiguration.TemplateVariableTextHover.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover
18:13:54 [2024-02-16T23:13:54.258Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[70] 
18:13:54 [2024-02-16T23:13:54.258Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:13:54 [2024-02-16T23:13:54.258Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.258Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.258Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[173] 
18:13:54 [2024-02-16T23:13:54.258Z] 	private ContextTypeRegistry fContextTypeRegistry;
18:13:54 [2024-02-16T23:13:54.258Z] 	        ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.258Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.258Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[186] 
18:13:54 [2024-02-16T23:13:54.259Z] 	public EditTemplateDialog(Shell parent, Template template, boolean edit, boolean isNameModifiable, ContextTypeRegistry registry) {
18:13:54 [2024-02-16T23:13:54.259Z] 	                                                                                                   ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.259Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.259Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[200] 
18:13:54 [2024-02-16T23:13:54.259Z] 	for (Iterator<TemplateContextType> it= registry.contextTypes(); it.hasNext();) {
18:13:54 [2024-02-16T23:13:54.259Z] 	                                                ^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.259Z] The method contextTypes() from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.259Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[220] 
18:13:54 [2024-02-16T23:13:54.259Z] 	TemplateContextType type= fContextTypeRegistry.getContextType(template.getContextTypeId());
18:13:54 [2024-02-16T23:13:54.259Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.259Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.259Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[360] 
18:13:54 [2024-02-16T23:13:54.259Z] 	fTemplateProcessor.setContextType(fContextTypeRegistry.getContextType(contextId));
18:13:54 [2024-02-16T23:13:54.259Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.259Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.259Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/EditTemplateDialog.java:[387] 
18:13:54 [2024-02-16T23:13:54.259Z] 	TemplateContextType contextType= fContextTypeRegistry.getContextType(getContextId());
18:13:54 [2024-02-16T23:13:54.259Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.259Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.259Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[44] 
18:13:54 [2024-02-16T23:13:54.259Z] 	import org.eclipse.core.runtime.Preferences;
18:13:54 [2024-02-16T23:13:54.259Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.259Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.260Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[843] 
18:13:54 [2024-02-16T23:13:54.260Z] 	private Preferences createTemporaryCorePreferenceStore() {
18:13:54 [2024-02-16T23:13:54.260Z] 	        ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.260Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.260Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[844] 
18:13:54 [2024-02-16T23:13:54.260Z] 	Preferences result= new Preferences();
18:13:54 [2024-02-16T23:13:54.260Z] 	^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.260Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.260Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[844] 
18:13:54 [2024-02-16T23:13:54.260Z] 	Preferences result= new Preferences();
18:13:54 [2024-02-16T23:13:54.260Z] 	                        ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.260Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.260Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[844] 
18:13:54 [2024-02-16T23:13:54.260Z] 	Preferences result= new Preferences();
18:13:54 [2024-02-16T23:13:54.260Z] 	                        ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.260Z] The constructor Preferences() is deprecated
18:13:54 [2024-02-16T23:13:54.260Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaEditorColoringConfigurationBlock.java:[846] 
18:13:54 [2024-02-16T23:13:54.260Z] 	result.setValue(COMPILER_TASK_TAGS, "TASK,TODO"); //$NON-NLS-1$
18:13:54 [2024-02-16T23:13:54.260Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.260Z] The method setValue(String, String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.260Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/JavaTemplatePreferencePage.java:[159] 
18:13:54 [2024-02-16T23:13:54.260Z] 	TemplateContextType type= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(contextId);
18:13:54 [2024-02-16T23:13:54.260Z] 	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.261Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.261Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[51] 
18:13:54 [2024-02-16T23:13:54.261Z] 	import org.eclipse.jface.contentassist.SubjectControlContentAssistant;
18:13:54 [2024-02-16T23:13:54.261Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.261Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.261Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[69] 
18:13:54 [2024-02-16T23:13:54.261Z] 	import org.eclipse.ui.contentassist.ContentAssistHandler;
18:13:54 [2024-02-16T23:13:54.261Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.261Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.261Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[490] 
18:13:54 [2024-02-16T23:13:54.261Z] 	SubjectControlContentAssistant contentAssistant= ControlContentAssistHelper.createJavaContentAssistant(annotationCompletionProcessor);
18:13:54 [2024-02-16T23:13:54.261Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.261Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.261Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[491] 
18:13:54 [2024-02-16T23:13:54.261Z] 	ContentAssistHandler.createHandlerForText(cellEditorText, contentAssistant);
18:13:54 [2024-02-16T23:13:54.261Z] 	^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.261Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.261Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/ProblemSeveritiesConfigurationBlock.java:[491] 
18:13:54 [2024-02-16T23:13:54.261Z] 	ContentAssistHandler.createHandlerForText(cellEditorText, contentAssistant);
18:13:54 [2024-02-16T23:13:54.261Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.261Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.262Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCodeReader.java:[19] 
18:13:54 [2024-02-16T23:13:54.262Z] 	import org.eclipse.jface.internal.text.html.SingleCharReader;
18:13:54 [2024-02-16T23:13:54.262Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.262Z] The type SingleCharReader is deprecated
18:13:54 [2024-02-16T23:13:54.262Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCodeReader.java:[29] 
18:13:54 [2024-02-16T23:13:54.262Z] 	public class JavaCodeReader extends SingleCharReader {
18:13:54 [2024-02-16T23:13:54.262Z] 	                                    ^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.262Z] The type SingleCharReader is deprecated
18:13:54 [2024-02-16T23:13:54.262Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[24] 
18:13:54 [2024-02-16T23:13:54.262Z] 	import org.eclipse.core.runtime.Preferences;
18:13:54 [2024-02-16T23:13:54.262Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.262Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.262Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[170] 
18:13:54 [2024-02-16T23:13:54.262Z] 	private Preferences fCorePreferenceStore;
18:13:54 [2024-02-16T23:13:54.262Z] 	        ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.262Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.262Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[174] 
18:13:54 [2024-02-16T23:13:54.262Z] 	public JavaCommentScanner(IColorManager manager, IPreferenceStore store, Preferences coreStore, String defaultTokenProperty) {
18:13:54 [2024-02-16T23:13:54.262Z] 	                                                                         ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.262Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.262Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[178] 
18:13:54 [2024-02-16T23:13:54.263Z] 	public JavaCommentScanner(IColorManager manager, IPreferenceStore store, Preferences coreStore, String defaultTokenProperty, String[] tokenProperties) {
18:13:54 [2024-02-16T23:13:54.263Z] 	                                                                         ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.263Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.263Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[251] 
18:13:54 [2024-02-16T23:13:54.263Z] 	tasks= fCorePreferenceStore.getString(COMPILER_TASK_TAGS);
18:13:54 [2024-02-16T23:13:54.263Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.263Z] The method getString(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.263Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaCommentScanner.java:[252] 
18:13:54 [2024-02-16T23:13:54.263Z] 	isCaseSensitive= ENABLED.equals(fCorePreferenceStore.getString(COMPILER_TASK_CASE_SENSITIVE));
18:13:54 [2024-02-16T23:13:54.263Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.263Z] The method getString(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.263Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/JavaElementProvider.java:[73] 
18:13:54 [2024-02-16T23:13:54.263Z] 	public String getInformation(ITextViewer textViewer, IRegion subject) {
18:13:54 [2024-02-16T23:13:54.263Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.263Z] The method JavaElementProvider.getInformation(ITextViewer, IRegion) overrides a deprecated method from IInformationProvider
18:13:54 [2024-02-16T23:13:54.263Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[21] 
18:13:54 [2024-02-16T23:13:54.263Z] 	import org.eclipse.core.runtime.Preferences;
18:13:54 [2024-02-16T23:13:54.263Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.263Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.264Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[43] 
18:13:54 [2024-02-16T23:13:54.264Z] 	private class PropertyChangeListener implements Preferences.IPropertyChangeListener {
18:13:54 [2024-02-16T23:13:54.264Z] 	                                                ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.264Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.264Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[43] 
18:13:54 [2024-02-16T23:13:54.264Z] 	private class PropertyChangeListener implements Preferences.IPropertyChangeListener {
18:13:54 [2024-02-16T23:13:54.264Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.264Z] The type Preferences.IPropertyChangeListener is deprecated
18:13:54 [2024-02-16T23:13:54.264Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[49] 
18:13:54 [2024-02-16T23:13:54.264Z] 	public void propertyChange(Preferences.PropertyChangeEvent event) {
18:13:54 [2024-02-16T23:13:54.264Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.264Z] The method PreferencesAdapter.PropertyChangeListener.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener
18:13:54 [2024-02-16T23:13:54.264Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[49] 
18:13:54 [2024-02-16T23:13:54.264Z] 	public void propertyChange(Preferences.PropertyChangeEvent event) {
18:13:54 [2024-02-16T23:13:54.264Z] 	                           ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.264Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.264Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[49] 
18:13:54 [2024-02-16T23:13:54.264Z] 	public void propertyChange(Preferences.PropertyChangeEvent event) {
18:13:54 [2024-02-16T23:13:54.264Z] 	                                       ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.264Z] The type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.264Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[50] 
18:13:54 [2024-02-16T23:13:54.265Z] 	firePropertyChangeEvent(event.getProperty(), event.getOldValue(), event.getNewValue());
18:13:54 [2024-02-16T23:13:54.265Z] 	                              ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.265Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.265Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[50] 
18:13:54 [2024-02-16T23:13:54.265Z] 	firePropertyChangeEvent(event.getProperty(), event.getOldValue(), event.getNewValue());
18:13:54 [2024-02-16T23:13:54.265Z] 	                                                   ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.265Z] The method getOldValue() from the type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.265Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[50] 
18:13:54 [2024-02-16T23:13:54.265Z] 	firePropertyChangeEvent(event.getProperty(), event.getOldValue(), event.getNewValue());
18:13:54 [2024-02-16T23:13:54.265Z] 	                                                                        ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.265Z] The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.265Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[61] 
18:13:54 [2024-02-16T23:13:54.265Z] 	private Preferences fPreferences;
18:13:54 [2024-02-16T23:13:54.265Z] 	        ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.265Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.265Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[70] 
18:13:54 [2024-02-16T23:13:54.265Z] 	this(new Preferences());
18:13:54 [2024-02-16T23:13:54.265Z] 	         ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.265Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.265Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[70] 
18:13:54 [2024-02-16T23:13:54.265Z] 	this(new Preferences());
18:13:54 [2024-02-16T23:13:54.265Z] 	         ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.265Z] The constructor Preferences() is deprecated
18:13:54 [2024-02-16T23:13:54.265Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[77] 
18:13:54 [2024-02-16T23:13:54.266Z] 	public PreferencesAdapter(Preferences preferences) {
18:13:54 [2024-02-16T23:13:54.266Z] 	                          ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.266Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.266Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[84] 
18:13:54 [2024-02-16T23:13:54.266Z] 	fPreferences.addPropertyChangeListener(fListener);
18:13:54 [2024-02-16T23:13:54.266Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.266Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.266Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[92] 
18:13:54 [2024-02-16T23:13:54.266Z] 	fPreferences.removePropertyChangeListener(fListener);
18:13:54 [2024-02-16T23:13:54.266Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.266Z] The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.266Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[97] 
18:13:54 [2024-02-16T23:13:54.266Z] 	return fPreferences.contains(name);
18:13:54 [2024-02-16T23:13:54.266Z] 	                    ^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.266Z] The method contains(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.266Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[125] 
18:13:54 [2024-02-16T23:13:54.266Z] 	return fPreferences.getBoolean(name);
18:13:54 [2024-02-16T23:13:54.266Z] 	                    ^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.266Z] The method getBoolean(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.266Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[130] 
18:13:54 [2024-02-16T23:13:54.266Z] 	return fPreferences.getDefaultBoolean(name);
18:13:54 [2024-02-16T23:13:54.266Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.266Z] The method getDefaultBoolean(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.266Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[135] 
18:13:54 [2024-02-16T23:13:54.267Z] 	return fPreferences.getDefaultDouble(name);
18:13:54 [2024-02-16T23:13:54.267Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.267Z] The method getDefaultDouble(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[140] 
18:13:54 [2024-02-16T23:13:54.267Z] 	return fPreferences.getDefaultFloat(name);
18:13:54 [2024-02-16T23:13:54.267Z] 	                    ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.267Z] The method getDefaultFloat(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[145] 
18:13:54 [2024-02-16T23:13:54.267Z] 	return fPreferences.getDefaultInt(name);
18:13:54 [2024-02-16T23:13:54.267Z] 	                    ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.267Z] The method getDefaultInt(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[150] 
18:13:54 [2024-02-16T23:13:54.267Z] 	return fPreferences.getDefaultLong(name);
18:13:54 [2024-02-16T23:13:54.267Z] 	                    ^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.267Z] The method getDefaultLong(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[155] 
18:13:54 [2024-02-16T23:13:54.267Z] 	return fPreferences.getDefaultString(name);
18:13:54 [2024-02-16T23:13:54.267Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.267Z] The method getDefaultString(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[160] 
18:13:54 [2024-02-16T23:13:54.267Z] 	return fPreferences.getDouble(name);
18:13:54 [2024-02-16T23:13:54.267Z] 	                    ^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.267Z] The method getDouble(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[165] 
18:13:54 [2024-02-16T23:13:54.267Z] 	return fPreferences.getFloat(name);
18:13:54 [2024-02-16T23:13:54.267Z] 	                    ^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.267Z] The method getFloat(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[170] 
18:13:54 [2024-02-16T23:13:54.268Z] 	return fPreferences.getInt(name);
18:13:54 [2024-02-16T23:13:54.268Z] 	                    ^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.268Z] The method getInt(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[175] 
18:13:54 [2024-02-16T23:13:54.268Z] 	return fPreferences.getLong(name);
18:13:54 [2024-02-16T23:13:54.268Z] 	                    ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.268Z] The method getLong(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[180] 
18:13:54 [2024-02-16T23:13:54.268Z] 	return fPreferences.getString(name);
18:13:54 [2024-02-16T23:13:54.268Z] 	                    ^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.268Z] The method getString(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[185] 
18:13:54 [2024-02-16T23:13:54.268Z] 	return fPreferences.isDefault(name);
18:13:54 [2024-02-16T23:13:54.268Z] 	                    ^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.268Z] The method isDefault(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[190] 
18:13:54 [2024-02-16T23:13:54.268Z] 	return fPreferences.needsSaving();
18:13:54 [2024-02-16T23:13:54.268Z] 	                    ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.268Z] The method needsSaving() from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[197] 
18:13:54 [2024-02-16T23:13:54.268Z] 	fPreferences.setValue(name, value);
18:13:54 [2024-02-16T23:13:54.268Z] 	             ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.268Z] The method setValue(String, String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[205] 
18:13:54 [2024-02-16T23:13:54.269Z] 	fPreferences.setDefault(name, value);
18:13:54 [2024-02-16T23:13:54.269Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.269Z] The method setDefault(String, double) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[210] 
18:13:54 [2024-02-16T23:13:54.269Z] 	fPreferences.setDefault(name, value);
18:13:54 [2024-02-16T23:13:54.269Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.269Z] The method setDefault(String, float) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[215] 
18:13:54 [2024-02-16T23:13:54.269Z] 	fPreferences.setDefault(name, value);
18:13:54 [2024-02-16T23:13:54.269Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.269Z] The method setDefault(String, int) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[220] 
18:13:54 [2024-02-16T23:13:54.269Z] 	fPreferences.setDefault(name, value);
18:13:54 [2024-02-16T23:13:54.269Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.269Z] The method setDefault(String, long) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[225] 
18:13:54 [2024-02-16T23:13:54.269Z] 	fPreferences.setDefault(name, defaultObject);
18:13:54 [2024-02-16T23:13:54.269Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.269Z] The method setDefault(String, String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.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/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[230] 
18:13:54 [2024-02-16T23:13:54.269Z] 	fPreferences.setDefault(name, value);
18:13:54 [2024-02-16T23:13:54.269Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.269Z] The method setDefault(String, boolean) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.270Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[235] 
18:13:54 [2024-02-16T23:13:54.270Z] 	fPreferences.setToDefault(name);
18:13:54 [2024-02-16T23:13:54.270Z] 	             ^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.270Z] The method setToDefault(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.270Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[240] 
18:13:54 [2024-02-16T23:13:54.270Z] 	fPreferences.setValue(name, value);
18:13:54 [2024-02-16T23:13:54.270Z] 	             ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.270Z] The method setValue(String, double) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.270Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[245] 
18:13:54 [2024-02-16T23:13:54.270Z] 	fPreferences.setValue(name, value);
18:13:54 [2024-02-16T23:13:54.270Z] 	             ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.270Z] The method setValue(String, float) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.270Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[250] 
18:13:54 [2024-02-16T23:13:54.270Z] 	fPreferences.setValue(name, value);
18:13:54 [2024-02-16T23:13:54.270Z] 	             ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.270Z] The method setValue(String, int) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.270Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[255] 
18:13:54 [2024-02-16T23:13:54.270Z] 	fPreferences.setValue(name, value);
18:13:54 [2024-02-16T23:13:54.270Z] 	             ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.270Z] The method setValue(String, long) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.270Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[260] 
18:13:54 [2024-02-16T23:13:54.270Z] 	fPreferences.setValue(name, value);
18:13:54 [2024-02-16T23:13:54.270Z] 	             ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.270Z] The method setValue(String, String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.270Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/PreferencesAdapter.java:[265] 
18:13:54 [2024-02-16T23:13:54.270Z] 	fPreferences.setValue(name, value);
18:13:54 [2024-02-16T23:13:54.270Z] 	             ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.271Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.271Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java:[2847] 
18:13:54 [2024-02-16T23:13:54.271Z] 	expression= switchCase.getExpression();
18:13:54 [2024-02-16T23:13:54.271Z] 	                       ^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.271Z] The method getExpression() from the type SwitchCase is deprecated
18:13:54 [2024-02-16T23:13:54.271Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java:[3231] 
18:13:54 [2024-02-16T23:13:54.271Z] 	switchCaseStatements[0].setExpression(null);
18:13:54 [2024-02-16T23:13:54.271Z] 	                        ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.271Z] The method setExpression(Expression) from the type SwitchCase is deprecated
18:13:54 [2024-02-16T23:13:54.271Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/AdvancedQuickAssistProcessor.java:[3241] 
18:13:54 [2024-02-16T23:13:54.271Z] 	switchCaseStatements[i].setExpression(copyTarget);
18:13:54 [2024-02-16T23:13:54.271Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.271Z] The method setExpression(Expression) from the type SwitchCase is deprecated
18:13:54 [2024-02-16T23:13:54.271Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java:[177] 
18:13:54 [2024-02-16T23:13:54.271Z] 	CompilationUnitContextType contextType= (CompilationUnitContextType) JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(contextId);
18:13:54 [2024-02-16T23:13:54.271Z] 	                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.271Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.271Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/QuickTemplateProcessor.java:[228] 
18:13:54 [2024-02-16T23:13:54.272Z] 	TemplateContextType contextType= JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(template.getContextTypeId());
18:13:54 [2024-02-16T23:13:54.272Z] 	                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.272Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.272Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/FixCorrectionProposal.java:[143] 
18:13:54 [2024-02-16T23:13:54.272Z] 	ImageDescriptor composite= new JavaElementImageDescriptor(image, flag, new Point(image.getImageData().width, image.getImageData().height));
18:13:54 [2024-02-16T23:13:54.272Z] 	                                                                                       ^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.272Z] The method getImageData() from the type ImageDescriptor is deprecated
18:13:54 [2024-02-16T23:13:54.272Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/FixCorrectionProposal.java:[143] 
18:13:54 [2024-02-16T23:13:54.272Z] 	ImageDescriptor composite= new JavaElementImageDescriptor(image, flag, new Point(image.getImageData().width, image.getImageData().height));
18:13:54 [2024-02-16T23:13:54.272Z] 	                                                                                                                   ^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.272Z] The method getImageData() from the type ImageDescriptor is deprecated
18:13:54 [2024-02-16T23:13:54.272Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[54] 
18:13:54 [2024-02-16T23:13:54.272Z] 	import org.eclipse.core.runtime.Preferences;
18:13:54 [2024-02-16T23:13:54.272Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.272Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.272Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[460] 
18:13:54 [2024-02-16T23:13:54.272Z] 	public static void store(ContentAssistHistory history, Preferences preferences, String key) throws CoreException {
18:13:54 [2024-02-16T23:13:54.272Z] 	                                                       ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.272Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.272Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[463] 
18:13:54 [2024-02-16T23:13:54.273Z] 	preferences.setValue(key, writer.toString());
18:13:54 [2024-02-16T23:13:54.273Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.273Z] The method setValue(String, String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.273Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[477] 
18:13:54 [2024-02-16T23:13:54.273Z] 	public static ContentAssistHistory load(Preferences preferences, String key) throws CoreException {
18:13:54 [2024-02-16T23:13:54.273Z] 	                                        ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.273Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.273Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/ContentAssistHistory.java:[478] 
18:13:54 [2024-02-16T23:13:54.273Z] 	String value= preferences.getString(key);
18:13:54 [2024-02-16T23:13:54.273Z] 	                          ^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.273Z] The method getString(String) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.273Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SWTTemplateCompletionProposalComputer.java:[18] 
18:13:54 [2024-02-16T23:13:54.273Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:13:54 [2024-02-16T23:13:54.273Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.273Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.273Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SWTTemplateCompletionProposalComputer.java:[136] 
18:13:54 [2024-02-16T23:13:54.273Z] 	ContextTypeRegistry templateContextRegistry= JavaPlugin.getDefault().getTemplateContextRegistry();
18:13:54 [2024-02-16T23:13:54.273Z] 	^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.273Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.273Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SWTTemplateCompletionProposalComputer.java:[144] 
18:13:54 [2024-02-16T23:13:54.273Z] 	private static TemplateEngine createTemplateEngine(ContextTypeRegistry templateContextRegistry, String contextTypeId) {
18:13:54 [2024-02-16T23:13:54.273Z] 	                                                   ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.273Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.274Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/SWTTemplateCompletionProposalComputer.java:[145] 
18:13:54 [2024-02-16T23:13:54.274Z] 	TemplateContextType contextType= templateContextRegistry.getContextType(contextTypeId);
18:13:54 [2024-02-16T23:13:54.274Z] 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.274Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.274Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/TemplateCompletionProposalComputer.java:[20] 
18:13:54 [2024-02-16T23:13:54.274Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:13:54 [2024-02-16T23:13:54.274Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.274Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.274Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/TemplateCompletionProposalComputer.java:[52] 
18:13:54 [2024-02-16T23:13:54.274Z] 	ContextTypeRegistry templateContextRegistry= JavaPlugin.getDefault().getTemplateContextRegistry();
18:13:54 [2024-02-16T23:13:54.274Z] 	^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.274Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.274Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/TemplateCompletionProposalComputer.java:[61] 
18:13:54 [2024-02-16T23:13:54.274Z] 	private static TemplateEngine createTemplateEngine(ContextTypeRegistry templateContextRegistry, String contextTypeId) {
18:13:54 [2024-02-16T23:13:54.274Z] 	                                                   ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.274Z] The type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.274Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/TemplateCompletionProposalComputer.java:[62] 
18:13:54 [2024-02-16T23:13:54.274Z] 	TemplateContextType contextType= templateContextRegistry.getContextType(contextTypeId);
18:13:54 [2024-02-16T23:13:54.274Z] 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.274Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.275Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/AbstractJavaEditorTextHover.java:[86] 
18:13:54 [2024-02-16T23:13:54.275Z] 	return getHoverInfo(textViewer, hoverRegion);
18:13:54 [2024-02-16T23:13:54.275Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.275Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:13:54 [2024-02-16T23:13:54.275Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java:[103] 
18:13:54 [2024-02-16T23:13:54.275Z] 	public String getHoverInfo(ITextViewer textViewer, IRegion hoverRegion) {
18:13:54 [2024-02-16T23:13:54.275Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.275Z] The method BestMatchHover.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover
18:13:54 [2024-02-16T23:13:54.275Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java:[115] 
18:13:54 [2024-02-16T23:13:54.275Z] 	String s= hover.getHoverInfo(textViewer, hoverRegion);
18:13:54 [2024-02-16T23:13:54.275Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.275Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:13:54 [2024-02-16T23:13:54.275Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/BestMatchHover.java:[169] 
18:13:54 [2024-02-16T23:13:54.275Z] 	String s= hover.getHoverInfo(textViewer, hoverRegion);
18:13:54 [2024-02-16T23:13:54.275Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.275Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:13:54 [2024-02-16T23:13:54.275Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java:[74] 
18:13:54 [2024-02-16T23:13:54.275Z] 	public String getHoverInfo(ITextViewer textViewer, IRegion hoverRegion) {
18:13:54 [2024-02-16T23:13:54.275Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.275Z] The method JavaEditorTextHoverProxy.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover
18:13:54 [2024-02-16T23:13:54.276Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java:[76] 
18:13:54 [2024-02-16T23:13:54.276Z] 	return fHover.getHoverInfo(textViewer, hoverRegion);
18:13:54 [2024-02-16T23:13:54.276Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.276Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:13:54 [2024-02-16T23:13:54.276Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/JavaEditorTextHoverProxy.java:[91] 
18:13:54 [2024-02-16T23:13:54.276Z] 	return fHover.getHoverInfo(textViewer, hoverRegion);
18:13:54 [2024-02-16T23:13:54.276Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.276Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:13:54 [2024-02-16T23:13:54.276Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/hover/SourceViewerInformationControl.java:[706] 
18:13:54 [2024-02-16T23:13:54.276Z] 	int width= gc.getFontMetrics().getAverageCharWidth();
18:13:54 [2024-02-16T23:13:54.276Z] 	                               ^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.276Z] The method getAverageCharWidth() from the type FontMetrics is deprecated
18:13:54 [2024-02-16T23:13:54.276Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java:[36] 
18:13:54 [2024-02-16T23:13:54.276Z] 	import org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor;
18:13:54 [2024-02-16T23:13:54.276Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.276Z] The type IJavadocCompletionProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.276Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java:[133] 
18:13:54 [2024-02-16T23:13:54.276Z] 	fRestrictToMatchingCase= (flags & IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE) != 0;
18:13:54 [2024-02-16T23:13:54.276Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.276Z] The type IJavadocCompletionProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.276Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/HTMLTagCompletionProposalComputer.java:[133] 
18:13:54 [2024-02-16T23:13:54.276Z] 	fRestrictToMatchingCase= (flags & IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE) != 0;
18:13:54 [2024-02-16T23:13:54.276Z] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.277Z] The field IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE is deprecated
18:13:54 [2024-02-16T23:13:54.277Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[26] 
18:13:54 [2024-02-16T23:13:54.277Z] 	import org.eclipse.jface.internal.text.html.SubstitutionTextReader;
18:13:54 [2024-02-16T23:13:54.277Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.277Z] The type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.277Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[34] 
18:13:54 [2024-02-16T23:13:54.277Z] 	public class JavaDoc2HTMLTextReader extends SubstitutionTextReader {
18:13:54 [2024-02-16T23:13:54.277Z] 	                                            ^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.277Z] The type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.277Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[56] 
18:13:54 [2024-02-16T23:13:54.277Z] 	super(reader);
18:13:54 [2024-02-16T23:13:54.277Z] 	^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.277Z] The constructor SubstitutionTextReader(Reader) is deprecated
18:13:54 [2024-02-16T23:13:54.277Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[57] 
18:13:54 [2024-02-16T23:13:54.277Z] 	setSkipWhitespace(false);
18:13:54 [2024-02-16T23:13:54.277Z] 	^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.277Z] The method setSkipWhitespace(boolean) from the type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.277Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[61] 
18:13:54 [2024-02-16T23:13:54.277Z] 	int c= nextChar();
18:13:54 [2024-02-16T23:13:54.277Z] 	       ^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.277Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.277Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[64] 
18:13:54 [2024-02-16T23:13:54.277Z] 	c= nextChar();
18:13:54 [2024-02-16T23:13:54.277Z] 	   ^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.277Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.278Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[70] 
18:13:54 [2024-02-16T23:13:54.278Z] 	int c= nextChar();
18:13:54 [2024-02-16T23:13:54.278Z] 	       ^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.278Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.278Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[73] 
18:13:54 [2024-02-16T23:13:54.278Z] 	c= nextChar();
18:13:54 [2024-02-16T23:13:54.278Z] 	   ^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.278Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.278Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[79] 
18:13:54 [2024-02-16T23:13:54.278Z] 	int c= nextChar();
18:13:54 [2024-02-16T23:13:54.278Z] 	       ^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.278Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.278Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[102] 
18:13:54 [2024-02-16T23:13:54.278Z] 	c= nextChar();
18:13:54 [2024-02-16T23:13:54.278Z] 	   ^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.278Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.278Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[366] 
18:13:54 [2024-02-16T23:13:54.278Z] 	int c= nextChar();
18:13:54 [2024-02-16T23:13:54.278Z] 	       ^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.278Z] The method nextChar() from the type SubstitutionTextReader is deprecated
18:13:54 [2024-02-16T23:13:54.278Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[400] 
18:13:54 [2024-02-16T23:13:54.278Z] 	protected String computeSubstitution(int c) throws IOException {
18:13:54 [2024-02-16T23:13:54.278Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.278Z] The method JavaDoc2HTMLTextReader.computeSubstitution(int) overrides a deprecated method from SubstitutionTextReader
18:13:54 [2024-02-16T23:13:54.279Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDoc2HTMLTextReader.java:[401] 
18:13:54 [2024-02-16T23:13:54.279Z] 	if (c == '@' && fWasWhiteSpace)
18:13:54 [2024-02-16T23:13:54.279Z] 	                ^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.279Z] The field SubstitutionTextReader.fWasWhiteSpace is deprecated
18:13:54 [2024-02-16T23:13:54.279Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocScanner.java:[21] 
18:13:54 [2024-02-16T23:13:54.279Z] 	import org.eclipse.core.runtime.Preferences;
18:13:54 [2024-02-16T23:13:54.279Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.279Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.279Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavaDocScanner.java:[139] 
18:13:54 [2024-02-16T23:13:54.279Z] 	public JavaDocScanner(IColorManager manager, IPreferenceStore store, Preferences coreStore) {
18:13:54 [2024-02-16T23:13:54.279Z] 	                                                                     ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.279Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.279Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocCompletionProcessor.java:[26] 
18:13:54 [2024-02-16T23:13:54.279Z] 	import org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor;
18:13:54 [2024-02-16T23:13:54.279Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.279Z] The type IJavadocCompletionProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.279Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocCompletionProcessor.java:[52] 
18:13:54 [2024-02-16T23:13:54.279Z] 	fSubProcessorFlags= restrict ? IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE : 0;
18:13:54 [2024-02-16T23:13:54.279Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.279Z] The type IJavadocCompletionProcessor is deprecated
18:13:54 [2024-02-16T23:13:54.279Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/javadoc/JavadocCompletionProcessor.java:[52] 
18:13:54 [2024-02-16T23:13:54.279Z] 	fSubProcessorFlags= restrict ? IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE : 0;
18:13:54 [2024-02-16T23:13:54.279Z] 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.279Z] The field IJavadocCompletionProcessor.RESTRICT_TO_MATCHING_CASE is deprecated
18:13:54 [2024-02-16T23:13:54.280Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[20] 
18:13:54 [2024-02-16T23:13:54.280Z] 	import org.eclipse.core.runtime.Preferences.IPropertyChangeListener;
18:13:54 [2024-02-16T23:13:54.280Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.280Z] The type Preferences.IPropertyChangeListener is deprecated
18:13:54 [2024-02-16T23:13:54.280Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[21] 
18:13:54 [2024-02-16T23:13:54.280Z] 	import org.eclipse.core.runtime.Preferences.PropertyChangeEvent;
18:13:54 [2024-02-16T23:13:54.280Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.280Z] The type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.280Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[33] 
18:13:54 [2024-02-16T23:13:54.280Z] 	public class TaskTagDictionary extends AbstractSpellDictionary implements IPropertyChangeListener {
18:13:54 [2024-02-16T23:13:54.280Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.280Z] The type Preferences.IPropertyChangeListener is deprecated
18:13:54 [2024-02-16T23:13:54.280Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[48] 
18:13:54 [2024-02-16T23:13:54.280Z] 	JavaPlugin.getJavaCorePluginPreferences().addPropertyChangeListener(this);
18:13:54 [2024-02-16T23:13:54.280Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.280Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.280Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[56] 
18:13:54 [2024-02-16T23:13:54.280Z] 	public void propertyChange(final PropertyChangeEvent event) {
18:13:54 [2024-02-16T23:13:54.280Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.280Z] The method TaskTagDictionary.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener
18:13:54 [2024-02-16T23:13:54.281Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[56] 
18:13:54 [2024-02-16T23:13:54.281Z] 	public void propertyChange(final PropertyChangeEvent event) {
18:13:54 [2024-02-16T23:13:54.281Z] 	                                 ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.281Z] The type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.281Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[58] 
18:13:54 [2024-02-16T23:13:54.281Z] 	if (JavaCore.COMPILER_TASK_TAGS.equals(event.getProperty()))
18:13:54 [2024-02-16T23:13:54.281Z] 	                                             ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.281Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.281Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/spelling/TaskTagDictionary.java:[67] 
18:13:54 [2024-02-16T23:13:54.281Z] 	JavaPlugin.getJavaCorePluginPreferences().removePropertyChangeListener(this);
18:13:54 [2024-02-16T23:13:54.281Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.281Z] The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.281Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/template/contentassist/SurroundWithTemplateProposal.java:[252] 
18:13:54 [2024-02-16T23:13:54.281Z] 	CompilationUnitContextType contextType= (CompilationUnitContextType) JavaPlugin.getDefault().getTemplateContextRegistry().getContextType(fTemplate.getContextTypeId());
18:13:54 [2024-02-16T23:13:54.281Z] 	                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.281Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:13:54 [2024-02-16T23:13:54.281Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/viewsupport/FilteredElementTreeSelectionDialog.java:[128] 
18:13:54 [2024-02-16T23:13:54.281Z] 	super(parent, treeStyle, new MultiplePatternFilter(deepFiltering), true);
18:13:54 [2024-02-16T23:13:54.281Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.281Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:13:54 [2024-02-16T23:13:54.282Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/AddSourceFolderWizardPage.java:[636] 
18:13:54 [2024-02-16T23:13:54.282Z] 	IPath resolvedPath= pathVariableManager.resolvePath(path1);
18:13:54 [2024-02-16T23:13:54.282Z] 	                                        ^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.282Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:13:54 [2024-02-16T23:13:54.282Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java:[652] 
18:13:54 [2024-02-16T23:13:54.282Z] 	ListSelectionDialog dialog= new ListSelectionDialog(getShell(), Arrays.asList(selectArr), ArrayContentProvider.getInstance(), new JavaUILabelProvider(), NewWizardMessages.ProjectsWorkbookPage_chooseProjects_message);
18:13:54 [2024-02-16T23:13:54.282Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.282Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:13:54 [2024-02-16T23:13:54.282Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java:[54] 
18:13:54 [2024-02-16T23:13:54.282Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:13:54 [2024-02-16T23:13:54.282Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.282Z] The type ViewerSorter is deprecated
18:13:54 [2024-02-16T23:13:54.282Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/JavaUI.java:[46] 
18:13:54 [2024-02-16T23:13:54.282Z] 	import org.eclipse.jdt.core.IWorkingCopy;
18:13:54 [2024-02-16T23:13:54.282Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.282Z] The type IWorkingCopy is deprecated
18:13:54 [2024-02-16T23:13:54.282Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenProjectAction.java:[169] 
18:13:54 [2024-02-16T23:13:54.282Z] 	ListSelectionDialog dialog= new ListSelectionDialog(getShell(), getClosedProjectsInWorkspace(), ArrayContentProvider.getInstance(), new JavaElementLabelProvider(), ActionMessages.OpenProjectAction_dialog_message);
18:13:54 [2024-02-16T23:13:54.282Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.283Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:13:54 [2024-02-16T23:13:54.283Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[16] 
18:13:54 [2024-02-16T23:13:54.283Z] 	import org.eclipse.core.runtime.Preferences;
18:13:54 [2024-02-16T23:13:54.283Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.283Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.283Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[52] 
18:13:54 [2024-02-16T23:13:54.283Z] 	private class PreferenceListener implements IPropertyChangeListener, Preferences.IPropertyChangeListener {
18:13:54 [2024-02-16T23:13:54.283Z] 	                                                                     ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.283Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.283Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[52] 
18:13:54 [2024-02-16T23:13:54.283Z] 	private class PreferenceListener implements IPropertyChangeListener, Preferences.IPropertyChangeListener {
18:13:54 [2024-02-16T23:13:54.283Z] 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.283Z] The type Preferences.IPropertyChangeListener is deprecated
18:13:54 [2024-02-16T23:13:54.283Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[58] 
18:13:54 [2024-02-16T23:13:54.283Z] 	public void propertyChange(Preferences.PropertyChangeEvent event) {
18:13:54 [2024-02-16T23:13:54.283Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.283Z] The method JavaTextTools.PreferenceListener.propertyChange(Preferences.PropertyChangeEvent) overrides a deprecated method from Preferences.IPropertyChangeListener
18:13:54 [2024-02-16T23:13:54.283Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[58] 
18:13:54 [2024-02-16T23:13:54.283Z] 	public void propertyChange(Preferences.PropertyChangeEvent event) {
18:13:54 [2024-02-16T23:13:54.283Z] 	                           ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.283Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.284Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[58] 
18:13:54 [2024-02-16T23:13:54.284Z] 	public void propertyChange(Preferences.PropertyChangeEvent event) {
18:13:54 [2024-02-16T23:13:54.284Z] 	                                       ^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.284Z] The type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.284Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[59] 
18:13:54 [2024-02-16T23:13:54.284Z] 	adaptToPreferenceChange(new PropertyChangeEvent(event.getSource(), event.getProperty(), event.getOldValue(), event.getNewValue()));
18:13:54 [2024-02-16T23:13:54.284Z] 	                                                                         ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.284Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.284Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[59] 
18:13:54 [2024-02-16T23:13:54.284Z] 	adaptToPreferenceChange(new PropertyChangeEvent(event.getSource(), event.getProperty(), event.getOldValue(), event.getNewValue()));
18:13:54 [2024-02-16T23:13:54.284Z] 	                                                                                              ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.284Z] The method getOldValue() from the type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.284Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[59] 
18:13:54 [2024-02-16T23:13:54.284Z] 	adaptToPreferenceChange(new PropertyChangeEvent(event.getSource(), event.getProperty(), event.getOldValue(), event.getNewValue()));
18:13:54 [2024-02-16T23:13:54.284Z] 	                                                                                                                   ^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.284Z] The method getNewValue() from the type Preferences.PropertyChangeEvent is deprecated
18:13:54 [2024-02-16T23:13:54.284Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[81] 
18:13:54 [2024-02-16T23:13:54.284Z] 	private Preferences fCorePreferenceStore;
18:13:54 [2024-02-16T23:13:54.284Z] 	        ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.284Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.284Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[130] 
18:13:54 [2024-02-16T23:13:54.285Z] 	public JavaTextTools(IPreferenceStore store, Preferences coreStore) {
18:13:54 [2024-02-16T23:13:54.285Z] 	                                             ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.285Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.285Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[150] 
18:13:54 [2024-02-16T23:13:54.285Z] 	public JavaTextTools(IPreferenceStore store, Preferences coreStore, boolean autoDisposeOnDisplayDispose) {
18:13:54 [2024-02-16T23:13:54.285Z] 	                                             ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.285Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.285Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[156] 
18:13:54 [2024-02-16T23:13:54.285Z] 	fCorePreferenceStore.addPropertyChangeListener(fPreferenceListener);
18:13:54 [2024-02-16T23:13:54.285Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.285Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.285Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[188] 
18:13:54 [2024-02-16T23:13:54.285Z] 	fCorePreferenceStore.removePropertyChangeListener(fPreferenceListener);
18:13:54 [2024-02-16T23:13:54.285Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.285Z] The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.285Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/JavaTextTools.java:[409] 
18:13:54 [2024-02-16T23:13:54.285Z] 	protected Preferences getCorePreferenceStore() {
18:13:54 [2024-02-16T23:13:54.285Z] 	          ^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.285Z] The type Preferences is deprecated
18:13:54 [2024-02-16T23:13:54.285Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[61] 
18:13:54 [2024-02-16T23:13:54.285Z] 	import org.eclipse.jface.contentassist.SubjectControlContentAssistant;
18:13:54 [2024-02-16T23:13:54.285Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.285Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.285Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[79] 
18:13:54 [2024-02-16T23:13:54.286Z] 	import org.eclipse.ui.contentassist.ContentAssistHandler;
18:13:54 [2024-02-16T23:13:54.286Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.286Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.286Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[1135] 
18:13:54 [2024-02-16T23:13:54.286Z] 	SubjectControlContentAssistant contentAssistant= ControlContentAssistHelper.createJavaContentAssistant(superInterfaceCompletionProcessor);
18:13:54 [2024-02-16T23:13:54.286Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.286Z] The type SubjectControlContentAssistant is deprecated
18:13:54 [2024-02-16T23:13:54.286Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[1137] 
18:13:54 [2024-02-16T23:13:54.286Z] 	ContentAssistHandler.createHandlerForText(cellEditorText, contentAssistant);
18:13:54 [2024-02-16T23:13:54.286Z] 	^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.286Z] The type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.286Z] [WARNING] /home/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/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java:[1137] 
18:13:54 [2024-02-16T23:13:54.286Z] 	ContentAssistHandler.createHandlerForText(cellEditorText, contentAssistant);
18:13:54 [2024-02-16T23:13:54.286Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:13:54 [2024-02-16T23:13:54.286Z] The method createHandlerForText(Text, SubjectControlContentAssistant) from the type ContentAssistHandler is deprecated
18:13:54 [2024-02-16T23:13:54.286Z] 524 problems (524 warnings)
18:13:54 [2024-02-16T23:13:54.286Z] [INFO] 
18:13:54 [2024-02-16T23:13:54.286Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.ui ---
18:13:54 [2024-02-16T23:13:54.286Z] [INFO] 
18:13:54 [2024-02-16T23:13:54.286Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui ---
18:13:54 [2024-02-16T23:13:54.286Z] [INFO] 
18:13:54 [2024-02-16T23:13:54.286Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui ---
18:13:57 [2024-02-16T23:13:57.551Z] [INFO] 
18:13:57 [2024-02-16T23:13:57.551Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui ---
18:13:57 [2024-02-16T23:13:57.551Z] [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.ui/org.eclipse.jdt.ui/src/test/resources
18:13:57 [2024-02-16T23:13:57.551Z] [INFO] 
18:13:57 [2024-02-16T23:13:57.551Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.ui ---
18:13:57 [2024-02-16T23:13:57.551Z] [INFO] 
18:13:57 [2024-02-16T23:13:57.551Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui ---
18:13:57 [2024-02-16T23:13:57.551Z] [INFO] 
18:13:57 [2024-02-16T23:13:57.551Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui ---
18:13:57 [2024-02-16T23:13:57.551Z] [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.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.0-SNAPSHOT-sources.jar
18:13:57 [2024-02-16T23:13:57.807Z] [INFO] 
18:13:57 [2024-02-16T23:13:57.807Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui ---
18:13:57 [2024-02-16T23:13:57.807Z] [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.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.0-SNAPSHOT.jar
18:13:58 [2024-02-16T23:13:58.368Z] [INFO] 
18:13:58 [2024-02-16T23:13:58.368Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui ---
18:13:59 [2024-02-16T23:13:59.294Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.32.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.jdt.ui/org.eclipse.jdt.ui/pom.xml
18:13:59 [2024-02-16T23:13:59.294Z]     The main artifact has been replaced with the baseline version.
18:13:59 [2024-02-16T23:13:59.294Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:13:59 [2024-02-16T23:13:59.294Z] 
18:13:59 [2024-02-16T23:13:59.294Z] [INFO] 
18:13:59 [2024-02-16T23:13:59.294Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui ---
18:13:59 [2024-02-16T23:13:59.294Z] [INFO] Execution was skipped
18:13:59 [2024-02-16T23:13:59.294Z] [INFO] 
18:13:59 [2024-02-16T23:13:59.294Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.ui ---
18:14:01 [2024-02-16T23:14:01.809Z] [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.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.0-SNAPSHOT.jar' is already signed and will be resigned.
18:14:01 [2024-02-16T23:14:01.809Z] [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.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.0-SNAPSHOT.jar
18:14:05 [2024-02-16T23:14:05.980Z] [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.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:05 [2024-02-16T23:14:05.980Z] [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.jdt.ui/org.eclipse.jdt.ui/target/org.eclipse.jdt.ui-3.32.0-SNAPSHOT-sources.jar
18:14:07 [2024-02-16T23:14:07.869Z] [INFO] 
18:14:07 [2024-02-16T23:14:07.869Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui ---
18:14:08 [2024-02-16T23:14:08.430Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui:3.32.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.jdt.ui/org.eclipse.jdt.ui/pom.xml
18:14:08 [2024-02-16T23:14:08.430Z]     The main artifact has been replaced with the baseline version.
18:14:08 [2024-02-16T23:14:08.430Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:08 [2024-02-16T23:14:08.430Z] 
18:14:08 [2024-02-16T23:14:08.430Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.430Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.debug.ui >--------------
18:14:08 [2024-02-16T23:14:08.430Z] [INFO] Building org.eclipse.jdt.debug.ui 3.13.300-SNAPSHOT            [125/521]
18:14:08 [2024-02-16T23:14:08.430Z] [INFO]   from eclipse.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml
18:14:08 [2024-02-16T23:14:08.430Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] The project's OSGi version is 3.13.300.v20240207-1034
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.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.jdt.debug/org.eclipse.jdt.debug.ui/saveproperties
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.686Z] [INFO] Resolving class path of org.eclipse.jdt.debug.ui
18:14:08 [2024-02-16T23:14:08.687Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.687Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.687Z] [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.debug/org.eclipse.jdt.debug.ui/src/main/resources
18:14:08 [2024-02-16T23:14:08.687Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.687Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.687Z] [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.debug/org.eclipse.jdt.debug.ui/src/main/resources
18:14:08 [2024-02-16T23:14:08.687Z] [INFO] 
18:14:08 [2024-02-16T23:14:08.687Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug.ui ---
18:14:08 [2024-02-16T23:14:08.687Z] [INFO] Compiling 430 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.debug/org.eclipse.jdt.debug.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/core/refactoring/ClassPrepareBreakpointTypeChange.java:[61] 
18:14:10 [2024-02-16T23:14:10.053Z] 	// TODO - start/end should be adjusted, but can access new CU from model yet
18:14:10 [2024-02-16T23:14:10.053Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.053Z] TODO - start/end should be adjusted, but can access new CU from model yet
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/DebugWorkingCopyManager.java:[41] 
18:14:10 [2024-02-16T23:14:10.053Z] 	//TODO Using JDT UI internal code here, see bug 151260 for more information
18:14:10 [2024-02-16T23:14:10.053Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.053Z] TODO Using JDT UI internal code here, see bug 151260 for more information
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/HeapWalkingPreferencePage.java:[63] 
18:14:10 [2024-02-16T23:14:10.053Z] 	// TODO: Help must be updated
18:14:10 [2024-02-16T23:14:10.053Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.053Z] TODO: Help must be updated
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIContentAssistPreference.java:[231] 
18:14:10 [2024-02-16T23:14:10.054Z] 	// XXX not yet supported
18:14:10 [2024-02-16T23:14:10.054Z] 	   ^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.054Z] XXX not yet supported
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIDebugUIPlugin.java:[600] 
18:14:10 [2024-02-16T23:14:10.054Z] 	dialog.setElements(packageList.toArray()); // XXX inefficient
18:14:10 [2024-02-16T23:14:10.054Z] 	                                              ^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.054Z] XXX inefficient
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDIModelPresentation.java:[1628] 
18:14:10 [2024-02-16T23:14:10.054Z] 	//TODO remove the cast once the API freeze has thawed
18:14:10 [2024-02-16T23:14:10.054Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.054Z] TODO remove the cast once the API freeze has thawed
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JDISourceViewer.java:[344] 
18:14:10 [2024-02-16T23:14:10.054Z] 	// XXX: Alternatively, we could apply TextLayout. Pros would be full
18:14:10 [2024-02-16T23:14:10.054Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.054Z] XXX: Alternatively, we could apply TextLayout. Pros would be full
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/JavaWordFinder.java:[60] 
18:14:10 [2024-02-16T23:14:10.054Z] 	* XXX: Here we should create the code point and test whether it is a Java
18:14:10 [2024-02-16T23:14:10.054Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.054Z] XXX: Here we should create the code point and test whether it is a Java
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/DisplayAction.java:[120] 
18:14:10 [2024-02-16T23:14:10.054Z] 	* TODO: illegal internal reference to IInternalDebugUIConstants
18:14:10 [2024-02-16T23:14:10.054Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.054Z] TODO: illegal internal reference to IInternalDebugUIConstants
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/OpenFromClipboardAction.java:[620] 
18:14:10 [2024-02-16T23:14:10.055Z] 	* TODO: Because of faster performance SearchEngine.searchAllTypeNames(...) is used to do the
18:14:10 [2024-02-16T23:14:10.055Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.055Z] TODO: Because of faster performance SearchEngine.searchAllTypeNames(...) is used to do the
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/OpenFromClipboardAction.java:[660] 
18:14:10 [2024-02-16T23:14:10.055Z] 	* TODO: Because of faster performance, if the type name is available
18:14:10 [2024-02-16T23:14:10.055Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.055Z] TODO: Because of faster performance, if the type name is available
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/display/DisplayView.java:[305] 
18:14:10 [2024-02-16T23:14:10.055Z] 	//TODO: Still using "old" resource access
18:14:10 [2024-02-16T23:14:10.055Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.055Z] TODO: Still using "old" resource access
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/ExecutionEnvironmentsPreferencePage.java:[154] 
18:14:10 [2024-02-16T23:14:10.055Z] 	// TODO: fix help
18:14:10 [2024-02-16T23:14:10.055Z] 	   ^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.055Z] TODO: fix help
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/AbstractJavaMainTab.java:[208] 
18:14:10 [2024-02-16T23:14:10.055Z] 	//CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.055Z] 	  ^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.055Z] CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/RuntimeClasspathEntryLabelProvider.java:[85] 
18:14:10 [2024-02-16T23:14:10.055Z] 	//TODO: check for invalid paths and change image
18:14:10 [2024-02-16T23:14:10.055Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.055Z] TODO: check for invalid paths and change image
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaContendedMonitor.java:[122] 
18:14:10 [2024-02-16T23:14:10.056Z] 	//CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.056Z] 	  ^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.056Z] CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaOwnedMonitor.java:[137] 
18:14:10 [2024-02-16T23:14:10.056Z] 	//CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.056Z] 	  ^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.056Z] CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaOwningThread.java:[122] 
18:14:10 [2024-02-16T23:14:10.056Z] 	//CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.056Z] 	  ^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.056Z] CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.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/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/monitors/JavaWaitingThread.java:[117] 
18:14:10 [2024-02-16T23:14:10.056Z] 	//CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.056Z] 	  ^^^^^^^^^^^^^^^^
18:14:10 [2024-02-16T23:14:10.056Z] CONTEXTLAUNCHING
18:14:10 [2024-02-16T23:14:10.056Z] 19 problems (null, 19 warnings)
18:14:10 [2024-02-16T23:14:10.056Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.056Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.056Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.056Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.056Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.056Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.312Z] [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.debug/org.eclipse.jdt.debug.ui/src/test/resources
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.312Z] [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.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.300-SNAPSHOT-sources.jar
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.312Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.313Z] [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.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.300-SNAPSHOT.jar
18:14:10 [2024-02-16T23:14:10.569Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.569Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.569Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.13.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.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml
18:14:10 [2024-02-16T23:14:10.569Z]     The main artifact has been replaced with the baseline version.
18:14:10 [2024-02-16T23:14:10.569Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:10 [2024-02-16T23:14:10.569Z] 
18:14:10 [2024-02-16T23:14:10.569Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.569Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.569Z] [INFO] Execution was skipped
18:14:10 [2024-02-16T23:14:10.569Z] [INFO] 
18:14:10 [2024-02-16T23:14:10.569Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.debug.ui ---
18:14:10 [2024-02-16T23:14:10.569Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.300-SNAPSHOT.jar' is disabled.
18:14:10 [2024-02-16T23:14:10.570Z] [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.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.300-SNAPSHOT.jar' is already signed and will be resigned.
18:14:10 [2024-02-16T23:14:10.570Z] [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.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.300-SNAPSHOT.jar
18:14:12 [2024-02-16T23:14:12.459Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.300-SNAPSHOT-sources.jar' is disabled.
18:14:12 [2024-02-16T23:14:12.459Z] [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.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:12 [2024-02-16T23:14:12.459Z] [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.jdt.debug/org.eclipse.jdt.debug.ui/target/org.eclipse.jdt.debug.ui-3.13.300-SNAPSHOT-sources.jar
18:14:13 [2024-02-16T23:14:13.022Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.022Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.debug.ui ---
18:14:13 [2024-02-16T23:14:13.278Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.ui:3.13.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.jdt.debug/org.eclipse.jdt.debug.ui/pom.xml
18:14:13 [2024-02-16T23:14:13.278Z]     The main artifact has been replaced with the baseline version.
18:14:13 [2024-02-16T23:14:13.278Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:13 [2024-02-16T23:14:13.278Z] 
18:14:13 [2024-02-16T23:14:13.278Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.278Z] [INFO] ----------< eclipse.platform.common:eclipse.platform.common >-----------
18:14:13 [2024-02-16T23:14:13.278Z] [INFO] Building eclipse.platform.common 4.31.0-SNAPSHOT               [126/521]
18:14:13 [2024-02-16T23:14:13.278Z] [INFO]   from eclipse.platform.common/pom.xml
18:14:13 [2024-02-16T23:14:13.278Z] [INFO] --------------------------------[ pom ]---------------------------------
18:14:13 [2024-02-16T23:14:13.278Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.278Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.common ---
18:14:13 [2024-02-16T23:14:13.278Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.278Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.common ---
18:14:13 [2024-02-16T23:14:13.279Z] [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.common/saveproperties
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.common ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.common ---
18:14:13 [2024-02-16T23:14:13.279Z] [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.common/src/main/resources
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.common ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.common ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.common ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] Execution was skipped
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.common ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.common ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.doc.user >--------------
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] Building org.eclipse.jdt.doc.user 3.15.2100-SNAPSHOT           [127/521]
18:14:13 [2024-02-16T23:14:13.279Z] [INFO]   from eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/pom.xml
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] The project's OSGi version is 3.15.2100.v20231205-0618
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.279Z] [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.common/bundles/org.eclipse.jdt.doc.user/saveproperties
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.279Z] [INFO] Resolving class path of org.eclipse.jdt.doc.user
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.536Z] [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.common/bundles/org.eclipse.jdt.doc.user/src/main/resources
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.536Z] [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.common/bundles/org.eclipse.jdt.doc.user/src/main/resources
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.536Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.537Z] [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.common/bundles/org.eclipse.jdt.doc.user/src/test/resources
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.doc.user ---
18:14:13 [2024-02-16T23:14:13.537Z] [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.common/bundles/org.eclipse.jdt.doc.user/target/org.eclipse.jdt.doc.user-3.15.2100-SNAPSHOT.jar
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] 
18:14:13 [2024-02-16T23:14:13.537Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.doc.user ---
18:14:14 [2024-02-16T23:14:14.099Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.2100-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.common/bundles/org.eclipse.jdt.doc.user/pom.xml
18:14:14 [2024-02-16T23:14:14.099Z]     The main artifact has been replaced with the baseline version.
18:14:14 [2024-02-16T23:14:14.099Z] 
18:14:14 [2024-02-16T23:14:14.099Z] [INFO] 
18:14:14 [2024-02-16T23:14:14.099Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.doc.user ---
18:14:14 [2024-02-16T23:14:14.099Z] [INFO] Execution was skipped
18:14:14 [2024-02-16T23:14:14.100Z] [INFO] 
18:14:14 [2024-02-16T23:14:14.100Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.doc.user ---
18:14:15 [2024-02-16T23:14:15.028Z] [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.common/bundles/org.eclipse.jdt.doc.user/target/org.eclipse.jdt.doc.user-3.15.2100-SNAPSHOT.jar' is already signed and will be resigned.
18:14:15 [2024-02-16T23:14:15.028Z] [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.common/bundles/org.eclipse.jdt.doc.user/target/org.eclipse.jdt.doc.user-3.15.2100-SNAPSHOT.jar
18:14:16 [2024-02-16T23:14:16.394Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.394Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.doc.user ---
18:14:16 [2024-02-16T23:14:16.651Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.user:3.15.2100-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.common/bundles/org.eclipse.jdt.doc.user/pom.xml
18:14:16 [2024-02-16T23:14:16.651Z]     The main artifact has been replaced with the baseline version.
18:14:16 [2024-02-16T23:14:16.651Z] 
18:14:16 [2024-02-16T23:14:16.651Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.651Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit.runtime >------------
18:14:16 [2024-02-16T23:14:16.651Z] [INFO] Building org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT        [128/521]
18:14:16 [2024-02-16T23:14:16.651Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml
18:14:16 [2024-02-16T23:14:16.651Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 51 kB/s)
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] The project's OSGi version is 3.7.400.v20231214-1952
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.907Z] [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.ui/org.eclipse.jdt.junit.runtime/saveproperties
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] Resolving class path of org.eclipse.jdt.junit.runtime
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.907Z] [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.ui/org.eclipse.jdt.junit.runtime/src/main/resources
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.907Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.908Z] [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.ui/org.eclipse.jdt.junit.runtime/src/main/resources
18:14:16 [2024-02-16T23:14:16.908Z] [INFO] 
18:14:16 [2024-02-16T23:14:16.908Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit.runtime ---
18:14:16 [2024-02-16T23:14:16.908Z] [INFO] Compiling 29 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.ui/org.eclipse.jdt.junit.runtime/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:17 [2024-02-16T23:14:17.164Z] [WARNING] /home/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/org.eclipse.jdt.junit.runtime/src/org/eclipse/jdt/internal/junit/runner/RemoteTestRunner.java:[371] 
18:14:17 [2024-02-16T23:14:17.164Z] 	return (ITestLoader) loadTestLoaderClass(className).newInstance();
18:14:17 [2024-02-16T23:14:17.164Z] 	                                                    ^^^^^^^^^^^^^
18:14:17 [2024-02-16T23:14:17.164Z] The method newInstance() from the type Class<capture#2-of ?> is deprecated
18:14:17 [2024-02-16T23:14:17.164Z] 1 problem (1 warning)
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.164Z] [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.ui/org.eclipse.jdt.junit.runtime/src/test/resources
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.164Z] [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.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT-sources.jar
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.164Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.165Z] [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.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT.jar
18:14:17 [2024-02-16T23:14:17.165Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.165Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.165Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.7.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.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml
18:14:17 [2024-02-16T23:14:17.165Z]     The main artifact has been replaced with the baseline version.
18:14:17 [2024-02-16T23:14:17.165Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:17 [2024-02-16T23:14:17.165Z] 
18:14:17 [2024-02-16T23:14:17.165Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.165Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.165Z] [INFO] Execution was skipped
18:14:17 [2024-02-16T23:14:17.165Z] [INFO] 
18:14:17 [2024-02-16T23:14:17.165Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit.runtime ---
18:14:17 [2024-02-16T23:14:17.165Z] [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.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT.jar' is already signed and will be resigned.
18:14:17 [2024-02-16T23:14:17.165Z] [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.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT.jar
18:14:18 [2024-02-16T23:14:18.531Z] [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.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:18 [2024-02-16T23:14:18.532Z] [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.jdt.ui/org.eclipse.jdt.junit.runtime/target/org.eclipse.jdt.junit.runtime-3.7.400-SNAPSHOT-sources.jar
18:14:19 [2024-02-16T23:14:19.459Z] [INFO] 
18:14:19 [2024-02-16T23:14:19.459Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit.runtime ---
18:14:19 [2024-02-16T23:14:19.459Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.runtime:3.7.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.jdt.ui/org.eclipse.jdt.junit.runtime/pom.xml
18:14:19 [2024-02-16T23:14:19.459Z]     The main artifact has been replaced with the baseline version.
18:14:19 [2024-02-16T23:14:19.459Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:19 [2024-02-16T23:14:19.459Z] 
18:14:19 [2024-02-16T23:14:19.459Z] [INFO] 
18:14:19 [2024-02-16T23:14:19.459Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx >---------
18:14:19 [2024-02-16T23:14:19.459Z] [INFO] Building org.eclipse.jdt.launching.ui.macosx 1.4.200-SNAPSHOT  [129/521]
18:14:19 [2024-02-16T23:14:19.459Z] [INFO]   from eclipse.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml
18:14:19 [2024-02-16T23:14:19.459Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:19 [2024-02-16T23:14:19.460Z] [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, 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@6f935613
18:14:19 [2024-02-16T23:14:19.461Z] [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.0, 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:14:23 [2024-02-16T23:14:23.680Z] [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:14:23 [2024-02-16T23:14:23.681Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:14:23 [2024-02-16T23:14:23.937Z] [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:14:24 [2024-02-16T23:14:24.195Z] [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:14:24 [2024-02-16T23:14:24.196Z] [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:14:24 [2024-02-16T23:14:24.452Z] [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:14:24 [2024-02-16T23:14:24.708Z] [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:14:24 [2024-02-16T23:14:24.709Z] [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:14:24 [2024-02-16T23:14:24.965Z] [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:14:25 [2024-02-16T23:14:25.221Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] The project's OSGi version is 1.4.200.v20240111-1133
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.221Z] [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.debug/org.eclipse.jdt.launching.ui.macosx/saveproperties
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] Resolving class path of org.eclipse.jdt.launching.ui.macosx
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.221Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.222Z] [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.debug/org.eclipse.jdt.launching.ui.macosx/src/main/resources
18:14:25 [2024-02-16T23:14:25.222Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.222Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.222Z] [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.debug/org.eclipse.jdt.launching.ui.macosx/src/main/resources
18:14:25 [2024-02-16T23:14:25.222Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.222Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.222Z] [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.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.478Z] [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.debug/org.eclipse.jdt.launching.ui.macosx/src/test/resources
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.478Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.479Z] [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.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.200-SNAPSHOT-sources.jar
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.479Z] [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.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.200-SNAPSHOT.jar
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.4.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.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml
18:14:25 [2024-02-16T23:14:25.479Z]     The main artifact has been replaced with the baseline version.
18:14:25 [2024-02-16T23:14:25.479Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:25 [2024-02-16T23:14:25.479Z] 
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] Execution was skipped
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] 
18:14:25 [2024-02-16T23:14:25.479Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:25 [2024-02-16T23:14:25.479Z] [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.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:14:25 [2024-02-16T23:14:25.480Z] [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.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.200-SNAPSHOT.jar
18:14:26 [2024-02-16T23:14:26.408Z] [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.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:26 [2024-02-16T23:14:26.408Z] [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.jdt.debug/org.eclipse.jdt.launching.ui.macosx/target/org.eclipse.jdt.launching.ui.macosx-1.4.200-SNAPSHOT-sources.jar
18:14:27 [2024-02-16T23:14:27.335Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.335Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching.ui.macosx ---
18:14:27 [2024-02-16T23:14:27.335Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.ui.macosx:1.4.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.jdt.debug/org.eclipse.jdt.launching.ui.macosx/pom.xml
18:14:27 [2024-02-16T23:14:27.335Z]     The main artifact has been replaced with the baseline version.
18:14:27 [2024-02-16T23:14:27.335Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:27 [2024-02-16T23:14:27.335Z] 
18:14:27 [2024-02-16T23:14:27.335Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.335Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.apt.core >--------------
18:14:27 [2024-02-16T23:14:27.335Z] [INFO] Building [bundle] Java Annotation Processing Core 3.8.300-SNAPSHOT [130/521]
18:14:27 [2024-02-16T23:14:27.335Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.apt.core/.polyglot.META-INF
18:14:27 [2024-02-16T23:14:27.335Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:27 [2024-02-16T23:14:27.591Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.591Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.591Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.591Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.591Z] [INFO] The project's OSGi version is 3.8.300.v20231214-1504
18:14:27 [2024-02-16T23:14:27.591Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.592Z] [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.apt.core/saveproperties
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] Resolving class path of [bundle] Java Annotation Processing Core
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.592Z] [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.apt.core/src/main/resources
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.592Z] [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.apt.core/src/main/resources
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] 
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.core ---
18:14:27 [2024-02-16T23:14:27.592Z] [INFO] Compiling 166 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.apt.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:28 [2024-02-16T23:14:28.155Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.155Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.155Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.155Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.155Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.155Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.155Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.156Z] [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.apt.core/src/test/resources
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.156Z] [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.apt.core/target/org.eclipse.jdt.apt.core-3.8.300-SNAPSHOT-sources.jar
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.156Z] [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.apt.core/target/org.eclipse.jdt.apt.core-3.8.300-SNAPSHOT.jar
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.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.jdt.core/org.eclipse.jdt.apt.core/.polyglot.META-INF
18:14:28 [2024-02-16T23:14:28.156Z]     The main artifact has been replaced with the baseline version.
18:14:28 [2024-02-16T23:14:28.156Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:28 [2024-02-16T23:14:28.156Z] 
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] Execution was skipped
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] 
18:14:28 [2024-02-16T23:14:28.156Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.apt.core ---
18:14:28 [2024-02-16T23:14:28.413Z] [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.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:14:28 [2024-02-16T23:14:28.413Z] [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.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.300-SNAPSHOT.jar
18:14:29 [2024-02-16T23:14:29.781Z] [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.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:29 [2024-02-16T23:14:29.781Z] [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.jdt.core/org.eclipse.jdt.apt.core/target/org.eclipse.jdt.apt.core-3.8.300-SNAPSHOT-sources.jar
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.apt.core ---
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.core:3.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.jdt.core/org.eclipse.jdt.apt.core/.polyglot.META-INF
18:14:30 [2024-02-16T23:14:30.710Z]     The main artifact has been replaced with the baseline version.
18:14:30 [2024-02-16T23:14:30.710Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:30 [2024-02-16T23:14:30.710Z] 
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core >---------
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] Building [bundle] Java Compiler Apt IDE 1.4.300-SNAPSHOT       [131/521]
18:14:30 [2024-02-16T23:14:30.710Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.core/.polyglot.META-INF
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] The project's OSGi version is 1.4.300.v20231214-1504
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.710Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.711Z] [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.apt.pluggable.core/saveproperties
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] Resolving class path of [bundle] Java Compiler Apt IDE
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.711Z] [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.apt.pluggable.core/src/main/resources
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.711Z] [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.apt.pluggable.core/src/main/resources
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.711Z] [INFO] Compiling 16 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.apt.pluggable.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:30 [2024-02-16T23:14:30.967Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.968Z] [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.apt.pluggable.core/src/test/resources
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.968Z] [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.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.300-SNAPSHOT-sources.jar
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.968Z] [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.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.300-SNAPSHOT.jar
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.968Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.969Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.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.jdt.core/org.eclipse.jdt.apt.pluggable.core/.polyglot.META-INF
18:14:30 [2024-02-16T23:14:30.969Z]     The main artifact has been replaced with the baseline version.
18:14:30 [2024-02-16T23:14:30.969Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:30 [2024-02-16T23:14:30.969Z] 
18:14:30 [2024-02-16T23:14:30.969Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.969Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.969Z] [INFO] Execution was skipped
18:14:30 [2024-02-16T23:14:30.969Z] [INFO] 
18:14:30 [2024-02-16T23:14:30.969Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:30 [2024-02-16T23:14:30.969Z] [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.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:14:30 [2024-02-16T23:14:30.969Z] [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.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.300-SNAPSHOT.jar
18:14:31 [2024-02-16T23:14:31.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.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:31 [2024-02-16T23:14:31.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.jdt.core/org.eclipse.jdt.apt.pluggable.core/target/org.eclipse.jdt.apt.pluggable.core-1.4.300-SNAPSHOT-sources.jar
18:14:33 [2024-02-16T23:14:33.265Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.apt.pluggable.core ---
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.core:1.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.jdt.core/org.eclipse.jdt.apt.pluggable.core/.polyglot.META-INF
18:14:33 [2024-02-16T23:14:33.266Z]     The main artifact has been replaced with the baseline version.
18:14:33 [2024-02-16T23:14:33.266Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:33 [2024-02-16T23:14:33.266Z] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.formatterapp >----------
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] Building [bundle] Java Development Tools Formatter Application 1.2.200-SNAPSHOT [132/521]
18:14:33 [2024-02-16T23:14:33.266Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.core.formatterapp/.polyglot.META-INF
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] The project's OSGi version is 1.2.200.v20231130-1111
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.266Z] [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.formatterapp/saveproperties
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.266Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.267Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.267Z] [INFO] Resolving class path of [bundle] Java Development Tools Formatter Application
18:14:33 [2024-02-16T23:14:33.267Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.267Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.267Z] [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.formatterapp/src/main/resources
18:14:33 [2024-02-16T23:14:33.267Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.267Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.267Z] [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.formatterapp/src/main/resources
18:14:33 [2024-02-16T23:14:33.267Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.267Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.267Z] [INFO] Compiling 1 source 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.jdt.core/org.eclipse.jdt.core.formatterapp/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:33 [2024-02-16T23:14:33.523Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.523Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.523Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.524Z] [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.formatterapp/src/test/resources
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.524Z] [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.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.200-SNAPSHOT-sources.jar
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.524Z] [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.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.200-SNAPSHOT.jar
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.524Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.525Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.2.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.jdt.core/org.eclipse.jdt.core.formatterapp/.polyglot.META-INF
18:14:33 [2024-02-16T23:14:33.525Z]     The main artifact has been replaced with the baseline version.
18:14:33 [2024-02-16T23:14:33.525Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:33 [2024-02-16T23:14:33.525Z] 
18:14:33 [2024-02-16T23:14:33.525Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.525Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.525Z] [INFO] Execution was skipped
18:14:33 [2024-02-16T23:14:33.525Z] [INFO] 
18:14:33 [2024-02-16T23:14:33.525Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.formatterapp ---
18:14:33 [2024-02-16T23:14:33.525Z] [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.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.200-SNAPSHOT.jar' is already signed and will be resigned.
18:14:33 [2024-02-16T23:14:33.525Z] [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.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.200-SNAPSHOT.jar
18:14:34 [2024-02-16T23:14:34.892Z] [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.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:34 [2024-02-16T23:14:34.892Z] [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.jdt.core/org.eclipse.jdt.core.formatterapp/target/org.eclipse.jdt.core.formatterapp-1.2.200-SNAPSHOT-sources.jar
18:14:35 [2024-02-16T23:14:35.821Z] [INFO] 
18:14:35 [2024-02-16T23:14:35.821Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.formatterapp ---
18:14:35 [2024-02-16T23:14:35.821Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.2.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.jdt.core/org.eclipse.jdt.core.formatterapp/.polyglot.META-INF
18:14:35 [2024-02-16T23:14:35.821Z]     The main artifact has been replaced with the baseline version.
18:14:35 [2024-02-16T23:14:35.821Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:35 [2024-02-16T23:14:35.821Z] 
18:14:35 [2024-02-16T23:14:35.821Z] [INFO] 
18:14:35 [2024-02-16T23:14:35.821Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit5.runtime >-----------
18:14:35 [2024-02-16T23:14:35.821Z] [INFO] Building org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT       [133/521]
18:14:35 [2024-02-16T23:14:35.821Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml
18:14:35 [2024-02-16T23:14:35.821Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:35 [2024-02-16T23:14:35.821Z] [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.pom
18:14:35 [2024-02-16T23:14:35.821Z] [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.pom (3.2 kB at 1.1 MB/s)
18:14:35 [2024-02-16T23:14:35.821Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
18:14:35 [2024-02-16T23:14:35.821Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 5.6 MB/s)
18:14:35 [2024-02-16T23:14:35.821Z] [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.pom
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom (2.0 kB at 2.0 MB/s)
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom (2.8 kB at 2.8 MB/s)
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom (1.5 kB at 218 kB/s)
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom (3.2 kB at 3.2 MB/s)
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom (3.2 kB at 3.2 MB/s)
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom (3.0 kB at 3.0 MB/s)
18:14:35 [2024-02-16T23:14:35.822Z] [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.pom
18:14:35 [2024-02-16T23:14:35.823Z] [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.pom (3.2 kB at 80 kB/s)
18:14:35 [2024-02-16T23:14:35.823Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom
18:14:36 [2024-02-16T23:14:36.079Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 2.7 MB/s)
18:14:36 [2024-02-16T23:14:36.079Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
18:14:36 [2024-02-16T23:14:36.079Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 59 kB/s)
18:14:36 [2024-02-16T23:14:36.080Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
18:14:36 [2024-02-16T23:14:36.080Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 131 kB/s)
18:14:36 [2024-02-16T23:14:36.080Z] [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.pom
18:14:36 [2024-02-16T23:14:36.080Z] [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.pom (3.0 kB at 77 kB/s)
18:14:36 [2024-02-16T23:14:36.080Z] [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.pom
18:14:36 [2024-02-16T23:14:36.080Z] [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.pom (3.6 kB at 73 kB/s)
18:14:36 [2024-02-16T23:14:36.080Z] [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.pom
18:14:36 [2024-02-16T23:14:36.080Z] [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.pom (3.0 kB at 1.5 MB/s)
18:14:36 [2024-02-16T23:14:36.080Z] [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.pom
18:14:36 [2024-02-16T23:14:36.080Z] [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.pom (3.4 kB at 78 kB/s)
18:14:36 [2024-02-16T23:14:36.080Z] [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.pom
18:14:36 [2024-02-16T23:14:36.337Z] [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.pom (3.4 kB at 31 kB/s)
18:14:36 [2024-02-16T23:14:36.338Z] [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.pom
18:14:36 [2024-02-16T23:14:36.338Z] [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.pom (3.2 kB at 88 kB/s)
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 35 MB/s)
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 3.5 MB/s)
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1952
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.338Z] [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.ui/org.eclipse.jdt.junit5.runtime/saveproperties
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] Resolving class path of org.eclipse.jdt.junit5.runtime
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.338Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [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.ui/org.eclipse.jdt.junit5.runtime/src/main/resources
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [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.ui/org.eclipse.jdt.junit5.runtime/src/main/resources
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [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.jdt.ui/org.eclipse.jdt.junit5.runtime/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [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.ui/org.eclipse.jdt.junit5.runtime/src/test/resources
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.339Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.339Z] [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.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT-sources.jar
18:14:36 [2024-02-16T23:14:36.596Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.597Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.597Z] [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.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT.jar
18:14:36 [2024-02-16T23:14:36.597Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.597Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.597Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime: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.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml
18:14:36 [2024-02-16T23:14:36.597Z]     The main artifact has been replaced with the baseline version.
18:14:36 [2024-02-16T23:14:36.597Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:36 [2024-02-16T23:14:36.597Z] 
18:14:36 [2024-02-16T23:14:36.597Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.597Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.597Z] [INFO] Execution was skipped
18:14:36 [2024-02-16T23:14:36.597Z] [INFO] 
18:14:36 [2024-02-16T23:14:36.597Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit5.runtime ---
18:14:36 [2024-02-16T23:14:36.597Z] [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.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:14:36 [2024-02-16T23:14:36.597Z] [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.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT.jar
18:14:37 [2024-02-16T23:14:37.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/eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:37 [2024-02-16T23:14:37.527Z] [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.jdt.ui/org.eclipse.jdt.junit5.runtime/target/org.eclipse.jdt.junit5.runtime-1.1.300-SNAPSHOT-sources.jar
18:14:38 [2024-02-16T23:14:38.455Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.455Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit5.runtime ---
18:14:38 [2024-02-16T23:14:38.710Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit5.runtime: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.jdt.ui/org.eclipse.jdt.junit5.runtime/pom.xml
18:14:38 [2024-02-16T23:14:38.710Z]     The main artifact has been replaced with the baseline version.
18:14:38 [2024-02-16T23:14:38.710Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:38 [2024-02-16T23:14:38.710Z] 
18:14:38 [2024-02-16T23:14:38.710Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.710Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.apt.ui >---------------
18:14:38 [2024-02-16T23:14:38.711Z] [INFO] Building [bundle] Java Annotation Processing UI 3.8.300-SNAPSHOT [134/521]
18:14:38 [2024-02-16T23:14:38.711Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.apt.ui/.polyglot.META-INF
18:14:38 [2024-02-16T23:14:38.711Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] The project's OSGi version is 3.8.300.v20231214-1504
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.966Z] [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.apt.ui/saveproperties
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] Resolving class path of [bundle] Java Annotation Processing UI
18:14:38 [2024-02-16T23:14:38.966Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.967Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.967Z] [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.apt.ui/src/main/resources
18:14:38 [2024-02-16T23:14:38.967Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.967Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.967Z] [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.apt.ui/src/main/resources
18:14:38 [2024-02-16T23:14:38.967Z] [INFO] 
18:14:38 [2024-02-16T23:14:38.967Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.ui ---
18:14:38 [2024-02-16T23:14:38.967Z] [INFO] Compiling 14 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.apt.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.223Z] [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.apt.ui/src/test/resources
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.223Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.224Z] [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.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.300-SNAPSHOT-sources.jar
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.224Z] [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.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.300-SNAPSHOT.jar
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.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.jdt.core/org.eclipse.jdt.apt.ui/.polyglot.META-INF
18:14:39 [2024-02-16T23:14:39.224Z]     The main artifact has been replaced with the baseline version.
18:14:39 [2024-02-16T23:14:39.224Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:39 [2024-02-16T23:14:39.224Z] 
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] Execution was skipped
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] 
18:14:39 [2024-02-16T23:14:39.224Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.apt.ui ---
18:14:39 [2024-02-16T23:14:39.224Z] [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.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:14:39 [2024-02-16T23:14:39.225Z] [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.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.300-SNAPSHOT.jar
18:14:40 [2024-02-16T23:14:40.153Z] [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.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:40 [2024-02-16T23:14:40.154Z] [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.jdt.core/org.eclipse.jdt.apt.ui/target/org.eclipse.jdt.apt.ui-3.8.300-SNAPSHOT-sources.jar
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.apt.ui ---
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.ui:3.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.jdt.core/org.eclipse.jdt.apt.ui/.polyglot.META-INF
18:14:41 [2024-02-16T23:14:41.083Z]     The main artifact has been replaced with the baseline version.
18:14:41 [2024-02-16T23:14:41.083Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:41 [2024-02-16T23:14:41.083Z] 
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] ----< org.eclipse.platform:org.eclipse.equinox.simpleconfigurator >-----
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] Building [bundle] Simple Configurator 1.5.200-SNAPSHOT         [135/521]
18:14:41 [2024-02-16T23:14:41.083Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.polyglot.META-INF
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] The project's OSGi version is 1.5.200.v20240209-1053
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.083Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.083Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/saveproperties
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] Resolving class path of [bundle] Simple Configurator
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.084Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/main/resources
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.084Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/main/resources
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.084Z] [INFO] Compiling 14 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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:41 [2024-02-16T23:14:41.084Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[32] 
18:14:41 [2024-02-16T23:14:41.084Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:14:41 [2024-02-16T23:14:41.084Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.084Z] The type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.085Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[41] 
18:14:41 [2024-02-16T23:14:41.085Z] 	private final PackageAdmin packageAdminService;
18:14:41 [2024-02-16T23:14:41.085Z] 	              ^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.085Z] The type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.085Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[65] 
18:14:41 [2024-02-16T23:14:41.085Z] 	ServiceReference<PackageAdmin> packageAdminRef = manipulatingContext.getServiceReference(PackageAdmin.class);
18:14:41 [2024-02-16T23:14:41.085Z] 	                 ^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.085Z] The type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.085Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[65] 
18:14:41 [2024-02-16T23:14:41.085Z] 	ServiceReference<PackageAdmin> packageAdminRef = manipulatingContext.getServiceReference(PackageAdmin.class);
18:14:41 [2024-02-16T23:14:41.085Z] 	                                                                                         ^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.085Z] The type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.085Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[378] 
18:14:41 [2024-02-16T23:14:41.085Z] 	Bundle[] matchingBundles = packageAdminService.getBundles(current.getSymbolicName(), getVersionRange(current.getVersion()));
18:14:41 [2024-02-16T23:14:41.085Z] 	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.085Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.086Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[420] 
18:14:41 [2024-02-16T23:14:41.086Z] 	return SimpleConfiguratorUtils.readConfiguration(lastBundlesInfo.toURL(), baseLocation).toArray(new BundleInfo[1]);
18:14:41 [2024-02-16T23:14:41.086Z] 	                                                                 ^^^^^^^
18:14:41 [2024-02-16T23:14:41.086Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.086Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[443] 
18:14:41 [2024-02-16T23:14:41.086Z] 	matches = packageAdminService.getBundles(symbolicName, getVersionRange(version));
18:14:41 [2024-02-16T23:14:41.086Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.086Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.086Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[548] 
18:14:41 [2024-02-16T23:14:41.086Z] 	Bundle[] sameBSNs = packageAdminService.getBundles(bsn, null);
18:14:41 [2024-02-16T23:14:41.086Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.086Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.086Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[563] 
18:14:41 [2024-02-16T23:14:41.086Z] 	packageAdminService.refreshPackages(allSameBSNs.toArray(new Bundle[0]));
18:14:41 [2024-02-16T23:14:41.086Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.086Z] The method refreshPackages(Bundle[]) from the type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.086Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[611] 
18:14:41 [2024-02-16T23:14:41.087Z] 	private Collection<Bundle> uninstallBundles(BundleInfo[] finalList, PackageAdmin packageAdmin) {
18:14:41 [2024-02-16T23:14:41.087Z] 	                                                                    ^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.087Z] The type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.087Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/ConfigApplier.java:[628] 
18:14:41 [2024-02-16T23:14:41.087Z] 	Bundle[] toAdd = packageAdmin.getBundles(element.getSymbolicName(), getVersionRange(element.getVersion()));
18:14:41 [2024-02-16T23:14:41.087Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:41 [2024-02-16T23:14:41.087Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:14:41 [2024-02-16T23:14:41.087Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[124] 
18:14:41 [2024-02-16T23:14:41.087Z] 	return userConfig.exists() ? userConfig.toURL() : null;
18:14:41 [2024-02-16T23:14:41.087Z] 	                                        ^^^^^^^
18:14:41 [2024-02-16T23:14:41.087Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.087Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[128] 
18:14:41 [2024-02-16T23:14:41.087Z] 	return sharedConfig.exists() ? sharedConfig.toURL() : null;
18:14:41 [2024-02-16T23:14:41.087Z] 	                                            ^^^^^^^
18:14:41 [2024-02-16T23:14:41.087Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.087Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[131] 
18:14:41 [2024-02-16T23:14:41.087Z] 	return userConfig.toURL();
18:14:41 [2024-02-16T23:14:41.087Z] 	                  ^^^^^^^
18:14:41 [2024-02-16T23:14:41.087Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.088Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[134] 
18:14:41 [2024-02-16T23:14:41.088Z] 	return sharedConfig.toURL();
18:14:41 [2024-02-16T23:14:41.088Z] 	                    ^^^^^^^
18:14:41 [2024-02-16T23:14:41.088Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.088Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[140] 
18:14:41 [2024-02-16T23:14:41.088Z] 	return userConfig.toURL();
18:14:41 [2024-02-16T23:14:41.088Z] 	                  ^^^^^^^
18:14:41 [2024-02-16T23:14:41.088Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.088Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/SimpleConfiguratorImpl.java:[143] 
18:14:41 [2024-02-16T23:14:41.088Z] 	return sharedConfig.toURL();
18:14:41 [2024-02-16T23:14:41.088Z] 	                    ^^^^^^^
18:14:41 [2024-02-16T23:14:41.088Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.088Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils.java:[86] 
18:14:41 [2024-02-16T23:14:41.088Z] 	List<BundleInfo> list = readConfigurationFromFile(info.toURL(), info.getParentFile().toURI());
18:14:41 [2024-02-16T23:14:41.088Z] 	                                                       ^^^^^^^
18:14:41 [2024-02-16T23:14:41.088Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.088Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/utils/SimpleConfiguratorUtils.java:[98] 
18:14:41 [2024-02-16T23:14:41.088Z] 	System.out.println("List of bundles to be loaded from " + info.toURL());
18:14:41 [2024-02-16T23:14:41.088Z] 	                                                               ^^^^^^^
18:14:41 [2024-02-16T23:14:41.088Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.089Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/utils/Utils.java:[133] 
18:14:41 [2024-02-16T23:14:41.089Z] 	return file.toURL();
18:14:41 [2024-02-16T23:14:41.089Z] 	            ^^^^^^^
18:14:41 [2024-02-16T23:14:41.089Z] The method toURL() from the type File is deprecated
18:14:41 [2024-02-16T23:14:41.089Z] 20 problems (20 warnings)
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.089Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/test/resources
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] All system scoped dependencies were mapped to maven artifacts
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.089Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.089Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.200-SNAPSHOT-sources.jar
18:14:41 [2024-02-16T23:14:41.346Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.346Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.346Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.200-SNAPSHOT.jar
18:14:41 [2024-02-16T23:14:41.346Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.346Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.346Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:1.5.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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.tycho-consumer-pom.xml
18:14:41 [2024-02-16T23:14:41.346Z]     The main artifact has been replaced with the baseline version.
18:14:41 [2024-02-16T23:14:41.346Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:41 [2024-02-16T23:14:41.346Z] 
18:14:41 [2024-02-16T23:14:41.346Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.346Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.346Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.346Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.347Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:1.5.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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.tycho-consumer-pom.xml
18:14:41 [2024-02-16T23:14:41.347Z]     The main artifact has been replaced with the baseline version.
18:14:41 [2024-02-16T23:14:41.347Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:41 [2024-02-16T23:14:41.347Z] 
18:14:41 [2024-02-16T23:14:41.347Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.347Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.347Z] [INFO] Execution was skipped
18:14:41 [2024-02-16T23:14:41.347Z] [INFO] 
18:14:41 [2024-02-16T23:14:41.347Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.simpleconfigurator ---
18:14:41 [2024-02-16T23:14:41.347Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.200-SNAPSHOT.jar' is already signed and will be resigned.
18:14:41 [2024-02-16T23:14:41.347Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.200-SNAPSHOT.jar
18:14:42 [2024-02-16T23:14:42.714Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:42 [2024-02-16T23:14:42.714Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/target/org.eclipse.equinox.simpleconfigurator-1.5.200-SNAPSHOT-sources.jar
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.simpleconfigurator ---
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator:1.5.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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/.tycho-consumer-pom.xml
18:14:43 [2024-02-16T23:14:43.276Z]     The main artifact has been replaced with the baseline version.
18:14:43 [2024-02-16T23:14:43.276Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:43 [2024-02-16T23:14:43.276Z] 
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] --------< org.eclipse.platform:org.eclipse.update.configurator >--------
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] Building [bundle] Install/Update Configurator 3.5.300-SNAPSHOT [136/521]
18:14:43 [2024-02-16T23:14:43.276Z] [INFO]   from eclipse.platform/update/org.eclipse.update.configurator/.polyglot.META-INF
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] The project's OSGi version is 3.5.300.v20240215-1631
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.276Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.277Z] [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/update/org.eclipse.update.configurator/saveproperties
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] Resolving class path of [bundle] Install/Update Configurator
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.277Z] [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/update/org.eclipse.update.configurator/src/main/resources
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.277Z] [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/update/org.eclipse.update.configurator/src/main/resources
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.277Z] [INFO] Compiling 28 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/update/org.eclipse.update.configurator/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:43 [2024-02-16T23:14:43.535Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Configuration.java:[193] 
18:14:43 [2024-02-16T23:14:43.535Z] 	public boolean unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry feature) {
18:14:43 [2024-02-16T23:14:43.535Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.535Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.535Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Configuration.java:[193] 
18:14:43 [2024-02-16T23:14:43.535Z] 	public boolean unconfigureFeatureEntry(IPlatformConfiguration.IFeatureEntry feature) {
18:14:43 [2024-02-16T23:14:43.535Z] 	                                                              ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.535Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.535Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[28] 
18:14:43 [2024-02-16T23:14:43.535Z] 	import org.eclipse.update.configurator.IPlatformConfiguration;
18:14:43 [2024-02-16T23:14:43.535Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.535Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.535Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[29] 
18:14:43 [2024-02-16T23:14:43.535Z] 	import org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry;
18:14:43 [2024-02-16T23:14:43.535Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.535Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.535Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[30] 
18:14:43 [2024-02-16T23:14:43.536Z] 	import org.eclipse.update.configurator.IPlatformConfigurationFactory;
18:14:43 [2024-02-16T23:14:43.536Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.536Z] The type IPlatformConfigurationFactory is deprecated
18:14:43 [2024-02-16T23:14:43.536Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[49] 
18:14:43 [2024-02-16T23:14:43.536Z] 	private ServiceRegistration<IPlatformConfigurationFactory> configurationFactorySR;
18:14:43 [2024-02-16T23:14:43.536Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.536Z] The type IPlatformConfigurationFactory is deprecated
18:14:43 [2024-02-16T23:14:43.536Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[93] 
18:14:43 [2024-02-16T23:14:43.536Z] 	configurationFactorySR = context.registerService(IPlatformConfigurationFactory.class, new PlatformConfigurationFactory(), null);
18:14:43 [2024-02-16T23:14:43.536Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.536Z] The type IPlatformConfigurationFactory is deprecated
18:14:43 [2024-02-16T23:14:43.536Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[162] 
18:14:43 [2024-02-16T23:14:43.536Z] 	IPlatformConfiguration.IFeatureEntry[] features = configuration.getConfiguredFeatureEntries();
18:14:43 [2024-02-16T23:14:43.536Z] 	^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.536Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.536Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[162] 
18:14:43 [2024-02-16T23:14:43.536Z] 	IPlatformConfiguration.IFeatureEntry[] features = configuration.getConfiguredFeatureEntries();
18:14:43 [2024-02-16T23:14:43.536Z] 	                       ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.536Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.537Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/ConfigurationActivator.java:[164] 
18:14:43 [2024-02-16T23:14:43.537Z] 	for (IFeatureEntry feature : features) {
18:14:43 [2024-02-16T23:14:43.537Z] 	     ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.537Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.537Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/FeatureEntry.java:[34] 
18:14:43 [2024-02-16T23:14:43.537Z] 	IPlatformConfiguration.IFeatureEntry,
18:14:43 [2024-02-16T23:14:43.537Z] 	^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.537Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.537Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/FeatureEntry.java:[34] 
18:14:43 [2024-02-16T23:14:43.537Z] 	IPlatformConfiguration.IFeatureEntry,
18:14:43 [2024-02-16T23:14:43.537Z] 	                       ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.537Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.537Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/IConfigurationConstants.java:[52] 
18:14:43 [2024-02-16T23:14:43.537Z] 	public static final int DEFAULT_POLICY_TYPE = ISitePolicy.USER_EXCLUDE;
18:14:43 [2024-02-16T23:14:43.537Z] 	                                              ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.537Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.537Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/IConfigurationConstants.java:[52] 
18:14:43 [2024-02-16T23:14:43.537Z] 	public static final int DEFAULT_POLICY_TYPE = ISitePolicy.USER_EXCLUDE;
18:14:43 [2024-02-16T23:14:43.537Z] 	                                                          ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.537Z] The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated
18:14:43 [2024-02-16T23:14:43.538Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[45] 
18:14:43 [2024-02-16T23:14:43.538Z] 	import org.eclipse.update.configurator.IPlatformConfiguration;
18:14:43 [2024-02-16T23:14:43.538Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.538Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.538Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[61] 
18:14:43 [2024-02-16T23:14:43.538Z] 	public class PlatformConfiguration implements IPlatformConfiguration, IConfigurationConstants {
18:14:43 [2024-02-16T23:14:43.538Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.538Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.538Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[125] 
18:14:43 [2024-02-16T23:14:43.538Z] 	installLocation = IPath.fromOSString(url.getPath()).removeLastSegments(3).toFile().toURL();
18:14:43 [2024-02-16T23:14:43.538Z] 	                                                                                   ^^^^^^^
18:14:43 [2024-02-16T23:14:43.538Z] The method toURL() from the type File is deprecated
18:14:43 [2024-02-16T23:14:43.538Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[141] 
18:14:43 [2024-02-16T23:14:43.538Z] 	ISiteEntry[] sentries = getConfiguredSites();
18:14:43 [2024-02-16T23:14:43.538Z] 	^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.538Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.538Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[143] 
18:14:43 [2024-02-16T23:14:43.538Z] 	int policyType = sentries[0].getSitePolicy().getType();
18:14:43 [2024-02-16T23:14:43.538Z] 	                             ^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.538Z] The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[143] 
18:14:43 [2024-02-16T23:14:43.539Z] 	int policyType = sentries[0].getSitePolicy().getType();
18:14:43 [2024-02-16T23:14:43.539Z] 	                                             ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.539Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[144] 
18:14:43 [2024-02-16T23:14:43.539Z] 	if (policyType == ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.539Z] 	                  ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.539Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[144] 
18:14:43 [2024-02-16T23:14:43.539Z] 	if (policyType == ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.539Z] 	                              ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.539Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
18:14:43 [2024-02-16T23:14:43.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[155] 
18:14:43 [2024-02-16T23:14:43.539Z] 	public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) {
18:14:43 [2024-02-16T23:14:43.539Z] 	       ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.539Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[155] 
18:14:43 [2024-02-16T23:14:43.539Z] 	public ISiteEntry createSiteEntry(URL url, ISitePolicy policy) {
18:14:43 [2024-02-16T23:14:43.539Z] 	                                           ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.539Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[160] 
18:14:43 [2024-02-16T23:14:43.540Z] 	public ISitePolicy createSitePolicy(int type, String[] list) {
18:14:43 [2024-02-16T23:14:43.540Z] 	       ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.540Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[165] 
18:14:43 [2024-02-16T23:14:43.540Z] 	public IFeatureEntry createFeatureEntry(String id, String version, String pluginVersion, boolean primary, String application, URL[] root) {
18:14:43 [2024-02-16T23:14:43.540Z] 	       ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.540Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[170] 
18:14:43 [2024-02-16T23:14:43.540Z] 	public IFeatureEntry createFeatureEntry(String id, String version, String pluginIdentifier, String pluginVersion, boolean primary, String application, URL[] root) {
18:14:43 [2024-02-16T23:14:43.540Z] 	       ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.540Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[175] 
18:14:43 [2024-02-16T23:14:43.540Z] 	public void configureSite(ISiteEntry entry) {
18:14:43 [2024-02-16T23:14:43.540Z] 	                          ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.540Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[180] 
18:14:43 [2024-02-16T23:14:43.540Z] 	public synchronized void configureSite(ISiteEntry entry, boolean replace) {
18:14:43 [2024-02-16T23:14:43.540Z] 	                                       ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.540Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.541Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[185] 
18:14:43 [2024-02-16T23:14:43.541Z] 	URL url = entry.getURL();
18:14:43 [2024-02-16T23:14:43.541Z] 	                ^^^^^^^^
18:14:43 [2024-02-16T23:14:43.541Z] The method getURL() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.541Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[198] 
18:14:43 [2024-02-16T23:14:43.541Z] 	public synchronized void unconfigureSite(ISiteEntry entry) {
18:14:43 [2024-02-16T23:14:43.541Z] 	                                         ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.541Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.541Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[202] 
18:14:43 [2024-02-16T23:14:43.541Z] 	URL url = entry.getURL();
18:14:43 [2024-02-16T23:14:43.541Z] 	                ^^^^^^^^
18:14:43 [2024-02-16T23:14:43.541Z] The method getURL() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.541Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[212] 
18:14:43 [2024-02-16T23:14:43.541Z] 	public ISiteEntry[] getConfiguredSites() {
18:14:43 [2024-02-16T23:14:43.541Z] 	       ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.541Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.541Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[214] 
18:14:43 [2024-02-16T23:14:43.541Z] 	return new ISiteEntry[0];
18:14:43 [2024-02-16T23:14:43.541Z] 	           ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.541Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.542Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[217] 
18:14:43 [2024-02-16T23:14:43.542Z] 	ArrayList<ISiteEntry> enabledSites = new ArrayList<>(sites.length);
18:14:43 [2024-02-16T23:14:43.542Z] 	          ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.542Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.542Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[222] 
18:14:43 [2024-02-16T23:14:43.542Z] 	return enabledSites.toArray(new ISiteEntry[enabledSites.size()]);
18:14:43 [2024-02-16T23:14:43.542Z] 	                                ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.542Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.542Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[226] 
18:14:43 [2024-02-16T23:14:43.542Z] 	public ISiteEntry findConfiguredSite(URL url) {
18:14:43 [2024-02-16T23:14:43.542Z] 	       ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.542Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.542Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[263] 
18:14:43 [2024-02-16T23:14:43.542Z] 	public synchronized void configureFeatureEntry(IFeatureEntry entry) {
18:14:43 [2024-02-16T23:14:43.542Z] 	                                               ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.542Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.542Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[267] 
18:14:43 [2024-02-16T23:14:43.542Z] 	String key = entry.getFeatureIdentifier();
18:14:43 [2024-02-16T23:14:43.542Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.542Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.543Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[279] 
18:14:43 [2024-02-16T23:14:43.543Z] 	URL url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "_" + entry.getFeatureVersion() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
18:14:43 [2024-02-16T23:14:43.543Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.543Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.543Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[279] 
18:14:43 [2024-02-16T23:14:43.543Z] 	URL url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "_" + entry.getFeatureVersion() + "/"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
18:14:43 [2024-02-16T23:14:43.543Z] 	                                                                                             ^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.543Z] The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.543Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[287] 
18:14:43 [2024-02-16T23:14:43.543Z] 	url = new URL(site.getURL(), FEATURES + "/" + entry.getFeatureIdentifier() + "/"); //$NON-NLS-1$ //$NON-NLS-2$
18:14:43 [2024-02-16T23:14:43.543Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.543Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.543Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[297] 
18:14:43 [2024-02-16T23:14:43.543Z] 	public synchronized void unconfigureFeatureEntry(IFeatureEntry entry) {
18:14:43 [2024-02-16T23:14:43.543Z] 	                                                 ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.543Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.544Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[301] 
18:14:43 [2024-02-16T23:14:43.544Z] 	String key = entry.getFeatureIdentifier();
18:14:43 [2024-02-16T23:14:43.544Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.544Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.544Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[309] 
18:14:43 [2024-02-16T23:14:43.544Z] 	public IFeatureEntry[] getConfiguredFeatureEntries() {
18:14:43 [2024-02-16T23:14:43.544Z] 	       ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.544Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.544Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[310] 
18:14:43 [2024-02-16T23:14:43.544Z] 	ArrayList<IFeatureEntry> configFeatures = new ArrayList<>();
18:14:43 [2024-02-16T23:14:43.544Z] 	          ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.544Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.544Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[319] 
18:14:43 [2024-02-16T23:14:43.544Z] 	public IFeatureEntry findConfiguredFeatureEntry(String id) {
18:14:43 [2024-02-16T23:14:43.544Z] 	       ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.544Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.544Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[366] 
18:14:43 [2024-02-16T23:14:43.544Z] 	IFeatureEntry fe = findConfiguredFeatureEntry(feature);
18:14:43 [2024-02-16T23:14:43.544Z] 	^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.544Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.545Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[368] 
18:14:43 [2024-02-16T23:14:43.545Z] 	if (fe.getFeatureApplication() != null)
18:14:43 [2024-02-16T23:14:43.545Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.545Z] The method getFeatureApplication() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.545Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[369] 
18:14:43 [2024-02-16T23:14:43.545Z] 	return fe.getFeatureApplication();
18:14:43 [2024-02-16T23:14:43.545Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.545Z] The method getFeatureApplication() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.545Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[383] 
18:14:43 [2024-02-16T23:14:43.545Z] 	IFeatureEntry feature = findConfiguredFeatureEntry(primaryFeatureId);
18:14:43 [2024-02-16T23:14:43.545Z] 	^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.545Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.545Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[384] 
18:14:43 [2024-02-16T23:14:43.545Z] 	if (feature != null && feature.canBePrimary())
18:14:43 [2024-02-16T23:14:43.545Z] 	                               ^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.545Z] The method canBePrimary() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.545Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[396] 
18:14:43 [2024-02-16T23:14:43.545Z] 	for (ISiteEntry site : getConfiguredSites()) {
18:14:43 [2024-02-16T23:14:43.545Z] 	     ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.545Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.546Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[397] 
18:14:43 [2024-02-16T23:14:43.546Z] 	for (String plugin : site.getPlugins()) {
18:14:43 [2024-02-16T23:14:43.546Z] 	                          ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.546Z] The method getPlugins() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.546Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[415] 
18:14:43 [2024-02-16T23:14:43.546Z] 	for (ISiteEntry site : getConfiguredSites()) {
18:14:43 [2024-02-16T23:14:43.546Z] 	     ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.546Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.546Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[416] 
18:14:43 [2024-02-16T23:14:43.546Z] 	for (String plugin : site.getPlugins()) {
18:14:43 [2024-02-16T23:14:43.546Z] 	                          ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.546Z] The method getPlugins() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.546Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[431] 
18:14:43 [2024-02-16T23:14:43.546Z] 	ISiteEntry[] sites = getConfiguredSites();
18:14:43 [2024-02-16T23:14:43.546Z] 	^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.546Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.546Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[434] 
18:14:43 [2024-02-16T23:14:43.546Z] 	Utils.debug("Site " + sites[i].getURL() + " is not a SiteEntry"); //$NON-NLS-1$ //$NON-NLS-2$
18:14:43 [2024-02-16T23:14:43.546Z] 	                               ^^^^^^^^
18:14:43 [2024-02-16T23:14:43.546Z] The method getURL() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.547Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[474] 
18:14:43 [2024-02-16T23:14:43.547Z] 	for (ISiteEntry site : getConfiguredSites()) {
18:14:43 [2024-02-16T23:14:43.547Z] 	     ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.547Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.547Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] 
18:14:43 [2024-02-16T23:14:43.547Z] 	if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.547Z] 	         ^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.547Z] The method isUpdateable() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.547Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] 
18:14:43 [2024-02-16T23:14:43.547Z] 	if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.547Z] 	                                ^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.547Z] The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.547Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] 
18:14:43 [2024-02-16T23:14:43.547Z] 	if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.547Z] 	                                                ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.547Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.547Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] 
18:14:43 [2024-02-16T23:14:43.548Z] 	if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.548Z] 	                                                             ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.548Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.548Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[475] 
18:14:43 [2024-02-16T23:14:43.548Z] 	if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.548Z] 	                                                                         ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.548Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
18:14:43 [2024-02-16T23:14:43.548Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[718] 
18:14:43 [2024-02-16T23:14:43.548Z] 	private ISiteEntry getRootSite() {
18:14:43 [2024-02-16T23:14:43.548Z] 	        ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.548Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.548Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[720] 
18:14:43 [2024-02-16T23:14:43.548Z] 	ISitePolicy defaultPolicy = createSitePolicy(getDefaultPolicy(), DEFAULT_POLICY_LIST);
18:14:43 [2024-02-16T23:14:43.548Z] 	^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.548Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.548Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[727] 
18:14:43 [2024-02-16T23:14:43.548Z] 	ISiteEntry defaultSite = createSiteEntry(siteURL, defaultPolicy);
18:14:43 [2024-02-16T23:14:43.548Z] 	^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.548Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.548Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[771] 
18:14:43 [2024-02-16T23:14:43.549Z] 	for (ISiteEntry site : config.getSites()) {
18:14:43 [2024-02-16T23:14:43.549Z] 	     ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.549Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.549Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[772] 
18:14:43 [2024-02-16T23:14:43.549Z] 	if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.549Z] 	         ^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.549Z] The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.549Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[772] 
18:14:43 [2024-02-16T23:14:43.549Z] 	if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.549Z] 	                         ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.549Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.549Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[772] 
18:14:43 [2024-02-16T23:14:43.549Z] 	if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.549Z] 	                                      ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.549Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.549Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[772] 
18:14:43 [2024-02-16T23:14:43.549Z] 	if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.549Z] 	                                                  ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.549Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
18:14:43 [2024-02-16T23:14:43.549Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[773] 
18:14:43 [2024-02-16T23:14:43.550Z] 	result = Math.max(result, site.getFeaturesChangeStamp());
18:14:43 [2024-02-16T23:14:43.550Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.550Z] The method getFeaturesChangeStamp() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.550Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[786] 
18:14:43 [2024-02-16T23:14:43.550Z] 	for (ISiteEntry site : config.getSites()) {
18:14:43 [2024-02-16T23:14:43.550Z] 	     ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.550Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.550Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[787] 
18:14:43 [2024-02-16T23:14:43.550Z] 	if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.550Z] 	         ^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.550Z] The method getSitePolicy() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.550Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[787] 
18:14:43 [2024-02-16T23:14:43.550Z] 	if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.550Z] 	                         ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.550Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.550Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[787] 
18:14:43 [2024-02-16T23:14:43.550Z] 	if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.550Z] 	                                      ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.550Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.550Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[787] 
18:14:43 [2024-02-16T23:14:43.551Z] 	if (site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.551Z] 	                                                  ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.551Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
18:14:43 [2024-02-16T23:14:43.551Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[788] 
18:14:43 [2024-02-16T23:14:43.551Z] 	result = Math.max(result, site.getPluginsChangeStamp());
18:14:43 [2024-02-16T23:14:43.551Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.551Z] The method getPluginsChangeStamp() from the type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.551Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[858] 
18:14:43 [2024-02-16T23:14:43.551Z] 	URL backupUrl = backups[backups.length - 1].toURL();
18:14:43 [2024-02-16T23:14:43.551Z] 	                                            ^^^^^^^
18:14:43 [2024-02-16T23:14:43.551Z] The method toURL() from the type File is deprecated
18:14:43 [2024-02-16T23:14:43.551Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[919] 
18:14:43 [2024-02-16T23:14:43.551Z] 	url = f.toURL();
18:14:43 [2024-02-16T23:14:43.551Z] 	        ^^^^^^^
18:14:43 [2024-02-16T23:14:43.551Z] The method toURL() from the type File is deprecated
18:14:43 [2024-02-16T23:14:43.551Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[990] 
18:14:43 [2024-02-16T23:14:43.551Z] 	if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.551Z] 	                                                ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.551Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.551Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[990] 
18:14:43 [2024-02-16T23:14:43.552Z] 	if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.552Z] 	                                                             ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.552Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.552Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfiguration.java:[990] 
18:14:43 [2024-02-16T23:14:43.552Z] 	if (site.isUpdateable() && site.getSitePolicy().getType() != ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.552Z] 	                                                                         ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.552Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
18:14:43 [2024-02-16T23:14:43.552Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[19] 
18:14:43 [2024-02-16T23:14:43.552Z] 	import org.eclipse.update.configurator.IPlatformConfiguration;
18:14:43 [2024-02-16T23:14:43.552Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.552Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.552Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[20] 
18:14:43 [2024-02-16T23:14:43.552Z] 	import org.eclipse.update.configurator.IPlatformConfigurationFactory;
18:14:43 [2024-02-16T23:14:43.552Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.552Z] The type IPlatformConfigurationFactory is deprecated
18:14:43 [2024-02-16T23:14:43.552Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[22] 
18:14:43 [2024-02-16T23:14:43.552Z] 	public class PlatformConfigurationFactory implements IPlatformConfigurationFactory {
18:14:43 [2024-02-16T23:14:43.552Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.552Z] The type IPlatformConfigurationFactory is deprecated
18:14:43 [2024-02-16T23:14:43.553Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[24] 
18:14:43 [2024-02-16T23:14:43.553Z] 	public IPlatformConfiguration getCurrentPlatformConfiguration() {
18:14:43 [2024-02-16T23:14:43.553Z] 	       ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.553Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.553Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[29] 
18:14:43 [2024-02-16T23:14:43.553Z] 	public IPlatformConfiguration getPlatformConfiguration(URL url)	throws IOException {
18:14:43 [2024-02-16T23:14:43.553Z] 	       ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.553Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.553Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/PlatformConfigurationFactory.java:[40] 
18:14:43 [2024-02-16T23:14:43.553Z] 	public IPlatformConfiguration getPlatformConfiguration(URL url, URL loc) throws IOException {
18:14:43 [2024-02-16T23:14:43.553Z] 	       ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.553Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.553Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[36] 
18:14:43 [2024-02-16T23:14:43.553Z] 	public class SiteEntry implements IPlatformConfiguration.ISiteEntry, IConfigurationConstants{	
18:14:43 [2024-02-16T23:14:43.553Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.553Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.553Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[36] 
18:14:43 [2024-02-16T23:14:43.553Z] 	public class SiteEntry implements IPlatformConfiguration.ISiteEntry, IConfigurationConstants{	
18:14:43 [2024-02-16T23:14:43.553Z] 	                                                         ^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.553Z] The type IPlatformConfiguration.ISiteEntry is deprecated
18:14:43 [2024-02-16T23:14:43.553Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[41] 
18:14:43 [2024-02-16T23:14:43.554Z] 	private ISitePolicy policy;
18:14:43 [2024-02-16T23:14:43.554Z] 	        ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.554Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.554Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[43] 
18:14:43 [2024-02-16T23:14:43.554Z] 	private Map<String, IFeatureEntry> featureEntries;
18:14:43 [2024-02-16T23:14:43.554Z] 	                    ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.554Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.554Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[60] 
18:14:43 [2024-02-16T23:14:43.554Z] 	public SiteEntry(URL url, ISitePolicy policy) {
18:14:43 [2024-02-16T23:14:43.554Z] 	                          ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.554Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.554Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[74] 
18:14:43 [2024-02-16T23:14:43.554Z] 	this.url = new File(url.getFile()).toURL(); 
18:14:43 [2024-02-16T23:14:43.554Z] 	                                   ^^^^^^^
18:14:43 [2024-02-16T23:14:43.554Z] The method toURL() from the type File is deprecated
18:14:43 [2024-02-16T23:14:43.554Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[113] 
18:14:43 [2024-02-16T23:14:43.554Z] 	public ISitePolicy getSitePolicy() {
18:14:43 [2024-02-16T23:14:43.554Z] 	       ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.554Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.554Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[118] 
18:14:43 [2024-02-16T23:14:43.555Z] 	public synchronized void setSitePolicy(ISitePolicy policy) {
18:14:43 [2024-02-16T23:14:43.555Z] 	                                       ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.555Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.555Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[132] 
18:14:43 [2024-02-16T23:14:43.555Z] 	ISitePolicy policy = getSitePolicy();
18:14:43 [2024-02-16T23:14:43.555Z] 	^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.555Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.555Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[134] 
18:14:43 [2024-02-16T23:14:43.555Z] 	if (policy.getType() == ISitePolicy.USER_INCLUDE)
18:14:43 [2024-02-16T23:14:43.555Z] 	           ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.555Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.555Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[134] 
18:14:43 [2024-02-16T23:14:43.555Z] 	if (policy.getType() == ISitePolicy.USER_INCLUDE)
18:14:43 [2024-02-16T23:14:43.555Z] 	                        ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.555Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.555Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[134] 
18:14:43 [2024-02-16T23:14:43.555Z] 	if (policy.getType() == ISitePolicy.USER_INCLUDE)
18:14:43 [2024-02-16T23:14:43.555Z] 	                                    ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.555Z] The field IPlatformConfiguration.ISitePolicy.USER_INCLUDE is deprecated
18:14:43 [2024-02-16T23:14:43.555Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[135] 
18:14:43 [2024-02-16T23:14:43.555Z] 	return policy.getList();
18:14:43 [2024-02-16T23:14:43.555Z] 	              ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.555Z] The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.556Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[137] 
18:14:43 [2024-02-16T23:14:43.556Z] 	if (policy.getType() == ISitePolicy.USER_EXCLUDE) {
18:14:43 [2024-02-16T23:14:43.556Z] 	           ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.556Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.556Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[137] 
18:14:43 [2024-02-16T23:14:43.556Z] 	if (policy.getType() == ISitePolicy.USER_EXCLUDE) {
18:14:43 [2024-02-16T23:14:43.556Z] 	                        ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.556Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.556Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[137] 
18:14:43 [2024-02-16T23:14:43.556Z] 	if (policy.getType() == ISitePolicy.USER_EXCLUDE) {
18:14:43 [2024-02-16T23:14:43.556Z] 	                                    ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.556Z] The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated
18:14:43 [2024-02-16T23:14:43.556Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[139] 
18:14:43 [2024-02-16T23:14:43.556Z] 	for (String excludedPlugin : policy.getList()) {
18:14:43 [2024-02-16T23:14:43.556Z] 	                                    ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.556Z] The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.556Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[146] 
18:14:43 [2024-02-16T23:14:43.556Z] 	if (policy.getType() == ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.556Z] 	           ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.556Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.557Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[146] 
18:14:43 [2024-02-16T23:14:43.557Z] 	if (policy.getType() == ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.557Z] 	                        ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.557Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.557Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[146] 
18:14:43 [2024-02-16T23:14:43.557Z] 	if (policy.getType() == ISitePolicy.MANAGED_ONLY) {
18:14:43 [2024-02-16T23:14:43.557Z] 	                                    ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.557Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
18:14:43 [2024-02-16T23:14:43.557Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[176] 
18:14:43 [2024-02-16T23:14:43.557Z] 	for (IFeatureEntry feature : featureEntries.values()) {
18:14:43 [2024-02-16T23:14:43.557Z] 	     ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.557Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.557Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[281] 
18:14:43 [2024-02-16T23:14:43.557Z] 	URL featureURL = featureXML.toURL();
18:14:43 [2024-02-16T23:14:43.557Z] 	                            ^^^^^^^
18:14:43 [2024-02-16T23:14:43.557Z] The method toURL() from the type File is deprecated
18:14:43 [2024-02-16T23:14:43.557Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[443] 
18:14:43 [2024-02-16T23:14:43.557Z] 	Iterator<IFeatureEntry> iterator = featureEntries.values().iterator();
18:14:43 [2024-02-16T23:14:43.557Z] 	         ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.557Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.557Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[571] 
18:14:43 [2024-02-16T23:14:43.558Z] 	public void addFeatureEntry(IFeatureEntry feature) {
18:14:43 [2024-02-16T23:14:43.558Z] 	                            ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.558Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.558Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[575] 
18:14:43 [2024-02-16T23:14:43.558Z] 	IFeatureEntry existing = featureEntries.get(feature.getFeatureIdentifier());
18:14:43 [2024-02-16T23:14:43.558Z] 	^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.558Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.558Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[575] 
18:14:43 [2024-02-16T23:14:43.558Z] 	IFeatureEntry existing = featureEntries.get(feature.getFeatureIdentifier());
18:14:43 [2024-02-16T23:14:43.558Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.558Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.558Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[577] 
18:14:43 [2024-02-16T23:14:43.558Z] 	VersionedIdentifier existingVersion = new VersionedIdentifier(existing.getFeatureIdentifier(), existing.getFeatureVersion());
18:14:43 [2024-02-16T23:14:43.558Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.558Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.558Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[577] 
18:14:43 [2024-02-16T23:14:43.558Z] 	VersionedIdentifier existingVersion = new VersionedIdentifier(existing.getFeatureIdentifier(), existing.getFeatureVersion());
18:14:43 [2024-02-16T23:14:43.558Z] 	                                                                                                        ^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.558Z] The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.559Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[578] 
18:14:43 [2024-02-16T23:14:43.559Z] 	VersionedIdentifier newVersion = new VersionedIdentifier(feature.getFeatureIdentifier(), feature.getFeatureVersion());
18:14:43 [2024-02-16T23:14:43.559Z] 	                                                                 ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.559Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.559Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[578] 
18:14:43 [2024-02-16T23:14:43.559Z] 	VersionedIdentifier newVersion = new VersionedIdentifier(feature.getFeatureIdentifier(), feature.getFeatureVersion());
18:14:43 [2024-02-16T23:14:43.559Z] 	                                                                                                 ^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.559Z] The method getFeatureVersion() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.559Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[580] 
18:14:43 [2024-02-16T23:14:43.559Z] 	featureEntries.put(feature.getFeatureIdentifier(), feature);
18:14:43 [2024-02-16T23:14:43.559Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.559Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.559Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[586] 
18:14:43 [2024-02-16T23:14:43.559Z] 	Utils.log(NLS.bind(Messages.SiteEntry_duplicateFeature, (new String[] { getURL().toExternalForm(), existing.getFeatureIdentifier() })));
18:14:43 [2024-02-16T23:14:43.559Z] 	                                                                                                            ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.559Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.559Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[589] 
18:14:43 [2024-02-16T23:14:43.560Z] 	featureEntries.put(feature.getFeatureIdentifier(), feature);
18:14:43 [2024-02-16T23:14:43.560Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.560Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.560Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[642] 
18:14:43 [2024-02-16T23:14:43.560Z] 	int type = getSitePolicy().getType();
18:14:43 [2024-02-16T23:14:43.560Z] 	                           ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.560Z] The method getType() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.560Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[650] 
18:14:43 [2024-02-16T23:14:43.560Z] 	String[] list = getSitePolicy().getList();
18:14:43 [2024-02-16T23:14:43.560Z] 	                                ^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.560Z] The method getList() from the type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.560Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[674] 
18:14:43 [2024-02-16T23:14:43.560Z] 	Iterator<IFeatureEntry> iterator = featureEntries.values().iterator();
18:14:43 [2024-02-16T23:14:43.560Z] 	         ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.560Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.560Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[720] 
18:14:43 [2024-02-16T23:14:43.560Z] 	public boolean unconfigureFeatureEntry(IFeatureEntry feature) {
18:14:43 [2024-02-16T23:14:43.560Z] 	                                       ^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.560Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.560Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SiteEntry.java:[721] 
18:14:43 [2024-02-16T23:14:43.560Z] 	FeatureEntry existingFeature = getFeatureEntry(feature.getFeatureIdentifier());
18:14:43 [2024-02-16T23:14:43.560Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.561Z] The method getFeatureIdentifier() from the type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.561Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[20] 
18:14:43 [2024-02-16T23:14:43.561Z] 	public class SitePolicy implements IPlatformConfiguration.ISitePolicy {
18:14:43 [2024-02-16T23:14:43.561Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.561Z] The type IPlatformConfiguration is deprecated
18:14:43 [2024-02-16T23:14:43.561Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[20] 
18:14:43 [2024-02-16T23:14:43.561Z] 	public class SitePolicy implements IPlatformConfiguration.ISitePolicy {
18:14:43 [2024-02-16T23:14:43.561Z] 	                                                          ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.561Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.561Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] 
18:14:43 [2024-02-16T23:14:43.561Z] 	if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY)
18:14:43 [2024-02-16T23:14:43.561Z] 	            ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.561Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.561Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] 
18:14:43 [2024-02-16T23:14:43.561Z] 	if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY)
18:14:43 [2024-02-16T23:14:43.561Z] 	                        ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.561Z] The field IPlatformConfiguration.ISitePolicy.USER_INCLUDE is deprecated
18:14:43 [2024-02-16T23:14:43.561Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] 
18:14:43 [2024-02-16T23:14:43.562Z] 	if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY)
18:14:43 [2024-02-16T23:14:43.562Z] 	                                                ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.562Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.562Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] 
18:14:43 [2024-02-16T23:14:43.562Z] 	if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY)
18:14:43 [2024-02-16T23:14:43.562Z] 	                                                            ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.562Z] The field IPlatformConfiguration.ISitePolicy.USER_EXCLUDE is deprecated
18:14:43 [2024-02-16T23:14:43.562Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] 
18:14:43 [2024-02-16T23:14:43.562Z] 	if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY)
18:14:43 [2024-02-16T23:14:43.562Z] 	                                                                                    ^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.562Z] The type IPlatformConfiguration.ISitePolicy is deprecated
18:14:43 [2024-02-16T23:14:43.562Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/SitePolicy.java:[28] 
18:14:43 [2024-02-16T23:14:43.562Z] 	if (type != ISitePolicy.USER_INCLUDE && type != ISitePolicy.USER_EXCLUDE && type != ISitePolicy.MANAGED_ONLY)
18:14:43 [2024-02-16T23:14:43.562Z] 	                                                                                                ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.562Z] The field IPlatformConfiguration.ISitePolicy.MANAGED_ONLY is deprecated
18:14:43 [2024-02-16T23:14:43.562Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[40] 
18:14:43 [2024-02-16T23:14:43.562Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:14:43 [2024-02-16T23:14:43.562Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.562Z] The type PackageAdmin is deprecated
18:14:43 [2024-02-16T23:14:43.563Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[54] 
18:14:43 [2024-02-16T23:14:43.563Z] 	private static ServiceTracker<?, PackageAdmin> bundleTracker;
18:14:43 [2024-02-16T23:14:43.563Z] 	                                 ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.563Z] The type PackageAdmin is deprecated
18:14:43 [2024-02-16T23:14:43.563Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[214] 
18:14:43 [2024-02-16T23:14:43.563Z] 	bundleTracker = new ServiceTracker<>(getContext(), PackageAdmin.class, null);
18:14:43 [2024-02-16T23:14:43.563Z] 	                                                   ^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.563Z] The type PackageAdmin is deprecated
18:14:43 [2024-02-16T23:14:43.563Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[217] 
18:14:43 [2024-02-16T23:14:43.563Z] 	PackageAdmin admin = bundleTracker.getService();
18:14:43 [2024-02-16T23:14:43.563Z] 	^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.563Z] The type PackageAdmin is deprecated
18:14:43 [2024-02-16T23:14:43.563Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[220] 
18:14:43 [2024-02-16T23:14:43.563Z] 	Bundle[] bundles = admin.getBundles(symbolicName, null);
18:14:43 [2024-02-16T23:14:43.563Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.563Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:14:43 [2024-02-16T23:14:43.563Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[414] 
18:14:43 [2024-02-16T23:14:43.563Z] 	return absolutePath.toFile().toURL();
18:14:43 [2024-02-16T23:14:43.563Z] 	                             ^^^^^^^
18:14:43 [2024-02-16T23:14:43.563Z] The method toURL() from the type File is deprecated
18:14:43 [2024-02-16T23:14:43.563Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/Utils.java:[491] 
18:14:43 [2024-02-16T23:14:43.563Z] 	return new File(path).toURL().toExternalForm();
18:14:43 [2024-02-16T23:14:43.563Z] 	                      ^^^^^^^
18:14:43 [2024-02-16T23:14:43.563Z] The method toURL() from the type File is deprecated
18:14:43 [2024-02-16T23:14:43.564Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.configurator/src/org/eclipse/update/internal/configurator/branding/IBundleGroupConstants.java:[16] 
18:14:43 [2024-02-16T23:14:43.564Z] 	import org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry;
18:14:43 [2024-02-16T23:14:43.564Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:14:43 [2024-02-16T23:14:43.564Z] The type IPlatformConfiguration.IFeatureEntry is deprecated
18:14:43 [2024-02-16T23:14:43.564Z] 144 problems (144 warnings)
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.564Z] [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/update/org.eclipse.update.configurator/src/test/resources
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.564Z] [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/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.300-SNAPSHOT-sources.jar
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.564Z] [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/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.300-SNAPSHOT.jar
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.564Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.565Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.update.configurator:3.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/update/org.eclipse.update.configurator/.polyglot.META-INF
18:14:43 [2024-02-16T23:14:43.565Z]     The main artifact has been replaced with the baseline version.
18:14:43 [2024-02-16T23:14:43.565Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:43 [2024-02-16T23:14:43.565Z] 
18:14:43 [2024-02-16T23:14:43.565Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.565Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.565Z] [INFO] Execution was skipped
18:14:43 [2024-02-16T23:14:43.565Z] [INFO] 
18:14:43 [2024-02-16T23:14:43.565Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.update.configurator ---
18:14:43 [2024-02-16T23:14:43.565Z] [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/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:14:43 [2024-02-16T23:14:43.565Z] [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/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.300-SNAPSHOT.jar
18:14:44 [2024-02-16T23:14:44.496Z] [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/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:44 [2024-02-16T23:14:44.496Z] [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/update/org.eclipse.update.configurator/target/org.eclipse.update.configurator-3.5.300-SNAPSHOT-sources.jar
18:14:45 [2024-02-16T23:14:45.427Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.update.configurator ---
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.update.configurator:3.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/update/org.eclipse.update.configurator/.polyglot.META-INF
18:14:45 [2024-02-16T23:14:45.428Z]     The main artifact has been replaced with the baseline version.
18:14:45 [2024-02-16T23:14:45.428Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:45 [2024-02-16T23:14:45.428Z] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.concurrent >---------
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] Building [bundle] Equinox Concurrent API 1.3.0-SNAPSHOT        [137/521]
18:14:45 [2024-02-16T23:14:45.428Z] [INFO]   from equinox/bundles/org.eclipse.equinox.concurrent/.polyglot.META-INF
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] The project's OSGi version is 1.3.0.v20240213-1244
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.428Z] [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.concurrent/saveproperties
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] Resolving class path of [bundle] Equinox Concurrent API
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.428Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [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.concurrent/src/main/resources
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [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.concurrent/src/main/resources
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] Compiling 15 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.concurrent/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [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.concurrent/src/test/resources
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.429Z] [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.concurrent/target/org.eclipse.equinox.concurrent-1.3.0-SNAPSHOT-sources.jar
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.429Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.430Z] [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.concurrent/target/org.eclipse.equinox.concurrent-1.3.0-SNAPSHOT.jar
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.3.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.concurrent/.polyglot.META-INF
18:14:45 [2024-02-16T23:14:45.430Z]     The main artifact has been replaced with the baseline version.
18:14:45 [2024-02-16T23:14:45.430Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:45 [2024-02-16T23:14:45.430Z] 
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.3.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.concurrent/.polyglot.META-INF
18:14:45 [2024-02-16T23:14:45.430Z]     The main artifact has been replaced with the baseline version.
18:14:45 [2024-02-16T23:14:45.430Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:45 [2024-02-16T23:14:45.430Z] 
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] Execution was skipped
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] 
18:14:45 [2024-02-16T23:14:45.430Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.concurrent ---
18:14:45 [2024-02-16T23:14:45.430Z] [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.concurrent/target/org.eclipse.equinox.concurrent-1.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:14:45 [2024-02-16T23:14:45.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/equinox/bundles/org.eclipse.equinox.concurrent/target/org.eclipse.equinox.concurrent-1.3.0-SNAPSHOT.jar
18:14:46 [2024-02-16T23:14:46.360Z] [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.concurrent/target/org.eclipse.equinox.concurrent-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:14:46 [2024-02-16T23:14:46.360Z] [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.concurrent/target/org.eclipse.equinox.concurrent-1.3.0-SNAPSHOT-sources.jar
18:14:47 [2024-02-16T23:14:47.288Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.288Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.concurrent ---
18:14:47 [2024-02-16T23:14:47.288Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.concurrent:1.3.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.concurrent/.polyglot.META-INF
18:14:47 [2024-02-16T23:14:47.288Z]     The main artifact has been replaced with the baseline version.
18:14:47 [2024-02-16T23:14:47.288Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:14:47 [2024-02-16T23:14:47.289Z] 
18:14:47 [2024-02-16T23:14:47.289Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.289Z] [INFO] ---------< org.eclipse.platform:org.eclipse.platform.doc.isv >----------
18:14:47 [2024-02-16T23:14:47.289Z] [INFO] Building org.eclipse.platform.doc.isv 4.31.0-SNAPSHOT          [138/521]
18:14:47 [2024-02-16T23:14:47.289Z] [INFO]   from eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/pom.xml
18:14:47 [2024-02-16T23:14:47.289Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:14:47 [2024-02-16T23:14:47.545Z] [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.pom
18:14:47 [2024-02-16T23:14:47.545Z] [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.pom (1.5 kB at 56 kB/s)
18:14:47 [2024-02-16T23:14:47.546Z] [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.pom
18:14:47 [2024-02-16T23:14:47.546Z] [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.pom (2.8 kB at 237 kB/s)
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/reference/extension-points (includes = [], excludes = [index.html])
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/samples (includes = [], excludes = [samples.html])
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] The project's OSGi version is 4.31.0.v20240131-1023
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.546Z] [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.common/bundles/org.eclipse.platform.doc.isv/saveproperties
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.546Z] [INFO] Resolving class path of org.eclipse.platform.doc.isv
18:14:47 [2024-02-16T23:14:47.803Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.803Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.803Z] [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.common/bundles/org.eclipse.platform.doc.isv/src/main/resources
18:14:47 [2024-02-16T23:14:47.803Z] [INFO] 
18:14:47 [2024-02-16T23:14:47.803Z] [INFO] --- tycho-document-bundle:4.0.6-SNAPSHOT:schema-to-html (schema-to-html) @ org.eclipse.platform.doc.isv ---
18:14:47 [2024-02-16T23:14:47.803Z] [INFO] Adding repository https://download.eclipse.org/releases/2023-12
18:14:55 [2024-02-16T23:14:55.897Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [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.common/bundles/org.eclipse.platform.doc.isv/src/main/resources
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- resources:3.3.1:copy-resources (copy-extension-resources) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] Copying 4 resources from ../../../eclipse.platform/ua/org.eclipse.ui.cheatsheets/schema to reference/extension-points
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] Copying 1 resource from ../../../eclipse.platform/ua/org.eclipse.ui.intro/schema to reference/extension-points
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- resources:3.3.1:copy-resources (copy-example-resources) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] Copying 24 resources from ../../../eclipse.platform/team/examples to samples
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] Copying 23 resources from ../../../eclipse.platform.swt/examples to samples
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] Copying 10 resources from ../../../eclipse.platform.ui/examples to samples
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] >>> javadoc:3.6.3:javadoc (attach-javadocs) > generate-sources @ org.eclipse.platform.doc.isv >>>
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] The project's OSGi version is 4.31.0.v20240131-1023
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.898Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.899Z] [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.common/bundles/org.eclipse.platform.doc.isv/saveproperties
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] <<< javadoc:3.6.3:javadoc (attach-javadocs) < generate-sources @ org.eclipse.platform.doc.isv <<<
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] 
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] --- javadoc:3.6.3:javadoc (attach-javadocs) @ org.eclipse.platform.doc.isv ---
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 74 kB/s)
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.899Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 63 kB/s)
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 2.0 MB/s)
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.900Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.901Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.901Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
18:14:55 [2024-02-16T23:14:55.901Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
18:14:56 [2024-02-16T23:14:56.157Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 37 kB/s)
18:14:56 [2024-02-16T23:14:56.157Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom (22 kB at 994 kB/s)
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 305 kB/s)
18:14:56 [2024-02-16T23:14:56.158Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 816 kB/s)
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom
18:14:56 [2024-02-16T23:14:56.159Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
18:14:56 [2024-02-16T23:14:56.416Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 190 kB/s)
18:14:56 [2024-02-16T23:14:56.416Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
18:14:56 [2024-02-16T23:14:56.416Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
18:14:56 [2024-02-16T23:14:56.416Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
18:14:56 [2024-02-16T23:14:56.417Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
18:14:56 [2024-02-16T23:14:56.417Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
18:14:56 [2024-02-16T23:14:56.417Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
18:14:56 [2024-02-16T23:14:56.417Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 44 kB/s)
18:14:56 [2024-02-16T23:14:56.417Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.417Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.417Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.417Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.674Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 64 kB/s)
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 20 kB/s)
18:14:56 [2024-02-16T23:14:56.675Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.932Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.932Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 961 kB/s)
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 958 kB/s)
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.933Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 218 kB/s)
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 330 kB/s)
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:14:56 [2024-02-16T23:14:56.934Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.191Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.191Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.191Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.191Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 68 kB/s)
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 324 kB/s)
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:14:57 [2024-02-16T23:14:57.192Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:14:57 [2024-02-16T23:14:57.193Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
18:14:57 [2024-02-16T23:14:57.193Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 7.0 kB/s)
18:14:57 [2024-02-16T23:14:57.456Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.456Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.456Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.456Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.456Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.456Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.457Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 59 kB/s)
18:14:57 [2024-02-16T23:14:57.457Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.457Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.457Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.457Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.457Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.457Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.458Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 94 kB/s)
18:14:57 [2024-02-16T23:14:57.458Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
18:14:57 [2024-02-16T23:14:57.458Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
18:14:57 [2024-02-16T23:14:57.458Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
18:14:57 [2024-02-16T23:14:57.458Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
18:14:57 [2024-02-16T23:14:57.458Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
18:14:57 [2024-02-16T23:14:57.458Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
18:14:57 [2024-02-16T23:14:57.738Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 58 kB/s)
18:14:57 [2024-02-16T23:14:57.738Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/26/weld-parent-26.pom
18:14:57 [2024-02-16T23:14:57.738Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/26/weld-parent-26.pom
18:14:57 [2024-02-16T23:14:57.738Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/26/weld-parent-26.pom
18:14:57 [2024-02-16T23:14:57.738Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/26/weld-parent-26.pom
18:14:57 [2024-02-16T23:14:57.738Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/26/weld-parent-26.pom
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 735 kB/s)
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 39 kB/s)
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.739Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 686 kB/s)
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 255 kB/s)
18:14:57 [2024-02-16T23:14:57.740Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.741Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:14:57 [2024-02-16T23:14:57.741Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:14:58 [2024-02-16T23:14:58.011Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:14:58 [2024-02-16T23:14:58.011Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:14:58 [2024-02-16T23:14:58.011Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
18:14:58 [2024-02-16T23:14:58.011Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 585 kB/s)
18:14:58 [2024-02-16T23:14:58.011Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.011Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.011Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 195 kB/s)
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.8 MB/s)
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.012Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 267 kB/s)
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 256 kB/s)
18:14:58 [2024-02-16T23:14:58.013Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 385 kB/s)
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
18:14:58 [2024-02-16T23:14:58.014Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
18:14:58 [2024-02-16T23:14:58.277Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 641 kB/s)
18:14:58 [2024-02-16T23:14:58.277Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
18:14:58 [2024-02-16T23:14:58.277Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
18:14:58 [2024-02-16T23:14:58.277Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
18:14:58 [2024-02-16T23:14:58.277Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
18:14:58 [2024-02-16T23:14:58.277Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
18:14:58 [2024-02-16T23:14:58.277Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
18:14:58 [2024-02-16T23:14:58.277Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 329 kB/s)
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 636 kB/s)
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/xbean/xbean/3.7/xbean-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean/3.7/xbean-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.9 MB/s)
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.278Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 289 kB/s)
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.6 MB/s)
18:14:58 [2024-02-16T23:14:58.279Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
18:14:58 [2024-02-16T23:14:58.280Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
18:14:58 [2024-02-16T23:14:58.280Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
18:14:58 [2024-02-16T23:14:58.280Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
18:14:58 [2024-02-16T23:14:58.280Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
18:14:58 [2024-02-16T23:14:58.280Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
18:14:58 [2024-02-16T23:14:58.280Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 2.6 MB/s)
18:14:58 [2024-02-16T23:14:58.280Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:14:58 [2024-02-16T23:14:58.536Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:14:58 [2024-02-16T23:14:58.536Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:14:58 [2024-02-16T23:14:58.536Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:14:58 [2024-02-16T23:14:58.536Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:14:58 [2024-02-16T23:14:58.536Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 248 kB/s)
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/1/google-1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/google/1/google-1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/1/google-1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/google/1/google-1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 120 kB/s)
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 962 kB/s)
18:14:58 [2024-02-16T23:14:58.537Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.9 MB/s)
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 566 kB/s)
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
18:14:58 [2024-02-16T23:14:58.538Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
18:14:58 [2024-02-16T23:14:58.539Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
18:14:58 [2024-02-16T23:14:58.539Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
18:14:58 [2024-02-16T23:14:58.539Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
18:14:58 [2024-02-16T23:14:58.539Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
18:14:58 [2024-02-16T23:14:58.794Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 4.0 MB/s)
18:14:58 [2024-02-16T23:14:58.794Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
18:14:58 [2024-02-16T23:14:58.794Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
18:14:58 [2024-02-16T23:14:58.794Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.3 MB/s)
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/45/commons-parent-45.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/45/commons-parent-45.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/45/commons-parent-45.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/45/commons-parent-45.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/45/commons-parent-45.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 3.5 MB/s)
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
18:14:58 [2024-02-16T23:14:58.795Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 3.4 MB/s)
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 621 kB/s)
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.796Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.797Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
18:14:58 [2024-02-16T23:14:58.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.9 MB/s)
18:14:58 [2024-02-16T23:14:58.797Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.797Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.797Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
18:14:58 [2024-02-16T23:14:58.797Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 486 kB/s)
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 39 kB/s)
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.054Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 686 kB/s)
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 380 kB/s)
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.055Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 79 kB/s)
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.056Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 144 kB/s)
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 283 kB/s)
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
18:14:59 [2024-02-16T23:14:59.313Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 259 kB/s)
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 3.0 MB/s)
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:14:59 [2024-02-16T23:14:59.314Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 4.1 MB/s)
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 3.5 MB/s)
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.315Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.316Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.316Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.316Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
18:14:59 [2024-02-16T23:14:59.316Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 1.9 MB/s)
18:14:59 [2024-02-16T23:14:59.316Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 460 kB/s)
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/3.8.1/junit-3.8.1.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom
18:14:59 [2024-02-16T23:14:59.574Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 998 kB/s)
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 2.8 MB/s)
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
18:14:59 [2024-02-16T23:14:59.575Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 2.7 MB/s)
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
18:14:59 [2024-02-16T23:14:59.576Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 22 MB/s)
18:14:59 [2024-02-16T23:14:59.577Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:14:59 [2024-02-16T23:14:59.577Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:14:59 [2024-02-16T23:14:59.577Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:14:59 [2024-02-16T23:14:59.577Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:14:59 [2024-02-16T23:14:59.577Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:14:59 [2024-02-16T23:14:59.577Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
18:14:59 [2024-02-16T23:14:59.578Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 1.3 MB/s)
18:14:59 [2024-02-16T23:14:59.578Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:14:59 [2024-02-16T23:14:59.834Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:14:59 [2024-02-16T23:14:59.834Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:14:59 [2024-02-16T23:14:59.834Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:14:59 [2024-02-16T23:14:59.834Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:14:59 [2024-02-16T23:14:59.834Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
18:14:59 [2024-02-16T23:14:59.834Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 82 kB/s)
18:14:59 [2024-02-16T23:14:59.834Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 410 kB/s)
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 391 kB/s)
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:14:59 [2024-02-16T23:14:59.835Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 3.0 MB/s)
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/velocity/velocity/1.7/velocity-1.7.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.7/velocity-1.7.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 11 MB/s)
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:14:59 [2024-02-16T23:14:59.836Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:14:59 [2024-02-16T23:14:59.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:14:59 [2024-02-16T23:14:59.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:14:59 [2024-02-16T23:14:59.837Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
18:14:59 [2024-02-16T23:14:59.837Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 13 MB/s)
18:14:59 [2024-02-16T23:14:59.837Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:14:59 [2024-02-16T23:14:59.837Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:14:59 [2024-02-16T23:14:59.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:14:59 [2024-02-16T23:14:59.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:14:59 [2024-02-16T23:14:59.837Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:15:00 [2024-02-16T23:15:00.093Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
18:15:00 [2024-02-16T23:15:00.093Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 11 MB/s)
18:15:00 [2024-02-16T23:15:00.093Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:15:00 [2024-02-16T23:15:00.093Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:15:00 [2024-02-16T23:15:00.093Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 7.0 MB/s)
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 102 kB/s)
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
18:15:00 [2024-02-16T23:15:00.094Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 1.1 MB/s)
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (19 kB at 1.3 MB/s)
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
18:15:00 [2024-02-16T23:15:00.095Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
18:15:00 [2024-02-16T23:15:00.096Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
18:15:00 [2024-02-16T23:15:00.351Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
18:15:00 [2024-02-16T23:15:00.351Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
18:15:00 [2024-02-16T23:15:00.351Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 267 kB/s)
18:15:00 [2024-02-16T23:15:00.351Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom
18:15:00 [2024-02-16T23:15:00.351Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom (5.8 kB at 579 kB/s)
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom (2.0 kB at 91 kB/s)
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
18:15:00 [2024-02-16T23:15:00.352Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 103 kB/s)
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 247 kB/s)
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
18:15:00 [2024-02-16T23:15:00.353Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
18:15:00 [2024-02-16T23:15:00.354Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
18:15:00 [2024-02-16T23:15:00.354Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
18:15:00 [2024-02-16T23:15:00.354Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
18:15:00 [2024-02-16T23:15:00.610Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
18:15:00 [2024-02-16T23:15:00.610Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 449 kB/s)
18:15:00 [2024-02-16T23:15:00.610Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.610Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.610Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
18:15:00 [2024-02-16T23:15:00.610Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.610Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.610Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.611Z] [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.jar
18:15:00 [2024-02-16T23:15:00.611Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
18:15:00 [2024-02-16T23:15:00.611Z] [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.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.jar
18:15:00 [2024-02-16T23:15:00.612Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.613Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.614Z] [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.jar
18:15:00 [2024-02-16T23:15:00.614Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
18:15:00 [2024-02-16T23:15:00.614Z] [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.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/3.8.1/junit-3.8.1.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/velocity/velocity/1.7/velocity-1.7.jar
18:15:00 [2024-02-16T23:15:00.615Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.617Z] [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.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
18:15:00 [2024-02-16T23:15:00.617Z] [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.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
18:15:00 [2024-02-16T23:15:00.618Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.619Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [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.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
18:15:00 [2024-02-16T23:15:00.620Z] [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.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.620Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar
18:15:00 [2024-02-16T23:15:00.621Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar
18:15:00 [2024-02-16T23:15:00.878Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
18:15:00 [2024-02-16T23:15:00.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
18:15:00 [2024-02-16T23:15:00.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.878Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [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.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
18:15:00 [2024-02-16T23:15:00.879Z] [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.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.879Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.7/velocity-1.7.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
18:15:00 [2024-02-16T23:15:00.880Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 880 kB/s)
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 6.8 MB/s)
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.881Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 17 MB/s)
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 3.3 MB/s)
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 2.5 MB/s)
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 2.4 MB/s)
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 2.6 MB/s)
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 7.7 MB/s)
18:15:00 [2024-02-16T23:15:00.882Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 968 kB/s)
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 6.1 MB/s)
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 21 MB/s)
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 632 kB/s)
18:15:00 [2024-02-16T23:15:00.883Z] [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.jar
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 2.1 MB/s)
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
18:15:00 [2024-02-16T23:15:00.883Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 1.5 MB/s)
18:15:00 [2024-02-16T23:15:00.884Z] [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.jar
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 5.1 MB/s)
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 1.3 MB/s)
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 2.0 MB/s)
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.884Z] [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.jar (210 kB at 5.5 MB/s)
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 283 kB/s)
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 279 kB/s)
18:15:00 [2024-02-16T23:15:00.884Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 1.5 MB/s)
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.885Z] [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.jar (425 kB at 9.2 MB/s)
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 1.2 MB/s)
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 4.5 MB/s)
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 333 kB/s)
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 341 kB/s)
18:15:00 [2024-02-16T23:15:00.885Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 4.6 MB/s)
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 2.3 MB/s)
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 153 kB/s)
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 331 kB/s)
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 78 kB/s)
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 213 kB/s)
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
18:15:00 [2024-02-16T23:15:00.886Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 4.6 MB/s)
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 7.8 MB/s)
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 860 kB/s)
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (247 kB at 3.9 MB/s)
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 1.4 MB/s)
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar (225 kB at 3.3 MB/s)
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 136 kB/s)
18:15:00 [2024-02-16T23:15:00.887Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar (6.7 MB at 48 MB/s)
18:15:01 [2024-02-16T23:15:01.814Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.jar
18:15:01 [2024-02-16T23:15:01.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.component.annotations/1.5.0/org.osgi.service.component.annotations-1.5.0.jar (43 kB at 5.4 MB/s)
18:15:01 [2024-02-16T23:15:01.815Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar
18:15:01 [2024-02-16T23:15:01.815Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 1.1 MB/s)
18:15:01 [2024-02-16T23:15:01.815Z] [INFO] No previous run data found, generating javadoc.
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] 
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.platform.doc.isv ---
18:15:57 [2024-02-16T23:15:57.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.common/bundles/org.eclipse.platform.doc.isv/src/test/resources
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] 
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.platform.doc.isv ---
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] 
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform.doc.isv ---
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] 
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform.doc.isv ---
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] 
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] --- resources:3.3.1:copy-resources (copy-javadoc) @ org.eclipse.platform.doc.isv ---
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] Copying 10970 resources from target/site/apidocs to reference/api
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] 
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.isv ---
18:15:57 [2024-02-16T23:15:57.982Z] [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.common/bundles/org.eclipse.platform.doc.isv/target/org.eclipse.platform.doc.isv-4.31.0-SNAPSHOT.jar
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] 
18:15:57 [2024-02-16T23:15:57.982Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform.doc.isv ---
18:17:19 [2024-02-16T23:17:19.354Z] [INFO] Artifact comparison detailed log 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/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/artifactcomparison
18:17:19 [2024-02-16T23:17:19.355Z] [WARNING] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.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.common/bundles/org.eclipse.platform.doc.isv/pom.xml: baseline and build artifacts have same version but different contents
18:17:19 [2024-02-16T23:17:19.355Z]    no-classifier: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/allclasses-index.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/constant-values.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/deprecated-list.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-1.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-11.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-13.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-14.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-16.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-18.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-19.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-2.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-23.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-3.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-4.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-7.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-8.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/index-files/index-9.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/member-search-index.js: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/core/commands/IHandler.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/core/runtime/Platform.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/core/runtime/class-use/CoreException.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/core/runtime/class-use/IAdaptable.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/core/runtime/class-use/IProgressMonitor.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/core/runtime/package-use.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/core/runtime/preferences/class-use/IEclipsePreferences.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/core/runtime/preferences/class-use/IScopeContext.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/core/runtime/preferences/package-use.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/equinox/http/registry/class-use/HttpContextExtensionService.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/equinox/http/registry/internal/Activator.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/equinox/http/registry/internal/HttpServiceTracker.HttpContextExtensionServiceFactory.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/equinox/http/registry/internal/HttpServiceTracker.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/equinox/http/servlet/internal/HttpServiceImpl.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/equinox/jsp/jasper/registry/JSPFactory.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/equinox/p2/engine/PhaseSetFactory.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/help/ui/internal/ContextHelpDialog.Description.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/jface/bindings/keys/class-use/KeySequence.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/osgi/container/ModuleContainer.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/osgi/container/SystemModule.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/osgi/service/resolver/class-use/PlatformAdmin.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/swt/custom/StyledText.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/swt/events/class-use/KeyEvent.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/swt/graphics/TextLayout.html: different
18:17:19 [2024-02-16T23:17:19.355Z]       reference/api/org/eclipse/swt/graphics/class-use/FontMetrics.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/swt/graphics/package-use.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/swt/widgets/class-use/Event.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/internal/AbstractWorkingSet.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/internal/IPreferenceConstants.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/internal/WindowsDefenderConfigurator.html: not present in baseline
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/internal/WorkbenchMessages.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/internal/class-use/WindowsDefenderConfigurator.html: not present in baseline
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/internal/package-summary.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/internal/package-tree.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/CharacterKey.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/IKeyFormatter.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/Key.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/KeyFormatterFactory.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/KeySequence.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/KeyStroke.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/ModifierKey.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/NaturalKey.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/ParseException.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/SWTKeySupport.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/SpecialKey.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/class-use/CharacterKey.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/class-use/IKeyFormatter.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/class-use/Key.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/class-use/KeySequence.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/class-use/KeyStroke.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/class-use/ModifierKey.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/class-use/NaturalKey.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/class-use/ParseException.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/class-use/SpecialKey.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/package-summary.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/ui/keys/package-use.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/update/configurator/ConfiguratorUtils.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/update/configurator/class-use/IPlatformConfiguration.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/org/eclipse/update/configurator/package-summary.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/overview-tree.html: different
18:17:19 [2024-02-16T23:17:19.356Z]       reference/api/type-search-index.js: different
18:17:19 [2024-02-16T23:17:19.356Z] 
18:17:19 [2024-02-16T23:17:19.356Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.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.common/bundles/org.eclipse.platform.doc.isv/pom.xml
18:17:19 [2024-02-16T23:17:19.356Z]     The main artifact has been replaced with the baseline version.
18:17:19 [2024-02-16T23:17:19.356Z] 
18:17:19 [2024-02-16T23:17:19.356Z] [INFO] 
18:17:19 [2024-02-16T23:17:19.356Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.isv ---
18:17:19 [2024-02-16T23:17:19.356Z] [INFO] Execution was skipped
18:17:19 [2024-02-16T23:17:19.356Z] [INFO] 
18:17:19 [2024-02-16T23:17:19.356Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.platform.doc.isv ---
18:17:21 [2024-02-16T23:17:21.881Z] [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.common/bundles/org.eclipse.platform.doc.isv/target/org.eclipse.platform.doc.isv-4.31.0-SNAPSHOT.jar' is already signed and will be resigned.
18:17:21 [2024-02-16T23:17:21.882Z] [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.common/bundles/org.eclipse.platform.doc.isv/target/org.eclipse.platform.doc.isv-4.31.0-SNAPSHOT.jar
18:17:31 [2024-02-16T23:17:31.822Z] [INFO] 
18:17:31 [2024-02-16T23:17:31.822Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.platform.doc.isv ---
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.isv:4.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.common/bundles/org.eclipse.platform.doc.isv/pom.xml
18:17:34 [2024-02-16T23:17:34.336Z]     The main artifact has been replaced with the baseline version.
18:17:34 [2024-02-16T23:17:34.336Z] 
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] --------< org.eclipse.platform:org.eclipse.core.externaltools >---------
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] Building [bundle] External Tools Headless Support 1.3.300-SNAPSHOT [139/521]
18:17:34 [2024-02-16T23:17:34.336Z] [INFO]   from eclipse.platform/debug/org.eclipse.core.externaltools/.polyglot.META-INF
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] The project's OSGi version is 1.3.300.v20231214-1012
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.336Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [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/debug/org.eclipse.core.externaltools/saveproperties
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] Resolving class path of [bundle] External Tools Headless Support
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [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/debug/org.eclipse.core.externaltools/src/main/resources
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [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/debug/org.eclipse.core.externaltools/src/main/resources
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] Compiling 10 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/debug/org.eclipse.core.externaltools/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.337Z] [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/debug/org.eclipse.core.externaltools/src/test/resources
18:17:34 [2024-02-16T23:17:34.337Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.338Z] [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/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.300-SNAPSHOT-sources.jar
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.338Z] [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/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.300-SNAPSHOT.jar
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.externaltools:1.3.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/debug/org.eclipse.core.externaltools/.polyglot.META-INF
18:17:34 [2024-02-16T23:17:34.338Z]     The main artifact has been replaced with the baseline version.
18:17:34 [2024-02-16T23:17:34.338Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:34 [2024-02-16T23:17:34.338Z] 
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] Execution was skipped
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] 
18:17:34 [2024-02-16T23:17:34.338Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.externaltools ---
18:17:34 [2024-02-16T23:17:34.338Z] [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/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:17:34 [2024-02-16T23:17:34.339Z] [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/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.300-SNAPSHOT.jar
18:17:35 [2024-02-16T23:17:35.702Z] [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/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:17:35 [2024-02-16T23:17:35.702Z] [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/debug/org.eclipse.core.externaltools/target/org.eclipse.core.externaltools-1.3.300-SNAPSHOT-sources.jar
18:17:36 [2024-02-16T23:17:36.262Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.262Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.externaltools ---
18:17:36 [2024-02-16T23:17:36.262Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.externaltools:1.3.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/debug/org.eclipse.core.externaltools/.polyglot.META-INF
18:17:36 [2024-02-16T23:17:36.262Z]     The main artifact has been replaced with the baseline version.
18:17:36 [2024-02-16T23:17:36.262Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:36 [2024-02-16T23:17:36.262Z] 
18:17:36 [2024-02-16T23:17:36.262Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.262Z] [INFO] ------< org.eclipse.platform:org.eclipse.equinox.frameworkadmin >-------
18:17:36 [2024-02-16T23:17:36.262Z] [INFO] Building [bundle] Equinox Framework Admin 2.3.100-SNAPSHOT     [140/521]
18:17:36 [2024-02-16T23:17:36.262Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.polyglot.META-INF
18:17:36 [2024-02-16T23:17:36.262Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:17:36 [2024-02-16T23:17:36.262Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.262Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] The project's OSGi version is 2.3.100.v20240201-0843
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/saveproperties
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] Resolving class path of [bundle] Equinox Framework Admin
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/main/resources
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/main/resources
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.263Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.263Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.264Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/test/resources
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] All system scoped dependencies were mapped to maven artifacts
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.264Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.100-SNAPSHOT-sources.jar
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.264Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.520Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.100-SNAPSHOT.jar
18:17:36 [2024-02-16T23:17:36.520Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.520Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.520Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:2.3.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.tycho-consumer-pom.xml
18:17:36 [2024-02-16T23:17:36.521Z]     The main artifact has been replaced with the baseline version.
18:17:36 [2024-02-16T23:17:36.521Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:36 [2024-02-16T23:17:36.521Z] 
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:2.3.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.tycho-consumer-pom.xml
18:17:36 [2024-02-16T23:17:36.521Z]     The main artifact has been replaced with the baseline version.
18:17:36 [2024-02-16T23:17:36.521Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:36 [2024-02-16T23:17:36.521Z] 
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] Execution was skipped
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] 
18:17:36 [2024-02-16T23:17:36.521Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.frameworkadmin ---
18:17:36 [2024-02-16T23:17:36.521Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.100-SNAPSHOT.jar' is already signed and will be resigned.
18:17:36 [2024-02-16T23:17:36.521Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.100-SNAPSHOT.jar
18:17:37 [2024-02-16T23:17:37.885Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:17:37 [2024-02-16T23:17:37.885Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/target/org.eclipse.equinox.frameworkadmin-2.3.100-SNAPSHOT-sources.jar
18:17:38 [2024-02-16T23:17:38.846Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.846Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.frameworkadmin ---
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin:2.3.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/.tycho-consumer-pom.xml
18:17:38 [2024-02-16T23:17:38.847Z]     The main artifact has been replaced with the baseline version.
18:17:38 [2024-02-16T23:17:38.847Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:38 [2024-02-16T23:17:38.847Z] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox >---
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] Building [bundle] Equinox Framework Admin for Equinox 1.3.100-SNAPSHOT [141/521]
18:17:38 [2024-02-16T23:17:38.847Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.polyglot.META-INF
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] The project's OSGi version is 1.3.100.v20240213-1609
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.847Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/saveproperties
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] Resolving class path of [bundle] Equinox Framework Admin for Equinox
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.847Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.848Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/main/resources
18:17:38 [2024-02-16T23:17:38.848Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.848Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.848Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/main/resources
18:17:38 [2024-02-16T23:17:38.848Z] [INFO] 
18:17:38 [2024-02-16T23:17:38.848Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:38 [2024-02-16T23:17:38.848Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:17:39 [2024-02-16T23:17:39.104Z] [WARNING] /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/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java:[25] 
18:17:39 [2024-02-16T23:17:39.104Z] 	import org.osgi.service.startlevel.StartLevel;
18:17:39 [2024-02-16T23:17:39.104Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:17:39 [2024-02-16T23:17:39.104Z] The type StartLevel is deprecated
18:17:39 [2024-02-16T23:17:39.104Z] [WARNING] /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/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java:[38] 
18:17:39 [2024-02-16T23:17:39.104Z] 	private StartLevel startLevelService;
18:17:39 [2024-02-16T23:17:39.104Z] 	        ^^^^^^^^^^
18:17:39 [2024-02-16T23:17:39.104Z] The type StartLevel is deprecated
18:17:39 [2024-02-16T23:17:39.104Z] [WARNING] /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/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwAdminImpl.java:[141] 
18:17:39 [2024-02-16T23:17:39.104Z] 	public void setStartLevel(StartLevel sl) {
18:17:39 [2024-02-16T23:17:39.104Z] 	                          ^^^^^^^^^^
18:17:39 [2024-02-16T23:17:39.104Z] The type StartLevel is deprecated
18:17:39 [2024-02-16T23:17:39.104Z] [WARNING] /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/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/EquinoxFwConfigFileParser.java:[362] 
18:17:39 [2024-02-16T23:17:39.105Z] 	rootURL = base.toURL();
18:17:39 [2024-02-16T23:17:39.105Z] 	               ^^^^^^^
18:17:39 [2024-02-16T23:17:39.105Z] The method toURL() from the type File is deprecated
18:17:39 [2024-02-16T23:17:39.105Z] 4 problems (4 warnings)
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.105Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/test/resources
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] All system scoped dependencies were mapped to maven artifacts
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.105Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.100-SNAPSHOT-sources.jar
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.105Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.100-SNAPSHOT.jar
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.105Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:1.3.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.tycho-consumer-pom.xml
18:17:39 [2024-02-16T23:17:39.106Z]     The main artifact has been replaced with the baseline version.
18:17:39 [2024-02-16T23:17:39.106Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:39 [2024-02-16T23:17:39.106Z] 
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:1.3.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.tycho-consumer-pom.xml
18:17:39 [2024-02-16T23:17:39.106Z]     The main artifact has been replaced with the baseline version.
18:17:39 [2024-02-16T23:17:39.106Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:39 [2024-02-16T23:17:39.106Z] 
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] Execution was skipped
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] 
18:17:39 [2024-02-16T23:17:39.106Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:39 [2024-02-16T23:17:39.106Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.100-SNAPSHOT.jar' is already signed and will be resigned.
18:17:39 [2024-02-16T23:17:39.106Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.100-SNAPSHOT.jar
18:17:40 [2024-02-16T23:17:40.033Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:17:40 [2024-02-16T23:17:40.034Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/target/org.eclipse.equinox.frameworkadmin.equinox-1.3.100-SNAPSHOT-sources.jar
18:17:41 [2024-02-16T23:17:41.397Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.397Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.frameworkadmin.equinox ---
18:17:41 [2024-02-16T23:17:41.397Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.equinox:1.3.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/.tycho-consumer-pom.xml
18:17:41 [2024-02-16T23:17:41.397Z]     The main artifact has been replaced with the baseline version.
18:17:41 [2024-02-16T23:17:41.397Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:41 [2024-02-16T23:17:41.397Z] 
18:17:41 [2024-02-16T23:17:41.397Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.397Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator >--
18:17:41 [2024-02-16T23:17:41.397Z] [INFO] Building [bundle] Simple Configurator Manipulator 2.3.100-SNAPSHOT [142/521]
18:17:41 [2024-02-16T23:17:41.398Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.polyglot.META-INF
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] The project's OSGi version is 2.3.100.v20240201-0843
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.398Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/saveproperties
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] Resolving class path of [bundle] Simple Configurator Manipulator
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.398Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.399Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/main/resources
18:17:41 [2024-02-16T23:17:41.399Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.399Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.399Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/main/resources
18:17:41 [2024-02-16T23:17:41.399Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.399Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.399Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:17:41 [2024-02-16T23:17:41.399Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java:[370] 
18:17:41 [2024-02-16T23:17:41.399Z] 	BundleInfo[] info = loadConfiguration(infoFile.toURL().openStream(), infoFile.getParentFile().toURI());
18:17:41 [2024-02-16T23:17:41.399Z] 	                                               ^^^^^^^
18:17:41 [2024-02-16T23:17:41.399Z] The method toURL() from the type File is deprecated
18:17:41 [2024-02-16T23:17:41.400Z] [WARNING] /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/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/SimpleConfiguratorManipulatorImpl.java:[512] 
18:17:41 [2024-02-16T23:17:41.400Z] 	outputFile.toURL().toExternalForm());
18:17:41 [2024-02-16T23:17:41.400Z] 	           ^^^^^^^
18:17:41 [2024-02-16T23:17:41.400Z] The method toURL() from the type File is deprecated
18:17:41 [2024-02-16T23:17:41.400Z] 2 problems (2 warnings)
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.400Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/test/resources
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] All system scoped dependencies were mapped to maven artifacts
18:17:41 [2024-02-16T23:17:41.400Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.401Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.401Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100-SNAPSHOT-sources.jar
18:17:41 [2024-02-16T23:17:41.401Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.401Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.401Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100-SNAPSHOT.jar
18:17:41 [2024-02-16T23:17:41.401Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.401Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.401Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:2.3.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.tycho-consumer-pom.xml
18:17:41 [2024-02-16T23:17:41.401Z]     The main artifact has been replaced with the baseline version.
18:17:41 [2024-02-16T23:17:41.401Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:41 [2024-02-16T23:17:41.401Z] 
18:17:41 [2024-02-16T23:17:41.401Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.401Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.402Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.402Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.402Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:2.3.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.tycho-consumer-pom.xml
18:17:41 [2024-02-16T23:17:41.402Z]     The main artifact has been replaced with the baseline version.
18:17:41 [2024-02-16T23:17:41.402Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:41 [2024-02-16T23:17:41.402Z] 
18:17:41 [2024-02-16T23:17:41.402Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.402Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.402Z] [INFO] Execution was skipped
18:17:41 [2024-02-16T23:17:41.402Z] [INFO] 
18:17:41 [2024-02-16T23:17:41.402Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:41 [2024-02-16T23:17:41.403Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100-SNAPSHOT.jar' is already signed and will be resigned.
18:17:41 [2024-02-16T23:17:41.403Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100-SNAPSHOT.jar
18:17:42 [2024-02-16T23:17:42.329Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:17:42 [2024-02-16T23:17:42.330Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/target/org.eclipse.equinox.simpleconfigurator.manipulator-2.3.100-SNAPSHOT-sources.jar
18:17:42 [2024-02-16T23:17:42.889Z] [INFO] 
18:17:42 [2024-02-16T23:17:42.889Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.simpleconfigurator.manipulator ---
18:17:42 [2024-02-16T23:17:42.890Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.simpleconfigurator.manipulator:2.3.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/.tycho-consumer-pom.xml
18:17:42 [2024-02-16T23:17:42.890Z]     The main artifact has been replaced with the baseline version.
18:17:42 [2024-02-16T23:17:42.890Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:42 [2024-02-16T23:17:42.890Z] 
18:17:42 [2024-02-16T23:17:42.890Z] [INFO] 
18:17:42 [2024-02-16T23:17:42.890Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.junit.core >-------------
18:17:42 [2024-02-16T23:17:42.890Z] [INFO] Building [bundle] Java Development Tools JUnit core support 3.13.100-SNAPSHOT [143/521]
18:17:42 [2024-02-16T23:17:42.890Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.junit.core/.polyglot.META-INF
18:17:42 [2024-02-16T23:17:42.890Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:17:43 [2024-02-16T23:17:43.145Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.145Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.145Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.145Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] The project's OSGi version is 3.13.100.v20240109-1019
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [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.ui/org.eclipse.jdt.junit.core/saveproperties
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] Resolving class path of [bundle] Java Development Tools JUnit core support
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [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.ui/org.eclipse.jdt.junit.core/src/main/resources
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [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.ui/org.eclipse.jdt.junit.core/src/main/resources
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.146Z] [INFO] Compiling 51 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.ui/org.eclipse.jdt.junit.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:17:43 [2024-02-16T23:17:43.402Z] [WARNING] /home/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/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[26] 
18:17:43 [2024-02-16T23:17:43.402Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:17:43 [2024-02-16T23:17:43.402Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:17:43 [2024-02-16T23:17:43.402Z] The type PackageAdmin is deprecated
18:17:43 [2024-02-16T23:17:43.402Z] [WARNING] /home/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/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[242] 
18:17:43 [2024-02-16T23:17:43.402Z] 	ServiceReference<PackageAdmin> serviceRef= fBundleContext.getServiceReference(PackageAdmin.class);
18:17:43 [2024-02-16T23:17:43.402Z] 	                 ^^^^^^^^^^^^
18:17:43 [2024-02-16T23:17:43.402Z] The type PackageAdmin is deprecated
18:17:43 [2024-02-16T23:17:43.402Z] [WARNING] /home/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/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[242] 
18:17:43 [2024-02-16T23:17:43.403Z] 	ServiceReference<PackageAdmin> serviceRef= fBundleContext.getServiceReference(PackageAdmin.class);
18:17:43 [2024-02-16T23:17:43.403Z] 	                                                                              ^^^^^^^^^^^^
18:17:43 [2024-02-16T23:17:43.403Z] The type PackageAdmin is deprecated
18:17:43 [2024-02-16T23:17:43.403Z] [WARNING] /home/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/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[243] 
18:17:43 [2024-02-16T23:17:43.403Z] 	PackageAdmin admin= fBundleContext.getService(serviceRef);
18:17:43 [2024-02-16T23:17:43.403Z] 	^^^^^^^^^^^^
18:17:43 [2024-02-16T23:17:43.403Z] The type PackageAdmin is deprecated
18:17:43 [2024-02-16T23:17:43.403Z] [WARNING] /home/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/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/JUnitCorePlugin.java:[244] 
18:17:43 [2024-02-16T23:17:43.403Z] 	bundles= admin.getBundles(bundleName, version);
18:17:43 [2024-02-16T23:17:43.403Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:17:43 [2024-02-16T23:17:43.403Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:17:43 [2024-02-16T23:17:43.403Z] [WARNING] /home/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/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/model/JUnitModel.java:[43] 
18:17:43 [2024-02-16T23:17:43.403Z] 	import org.eclipse.jdt.junit.ITestRunListener;
18:17:43 [2024-02-16T23:17:43.403Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:17:43 [2024-02-16T23:17:43.403Z] The type ITestRunListener is deprecated
18:17:43 [2024-02-16T23:17:43.403Z] 6 problems (6 warnings)
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.403Z] [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.ui/org.eclipse.jdt.junit.core/src/test/resources
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.403Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.404Z] [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.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.100-SNAPSHOT-sources.jar
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.404Z] [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.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.100-SNAPSHOT.jar
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.13.100-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.jdt.ui/org.eclipse.jdt.junit.core/.polyglot.META-INF
18:17:43 [2024-02-16T23:17:43.404Z]     The main artifact has been replaced with the baseline version.
18:17:43 [2024-02-16T23:17:43.404Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:43 [2024-02-16T23:17:43.404Z] 
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] Execution was skipped
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] 
18:17:43 [2024-02-16T23:17:43.404Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit.core ---
18:17:43 [2024-02-16T23:17:43.404Z] [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.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.100-SNAPSHOT.jar' is already signed and will be resigned.
18:17:43 [2024-02-16T23:17:43.405Z] [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.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.100-SNAPSHOT.jar
18:17:44 [2024-02-16T23:17:44.330Z] [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.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:17:44 [2024-02-16T23:17:44.330Z] [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.jdt.ui/org.eclipse.jdt.junit.core/target/org.eclipse.jdt.junit.core-3.13.100-SNAPSHOT-sources.jar
18:17:45 [2024-02-16T23:17:45.692Z] [INFO] 
18:17:45 [2024-02-16T23:17:45.692Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit.core ---
18:17:45 [2024-02-16T23:17:45.948Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit.core:3.13.100-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.jdt.ui/org.eclipse.jdt.junit.core/.polyglot.META-INF
18:17:45 [2024-02-16T23:17:45.948Z]     The main artifact has been replaced with the baseline version.
18:17:45 [2024-02-16T23:17:45.948Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:45 [2024-02-16T23:17:45.948Z] 
18:17:45 [2024-02-16T23:17:45.948Z] [INFO] 
18:17:45 [2024-02-16T23:17:45.948Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.junit >----------------
18:17:45 [2024-02-16T23:17:45.948Z] [INFO] Building [bundle] Java Development Tools JUnit support 3.16.300-SNAPSHOT [144/521]
18:17:45 [2024-02-16T23:17:45.948Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.junit/.polyglot.META-INF
18:17:45 [2024-02-16T23:17:45.948Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:17:46 [2024-02-16T23:17:46.204Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] The project's OSGi version is 3.16.300.v20240207-1034
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.205Z] [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.ui/org.eclipse.jdt.junit/saveproperties
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] Resolving class path of [bundle] Java Development Tools JUnit support
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.205Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-6) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.206Z] [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/eclipse.jdt.ui/org.eclipse.jdt.junit/internal compatibility added.
18:17:46 [2024-02-16T23:17:46.206Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.206Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.206Z] [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.ui/org.eclipse.jdt.junit/src/main/resources
18:17:46 [2024-02-16T23:17:46.206Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.206Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.206Z] [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.ui/org.eclipse.jdt.junit/src/main/resources
18:17:46 [2024-02-16T23:17:46.206Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.206Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.206Z] [INFO] Compiling 73 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.ui/org.eclipse.jdt.junit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:17:46 [2024-02-16T23:17:46.768Z] [WARNING] /home/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/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[31] 
18:17:46 [2024-02-16T23:17:46.768Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:17:46 [2024-02-16T23:17:46.768Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:17:46 [2024-02-16T23:17:46.768Z] The type PackageAdmin is deprecated
18:17:46 [2024-02-16T23:17:46.768Z] [WARNING] /home/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/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[326] 
18:17:46 [2024-02-16T23:17:46.768Z] 	ServiceReference<PackageAdmin> serviceRef= fBundleContext.getServiceReference(PackageAdmin.class);
18:17:46 [2024-02-16T23:17:46.768Z] 	                 ^^^^^^^^^^^^
18:17:46 [2024-02-16T23:17:46.768Z] The type PackageAdmin is deprecated
18:17:46 [2024-02-16T23:17:46.768Z] [WARNING] /home/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/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[326] 
18:17:46 [2024-02-16T23:17:46.768Z] 	ServiceReference<PackageAdmin> serviceRef= fBundleContext.getServiceReference(PackageAdmin.class);
18:17:46 [2024-02-16T23:17:46.768Z] 	                                                                              ^^^^^^^^^^^^
18:17:46 [2024-02-16T23:17:46.768Z] The type PackageAdmin is deprecated
18:17:46 [2024-02-16T23:17:46.768Z] [WARNING] /home/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/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[327] 
18:17:46 [2024-02-16T23:17:46.768Z] 	PackageAdmin admin= fBundleContext.getService(serviceRef);
18:17:46 [2024-02-16T23:17:46.769Z] 	^^^^^^^^^^^^
18:17:46 [2024-02-16T23:17:46.769Z] The type PackageAdmin is deprecated
18:17:46 [2024-02-16T23:17:46.769Z] [WARNING] /home/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/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/JUnitPlugin.java:[328] 
18:17:46 [2024-02-16T23:17:46.769Z] 	bundles= admin.getBundles(bundleName, version);
18:17:46 [2024-02-16T23:17:46.769Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:17:46 [2024-02-16T23:17:46.769Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:17:46 [2024-02-16T23:17:46.769Z] 5 problems (5 warnings)
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.769Z] [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.ui/org.eclipse.jdt.junit/src/test/resources
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.769Z] [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.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.300-SNAPSHOT-sources.jar
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit ---
18:17:46 [2024-02-16T23:17:46.769Z] [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.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.300-SNAPSHOT.jar
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] 
18:17:46 [2024-02-16T23:17:46.769Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit ---
18:17:47 [2024-02-16T23:17:47.025Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.16.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.jdt.ui/org.eclipse.jdt.junit/.polyglot.META-INF
18:17:47 [2024-02-16T23:17:47.025Z]     The main artifact has been replaced with the baseline version.
18:17:47 [2024-02-16T23:17:47.025Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:47 [2024-02-16T23:17:47.025Z] 
18:17:47 [2024-02-16T23:17:47.025Z] [INFO] 
18:17:47 [2024-02-16T23:17:47.026Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit ---
18:17:47 [2024-02-16T23:17:47.026Z] [INFO] Execution was skipped
18:17:47 [2024-02-16T23:17:47.026Z] [INFO] 
18:17:47 [2024-02-16T23:17:47.026Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit ---
18:17:47 [2024-02-16T23:17:47.026Z] [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.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.300-SNAPSHOT.jar' is already signed and will be resigned.
18:17:47 [2024-02-16T23:17:47.026Z] [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.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.300-SNAPSHOT.jar
18:17:48 [2024-02-16T23:17:48.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.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:17:48 [2024-02-16T23:17:48.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.jdt.ui/org.eclipse.jdt.junit/target/org.eclipse.jdt.junit-3.16.300-SNAPSHOT-sources.jar
18:17:48 [2024-02-16T23:17:48.954Z] [INFO] 
18:17:48 [2024-02-16T23:17:48.954Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit ---
18:17:48 [2024-02-16T23:17:48.955Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit:3.16.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.jdt.ui/org.eclipse.jdt.junit/.polyglot.META-INF
18:17:48 [2024-02-16T23:17:48.955Z]     The main artifact has been replaced with the baseline version.
18:17:48 [2024-02-16T23:17:48.955Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:17:48 [2024-02-16T23:17:48.955Z] 
18:17:48 [2024-02-16T23:17:48.955Z] [INFO] 
18:17:48 [2024-02-16T23:17:48.955Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.doc.isv >---------------
18:17:48 [2024-02-16T23:17:48.955Z] [INFO] Building org.eclipse.jdt.doc.isv 3.14.2300-SNAPSHOT            [145/521]
18:17:48 [2024-02-16T23:17:48.955Z] [INFO]   from eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/pom.xml
18:17:48 [2024-02-16T23:17:48.955Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.doc.isv ---
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.isv ---
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] The project's OSGi version is 3.14.2300.v20240114-1915
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.doc.isv ---
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.doc.isv ---
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.doc.isv ---
18:17:49 [2024-02-16T23:17:49.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/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/saveproperties
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.doc.isv ---
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.doc.isv ---
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.doc.isv ---
18:17:49 [2024-02-16T23:17:49.210Z] [INFO] Resolving class path of org.eclipse.jdt.doc.isv
18:17:49 [2024-02-16T23:17:49.466Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.466Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.doc.isv ---
18:17:49 [2024-02-16T23:17:49.466Z] [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.common/bundles/org.eclipse.jdt.doc.isv/src/main/resources
18:17:49 [2024-02-16T23:17:49.466Z] [INFO] 
18:17:49 [2024-02-16T23:17:49.466Z] [INFO] --- tycho-document-bundle:4.0.6-SNAPSHOT:schema-to-html (schema-to-html) @ org.eclipse.jdt.doc.isv ---
18:17:50 [2024-02-16T23:17:50.393Z] [INFO] 
18:17:50 [2024-02-16T23:17:50.393Z] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-platform-doc) @ org.eclipse.jdt.doc.isv ---
18:17:50 [2024-02-16T23:17:50.393Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
18:17:50 [2024-02-16T23:17:50.393Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
18:17:50 [2024-02-16T23:17:50.394Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
18:17:50 [2024-02-16T23:17:50.394Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
18:17:50 [2024-02-16T23:17:50.394Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
18:17:50 [2024-02-16T23:17:50.650Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
18:17:50 [2024-02-16T23:17:50.650Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 633 kB/s)
18:17:50 [2024-02-16T23:17:50.650Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.650Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 866 kB/s)
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 2.4 MB/s)
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.651Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 346 kB/s)
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 204 kB/s)
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.652Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.653Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.653Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 323 kB/s)
18:17:50 [2024-02-16T23:17:50.653Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
18:17:50 [2024-02-16T23:17:50.653Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
18:17:50 [2024-02-16T23:17:50.653Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
18:17:50 [2024-02-16T23:17:50.653Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
18:17:50 [2024-02-16T23:17:50.653Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
18:17:50 [2024-02-16T23:17:50.653Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
18:17:50 [2024-02-16T23:17:50.653Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 128 kB/s)
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 382 kB/s)
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:17:50 [2024-02-16T23:17:50.910Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 829 kB/s)
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 270 kB/s)
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.911Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 163 kB/s)
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 380 kB/s)
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
18:17:50 [2024-02-16T23:17:50.912Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.169Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 294 kB/s)
18:17:51 [2024-02-16T23:17:51.169Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.169Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.169Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.169Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.169Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.169Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.169Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 401 kB/s)
18:17:51 [2024-02-16T23:17:51.169Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 14 kB/s)
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 262 kB/s)
18:17:51 [2024-02-16T23:17:51.170Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:17:51 [2024-02-16T23:17:51.427Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:17:51 [2024-02-16T23:17:51.427Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:17:51 [2024-02-16T23:17:51.427Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:17:51 [2024-02-16T23:17:51.427Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:17:51 [2024-02-16T23:17:51.427Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 879 kB/s)
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 2.3 MB/s)
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.428Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.684Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
18:17:51 [2024-02-16T23:17:51.684Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 146 kB/s)
18:17:51 [2024-02-16T23:17:51.684Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.684Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.684Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.684Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.685Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.685Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.685Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 48 kB/s)
18:17:51 [2024-02-16T23:17:51.685Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.685Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.685Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.685Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.685Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.941Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
18:17:51 [2024-02-16T23:17:51.941Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 1.8 MB/s)
18:17:51 [2024-02-16T23:17:51.941Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.941Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.941Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 275 kB/s)
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 442 kB/s)
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:17:51 [2024-02-16T23:17:51.942Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:17:51 [2024-02-16T23:17:51.943Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:17:51 [2024-02-16T23:17:51.943Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:17:51 [2024-02-16T23:17:51.943Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
18:17:51 [2024-02-16T23:17:51.943Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 217 kB/s)
18:17:51 [2024-02-16T23:17:51.943Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:17:51 [2024-02-16T23:17:51.943Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:17:51 [2024-02-16T23:17:51.943Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.199Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.199Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.199Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.199Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 254 kB/s)
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 223 kB/s)
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
18:17:52 [2024-02-16T23:17:52.200Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 501 kB/s)
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 2.3 MB/s)
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 2.3 MB/s)
18:17:52 [2024-02-16T23:17:52.201Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 604 kB/s)
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:17:52 [2024-02-16T23:17:52.202Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 297 kB/s)
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 934 kB/s)
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:17:52 [2024-02-16T23:17:52.459Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.7 MB/s)
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 1.6 MB/s)
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:17:52 [2024-02-16T23:17:52.460Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 92 kB/s)
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 742 kB/s)
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:17:52 [2024-02-16T23:17:52.461Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
18:17:52 [2024-02-16T23:17:52.718Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 3.5 MB/s)
18:17:52 [2024-02-16T23:17:52.718Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.718Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.718Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.718Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.718Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.718Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 105 kB/s)
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 3.2 MB/s)
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 4.1 MB/s)
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom
18:17:52 [2024-02-16T23:17:52.719Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 341 kB/s)
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 295 kB/s)
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.720Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.721Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.721Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
18:17:52 [2024-02-16T23:17:52.721Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 208 kB/s)
18:17:52 [2024-02-16T23:17:52.721Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:17:52 [2024-02-16T23:17:52.721Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:17:52 [2024-02-16T23:17:52.721Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.8 MB/s)
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:17:52 [2024-02-16T23:17:52.977Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 40 kB/s)
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 96 kB/s)
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 1.0 MB/s)
18:17:52 [2024-02-16T23:17:52.978Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 773 kB/s)
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 12 kB/s)
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:17:52 [2024-02-16T23:17:52.979Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
18:17:52 [2024-02-16T23:17:52.980Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 18 kB/s)
18:17:52 [2024-02-16T23:17:52.980Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:17:52 [2024-02-16T23:17:52.980Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:17:53 [2024-02-16T23:17:53.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:17:53 [2024-02-16T23:17:53.236Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:17:53 [2024-02-16T23:17:53.236Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:17:53 [2024-02-16T23:17:53.236Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
18:17:53 [2024-02-16T23:17:53.236Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 19 kB/s)
18:17:53 [2024-02-16T23:17:53.236Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:17:53 [2024-02-16T23:17:53.236Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:17:53 [2024-02-16T23:17:53.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 752 kB/s)
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 70 kB/s)
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:17:53 [2024-02-16T23:17:53.237Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 257 kB/s)
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 23 kB/s)
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:17:53 [2024-02-16T23:17:53.238Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 24 kB/s)
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 477 kB/s)
18:17:53 [2024-02-16T23:17:53.239Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 281 kB/s)
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:17:53 [2024-02-16T23:17:53.496Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 1.6 MB/s)
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/dom4j/dom4j/1.1/dom4j-1.1.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 18 kB/s)
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/oro/oro/2.0.8/oro-2.0.8.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 20 kB/s)
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:17:53 [2024-02-16T23:17:53.497Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 1.3 MB/s)
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom (6.4 kB at 802 kB/s)
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.498Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 1.3 MB/s)
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.499Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 2.8 MB/s)
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 4.2 MB/s)
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.756Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.757Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.757Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 265 kB/s)
18:17:53 [2024-02-16T23:17:53.757Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.757Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.757Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.757Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.757Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
18:17:53 [2024-02-16T23:17:53.757Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.125Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 1.7 kB/s)
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 43 kB/s)
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.126Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 46 kB/s)
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 196 kB/s)
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.127Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.128Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.128Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.689Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 6.0 kB/s)
18:17:55 [2024-02-16T23:17:55.689Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.689Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.689Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.689Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.689Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.689Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.689Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 125 kB/s)
18:17:55 [2024-02-16T23:17:55.689Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.946Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.946Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.946Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.946Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.946Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 531 kB/s)
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 1.1 MB/s)
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
18:17:55 [2024-02-16T23:17:55.947Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.2 MB/s)
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.3 MB/s)
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/16.0.1/guava-16.0.1.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/16.0.1/guava-16.0.1.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/16.0.1/guava-16.0.1.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/16.0.1/guava-16.0.1.pom
18:17:55 [2024-02-16T23:17:55.948Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom
18:17:56 [2024-02-16T23:17:56.204Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 52 kB/s)
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 349 kB/s)
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
18:17:56 [2024-02-16T23:17:56.205Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 1.2 MB/s)
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.5/asm-9.5.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.5/asm-9.5.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.5/asm-9.5.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.5/asm-9.5.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.5/asm-9.5.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 296 kB/s)
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 780 kB/s)
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
18:17:56 [2024-02-16T23:17:56.206Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
18:17:56 [2024-02-16T23:17:56.207Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
18:17:56 [2024-02-16T23:17:56.207Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
18:17:56 [2024-02-16T23:17:56.207Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
18:17:56 [2024-02-16T23:17:56.207Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
18:17:56 [2024-02-16T23:17:56.207Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 544 kB/s)
18:17:56 [2024-02-16T23:17:56.207Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
18:17:56 [2024-02-16T23:17:56.207Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
18:17:56 [2024-02-16T23:17:56.207Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
18:17:56 [2024-02-16T23:17:56.463Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
18:17:56 [2024-02-16T23:17:56.463Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
18:17:56 [2024-02-16T23:17:56.463Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 753 kB/s)
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.3 MB/s)
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
18:17:56 [2024-02-16T23:17:56.464Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
18:17:56 [2024-02-16T23:17:56.465Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 182 kB/s)
18:17:56 [2024-02-16T23:17:56.465Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom
18:17:56 [2024-02-16T23:17:56.465Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/48/commons-parent-48.pom
18:17:56 [2024-02-16T23:17:56.465Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom
18:17:56 [2024-02-16T23:17:56.465Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom
18:17:56 [2024-02-16T23:17:56.465Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/48/commons-parent-48.pom
18:17:56 [2024-02-16T23:17:56.465Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom
18:17:56 [2024-02-16T23:17:56.721Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 1.4 MB/s)
18:17:56 [2024-02-16T23:17:56.721Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
18:17:56 [2024-02-16T23:17:56.721Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.721Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.721Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.721Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
18:17:56 [2024-02-16T23:17:56.722Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar
18:17:56 [2024-02-16T23:17:56.723Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.5/asm-9.5.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.724Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
18:17:56 [2024-02-16T23:17:56.725Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/dom4j/dom4j/1.1/dom4j-1.1.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/oro/oro/2.0.8/oro-2.0.8.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.5/asm-9.5.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
18:17:56 [2024-02-16T23:17:56.726Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.727Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
18:17:56 [2024-02-16T23:17:56.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
18:17:56 [2024-02-16T23:17:56.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
18:17:56 [2024-02-16T23:17:56.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
18:17:56 [2024-02-16T23:17:56.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:17:56 [2024-02-16T23:17:56.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:17:56 [2024-02-16T23:17:56.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:17:56 [2024-02-16T23:17:56.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:17:56 [2024-02-16T23:17:56.728Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar
18:17:56 [2024-02-16T23:17:56.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.jar
18:17:56 [2024-02-16T23:17:56.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
18:17:56 [2024-02-16T23:17:56.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
18:17:56 [2024-02-16T23:17:56.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
18:17:56 [2024-02-16T23:17:56.984Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.5/asm-9.5.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.985Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.jar
18:17:56 [2024-02-16T23:17:56.986Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.5/asm-9.5.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.987Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:17:56 [2024-02-16T23:17:56.988Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.5/asm-9.5.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 2.4 MB/s)
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.989Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 5.2 MB/s)
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 4.7 MB/s)
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 3.0 MB/s)
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 12 MB/s)
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 38 MB/s)
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.990Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 3.8 MB/s)
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 7.4 MB/s)
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 7.2 MB/s)
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 8.7 MB/s)
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 2.0 MB/s)
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 254 kB/s)
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 11 MB/s)
18:17:56 [2024-02-16T23:17:56.991Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 1.7 MB/s)
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 1.5 MB/s)
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 1.8 MB/s)
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 1.4 MB/s)
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 5.7 MB/s)
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 11 MB/s)
18:17:56 [2024-02-16T23:17:56.992Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 974 kB/s)
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 3.6 MB/s)
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 2.6 MB/s)
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 6.1 MB/s)
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 5.7 MB/s)
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 1.4 MB/s)
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 1.0 MB/s)
18:17:56 [2024-02-16T23:17:56.993Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 6.9 MB/s)
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar (39 kB at 589 kB/s)
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 2.2 MB/s)
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 1.6 MB/s)
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 758 kB/s)
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 553 kB/s)
18:17:56 [2024-02-16T23:17:56.994Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar (1.1 MB at 13 MB/s)
18:17:57 [2024-02-16T23:17:57.250Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 5.4 MB/s)
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.794Z] [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.common/bundles/org.eclipse.jdt.doc.isv/src/main/resources
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.794Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [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.common/bundles/org.eclipse.jdt.doc.isv/src/test/resources
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] >>> javadoc:3.6.3:javadoc (attach-javadocs) > generate-sources @ org.eclipse.jdt.doc.isv >>>
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] The project's OSGi version is 3.14.2300.v20240114-1915
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [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.common/bundles/org.eclipse.jdt.doc.isv/saveproperties
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] <<< javadoc:3.6.3:javadoc (attach-javadocs) < generate-sources @ org.eclipse.jdt.doc.isv <<<
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] 
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] --- javadoc:3.6.3:javadoc (attach-javadocs) @ org.eclipse.jdt.doc.isv ---
18:18:03 [2024-02-16T23:18:03.795Z] [ERROR] Error fetching link: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/unpack/org.eclipse.platform.doc.isv. Ignored it.
18:18:03 [2024-02-16T23:18:03.795Z] [INFO] No previous run data found, generating javadoc.
18:18:25 [2024-02-16T23:18:25.683Z] [INFO] 
18:18:25 [2024-02-16T23:18:25.683Z] [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ org.eclipse.jdt.doc.isv ---
18:18:25 [2024-02-16T23:18:25.683Z] [INFO] Copying 2021 resources from target/site/apidocs to reference/api
18:18:25 [2024-02-16T23:18:25.683Z] [INFO] 
18:18:25 [2024-02-16T23:18:25.683Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.doc.isv ---
18:18:25 [2024-02-16T23:18:25.683Z] [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.common/bundles/org.eclipse.jdt.doc.isv/target/org.eclipse.jdt.doc.isv-3.14.2300-SNAPSHOT.jar
18:18:25 [2024-02-16T23:18:25.683Z] [INFO] 
18:18:25 [2024-02-16T23:18:25.683Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.doc.isv ---
18:18:30 [2024-02-16T23:18:30.971Z] [INFO] Artifact comparison detailed log 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/eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/artifactcomparison
18:18:30 [2024-02-16T23:18:30.971Z] [WARNING] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.isv:3.14.2300-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.common/bundles/org.eclipse.jdt.doc.isv/pom.xml: baseline and build artifacts have same version but different contents
18:18:30 [2024-02-16T23:18:30.971Z]    no-classifier: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/allclasses-index.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/constant-values.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/deprecated-list.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/index-files/index-1.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/index-files/index-18.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/index-files/index-19.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/index-files/index-20.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/index-files/index-21.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/index-files/index-3.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/index-files/index-6.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/index-files/index-7.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/index-files/index-9.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/member-search-index.js: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/class-use/ICompilationUnit.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/compiler/CategorizedProblem.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/compiler/IProblem.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/compiler/ITerminalSymbols.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/dom/class-use/ASTNode.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/dom/class-use/CompilationUnit.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/dom/package-use.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/formatter/DefaultCodeFormatterConstants.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/formatter/IndentManipulation.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/manipulation/CUCorrectionProposalCore.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/manipulation/ChangeCorrectionProposalCore.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/manipulation/CleanUpContextCore.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/manipulation/CleanUpOptionsCore.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/manipulation/CleanUpRequirementsCore.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/manipulation/ICleanUpFixCore.html: different
18:18:30 [2024-02-16T23:18:30.971Z]       reference/api/org/eclipse/jdt/core/manipulation/class-use/CleanUpRequirementsCore.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/core/manipulation/package-summary.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/core/manipulation/package-tree.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/core/manipulation/package-use.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/core/refactoring/class-use/CompilationUnitChange.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/core/refactoring/package-use.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/cleanup/CleanUpContext.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/cleanup/CleanUpOptions.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/cleanup/CleanUpRequirements.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/cleanup/ICleanUp.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/cleanup/ICleanUpFix.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/cleanup/ICleanUpOptionsInitializer.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/refactoring/IRefactoringProcessorIds.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/IInvocationContext.html: present in baseline only
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/IProblemLocation.html: present in baseline only
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/IQuickAssistProcessor.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/IQuickFixProcessor.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/class-use/IInvocationContext.html: present in baseline only
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/class-use/IJavaCompletionProposal.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/class-use/IProblemLocation.html: present in baseline only
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/correction/ASTRewriteCorrectionProposal.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/correction/CUCorrectionProposal.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/correction/ChangeCorrectionProposal.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/correction/package-tree.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/package-summary.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/package-tree.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/org/eclipse/jdt/ui/text/java/package-use.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/overview-tree.html: different
18:18:30 [2024-02-16T23:18:30.972Z]       reference/api/type-search-index.js: different
18:18:30 [2024-02-16T23:18:30.972Z] 
18:18:30 [2024-02-16T23:18:30.972Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.isv:3.14.2300-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.common/bundles/org.eclipse.jdt.doc.isv/pom.xml
18:18:30 [2024-02-16T23:18:30.972Z]     The main artifact has been replaced with the baseline version.
18:18:30 [2024-02-16T23:18:30.972Z] 
18:18:30 [2024-02-16T23:18:30.972Z] [INFO] 
18:18:30 [2024-02-16T23:18:30.973Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.doc.isv ---
18:18:30 [2024-02-16T23:18:30.973Z] [INFO] Execution was skipped
18:18:30 [2024-02-16T23:18:30.973Z] [INFO] 
18:18:30 [2024-02-16T23:18:30.973Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.doc.isv ---
18:18:31 [2024-02-16T23:18:31.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.common/bundles/org.eclipse.jdt.doc.isv/target/org.eclipse.jdt.doc.isv-3.14.2300-SNAPSHOT.jar' is already signed and will be resigned.
18:18:31 [2024-02-16T23:18:31.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.common/bundles/org.eclipse.jdt.doc.isv/target/org.eclipse.jdt.doc.isv-3.14.2300-SNAPSHOT.jar
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.doc.isv ---
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.doc.isv:3.14.2300-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.common/bundles/org.eclipse.jdt.doc.isv/pom.xml
18:18:35 [2024-02-16T23:18:35.163Z]     The main artifact has been replaced with the baseline version.
18:18:35 [2024-02-16T23:18:35.163Z] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ant.launching >-----------
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] Building [bundle] Ant Launching Support 1.4.300-SNAPSHOT       [146/521]
18:18:35 [2024-02-16T23:18:35.163Z] [INFO]   from eclipse.platform/ant/org.eclipse.ant.launching/.polyglot.META-INF
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] The project's OSGi version is 1.4.300.v20240110-1213
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.163Z] [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/ant/org.eclipse.ant.launching/saveproperties
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] Resolving class path of [bundle] Ant Launching Support
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.163Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-14) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.164Z] [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/eclipse.platform/ant/org.eclipse.ant.launching/loggers added.
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-15) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.164Z] [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/eclipse.platform/ant/org.eclipse.ant.launching/common added.
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-16) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.164Z] [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/eclipse.platform/ant/org.eclipse.ant.launching/remote added.
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.164Z] [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/ant/org.eclipse.ant.launching/src/main/resources
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.164Z] [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/ant/org.eclipse.ant.launching/src/main/resources
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.164Z] [INFO] Compiling 41 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/ant/org.eclipse.ant.launching/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:35 [2024-02-16T23:18:35.420Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/AntLaunchingUtil.java:[143] 
18:18:35 [2024-02-16T23:18:35.420Z] 	// TODO PLATFORM DEBUG 1.5 API
18:18:35 [2024-02-16T23:18:35.420Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:35 [2024-02-16T23:18:35.420Z] TODO PLATFORM DEBUG 1.5 API
18:18:35 [2024-02-16T23:18:35.420Z] 1 problem (1 warning)
18:18:35 [2024-02-16T23:18:35.420Z] [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/ant/org.eclipse.ant.launching/target/lib/loggers.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.676Z] [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/ant/org.eclipse.ant.launching/src/test/resources
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.676Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.677Z] [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/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.300-SNAPSHOT-sources.jar
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.677Z] [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/ant/org.eclipse.ant.launching/lib/loggers.jar
18:18:35 [2024-02-16T23:18:35.677Z] [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/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.300-SNAPSHOT.jar
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.launching:1.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/ant/org.eclipse.ant.launching/.polyglot.META-INF
18:18:35 [2024-02-16T23:18:35.677Z]     The main artifact has been replaced with the baseline version.
18:18:35 [2024-02-16T23:18:35.677Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:35 [2024-02-16T23:18:35.677Z] 
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] Execution was skipped
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] 
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ant.launching ---
18:18:35 [2024-02-16T23:18:35.677Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.300-SNAPSHOT.jar' is disabled.
18:18:35 [2024-02-16T23:18:35.678Z] [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/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:18:35 [2024-02-16T23:18:35.678Z] [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/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.300-SNAPSHOT.jar
18:18:36 [2024-02-16T23:18:36.603Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.300-SNAPSHOT-sources.jar' is disabled.
18:18:36 [2024-02-16T23:18:36.604Z] [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/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:18:36 [2024-02-16T23:18:36.604Z] [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/ant/org.eclipse.ant.launching/target/org.eclipse.ant.launching-1.4.300-SNAPSHOT-sources.jar
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ant.launching ---
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.launching:1.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/ant/org.eclipse.ant.launching/.polyglot.META-INF
18:18:37 [2024-02-16T23:18:37.530Z]     The main artifact has been replaced with the baseline version.
18:18:37 [2024-02-16T23:18:37.530Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:37 [2024-02-16T23:18:37.530Z] 
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] -----------< org.eclipse.jdt:org.eclipse.jdt.junit4.runtime >-----------
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] Building org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT       [147/521]
18:18:37 [2024-02-16T23:18:37.530Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] The project's OSGi version is 1.3.100.v20231214-1952
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.530Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.531Z] [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.ui/org.eclipse.jdt.junit4.runtime/saveproperties
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] Resolving class path of org.eclipse.jdt.junit4.runtime
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.531Z] [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.ui/org.eclipse.jdt.junit4.runtime/src/main/resources
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.531Z] [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.ui/org.eclipse.jdt.junit4.runtime/src/main/resources
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.531Z] [INFO] Compiling 7 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.ui/org.eclipse.jdt.junit4.runtime/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.787Z] [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.ui/org.eclipse.jdt.junit4.runtime/src/test/resources
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.787Z] [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.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT-sources.jar
18:18:37 [2024-02-16T23:18:37.787Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.788Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.788Z] [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.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT.jar
18:18:37 [2024-02-16T23:18:37.788Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.788Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.788Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.3.100-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.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml
18:18:37 [2024-02-16T23:18:37.788Z]     The main artifact has been replaced with the baseline version.
18:18:37 [2024-02-16T23:18:37.788Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:37 [2024-02-16T23:18:37.788Z] 
18:18:37 [2024-02-16T23:18:37.788Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.788Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.788Z] [INFO] Execution was skipped
18:18:37 [2024-02-16T23:18:37.788Z] [INFO] 
18:18:37 [2024-02-16T23:18:37.788Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.junit4.runtime ---
18:18:37 [2024-02-16T23:18:37.788Z] [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.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT.jar' is already signed and will be resigned.
18:18:37 [2024-02-16T23:18:37.788Z] [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.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT.jar
18:18:38 [2024-02-16T23:18:38.715Z] [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.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:18:38 [2024-02-16T23:18:38.715Z] [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.jdt.ui/org.eclipse.jdt.junit4.runtime/target/org.eclipse.jdt.junit4.runtime-1.3.100-SNAPSHOT-sources.jar
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.junit4.runtime ---
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.junit4.runtime:1.3.100-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.jdt.ui/org.eclipse.jdt.junit4.runtime/pom.xml
18:18:39 [2024-02-16T23:18:39.277Z]     The main artifact has been replaced with the baseline version.
18:18:39 [2024-02-16T23:18:39.277Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:39 [2024-02-16T23:18:39.277Z] 
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.annotation >-------------
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] Building org.eclipse.jdt.annotation 1.2.100-SNAPSHOT           [148/521]
18:18:39 [2024-02-16T23:18:39.277Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] The project's OSGi version is 1.2.100.v20240212-1051
18:18:39 [2024-02-16T23:18:39.277Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.278Z] [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.annotation_v1/saveproperties
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] Resolving class path of org.eclipse.jdt.annotation
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.278Z] [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.annotation_v1/src/main/resources
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.278Z] [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.annotation_v1/src/main/resources
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.278Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.279Z] [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.jdt.core/org.eclipse.jdt.annotation_v1/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:39 [2024-02-16T23:18:39.534Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.534Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.534Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.534Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.534Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.534Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.534Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.534Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.534Z] [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.annotation_v1/src/test/resources
18:18:39 [2024-02-16T23:18:39.534Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.535Z] [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.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT-sources.jar
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.535Z] [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.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT.jar
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.100-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.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml
18:18:39 [2024-02-16T23:18:39.535Z]     The main artifact has been replaced with the baseline version.
18:18:39 [2024-02-16T23:18:39.535Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:39 [2024-02-16T23:18:39.535Z] 
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] Execution was skipped
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] 
18:18:39 [2024-02-16T23:18:39.535Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.annotation ---
18:18:39 [2024-02-16T23:18:39.535Z] [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.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT.jar' is already signed and will be resigned.
18:18:39 [2024-02-16T23:18:39.536Z] [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.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT.jar
18:18:40 [2024-02-16T23:18:40.900Z] [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.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:18:40 [2024-02-16T23:18:40.900Z] [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.jdt.core/org.eclipse.jdt.annotation_v1/target/org.eclipse.jdt.annotation-1.2.100-SNAPSHOT-sources.jar
18:18:41 [2024-02-16T23:18:41.827Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.827Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.annotation ---
18:18:41 [2024-02-16T23:18:41.827Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.annotation:1.2.100-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.jdt.core/org.eclipse.jdt.annotation_v1/pom.xml
18:18:41 [2024-02-16T23:18:41.827Z]     The main artifact has been replaced with the baseline version.
18:18:41 [2024-02-16T23:18:41.827Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:41 [2024-02-16T23:18:41.827Z] 
18:18:41 [2024-02-16T23:18:41.827Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.827Z] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.externaltools >----------
18:18:41 [2024-02-16T23:18:41.827Z] [INFO] Building [bundle] External Tools 3.6.300-SNAPSHOT              [149/521]
18:18:41 [2024-02-16T23:18:41.827Z] [INFO]   from eclipse.platform/debug/org.eclipse.ui.externaltools/.polyglot.META-INF
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.externaltools ---
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.externaltools ---
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] The project's OSGi version is 3.6.300.v20231214-1526
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.externaltools ---
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.externaltools ---
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.externaltools ---
18:18:41 [2024-02-16T23:18:41.828Z] [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/debug/org.eclipse.ui.externaltools/saveproperties
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.externaltools ---
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.externaltools ---
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] 
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.externaltools ---
18:18:41 [2024-02-16T23:18:41.828Z] [INFO] Resolving class path of [bundle] External Tools
18:18:42 [2024-02-16T23:18:42.083Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.083Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-30) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.083Z] [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/eclipse.platform/debug/org.eclipse.ui.externaltools/Program Tools Support added.
18:18:42 [2024-02-16T23:18:42.084Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.084Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.084Z] [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/debug/org.eclipse.ui.externaltools/src/main/resources
18:18:42 [2024-02-16T23:18:42.084Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.084Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.084Z] [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/debug/org.eclipse.ui.externaltools/src/main/resources
18:18:42 [2024-02-16T23:18:42.084Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.084Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.084Z] [INFO] Compiling 31 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/debug/org.eclipse.ui.externaltools/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:42 [2024-02-16T23:18:42.340Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/launchConfigurations/ExternalToolsBuildTab.java:[182] 
18:18:42 [2024-02-16T23:18:42.340Z] 	ListSelectionDialog dialog = new ListSelectionDialog(getShell(), ResourcesPlugin.getWorkspace(), new ProjectsContentProvider(), new WorkbenchLabelProvider(), ExternalToolsLaunchConfigurationMessages.ExternalToolsBuildTab_7);
18:18:42 [2024-02-16T23:18:42.340Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:42 [2024-02-16T23:18:42.340Z] The constructor ListSelectionDialog(Shell, Object, IStructuredContentProvider, ILabelProvider, String) is deprecated
18:18:42 [2024-02-16T23:18:42.340Z] 1 problem (1 warning)
18:18:42 [2024-02-16T23:18:42.340Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.340Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.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/debug/org.eclipse.ui.externaltools/src/test/resources
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.341Z] [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/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.300-SNAPSHOT-sources.jar
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.341Z] [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/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.300-SNAPSHOT.jar
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.341Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.externaltools:3.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/debug/org.eclipse.ui.externaltools/.polyglot.META-INF
18:18:42 [2024-02-16T23:18:42.341Z]     The main artifact has been replaced with the baseline version.
18:18:42 [2024-02-16T23:18:42.342Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:42 [2024-02-16T23:18:42.342Z] 
18:18:42 [2024-02-16T23:18:42.342Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.342Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.342Z] [INFO] Execution was skipped
18:18:42 [2024-02-16T23:18:42.342Z] [INFO] 
18:18:42 [2024-02-16T23:18:42.342Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.externaltools ---
18:18:42 [2024-02-16T23:18:42.342Z] [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/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:18:42 [2024-02-16T23:18:42.342Z] [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/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.300-SNAPSHOT.jar
18:18:43 [2024-02-16T23:18:43.269Z] [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/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:18:43 [2024-02-16T23:18:43.269Z] [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/debug/org.eclipse.ui.externaltools/target/org.eclipse.ui.externaltools-3.6.300-SNAPSHOT-sources.jar
18:18:44 [2024-02-16T23:18:44.196Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.196Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.externaltools ---
18:18:44 [2024-02-16T23:18:44.196Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.externaltools:3.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/debug/org.eclipse.ui.externaltools/.polyglot.META-INF
18:18:44 [2024-02-16T23:18:44.196Z]     The main artifact has been replaced with the baseline version.
18:18:44 [2024-02-16T23:18:44.196Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:44 [2024-02-16T23:18:44.196Z] 
18:18:44 [2024-02-16T23:18:44.196Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.196Z] [INFO] --------------< org.eclipse.platform:org.eclipse.ant.ui >---------------
18:18:44 [2024-02-16T23:18:44.196Z] [INFO] Building [bundle] Ant UI 3.9.300-SNAPSHOT                      [150/521]
18:18:44 [2024-02-16T23:18:44.196Z] [INFO]   from eclipse.platform/ant/org.eclipse.ant.ui/.polyglot.META-INF
18:18:44 [2024-02-16T23:18:44.196Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] The project's OSGi version is 3.9.300.v20231214-1526
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.758Z] [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/ant/org.eclipse.ant.ui/saveproperties
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] Resolving class path of [bundle] Ant UI
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-17) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.758Z] [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/eclipse.platform/ant/org.eclipse.ant.ui/Ant Runner Support added.
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.758Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-18) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.759Z] [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/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor added.
18:18:44 [2024-02-16T23:18:44.759Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.759Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-19) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.759Z] [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/eclipse.platform/ant/org.eclipse.ant.ui/Remote Ant Support added.
18:18:44 [2024-02-16T23:18:44.759Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.759Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.759Z] [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/ant/org.eclipse.ant.ui/src/main/resources
18:18:44 [2024-02-16T23:18:44.759Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.759Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.759Z] [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/ant/org.eclipse.ant.ui/src/main/resources
18:18:44 [2024-02-16T23:18:44.759Z] [INFO] 
18:18:44 [2024-02-16T23:18:44.759Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.ui ---
18:18:44 [2024-02-16T23:18:44.759Z] [INFO] Compiling 258 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/ant/org.eclipse.ant.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:45 [2024-02-16T23:18:45.687Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java:[745] 
18:18:45 [2024-02-16T23:18:45.687Z] 	// TODO probably a much better way to find the definition of a nested type than this
18:18:45 [2024-02-16T23:18:45.687Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.687Z] TODO probably a much better way to find the definition of a nested type than this
18:18:45 [2024-02-16T23:18:45.687Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java:[1721] 
18:18:45 [2024-02-16T23:18:45.687Z] 	return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TargetContextType.TARGET_CONTEXT_TYPE);
18:18:45 [2024-02-16T23:18:45.687Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.687Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:18:45 [2024-02-16T23:18:45.687Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java:[1723] 
18:18:45 [2024-02-16T23:18:45.687Z] 	return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TaskContextType.TASK_CONTEXT_TYPE);
18:18:45 [2024-02-16T23:18:45.688Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.688Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:18:45 [2024-02-16T23:18:45.688Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java:[1725] 
18:18:45 [2024-02-16T23:18:45.688Z] 	return AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(BuildFileContextType.BUILDFILE_CONTEXT_TYPE);
18:18:45 [2024-02-16T23:18:45.688Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.688Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:18:45 [2024-02-16T23:18:45.688Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/formatter/XmlDocumentFormatter.java:[325] 
18:18:45 [2024-02-16T23:18:45.688Z] 	// TODO logic incorrectly assumes that " is quote character
18:18:45 [2024-02-16T23:18:45.688Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.688Z] TODO logic incorrectly assumes that " is quote character
18:18:45 [2024-02-16T23:18:45.688Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntContext.java:[51] 
18:18:45 [2024-02-16T23:18:45.688Z] 	// TODO Not enabled see bug 55356
18:18:45 [2024-02-16T23:18:45.688Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.688Z] TODO Not enabled see bug 55356
18:18:45 [2024-02-16T23:18:45.688Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateAccess.java:[19] 
18:18:45 [2024-02-16T23:18:45.688Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:18:45 [2024-02-16T23:18:45.688Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.688Z] The type ContextTypeRegistry is deprecated
18:18:45 [2024-02-16T23:18:45.688Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateAccess.java:[75] 
18:18:45 [2024-02-16T23:18:45.688Z] 	public ContextTypeRegistry getContextTypeRegistry() {
18:18:45 [2024-02-16T23:18:45.688Z] 	       ^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.688Z] The type ContextTypeRegistry is deprecated
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[30] 
18:18:45 [2024-02-16T23:18:45.689Z] 	import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData;
18:18:45 [2024-02-16T23:18:45.689Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.689Z] The type TemplatePersistenceData is deprecated
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[82] 
18:18:45 [2024-02-16T23:18:45.689Z] 	if (selection.size() == 1 && selection.getFirstElement() instanceof TemplatePersistenceData) {
18:18:45 [2024-02-16T23:18:45.689Z] 	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.689Z] The type TemplatePersistenceData is deprecated
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[83] 
18:18:45 [2024-02-16T23:18:45.689Z] 	TemplatePersistenceData data = (TemplatePersistenceData) selection.getFirstElement();
18:18:45 [2024-02-16T23:18:45.689Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.689Z] The type TemplatePersistenceData is deprecated
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[83] 
18:18:45 [2024-02-16T23:18:45.689Z] 	TemplatePersistenceData data = (TemplatePersistenceData) selection.getFirstElement();
18:18:45 [2024-02-16T23:18:45.689Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.689Z] The type TemplatePersistenceData is deprecated
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplatePreferencePage.java:[84] 
18:18:45 [2024-02-16T23:18:45.689Z] 	Template template = data.getTemplate();
18:18:45 [2024-02-16T23:18:45.689Z] 	                         ^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.689Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/templates/AntTemplateVariableTextHover.java:[40] 
18:18:45 [2024-02-16T23:18:45.690Z] 	TemplateContextType contextType = AntTemplateAccess.getDefault().getContextTypeRegistry().getContextType(TaskContextType.TASK_CONTEXT_TYPE);
18:18:45 [2024-02-16T23:18:45.690Z] 	                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.690Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/IAntUIConstants.java:[57] 
18:18:45 [2024-02-16T23:18:45.690Z] 	// TODO: add a include label image and change the identifier
18:18:45 [2024-02-16T23:18:45.690Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.690Z] TODO: add a include label image and change the identifier
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/console/JikesJavacPatternMatcher.java:[38] 
18:18:45 [2024-02-16T23:18:45.690Z] 	// TODO determine if error or warning
18:18:45 [2024-02-16T23:18:45.690Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.690Z] TODO determine if error or warning
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/datatransfer/AntBuildfileExportPage.java:[100] 
18:18:45 [2024-02-16T23:18:45.690Z] 	// TODO set F1 help
18:18:45 [2024-02-16T23:18:45.690Z] 	   ^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.690Z] TODO set F1 help
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/model/AntIncludeNode.java:[35] 
18:18:45 [2024-02-16T23:18:45.690Z] 	// TODO: set an include-descriptor
18:18:45 [2024-02-16T23:18:45.690Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.690Z] TODO: set an include-descriptor
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/model/AntModelProject.java:[132] 
18:18:45 [2024-02-16T23:18:45.690Z] 	// XXX hack because we cannot look up references by id in Ant 1.8.x
18:18:45 [2024-02-16T23:18:45.690Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.690Z] XXX hack because we cannot look up references by id in Ant 1.8.x
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/model/IAntModel.java:[155] 
18:18:45 [2024-02-16T23:18:45.691Z] 	// TODO Could this just be getPath().toLocation();
18:18:45 [2024-02-16T23:18:45.691Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.691Z] TODO Could this just be getPath().toLocation();
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/preferences/AntClasspathPage.java:[122] 
18:18:45 [2024-02-16T23:18:45.691Z] 	// TODO should use AntCorePreferences.getUserLibraries when promoted to API post 3.1
18:18:45 [2024-02-16T23:18:45.691Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.691Z] TODO should use AntCorePreferences.getUserLibraries when promoted to API post 3.1
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/views/actions/AntOpenWithMenu.java:[140] 
18:18:45 [2024-02-16T23:18:45.691Z] 	// XXX: Would be better to use bold here, but SWT does not support it.
18:18:45 [2024-02-16T23:18:45.691Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.691Z] XXX: Would be better to use bold here, but SWT does not support it.
18:18:45 [2024-02-16T23:18:45.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/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/views/actions/EditorImageDescriptor.java:[62] 
18:18:45 [2024-02-16T23:18:45.691Z] 	ImageData defaultImage = PlatformUI.getWorkbench().getSharedImages().getImageDescriptor(ISharedImages.IMG_OBJ_FILE).getImageData();
18:18:45 [2024-02-16T23:18:45.691Z] 	                                                                                                                    ^^^^^^^^^^^^^^
18:18:45 [2024-02-16T23:18:45.691Z] The method getImageData() from the type ImageDescriptor is deprecated
18:18:45 [2024-02-16T23:18:45.691Z] 23 problems (null, 23 warnings)
18:18:45 [2024-02-16T23:18:45.691Z] [INFO] Compiling 2 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/ant/org.eclipse.ant.ui/target/lib/antrunner.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:45 [2024-02-16T23:18:45.691Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.692Z] [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/ant/org.eclipse.ant.ui/src/test/resources
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.692Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.947Z] [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/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.300-SNAPSHOT-sources.jar
18:18:45 [2024-02-16T23:18:45.947Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.947Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.948Z] [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/ant/org.eclipse.ant.ui/lib/antrunner.jar
18:18:45 [2024-02-16T23:18:45.948Z] [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/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.300-SNAPSHOT.jar
18:18:45 [2024-02-16T23:18:45.948Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.948Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.948Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.ui: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/ant/org.eclipse.ant.ui/.polyglot.META-INF
18:18:45 [2024-02-16T23:18:45.948Z]     The main artifact has been replaced with the baseline version.
18:18:45 [2024-02-16T23:18:45.948Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:45 [2024-02-16T23:18:45.948Z] 
18:18:45 [2024-02-16T23:18:45.948Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.948Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.ui ---
18:18:45 [2024-02-16T23:18:45.948Z] [INFO] Execution was skipped
18:18:45 [2024-02-16T23:18:45.948Z] [INFO] 
18:18:45 [2024-02-16T23:18:45.948Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ant.ui ---
18:18:46 [2024-02-16T23:18:46.204Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.300-SNAPSHOT.jar' is disabled.
18:18:46 [2024-02-16T23:18:46.204Z] [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/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.300-SNAPSHOT.jar' is already signed and will be resigned.
18:18:46 [2024-02-16T23:18:46.204Z] [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/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.300-SNAPSHOT.jar
18:18:47 [2024-02-16T23:18:47.132Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.300-SNAPSHOT-sources.jar' is disabled.
18:18:47 [2024-02-16T23:18:47.132Z] [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/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:18:47 [2024-02-16T23:18:47.132Z] [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/ant/org.eclipse.ant.ui/target/org.eclipse.ant.ui-3.9.300-SNAPSHOT-sources.jar
18:18:48 [2024-02-16T23:18:48.497Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.497Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ant.ui ---
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.ui: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/ant/org.eclipse.ant.ui/.polyglot.META-INF
18:18:48 [2024-02-16T23:18:48.498Z]     The main artifact has been replaced with the baseline version.
18:18:48 [2024-02-16T23:18:48.498Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:48 [2024-02-16T23:18:48.498Z] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.launching.macosx >----------
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] Building org.eclipse.jdt.launching.macosx 3.6.200-SNAPSHOT     [151/521]
18:18:48 [2024-02-16T23:18:48.498Z] [INFO]   from eclipse.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] The project's OSGi version is 3.6.200.v20231214-1553
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.498Z] [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.debug/org.eclipse.jdt.launching.macosx/saveproperties
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] Resolving class path of org.eclipse.jdt.launching.macosx
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.498Z] [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.debug/org.eclipse.jdt.launching.macosx/src/main/resources
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.498Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [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.debug/org.eclipse.jdt.launching.macosx/src/main/resources
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [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.jdt.debug/org.eclipse.jdt.launching.macosx/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [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.debug/org.eclipse.jdt.launching.macosx/src/test/resources
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [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.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.200-SNAPSHOT-sources.jar
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.499Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.499Z] [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.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.200-SNAPSHOT.jar
18:18:48 [2024-02-16T23:18:48.500Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.500Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.500Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.6.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.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml
18:18:48 [2024-02-16T23:18:48.500Z]     The main artifact has been replaced with the baseline version.
18:18:48 [2024-02-16T23:18:48.500Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:48 [2024-02-16T23:18:48.500Z] 
18:18:48 [2024-02-16T23:18:48.500Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.500Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.500Z] [INFO] Execution was skipped
18:18:48 [2024-02-16T23:18:48.500Z] [INFO] 
18:18:48 [2024-02-16T23:18:48.500Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.launching.macosx ---
18:18:48 [2024-02-16T23:18:48.500Z] [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.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.200-SNAPSHOT.jar' is already signed and will be resigned.
18:18:48 [2024-02-16T23:18:48.500Z] [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.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.200-SNAPSHOT.jar
18:18:50 [2024-02-16T23:18:50.388Z] [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.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:18:50 [2024-02-16T23:18:50.388Z] [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.jdt.debug/org.eclipse.jdt.launching.macosx/target/org.eclipse.jdt.launching.macosx-3.6.200-SNAPSHOT-sources.jar
18:18:51 [2024-02-16T23:18:51.314Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.314Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.launching.macosx ---
18:18:51 [2024-02-16T23:18:51.315Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.6.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.jdt.debug/org.eclipse.jdt.launching.macosx/pom.xml
18:18:51 [2024-02-16T23:18:51.315Z]     The main artifact has been replaced with the baseline version.
18:18:51 [2024-02-16T23:18:51.315Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:51 [2024-02-16T23:18:51.315Z] 
18:18:51 [2024-02-16T23:18:51.315Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.315Z] [INFO] --------------< org.eclipse.jdt.feature:org.eclipse.jdt >---------------
18:18:51 [2024-02-16T23:18:51.315Z] [INFO] Building org eclipse jdt feature 3.19.400-SNAPSHOT             [152/521]
18:18:51 [2024-02-16T23:18:51.315Z] [INFO]   from eclipse.jdt/org.eclipse.jdt-feature/pom.xml
18:18:51 [2024-02-16T23:18:51.315Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:18:51 [2024-02-16T23:18:51.315Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt:3.19.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.jdt/org.eclipse.jdt-feature/pom.xml
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] Deleting /home/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/org.eclipse.jdt-feature/target
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] The project's OSGi version is 3.19.400.v20240216-1800
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.570Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [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/org.eclipse.jdt-feature/saveproperties
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [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/org.eclipse.jdt-feature/src/main/resources
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [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/org.eclipse.jdt-feature/src/main/resources
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [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/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.400-SNAPSHOT.jar
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] No baseline version org.eclipse.jdt.feature:org.eclipse.jdt:eclipse-feature:3.19.400-SNAPSHOT
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.571Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.572Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.572Z] [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/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.400-SNAPSHOT-sources-feature.jar
18:18:51 [2024-02-16T23:18:51.572Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.572Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.827Z] [INFO] No baseline version org.eclipse.jdt.feature:org.eclipse.jdt:eclipse-feature:3.19.400-SNAPSHOT
18:18:51 [2024-02-16T23:18:51.827Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.827Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.828Z] [INFO] Execution was skipped
18:18:51 [2024-02-16T23:18:51.828Z] [INFO] 
18:18:51 [2024-02-16T23:18:51.828Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt ---
18:18:51 [2024-02-16T23:18:51.828Z] [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.jdt/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.400-SNAPSHOT.jar
18:18:53 [2024-02-16T23:18:53.191Z] [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.jdt/org.eclipse.jdt-feature/target/org.eclipse.jdt-3.19.400-SNAPSHOT-sources-feature.jar
18:18:53 [2024-02-16T23:18:53.750Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt ---
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] No baseline version org.eclipse.jdt.feature:org.eclipse.jdt:eclipse-feature:3.19.400-SNAPSHOT
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.launcher >----------
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] Building [bundle] Equinox Launcher 1.6.700-SNAPSHOT            [153/521]
18:18:53 [2024-02-16T23:18:53.751Z] [INFO]   from equinox/bundles/org.eclipse.equinox.launcher/.polyglot.META-INF
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] The project's OSGi version is 1.6.700.v20240213-1244
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [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.launcher/saveproperties
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] Resolving class path of [bundle] Equinox Launcher
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [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.launcher/src/main/resources
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.751Z] [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.launcher/src/main/resources
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] 
18:18:53 [2024-02-16T23:18:53.751Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher ---
18:18:53 [2024-02-16T23:18:53.752Z] [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/equinox/bundles/org.eclipse.equinox.launcher/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:54 [2024-02-16T23:18:54.007Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[831] 
18:18:54 [2024-02-16T23:18:54.007Z] 	extensionURL = new File(path).toURL();
18:18:54 [2024-02-16T23:18:54.007Z] 	                              ^^^^^^^
18:18:54 [2024-02-16T23:18:54.007Z] The method toURL() from the type File is deprecated
18:18:54 [2024-02-16T23:18:54.007Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[917] 
18:18:54 [2024-02-16T23:18:54.007Z] 	url = new File(string.substring(5)).toURL();
18:18:54 [2024-02-16T23:18:54.007Z] 	                                    ^^^^^^^
18:18:54 [2024-02-16T23:18:54.007Z] The method toURL() from the type File is deprecated
18:18:54 [2024-02-16T23:18:54.008Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[943] 
18:18:54 [2024-02-16T23:18:54.008Z] 	url = path.toURL();
18:18:54 [2024-02-16T23:18:54.008Z] 	           ^^^^^^^
18:18:54 [2024-02-16T23:18:54.008Z] The method toURL() from the type File is deprecated
18:18:54 [2024-02-16T23:18:54.008Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[975] 
18:18:54 [2024-02-16T23:18:54.008Z] 	url = new File(path).toURL();
18:18:54 [2024-02-16T23:18:54.008Z] 	                     ^^^^^^^
18:18:54 [2024-02-16T23:18:54.008Z] The method toURL() from the type File is deprecated
18:18:54 [2024-02-16T23:18:54.008Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[1166] 
18:18:54 [2024-02-16T23:18:54.008Z] 	return adjustTrailingSlash(toAdjust.toURL(), trailingSlash);
18:18:54 [2024-02-16T23:18:54.008Z] 	                                    ^^^^^^^
18:18:54 [2024-02-16T23:18:54.008Z] The method toURL() from the type File is deprecated
18:18:54 [2024-02-16T23:18:54.008Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[1167] 
18:18:54 [2024-02-16T23:18:54.008Z] 	return toAdjust.toURL();
18:18:54 [2024-02-16T23:18:54.008Z] 	                ^^^^^^^
18:18:54 [2024-02-16T23:18:54.008Z] The method toURL() from the type File is deprecated
18:18:54 [2024-02-16T23:18:54.008Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[1178] 
18:18:54 [2024-02-16T23:18:54.008Z] 	return adjustTrailingSlash(toAdjust.toURL(), trailingSlash);
18:18:54 [2024-02-16T23:18:54.008Z] 	                                    ^^^^^^^
18:18:54 [2024-02-16T23:18:54.008Z] The method toURL() from the type File is deprecated
18:18:54 [2024-02-16T23:18:54.008Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[1179] 
18:18:54 [2024-02-16T23:18:54.008Z] 	return toAdjust.toURL();
18:18:54 [2024-02-16T23:18:54.008Z] 	                ^^^^^^^
18:18:54 [2024-02-16T23:18:54.008Z] The method toURL() from the type File is deprecated
18:18:54 [2024-02-16T23:18:54.009Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/Main.java:[2014] 
18:18:54 [2024-02-16T23:18:54.009Z] 	path = new File(path).toURL().getFile();
18:18:54 [2024-02-16T23:18:54.009Z] 	                      ^^^^^^^
18:18:54 [2024-02-16T23:18:54.009Z] The method toURL() from the type File is deprecated
18:18:54 [2024-02-16T23:18:54.009Z] 9 problems (9 warnings)
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.009Z] [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.launcher/src/test/resources
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.009Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.010Z] [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.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT-sources.jar
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.010Z] [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.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.700-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.launcher/.polyglot.META-INF
18:18:54 [2024-02-16T23:18:54.010Z]     The main artifact has been replaced with the baseline version.
18:18:54 [2024-02-16T23:18:54.010Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:54 [2024-02-16T23:18:54.010Z] 
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.700-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.launcher/.polyglot.META-INF
18:18:54 [2024-02-16T23:18:54.010Z]     The main artifact has been replaced with the baseline version.
18:18:54 [2024-02-16T23:18:54.010Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:54 [2024-02-16T23:18:54.010Z] 
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] Execution was skipped
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] 
18:18:54 [2024-02-16T23:18:54.010Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.launcher ---
18:18:54 [2024-02-16T23:18:54.011Z] [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.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar' is already signed and will be resigned.
18:18:54 [2024-02-16T23:18:54.011Z] [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.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT.jar
18:18:54 [2024-02-16T23:18:54.936Z] [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.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:18:54 [2024-02-16T23:18:54.937Z] [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.launcher/target/org.eclipse.equinox.launcher-1.6.700-SNAPSHOT-sources.jar
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.launcher ---
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher:1.6.700-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.launcher/.polyglot.META-INF
18:18:55 [2024-02-16T23:18:55.498Z]     The main artifact has been replaced with the baseline version.
18:18:55 [2024-02-16T23:18:55.498Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:55 [2024-02-16T23:18:55.498Z] 
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] ----------< eclipse.platform.releng:eclipse.platform.releng >-----------
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] Building eclipse.platform.releng 4.31.0-SNAPSHOT               [154/521]
18:18:55 [2024-02-16T23:18:55.498Z] [INFO]   from eclipse.platform.releng/pom.xml
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] --------------------------------[ pom ]---------------------------------
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.releng ---
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.releng ---
18:18:55 [2024-02-16T23:18:55.498Z] [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/saveproperties
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.releng ---
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.releng ---
18:18:55 [2024-02-16T23:18:55.498Z] [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/src/main/resources
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.releng ---
18:18:55 [2024-02-16T23:18:55.498Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.releng ---
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng ---
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] Execution was skipped
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.releng ---
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.releng ---
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] -----------< org.eclipse.test:org.eclipse.test.performance >------------
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] Building org.eclipse.test.performance 3.20.0-SNAPSHOT          [155/521]
18:18:55 [2024-02-16T23:18:55.499Z] [INFO]   from eclipse.platform.releng/bundles/org.eclipse.test.performance/pom.xml
18:18:55 [2024-02-16T23:18:55.499Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:18:55 [2024-02-16T23:18:55.754Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.754Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.754Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] The project's OSGi version is 3.20.0.v20231214-1506
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.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/eclipse.platform.releng/bundles/org.eclipse.test.performance/saveproperties
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] Resolving class path of org.eclipse.test.performance
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.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/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/main/resources
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.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/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/main/resources
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] 
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.test.performance ---
18:18:55 [2024-02-16T23:18:55.755Z] [INFO] Compiling 51 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.releng/bundles/org.eclipse.test.performance/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:56 [2024-02-16T23:18:56.011Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.011Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.011Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.011Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.011Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.011Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.011Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.011Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.012Z] [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/bundles/org.eclipse.test.performance/src/test/resources
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.012Z] [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.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.20.0-SNAPSHOT-sources.jar
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.012Z] [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.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.20.0-SNAPSHOT.jar
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] MavenProject: org.eclipse.test:org.eclipse.test.performance:3.20.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.releng/bundles/org.eclipse.test.performance/pom.xml
18:18:56 [2024-02-16T23:18:56.012Z]     The main artifact has been replaced with the baseline version.
18:18:56 [2024-02-16T23:18:56.012Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:56 [2024-02-16T23:18:56.012Z] 
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] Execution was skipped
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] 
18:18:56 [2024-02-16T23:18:56.012Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.test.performance ---
18:18:56 [2024-02-16T23:18:56.013Z] [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.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.20.0-SNAPSHOT.jar' is already signed and will be resigned.
18:18:56 [2024-02-16T23:18:56.013Z] [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.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.20.0-SNAPSHOT.jar
18:18:57 [2024-02-16T23:18:57.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.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.20.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:18:57 [2024-02-16T23:18:57.381Z] [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.releng/bundles/org.eclipse.test.performance/target/org.eclipse.test.performance-3.20.0-SNAPSHOT-sources.jar
18:18:58 [2024-02-16T23:18:58.307Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.307Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.test.performance ---
18:18:58 [2024-02-16T23:18:58.307Z] [INFO] MavenProject: org.eclipse.test:org.eclipse.test.performance:3.20.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.releng/bundles/org.eclipse.test.performance/pom.xml
18:18:58 [2024-02-16T23:18:58.307Z]     The main artifact has been replaced with the baseline version.
18:18:58 [2024-02-16T23:18:58.307Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:58 [2024-02-16T23:18:58.307Z] 
18:18:58 [2024-02-16T23:18:58.307Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.307Z] [INFO] --------< org.eclipse.platform:org.eclipse.ui.ide.application >---------
18:18:58 [2024-02-16T23:18:58.307Z] [INFO] Building [bundle] Eclipse IDE UI Application 1.5.300-SNAPSHOT  [156/521]
18:18:58 [2024-02-16T23:18:58.307Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/.polyglot.META-INF
18:18:58 [2024-02-16T23:18:58.307Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:18:58 [2024-02-16T23:18:58.562Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.562Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.562Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.562Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.562Z] [INFO] The project's OSGi version is 1.5.300.v20240207-0025
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.563Z] [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.ui.ide.application/saveproperties
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] Resolving class path of [bundle] Eclipse IDE UI Application
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.563Z] [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.ui.ide.application/src/main/resources
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.563Z] [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.ui.ide.application/src/main/resources
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.563Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.564Z] [INFO] Compiling 10 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.ui.ide.application/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:18:58 [2024-02-16T23:18:58.820Z] [WARNING] /home/jenkins/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.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchWindowAdvisor.java:[233] 
18:18:58 [2024-02-16T23:18:58.820Z] 	IDEWorkbenchPlugin.getDefault().savePluginPreferences();
18:18:58 [2024-02-16T23:18:58.820Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^
18:18:58 [2024-02-16T23:18:58.820Z] The method savePluginPreferences() from the type Plugin is deprecated
18:18:58 [2024-02-16T23:18:58.820Z] [WARNING] /home/jenkins/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.ui.ide.application/src/org/eclipse/ui/internal/ide/application/IDEWorkbenchWindowAdvisor.java:[578] 
18:18:58 [2024-02-16T23:18:58.820Z] 	IDEWorkbenchPlugin.getDefault().savePluginPreferences();
18:18:58 [2024-02-16T23:18:58.820Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^
18:18:58 [2024-02-16T23:18:58.820Z] The method savePluginPreferences() from the type Plugin is deprecated
18:18:58 [2024-02-16T23:18:58.820Z] [WARNING] /home/jenkins/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.ui.ide.application/src/org/eclipse/ui/internal/ide/application/dialogs/IDEStartupPreferencePage.java:[84] 
18:18:58 [2024-02-16T23:18:58.821Z] 	IDEWorkbenchPlugin.getDefault().savePluginPreferences();
18:18:58 [2024-02-16T23:18:58.821Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^
18:18:58 [2024-02-16T23:18:58.821Z] The method savePluginPreferences() from the type Plugin is deprecated
18:18:58 [2024-02-16T23:18:58.821Z] 3 problems (3 warnings)
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.821Z] [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.ui.ide.application/src/test/resources
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.821Z] [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.ui.ide.application/target/org.eclipse.ui.ide.application-1.5.300-SNAPSHOT-sources.jar
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.821Z] [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.ui.ide.application/target/org.eclipse.ui.ide.application-1.5.300-SNAPSHOT.jar
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.821Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.ide.application: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.ui.ide.application/.polyglot.META-INF
18:18:58 [2024-02-16T23:18:58.822Z]     The main artifact has been replaced with the baseline version.
18:18:58 [2024-02-16T23:18:58.822Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:18:58 [2024-02-16T23:18:58.822Z] 
18:18:58 [2024-02-16T23:18:58.822Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.822Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.822Z] [INFO] Execution was skipped
18:18:58 [2024-02-16T23:18:58.822Z] [INFO] 
18:18:58 [2024-02-16T23:18:58.822Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.ide.application ---
18:18:58 [2024-02-16T23:18:58.822Z] [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.ui.ide.application/target/org.eclipse.ui.ide.application-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:18:58 [2024-02-16T23:18:58.822Z] [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.ui.ide.application/target/org.eclipse.ui.ide.application-1.5.300-SNAPSHOT.jar
18:18:59 [2024-02-16T23:18:59.748Z] [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.ui.ide.application/target/org.eclipse.ui.ide.application-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:18:59 [2024-02-16T23:18:59.748Z] [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.ui.ide.application/target/org.eclipse.ui.ide.application-1.5.300-SNAPSHOT-sources.jar
18:19:00 [2024-02-16T23:19:00.675Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.675Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.ide.application ---
18:19:00 [2024-02-16T23:19:00.675Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.ide.application: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.ui.ide.application/.polyglot.META-INF
18:19:00 [2024-02-16T23:19:00.676Z]     The main artifact has been replaced with the baseline version.
18:19:00 [2024-02-16T23:19:00.676Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:00 [2024-02-16T23:19:00.676Z] 
18:19:00 [2024-02-16T23:19:00.676Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.676Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler >---------
18:19:00 [2024-02-16T23:19:00.676Z] [INFO] Building org.eclipse.jdt.core.tests.compiler 3.13.300-SNAPSHOT [157/521]
18:19:00 [2024-02-16T23:19:00.676Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/pom.xml
18:19:00 [2024-02-16T23:19:00.676Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.tests.compiler ---
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.compiler ---
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] The project's OSGi version is 3.13.300.v20240215-1558
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.compiler ---
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.compiler ---
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.compiler ---
18:19:00 [2024-02-16T23:19:00.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.jdt.core/org.eclipse.jdt.core.tests.compiler/saveproperties
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.compiler ---
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.compiler ---
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] 
18:19:00 [2024-02-16T23:19:00.931Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.compiler ---
18:19:00 [2024-02-16T23:19:00.932Z] [INFO] Resolving class path of org.eclipse.jdt.core.tests.compiler
18:19:01 [2024-02-16T23:19:01.187Z] [INFO] 
18:19:01 [2024-02-16T23:19:01.187Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.tests.compiler ---
18:19:01 [2024-02-16T23:19:01.187Z] [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.tests.compiler/src/main/resources
18:19:01 [2024-02-16T23:19:01.187Z] [INFO] 
18:19:01 [2024-02-16T23:19:01.187Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.tests.compiler ---
18:19:01 [2024-02-16T23:19:01.187Z] [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.tests.compiler/src/main/resources
18:19:01 [2024-02-16T23:19:01.187Z] [INFO] 
18:19:01 [2024-02-16T23:19:01.187Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.compiler ---
18:19:01 [2024-02-16T23:19:01.187Z] [INFO] Compiling 308 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.tests.compiler/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:03 [2024-02-16T23:19:03.118Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.118Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.118Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.118Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.118Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.118Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.119Z] [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.tests.compiler/src/test/resources
18:19:03 [2024-02-16T23:19:03.119Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.119Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.119Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.119Z] [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.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.13.300-SNAPSHOT-sources.jar
18:19:03 [2024-02-16T23:19:03.119Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.119Z] [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.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.13.300-SNAPSHOT.jar
18:19:03 [2024-02-16T23:19:03.119Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.119Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.13.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.jdt.core/org.eclipse.jdt.core.tests.compiler/pom.xml
18:19:03 [2024-02-16T23:19:03.375Z]     The main artifact has been replaced with the baseline version.
18:19:03 [2024-02-16T23:19:03.375Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:03 [2024-02-16T23:19:03.375Z] 
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] Skipping tests
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] Execution was skipped
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] 
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.tests.compiler ---
18:19:03 [2024-02-16T23:19:03.375Z] [INFO] Signing of nested jars of '/home/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.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.13.300-SNAPSHOT.jar' is disabled.
18:19:03 [2024-02-16T23:19:03.375Z] [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.jdt.core/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.13.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:03 [2024-02-16T23:19:03.376Z] [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.jdt.core/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.13.300-SNAPSHOT.jar
18:19:05 [2024-02-16T23:19:05.890Z] [INFO] Signing of nested jars of '/home/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.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.13.300-SNAPSHOT-sources.jar' is disabled.
18:19:05 [2024-02-16T23:19:05.890Z] [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.jdt.core/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:19:05 [2024-02-16T23:19:05.890Z] [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.jdt.core/org.eclipse.jdt.core.tests.compiler/target/org.eclipse.jdt.core.tests.compiler-3.13.300-SNAPSHOT-sources.jar
18:19:07 [2024-02-16T23:19:07.777Z] [INFO] 
18:19:07 [2024-02-16T23:19:07.777Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.tests.compiler ---
18:19:08 [2024-02-16T23:19:08.032Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler:3.13.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.jdt.core/org.eclipse.jdt.core.tests.compiler/pom.xml
18:19:08 [2024-02-16T23:19:08.032Z]     The main artifact has been replaced with the baseline version.
18:19:08 [2024-02-16T23:19:08.032Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:08 [2024-02-16T23:19:08.032Z] 
18:19:08 [2024-02-16T23:19:08.032Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.032Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests >---------
18:19:08 [2024-02-16T23:19:08.032Z] [INFO] Building org.eclipse.jdt.compiler.tool.tests 1.4.300-SNAPSHOT  [158/521]
18:19:08 [2024-02-16T23:19:08.032Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml
18:19:08 [2024-02-16T23:19:08.032Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] The project's OSGi version is 1.4.300.v20240209-1736
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.288Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.288Z] [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.compiler.tool.tests/saveproperties
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] Resolving class path of org.eclipse.jdt.compiler.tool.tests
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.289Z] [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.compiler.tool.tests/src/main/resources
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.289Z] [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.compiler.tool.tests/src/main/resources
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.289Z] [INFO] Compiling 7 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.compiler.tool.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.545Z] [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.compiler.tool.tests/src/test/resources
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.545Z] [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.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT-sources.jar
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.545Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.546Z] [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.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT.jar
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.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.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml
18:19:08 [2024-02-16T23:19:08.546Z]     The main artifact has been replaced with the baseline version.
18:19:08 [2024-02-16T23:19:08.546Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:08 [2024-02-16T23:19:08.546Z] 
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] Skipping tests
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] Execution was skipped
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] 
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:08 [2024-02-16T23:19:08.546Z] [INFO] Signing of nested jars of '/home/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.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT.jar_unpacked_12335557476019097897/lib/javax18api.jar' is disabled.
18:19:08 [2024-02-16T23:19:08.546Z] [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.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT.jar_unpacked_12335557476019097897/lib/javax18api.jar' is already signed and will be resigned.
18:19:08 [2024-02-16T23:19:08.547Z] [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.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT.jar_unpacked_12335557476019097897/lib/javax18api.jar
18:19:09 [2024-02-16T23:19:09.472Z] [INFO] Signing of nested jars of '/home/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.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT.jar_unpacked_12335557476019097897/resources/ bug.574097.jar' is disabled.
18:19:09 [2024-02-16T23:19:09.473Z] [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.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT.jar_unpacked_12335557476019097897/resources/ bug.574097.jar' is already signed and will be resigned.
18:19:09 [2024-02-16T23:19:09.473Z] [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.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT.jar_unpacked_12335557476019097897/resources/ bug.574097.jar
18:19:10 [2024-02-16T23:19:10.399Z] [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.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:10 [2024-02-16T23:19:10.399Z] [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.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT.jar
18:19:11 [2024-02-16T23:19:11.325Z] [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.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:19:11 [2024-02-16T23:19:11.325Z] [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.jdt.core/org.eclipse.jdt.compiler.tool.tests/target/org.eclipse.jdt.compiler.tool.tests-1.4.300-SNAPSHOT-sources.jar
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.compiler.tool.tests ---
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.tool.tests:1.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.jdt.core/org.eclipse.jdt.compiler.tool.tests/pom.xml
18:19:12 [2024-02-16T23:19:12.253Z]     The main artifact has been replaced with the baseline version.
18:19:12 [2024-02-16T23:19:12.253Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:12 [2024-02-16T23:19:12.253Z] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.core.tests.builder >---------
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] Building org.eclipse.jdt.core.tests.builder 3.12.300-SNAPSHOT  [159/521]
18:19:12 [2024-02-16T23:19:12.253Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] The project's OSGi version is 3.12.300.v20240207-1044
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.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.jdt.core/org.eclipse.jdt.core.tests.builder/saveproperties
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.253Z] [INFO] Resolving class path of org.eclipse.jdt.core.tests.builder
18:19:12 [2024-02-16T23:19:12.509Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.509Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.509Z] [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.tests.builder/src/main/resources
18:19:12 [2024-02-16T23:19:12.509Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.509Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.510Z] [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.tests.builder/src/main/resources
18:19:12 [2024-02-16T23:19:12.510Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.510Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.510Z] [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/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:12 [2024-02-16T23:19:12.765Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.766Z] [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.tests.builder/src/test/resources
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.766Z] [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.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.12.300-SNAPSHOT-sources.jar
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.766Z] [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.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.12.300-SNAPSHOT.jar
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.766Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.builder:3.12.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.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml
18:19:12 [2024-02-16T23:19:12.767Z]     The main artifact has been replaced with the baseline version.
18:19:12 [2024-02-16T23:19:12.767Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:12 [2024-02-16T23:19:12.767Z] 
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] Skipping tests
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] Execution was skipped
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] 
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.tests.builder ---
18:19:12 [2024-02-16T23:19:12.767Z] [INFO] Signing of nested jars of '/home/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.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.12.300-SNAPSHOT.jar_unpacked_8200775839460019356/workspace/Test571363.jar' is disabled.
18:19:12 [2024-02-16T23:19:12.767Z] [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.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.12.300-SNAPSHOT.jar_unpacked_8200775839460019356/workspace/Test571363.jar' is already signed and will be resigned.
18:19:12 [2024-02-16T23:19:12.767Z] [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.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.12.300-SNAPSHOT.jar_unpacked_8200775839460019356/workspace/Test571363.jar
18:19:13 [2024-02-16T23:19:13.696Z] [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.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.12.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:13 [2024-02-16T23:19:13.696Z] [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.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.12.300-SNAPSHOT.jar
18:19:14 [2024-02-16T23:19:14.623Z] [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.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.12.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:19:14 [2024-02-16T23:19:14.624Z] [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.jdt.core/org.eclipse.jdt.core.tests.builder/target/org.eclipse.jdt.core.tests.builder-3.12.300-SNAPSHOT-sources.jar
18:19:15 [2024-02-16T23:19:15.549Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.549Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.tests.builder ---
18:19:15 [2024-02-16T23:19:15.550Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.builder:3.12.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.jdt.core/org.eclipse.jdt.core.tests.builder/pom.xml
18:19:15 [2024-02-16T23:19:15.550Z]     The main artifact has been replaced with the baseline version.
18:19:15 [2024-02-16T23:19:15.550Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:15 [2024-02-16T23:19:15.550Z] 
18:19:15 [2024-02-16T23:19:15.550Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.550Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests >---------
18:19:15 [2024-02-16T23:19:15.550Z] [INFO] Building org.eclipse.jdt.compiler.apt.tests 1.3.300-SNAPSHOT   [160/521]
18:19:15 [2024-02-16T23:19:15.550Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml
18:19:15 [2024-02-16T23:19:15.550Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:15 [2024-02-16T23:19:15.550Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.550Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.550Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.550Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.805Z] [INFO] The project's OSGi version is 1.3.300.v20240207-1044
18:19:15 [2024-02-16T23:19:15.805Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.805Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.805Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.805Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.805Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.806Z] [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.compiler.apt.tests/saveproperties
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] Resolving class path of org.eclipse.jdt.compiler.apt.tests
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.806Z] [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.compiler.apt.tests/src/main/resources
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.806Z] [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.compiler.apt.tests/src/main/resources
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.806Z] [INFO] Compiling 18 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.compiler.apt.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.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/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/src/test/resources
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.807Z] [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.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.3.300-SNAPSHOT-sources.jar
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] 
18:19:15 [2024-02-16T23:19:15.807Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:15 [2024-02-16T23:19:15.807Z] [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.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.3.300-SNAPSHOT.jar
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] 
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests:1.3.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.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml
18:19:16 [2024-02-16T23:19:16.131Z]     The main artifact has been replaced with the baseline version.
18:19:16 [2024-02-16T23:19:16.131Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:16 [2024-02-16T23:19:16.131Z] 
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] 
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] Skipping tests
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] 
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] Execution was skipped
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] 
18:19:16 [2024-02-16T23:19:16.131Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:16 [2024-02-16T23:19:16.132Z] [INFO] Signing of nested jars of '/home/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.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.3.300-SNAPSHOT.jar' is disabled.
18:19:16 [2024-02-16T23:19:16.132Z] [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.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:16 [2024-02-16T23:19:16.132Z] [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.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.3.300-SNAPSHOT.jar
18:19:17 [2024-02-16T23:19:17.072Z] [INFO] Signing of nested jars of '/home/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.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.3.300-SNAPSHOT-sources.jar' is disabled.
18:19:17 [2024-02-16T23:19:17.072Z] [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.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:19:17 [2024-02-16T23:19:17.072Z] [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.jdt.core/org.eclipse.jdt.compiler.apt.tests/target/org.eclipse.jdt.compiler.apt.tests-1.3.300-SNAPSHOT-sources.jar
18:19:18 [2024-02-16T23:19:18.001Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.001Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.compiler.apt.tests ---
18:19:18 [2024-02-16T23:19:18.001Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.compiler.apt.tests:1.3.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.jdt.core/org.eclipse.jdt.compiler.apt.tests/pom.xml
18:19:18 [2024-02-16T23:19:18.001Z]     The main artifact has been replaced with the baseline version.
18:19:18 [2024-02-16T23:19:18.001Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:18 [2024-02-16T23:19:18.001Z] 
18:19:18 [2024-02-16T23:19:18.001Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.001Z] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.core.tests.model >----------
18:19:18 [2024-02-16T23:19:18.001Z] [INFO] Building org.eclipse.jdt.core.tests.model 3.12.300-SNAPSHOT    [161/521]
18:19:18 [2024-02-16T23:19:18.001Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml
18:19:18 [2024-02-16T23:19:18.001Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:18 [2024-02-16T23:19:18.257Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.257Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.257Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.257Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] The project's OSGi version is 3.12.300.v20240215-1558
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.513Z] [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.tests.model/saveproperties
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] Resolving class path of org.eclipse.jdt.core.tests.model
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.513Z] [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.tests.model/src/main/resources
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.513Z] [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.tests.model/src/main/resources
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] 
18:19:18 [2024-02-16T23:19:18.513Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.model ---
18:19:18 [2024-02-16T23:19:18.514Z] [INFO] Compiling 329 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.tests.model/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:22 [2024-02-16T23:19:22.681Z] [INFO] 
18:19:22 [2024-02-16T23:19:22.681Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.model ---
18:19:22 [2024-02-16T23:19:22.681Z] [INFO] 
18:19:22 [2024-02-16T23:19:22.681Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.model ---
18:19:22 [2024-02-16T23:19:22.681Z] [INFO] 
18:19:22 [2024-02-16T23:19:22.681Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.tests.model ---
18:19:22 [2024-02-16T23:19:22.682Z] [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.tests.model/src/test/resources
18:19:22 [2024-02-16T23:19:22.682Z] [INFO] 
18:19:22 [2024-02-16T23:19:22.682Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.model ---
18:19:22 [2024-02-16T23:19:22.682Z] [INFO] 
18:19:22 [2024-02-16T23:19:22.682Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.model ---
18:19:22 [2024-02-16T23:19:22.682Z] [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.tests.model/target/org.eclipse.jdt.core.tests.model-3.12.300-SNAPSHOT-sources.jar
18:19:22 [2024-02-16T23:19:22.682Z] [INFO] 
18:19:22 [2024-02-16T23:19:22.682Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.model ---
18:19:22 [2024-02-16T23:19:22.682Z] [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.tests.model/target/org.eclipse.jdt.core.tests.model-3.12.300-SNAPSHOT.jar
18:19:23 [2024-02-16T23:19:23.244Z] [INFO] 
18:19:23 [2024-02-16T23:19:23.244Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.model ---
18:19:24 [2024-02-16T23:19:24.172Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.12.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.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml
18:19:24 [2024-02-16T23:19:24.172Z]     The main artifact has been replaced with the baseline version.
18:19:24 [2024-02-16T23:19:24.172Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:24 [2024-02-16T23:19:24.172Z] 
18:19:24 [2024-02-16T23:19:24.172Z] [INFO] 
18:19:24 [2024-02-16T23:19:24.172Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.core.tests.model ---
18:19:24 [2024-02-16T23:19:24.172Z] [INFO] Skipping tests
18:19:24 [2024-02-16T23:19:24.172Z] [INFO] 
18:19:24 [2024-02-16T23:19:24.172Z] [INFO] --- surefire:3.2.5:test (test-standalone) @ org.eclipse.jdt.core.tests.model ---
18:19:24 [2024-02-16T23:19:24.172Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.173Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.173Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.173Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.173Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.173Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.173Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.pom (3.7 kB at 246 kB/s)
18:19:24 [2024-02-16T23:19:24.174Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.174Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.174Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.174Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.174Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.174Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.430Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom (2.6 kB at 24 kB/s)
18:19:24 [2024-02-16T23:19:24.430Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.430Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.430Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.430Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.430Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.431Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.431Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.pom (6.6 kB at 546 kB/s)
18:19:24 [2024-02-16T23:19:24.431Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.431Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.431Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.431Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.431Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.431Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.432Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom (3.1 kB at 447 kB/s)
18:19:24 [2024-02-16T23:19:24.432Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.432Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.432Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.432Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.432Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.432Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.432Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom (2.8 kB at 347 kB/s)
18:19:24 [2024-02-16T23:19:24.432Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.433Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.433Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.433Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.433Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.433Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.433Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom (2.8 kB at 117 kB/s)
18:19:24 [2024-02-16T23:19:24.433Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.689Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.689Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.689Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.689Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.689Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.pom
18:19:24 [2024-02-16T23:19:24.689Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.pom (3.4 kB at 287 kB/s)
18:19:24 [2024-02-16T23:19:24.689Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.690Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.690Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.690Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.690Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.690Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.690Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.690Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.690Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.690Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.691Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.691Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.692Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit47/3.2.5/surefire-junit47-3.2.5.jar (90 kB at 5.0 MB/s)
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.jar
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit48/3.2.5/common-junit48-3.2.5.jar (22 kB at 2.7 MB/s)
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar (12 kB at 1.5 MB/s)
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar (26 kB at 3.2 MB/s)
18:19:24 [2024-02-16T23:19:24.693Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-grouper/3.2.5/surefire-grouper-3.2.5.jar (40 kB at 5.0 MB/s)
18:19:24 [2024-02-16T23:19:24.694Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar (18 kB at 1.5 MB/s)
18:19:24 [2024-02-16T23:19:24.694Z] [INFO] Tests are skipped.
18:19:24 [2024-02-16T23:19:24.694Z] [INFO] 
18:19:24 [2024-02-16T23:19:24.694Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.model ---
18:19:24 [2024-02-16T23:19:24.694Z] [INFO] Execution was skipped
18:19:24 [2024-02-16T23:19:24.694Z] [INFO] 
18:19:24 [2024-02-16T23:19:24.694Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.tests.model ---
18:19:24 [2024-02-16T23:19:24.949Z] [INFO] Signing of nested jars of '/home/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.tests.model/target/org.eclipse.jdt.core.tests.model-3.12.300-SNAPSHOT.jar' is disabled.
18:19:24 [2024-02-16T23:19:24.950Z] [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.jdt.core/org.eclipse.jdt.core.tests.model/target/org.eclipse.jdt.core.tests.model-3.12.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:24 [2024-02-16T23:19:24.950Z] [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.jdt.core/org.eclipse.jdt.core.tests.model/target/org.eclipse.jdt.core.tests.model-3.12.300-SNAPSHOT.jar
18:19:29 [2024-02-16T23:19:29.113Z] [INFO] Signing of nested jars of '/home/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.tests.model/target/org.eclipse.jdt.core.tests.model-3.12.300-SNAPSHOT-sources.jar' is disabled.
18:19:29 [2024-02-16T23:19:29.114Z] [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.jdt.core/org.eclipse.jdt.core.tests.model/target/org.eclipse.jdt.core.tests.model-3.12.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:19:29 [2024-02-16T23:19:29.114Z] [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.jdt.core/org.eclipse.jdt.core.tests.model/target/org.eclipse.jdt.core.tests.model-3.12.300-SNAPSHOT-sources.jar
18:19:30 [2024-02-16T23:19:30.478Z] [INFO] 
18:19:30 [2024-02-16T23:19:30.478Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.tests.model ---
18:19:31 [2024-02-16T23:19:31.039Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.model:3.12.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.jdt.core/org.eclipse.jdt.core.tests.model/pom.xml
18:19:31 [2024-02-16T23:19:31.039Z]     The main artifact has been replaced with the baseline version.
18:19:31 [2024-02-16T23:19:31.039Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:31 [2024-02-16T23:19:31.039Z] 
18:19:31 [2024-02-16T23:19:31.039Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.039Z] [INFO] -------< org.eclipse.jdt:org.eclipse.jdt.core.tests.performance >-------
18:19:31 [2024-02-16T23:19:31.039Z] [INFO] Building org.eclipse.jdt.core.tests.performance 3.12.300-SNAPSHOT [162/521]
18:19:31 [2024-02-16T23:19:31.039Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.core.tests.performance/pom.xml
18:19:31 [2024-02-16T23:19:31.039Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] The project's OSGi version is 3.12.300.v20240130-1641
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.295Z] [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.tests.performance/saveproperties
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.295Z] [INFO] Resolving class path of org.eclipse.jdt.core.tests.performance
18:19:31 [2024-02-16T23:19:31.551Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.551Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.551Z] [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.tests.performance/src/main/resources
18:19:31 [2024-02-16T23:19:31.551Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.551Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.551Z] [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.tests.performance/src/main/resources
18:19:31 [2024-02-16T23:19:31.551Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.551Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.552Z] [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.jdt.core/org.eclipse.jdt.core.tests.performance/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.552Z] [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.tests.performance/src/test/resources
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.552Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.807Z] [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.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.12.300-SNAPSHOT-sources.jar
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.808Z] [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.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.12.300-SNAPSHOT.jar
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.performance:3.12.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.jdt.core/org.eclipse.jdt.core.tests.performance/pom.xml
18:19:31 [2024-02-16T23:19:31.808Z]     The main artifact has been replaced with the baseline version.
18:19:31 [2024-02-16T23:19:31.808Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:31 [2024-02-16T23:19:31.808Z] 
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] Skipping tests
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] Execution was skipped
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] 
18:19:31 [2024-02-16T23:19:31.808Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.tests.performance ---
18:19:31 [2024-02-16T23:19:31.808Z] [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.jdt.core/org.eclipse.jdt.core.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.12.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:31 [2024-02-16T23:19:31.808Z] [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.jdt.core/org.eclipse.jdt.core.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.12.300-SNAPSHOT.jar
18:19:32 [2024-02-16T23:19:32.735Z] [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.jdt.core/org.eclipse.jdt.core.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.12.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:19:32 [2024-02-16T23:19:32.735Z] [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.jdt.core/org.eclipse.jdt.core.tests.performance/target/org.eclipse.jdt.core.tests.performance-3.12.300-SNAPSHOT-sources.jar
18:19:33 [2024-02-16T23:19:33.296Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.296Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.tests.performance ---
18:19:33 [2024-02-16T23:19:33.552Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.performance:3.12.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.jdt.core/org.eclipse.jdt.core.tests.performance/pom.xml
18:19:33 [2024-02-16T23:19:33.552Z]     The main artifact has been replaced with the baseline version.
18:19:33 [2024-02-16T23:19:33.552Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:33 [2024-02-16T23:19:33.552Z] 
18:19:33 [2024-02-16T23:19:33.552Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.552Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests >---------
18:19:33 [2024-02-16T23:19:33.552Z] [INFO] Building org.eclipse.jdt.apt.pluggable.tests 3.6.300-SNAPSHOT  [163/521]
18:19:33 [2024-02-16T23:19:33.552Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml
18:19:33 [2024-02-16T23:19:33.552Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] The project's OSGi version is 3.6.300.v20231214-1504
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.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/eclipse.jdt.core/org.eclipse.jdt.apt.pluggable.tests/saveproperties
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.807Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] Resolving class path of org.eclipse.jdt.apt.pluggable.tests
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.808Z] [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.apt.pluggable.tests/src/main/resources
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:33 [2024-02-16T23:19:33.808Z] [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.apt.pluggable.tests/src/main/resources
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] 
18:19:33 [2024-02-16T23:19:33.808Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.064Z] [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.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.064Z] [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.apt.pluggable.tests/src/test/resources
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.064Z] [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.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.6.300-SNAPSHOT-sources.jar
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.064Z] [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.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.6.300-SNAPSHOT.jar
18:19:34 [2024-02-16T23:19:34.064Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.065Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests:3.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.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml
18:19:34 [2024-02-16T23:19:34.321Z]     The main artifact has been replaced with the baseline version.
18:19:34 [2024-02-16T23:19:34.321Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:34 [2024-02-16T23:19:34.321Z] 
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] Skipping tests
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] Execution was skipped
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] 
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:34 [2024-02-16T23:19:34.321Z] [INFO] Signing of nested jars of '/home/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.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.6.300-SNAPSHOT.jar_unpacked_14915665602006251180/lib/annotations.jar' is disabled.
18:19:34 [2024-02-16T23:19:34.321Z] [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.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.6.300-SNAPSHOT.jar_unpacked_14915665602006251180/lib/annotations.jar' is already signed and will be resigned.
18:19:34 [2024-02-16T23:19:34.321Z] [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.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.6.300-SNAPSHOT.jar_unpacked_14915665602006251180/lib/annotations.jar
18:19:35 [2024-02-16T23:19:35.686Z] [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.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:35 [2024-02-16T23:19:35.686Z] [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.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.6.300-SNAPSHOT.jar
18:19:37 [2024-02-16T23:19:37.057Z] [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.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:19:37 [2024-02-16T23:19:37.057Z] [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.jdt.core/org.eclipse.jdt.apt.pluggable.tests/target/org.eclipse.jdt.apt.pluggable.tests-3.6.300-SNAPSHOT-sources.jar
18:19:37 [2024-02-16T23:19:37.617Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.617Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.apt.pluggable.tests ---
18:19:37 [2024-02-16T23:19:37.618Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.pluggable.tests:3.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.jdt.core/org.eclipse.jdt.apt.pluggable.tests/pom.xml
18:19:37 [2024-02-16T23:19:37.618Z]     The main artifact has been replaced with the baseline version.
18:19:37 [2024-02-16T23:19:37.618Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:37 [2024-02-16T23:19:37.618Z] 
18:19:37 [2024-02-16T23:19:37.618Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.618Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.apt.tests >--------------
18:19:37 [2024-02-16T23:19:37.618Z] [INFO] Building org.eclipse.jdt.apt.tests 3.6.300-SNAPSHOT            [164/521]
18:19:37 [2024-02-16T23:19:37.618Z] [INFO]   from eclipse.jdt.core/org.eclipse.jdt.apt.tests/pom.xml
18:19:37 [2024-02-16T23:19:37.618Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] The project's OSGi version is 3.6.300.v20240209-2122
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.873Z] [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.apt.tests/saveproperties
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.873Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] Resolving class path of org.eclipse.jdt.apt.tests
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.874Z] [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.apt.tests/src/main/resources
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.874Z] [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.apt.tests/src/main/resources
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] 
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.apt.tests ---
18:19:37 [2024-02-16T23:19:37.874Z] [INFO] Compiling 16 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.apt.tests/target/aptext.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:38 [2024-02-16T23:19:38.130Z] [INFO] Compiling 87 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.apt.tests/target/apt.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] Compiling 33 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.apt.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.386Z] [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.apt.tests/src/test/resources
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.386Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.386Z] [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.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT-sources.jar
18:19:38 [2024-02-16T23:19:38.642Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.642Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.642Z] [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.apt.tests/aptext.jar
18:19:38 [2024-02-16T23:19:38.643Z] [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.apt.tests/apt.jar
18:19:38 [2024-02-16T23:19:38.643Z] [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.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.tests:3.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.jdt.core/org.eclipse.jdt.apt.tests/pom.xml
18:19:38 [2024-02-16T23:19:38.643Z]     The main artifact has been replaced with the baseline version.
18:19:38 [2024-02-16T23:19:38.643Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:38 [2024-02-16T23:19:38.643Z] 
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] Skipping tests
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] Execution was skipped
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] 
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.apt.tests ---
18:19:38 [2024-02-16T23:19:38.643Z] [INFO] Signing of nested jars of '/home/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.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar_unpacked_168384288133001923/resources/question.jar' is disabled.
18:19:38 [2024-02-16T23:19:38.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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar_unpacked_168384288133001923/resources/question.jar' is already signed and will be resigned.
18:19:38 [2024-02-16T23:19:38.644Z] [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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar_unpacked_168384288133001923/resources/question.jar
18:19:39 [2024-02-16T23:19:39.570Z] [INFO] Signing of nested jars of '/home/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.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar_unpacked_168384288133001923/aptext.jar' is disabled.
18:19:39 [2024-02-16T23:19:39.571Z] [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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar_unpacked_168384288133001923/aptext.jar' is already signed and will be resigned.
18:19:39 [2024-02-16T23:19:39.571Z] [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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar_unpacked_168384288133001923/aptext.jar
18:19:40 [2024-02-16T23:19:40.132Z] [INFO] Signing of nested jars of '/home/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.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar_unpacked_168384288133001923/apt.jar' is disabled.
18:19:40 [2024-02-16T23:19:40.132Z] [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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar_unpacked_168384288133001923/apt.jar' is already signed and will be resigned.
18:19:40 [2024-02-16T23:19:40.132Z] [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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar_unpacked_168384288133001923/apt.jar
18:19:41 [2024-02-16T23:19:41.059Z] [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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:41 [2024-02-16T23:19:41.059Z] [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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT.jar
18:19:41 [2024-02-16T23:19:41.987Z] [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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:19:41 [2024-02-16T23:19:41.987Z] [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.jdt.core/org.eclipse.jdt.apt.tests/target/org.eclipse.jdt.apt.tests-3.6.300-SNAPSHOT-sources.jar
18:19:42 [2024-02-16T23:19:42.548Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.548Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.apt.tests ---
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.apt.tests:3.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.jdt.core/org.eclipse.jdt.apt.tests/pom.xml
18:19:42 [2024-02-16T23:19:42.805Z]     The main artifact has been replaced with the baseline version.
18:19:42 [2024-02-16T23:19:42.805Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:42 [2024-02-16T23:19:42.805Z] 
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] -------------< eclipse.jdt.core:eclipse.jdt.core.binaries >-------------
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] Building eclipse.jdt.core.binaries 4.31.0-SNAPSHOT             [165/521]
18:19:42 [2024-02-16T23:19:42.805Z] [INFO]   from eclipse.jdt.core.binaries/pom.xml
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] --------------------------------[ pom ]---------------------------------
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.jdt.core.binaries ---
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.jdt.core.binaries ---
18:19:42 [2024-02-16T23:19:42.805Z] [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.binaries/saveproperties
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.805Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.jdt.core.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.jdt.core.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [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.binaries/src/main/resources
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.jdt.core.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.jdt.core.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.jdt.core.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] Execution was skipped
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.jdt.core.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.jdt.core.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries >---------
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] Building org.eclipse.jdt.core.tests.binaries 1.0.300-SNAPSHOT  [166/521]
18:19:42 [2024-02-16T23:19:42.806Z] [INFO]   from eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/pom.xml
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] The project's OSGi version is 1.0.300.v20240129-1341
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [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.binaries/org.eclipse.jdt.core.tests.binaries/saveproperties
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] Resolving class path of org.eclipse.jdt.core.tests.binaries
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.806Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.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/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/src/main/resources
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.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/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/src/main/resources
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.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/eclipse.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/src/test/resources
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] 
18:19:42 [2024-02-16T23:19:42.807Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.binaries ---
18:19:42 [2024-02-16T23:19:42.807Z] [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.binaries/org.eclipse.jdt.core.tests.binaries/target/org.eclipse.jdt.core.tests.binaries-1.0.300-SNAPSHOT.jar
18:19:44 [2024-02-16T23:19:44.192Z] [INFO] 
18:19:44 [2024-02-16T23:19:44.192Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.binaries ---
18:19:45 [2024-02-16T23:19:45.119Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries:1.0.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.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/pom.xml
18:19:45 [2024-02-16T23:19:45.119Z]     The main artifact has been replaced with the baseline version.
18:19:45 [2024-02-16T23:19:45.119Z] 
18:19:45 [2024-02-16T23:19:45.119Z] [INFO] 
18:19:45 [2024-02-16T23:19:45.120Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core.tests.binaries ---
18:19:45 [2024-02-16T23:19:45.120Z] [INFO] Execution was skipped
18:19:45 [2024-02-16T23:19:45.120Z] [INFO] 
18:19:45 [2024-02-16T23:19:45.120Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.core.tests.binaries ---
18:19:47 [2024-02-16T23:19:47.633Z] [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.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/target/org.eclipse.jdt.core.tests.binaries-1.0.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:47 [2024-02-16T23:19:47.633Z] [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.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/target/org.eclipse.jdt.core.tests.binaries-1.0.300-SNAPSHOT.jar
18:19:50 [2024-02-16T23:19:50.901Z] [INFO] 
18:19:50 [2024-02-16T23:19:50.901Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.core.tests.binaries ---
18:19:51 [2024-02-16T23:19:51.462Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.core.tests.binaries:1.0.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.jdt.core.binaries/org.eclipse.jdt.core.tests.binaries/pom.xml
18:19:51 [2024-02-16T23:19:51.462Z]     The main artifact has been replaced with the baseline version.
18:19:51 [2024-02-16T23:19:51.462Z] 
18:19:51 [2024-02-16T23:19:51.462Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.462Z] [INFO] ------------< org.eclipse.jdt:org.eclipse.jdt.debug.tests >-------------
18:19:51 [2024-02-16T23:19:51.462Z] [INFO] Building org.eclipse.jdt.debug.tests 3.12.300-SNAPSHOT         [167/521]
18:19:51 [2024-02-16T23:19:51.462Z] [INFO]   from eclipse.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml
18:19:51 [2024-02-16T23:19:51.462Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] The project's OSGi version is 3.12.300.v20240207-1034
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.718Z] [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.debug/org.eclipse.jdt.debug.tests/saveproperties
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] Resolving class path of org.eclipse.jdt.debug.tests
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.718Z] [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.debug/org.eclipse.jdt.debug.tests/src/main/resources
18:19:51 [2024-02-16T23:19:51.718Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.719Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.719Z] [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.debug/org.eclipse.jdt.debug.tests/src/main/resources
18:19:51 [2024-02-16T23:19:51.719Z] [INFO] 
18:19:51 [2024-02-16T23:19:51.719Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug.tests ---
18:19:51 [2024-02-16T23:19:51.719Z] [INFO] Compiling 346 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.debug/org.eclipse.jdt.debug.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:53 [2024-02-16T23:19:53.084Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/AutomatedSuite.java:[290] 
18:19:53 [2024-02-16T23:19:53.084Z] 	//TODO: project rename
18:19:53 [2024-02-16T23:19:53.084Z] 	  ^^^^^^^^^^^^^^^^^^^^
18:19:53 [2024-02-16T23:19:53.084Z] TODO: project rename
18:19:53 [2024-02-16T23:19:53.084Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/AutomatedSuite.java:[291] 
18:19:53 [2024-02-16T23:19:53.084Z] 	//TODO: package move
18:19:53 [2024-02-16T23:19:53.084Z] 	  ^^^^^^^^^^^^^^^^^^
18:19:53 [2024-02-16T23:19:53.084Z] TODO: package move
18:19:53 [2024-02-16T23:19:53.084Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/breakpoints/ConditionalBreakpointsInJava8Tests.java:[122] 
18:19:53 [2024-02-16T23:19:53.084Z] 	* TODO: disabled until a fix is available
18:19:53 [2024-02-16T23:19:53.084Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:53 [2024-02-16T23:19:53.084Z] TODO: disabled until a fix is available
18:19:53 [2024-02-16T23:19:53.085Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/breakpoints/TestToggleBreakpointsTarget8.java:[33] 
18:19:53 [2024-02-16T23:19:53.085Z] 	// TODO Auto-generated constructor stub
18:19:53 [2024-02-16T23:19:53.085Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:53 [2024-02-16T23:19:53.085Z] TODO Auto-generated constructor stub
18:19:53 [2024-02-16T23:19:53.085Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/RuntimeClasspathEntryTests.java:[78] 
18:19:53 [2024-02-16T23:19:53.085Z] 	* XXX: test waiting for bug fix in JCORE - unable to bind container if there
18:19:53 [2024-02-16T23:19:53.085Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:53 [2024-02-16T23:19:53.085Z] XXX: test waiting for bug fix in JCORE - unable to bind container if there
18:19:53 [2024-02-16T23:19:53.085Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/StratumTests.java:[50] 
18:19:53 [2024-02-16T23:19:53.085Z] 	// TODO ideally need to check "if NN or newer"
18:19:53 [2024-02-16T23:19:53.085Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:53 [2024-02-16T23:19:53.085Z] TODO ideally need to check "if NN or newer"
18:19:53 [2024-02-16T23:19:53.085Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/refactoring/RenameInnerTypeUnitTests.java:[124] 
18:19:53 [2024-02-16T23:19:53.085Z] 	* @param type TODO
18:19:53 [2024-02-16T23:19:53.085Z] 	              ^^^^
18:19:53 [2024-02-16T23:19:53.085Z] TODO
18:19:53 [2024-02-16T23:19:53.085Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/refactoring/RenameNonPublicTypeUnitTests.java:[128] 
18:19:53 [2024-02-16T23:19:53.085Z] 	* @param type TODO
18:19:53 [2024-02-16T23:19:53.085Z] 	              ^^^^
18:19:53 [2024-02-16T23:19:53.085Z] TODO
18:19:53 [2024-02-16T23:19:53.085Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/refactoring/RenamePublicTypeUnitTests.java:[63] 
18:19:53 [2024-02-16T23:19:53.085Z] 	* @param exceptionName TODO
18:19:53 [2024-02-16T23:19:53.085Z] 	                       ^^^^
18:19:53 [2024-02-16T23:19:53.085Z] TODO
18:19:53 [2024-02-16T23:19:53.086Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/refactoring/RenamePublicTypeUnitTests.java:[151] 
18:19:53 [2024-02-16T23:19:53.086Z] 	* @param type TODO
18:19:53 [2024-02-16T23:19:53.086Z] 	              ^^^^
18:19:53 [2024-02-16T23:19:53.086Z] TODO
18:19:53 [2024-02-16T23:19:53.086Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/InstructionPointerManagerTests.java:[383] 
18:19:53 [2024-02-16T23:19:53.086Z] 	// TODO Selection of the other target does not occur automatically.  This functionality may change and will break this test.
18:19:53 [2024-02-16T23:19:53.086Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:53 [2024-02-16T23:19:53.086Z] TODO Selection of the other target does not occur automatically.  This functionality may change and will break this test.
18:19:53 [2024-02-16T23:19:53.086Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/OpenFromClipboardTests.java:[434] 
18:19:53 [2024-02-16T23:19:53.086Z] 	// TODO: This currently fails. see https://bugs.eclipse.org/bugs/show_bug.cgi?id=333948
18:19:53 [2024-02-16T23:19:53.086Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:53 [2024-02-16T23:19:53.086Z] TODO: This currently fails. see https://bugs.eclipse.org/bugs/show_bug.cgi?id=333948
18:19:53 [2024-02-16T23:19:53.086Z] [WARNING] /home/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/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/ui/presentation/TestIJavaVariable.java:[95] 
18:19:53 [2024-02-16T23:19:53.086Z] 	// TODO Auto-generated method stub
18:19:53 [2024-02-16T23:19:53.086Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:53 [2024-02-16T23:19:53.086Z] TODO Auto-generated method stub
18:19:53 [2024-02-16T23:19:53.086Z] 13 problems (null, 13 warnings)
18:19:53 [2024-02-16T23:19:53.086Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.086Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.086Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.086Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.086Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.086Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.087Z] [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.debug/org.eclipse.jdt.debug.tests/src/test/resources
18:19:53 [2024-02-16T23:19:53.087Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.087Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.087Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.087Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.087Z] [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.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.12.300-SNAPSHOT-sources.jar
18:19:53 [2024-02-16T23:19:53.343Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.343Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.344Z] [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.debug/org.eclipse.jdt.debug.tests/javadebugtests.jar
18:19:53 [2024-02-16T23:19:53.344Z] [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.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.12.300-SNAPSHOT.jar
18:19:53 [2024-02-16T23:19:53.344Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.344Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.12.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.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml
18:19:53 [2024-02-16T23:19:53.600Z]     The main artifact has been replaced with the baseline version.
18:19:53 [2024-02-16T23:19:53.600Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:53 [2024-02-16T23:19:53.600Z] 
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] Skipping tests
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] Execution was skipped
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] 
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.debug.tests ---
18:19:53 [2024-02-16T23:19:53.600Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.12.300-SNAPSHOT.jar' is disabled.
18:19:53 [2024-02-16T23:19:53.600Z] [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.jdt.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.12.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:53 [2024-02-16T23:19:53.600Z] [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.jdt.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.12.300-SNAPSHOT.jar
18:19:54 [2024-02-16T23:19:54.965Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.12.300-SNAPSHOT-sources.jar' is disabled.
18:19:54 [2024-02-16T23:19:54.965Z] [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.jdt.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.12.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:19:54 [2024-02-16T23:19:54.965Z] [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.jdt.debug/org.eclipse.jdt.debug.tests/target/org.eclipse.jdt.debug.tests-3.12.300-SNAPSHOT-sources.jar
18:19:55 [2024-02-16T23:19:55.912Z] [INFO] 
18:19:55 [2024-02-16T23:19:55.912Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.debug.tests ---
18:19:56 [2024-02-16T23:19:56.167Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.debug.tests:3.12.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.jdt.debug/org.eclipse.jdt.debug.tests/pom.xml
18:19:56 [2024-02-16T23:19:56.167Z]     The main artifact has been replaced with the baseline version.
18:19:56 [2024-02-16T23:19:56.167Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:56 [2024-02-16T23:19:56.167Z] 
18:19:56 [2024-02-16T23:19:56.167Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.167Z] [INFO] ----------< org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests >-----------
18:19:56 [2024-02-16T23:19:56.167Z] [INFO] Building org.eclipse.jdt.debug.jdi.tests 1.1.100-SNAPSHOT      [168/521]
18:19:56 [2024-02-16T23:19:56.167Z] [INFO]   from eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/pom.xml
18:19:56 [2024-02-16T23:19:56.167Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] The project's OSGi version is 1.1.100.v20231204-1320
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.422Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.423Z] [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.debug/org.eclipse.jdt.debug.jdi.tests/saveproperties
18:19:56 [2024-02-16T23:19:56.423Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.423Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.423Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.423Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.423Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.423Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.423Z] [INFO] Resolving class path of org.eclipse.jdt.debug.jdi.tests
18:19:56 [2024-02-16T23:19:56.679Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.679Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.679Z] [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.debug/org.eclipse.jdt.debug.jdi.tests/src/main/resources
18:19:56 [2024-02-16T23:19:56.679Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.679Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.679Z] [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.debug/org.eclipse.jdt.debug.jdi.tests/src/main/resources
18:19:56 [2024-02-16T23:19:56.679Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.679Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.679Z] [INFO] Compiling 96 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.debug/org.eclipse.jdt.debug.jdi.tests/bin using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:56 [2024-02-16T23:19:56.935Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.936Z] [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.debug/org.eclipse.jdt.debug.jdi.tests/src/test/resources
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.936Z] [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.debug/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.1.100-SNAPSHOT-sources.jar
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.936Z] [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.debug/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.1.100-SNAPSHOT.jar
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests:eclipse-test-plugin:1.1.100-SNAPSHOT
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] Skipping tests
18:19:56 [2024-02-16T23:19:56.936Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.937Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.937Z] [INFO] Execution was skipped
18:19:56 [2024-02-16T23:19:56.937Z] [INFO] 
18:19:56 [2024-02-16T23:19:56.937Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:56 [2024-02-16T23:19:56.937Z] [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.jdt.debug/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.1.100-SNAPSHOT.jar
18:19:57 [2024-02-16T23:19:57.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/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/target/org.eclipse.jdt.debug.jdi.tests-1.1.100-SNAPSHOT-sources.jar
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.debug.jdi.tests ---
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt.debug.jdi.tests:eclipse-test-plugin:1.1.100-SNAPSHOT
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] -------------------< org.eclipse.platform:ui-tests >--------------------
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] Building [aggregator] tests 4.31.0-SNAPSHOT                    [169/521]
18:19:59 [2024-02-16T23:19:59.229Z] [INFO]   from eclipse.platform.ui/tests/.polyglot.pom.tycho
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --------------------------------[ pom ]---------------------------------
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- clean:3.3.2:clean (default-clean) @ ui-tests ---
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-tests ---
18:19:59 [2024-02-16T23:19:59.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/eclipse.platform.ui/tests/saveproperties
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ui-tests ---
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-tests ---
18:19:59 [2024-02-16T23:19:59.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/eclipse.platform.ui/tests/src/main/resources
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ ui-tests ---
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ ui-tests ---
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-tests ---
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] Execution was skipped
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ui-tests ---
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ ui-tests ---
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.229Z] [INFO] ------< org.eclipse.platform:org.eclipse.core.filebuffers.tests >-------
18:19:59 [2024-02-16T23:19:59.230Z] [INFO] Building [test-bundle] File Buffers Test Plug-in 3.13.300-SNAPSHOT [170/521]
18:19:59 [2024-02-16T23:19:59.230Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.core.filebuffers.tests/.polyglot.META-INF
18:19:59 [2024-02-16T23:19:59.230Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:19:59 [2024-02-16T23:19:59.230Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.230Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.230Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.230Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] The project's OSGi version is 3.13.300.v20240205-1417
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.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/eclipse.platform.ui/tests/org.eclipse.core.filebuffers.tests/saveproperties
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] Resolving class path of [test-bundle] File Buffers Test Plug-in
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.486Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.487Z] [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/tests/org.eclipse.core.filebuffers.tests/src/main/resources
18:19:59 [2024-02-16T23:19:59.487Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.487Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.487Z] [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/tests/org.eclipse.core.filebuffers.tests/src/main/resources
18:19:59 [2024-02-16T23:19:59.487Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.487Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.487Z] [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/eclipse.platform.ui/tests/org.eclipse.core.filebuffers.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:19:59 [2024-02-16T23:19:59.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/eclipse.platform.ui/tests/org.eclipse.core.filebuffers.tests/src/org/eclipse/core/filebuffers/tests/FileBuffersForExternalFiles.java:[42] 
18:19:59 [2024-02-16T23:19:59.743Z] 	FileTool.delete(FileBuffers.getSystemFileAtLocation(getPath()).getParentFile());
18:19:59 [2024-02-16T23:19:59.743Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:59 [2024-02-16T23:19:59.743Z] The method getSystemFileAtLocation(IPath) from the type FileBuffers is deprecated
18:19:59 [2024-02-16T23:19:59.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/eclipse.platform.ui/tests/org.eclipse.core.filebuffers.tests/src/org/eclipse/core/filebuffers/tests/FileStoreFileBuffersForExternalFiles.java:[42] 
18:19:59 [2024-02-16T23:19:59.743Z] 	FileTool.delete(FileBuffers.getSystemFileAtLocation(getPath()).getParentFile());
18:19:59 [2024-02-16T23:19:59.743Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:59 [2024-02-16T23:19:59.744Z] The method getSystemFileAtLocation(IPath) from the type FileBuffers is deprecated
18:19:59 [2024-02-16T23:19:59.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/eclipse.platform.ui/tests/org.eclipse.core.filebuffers.tests/src/org/eclipse/core/filebuffers/tests/FileTool.java:[179] 
18:19:59 [2024-02-16T23:19:59.744Z] 	File file= FileBuffers.getSystemFileAtLocation(path);
18:19:59 [2024-02-16T23:19:59.744Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:19:59 [2024-02-16T23:19:59.744Z] The method getSystemFileAtLocation(IPath) from the type FileBuffers is deprecated
18:19:59 [2024-02-16T23:19:59.744Z] 3 problems (3 warnings)
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.744Z] [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/tests/org.eclipse.core.filebuffers.tests/src/test/resources
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.744Z] [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/tests/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.13.300-SNAPSHOT-sources.jar
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.744Z] [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/tests/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.13.300-SNAPSHOT.jar
18:19:59 [2024-02-16T23:19:59.744Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers.tests:3.13.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/tests/org.eclipse.core.filebuffers.tests/.polyglot.META-INF
18:19:59 [2024-02-16T23:19:59.745Z]     The main artifact has been replaced with the baseline version.
18:19:59 [2024-02-16T23:19:59.745Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:19:59 [2024-02-16T23:19:59.745Z] 
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] Skipping tests
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] Execution was skipped
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] 
18:19:59 [2024-02-16T23:19:59.745Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filebuffers.tests ---
18:19:59 [2024-02-16T23:19:59.745Z] [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/tests/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.13.300-SNAPSHOT.jar' is already signed and will be resigned.
18:19:59 [2024-02-16T23:19:59.745Z] [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/tests/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.13.300-SNAPSHOT.jar
18:20:00 [2024-02-16T23:20:00.673Z] [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/tests/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:00 [2024-02-16T23:20:00.673Z] [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/tests/org.eclipse.core.filebuffers.tests/target/org.eclipse.core.filebuffers.tests-3.13.300-SNAPSHOT-sources.jar
18:20:01 [2024-02-16T23:20:01.601Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.601Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.filebuffers.tests ---
18:20:01 [2024-02-16T23:20:01.601Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filebuffers.tests:3.13.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/tests/org.eclipse.core.filebuffers.tests/.polyglot.META-INF
18:20:01 [2024-02-16T23:20:01.601Z]     The main artifact has been replaced with the baseline version.
18:20:01 [2024-02-16T23:20:01.601Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:01 [2024-02-16T23:20:01.601Z] 
18:20:01 [2024-02-16T23:20:01.601Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.602Z] [INFO] ------------< org.eclipse.platform:org.eclipse.text.tests >-------------
18:20:01 [2024-02-16T23:20:01.602Z] [INFO] Building [test-bundle] Text Test Plug-in 3.14.400-SNAPSHOT     [171/521]
18:20:01 [2024-02-16T23:20:01.602Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.text.tests/.polyglot.META-INF
18:20:01 [2024-02-16T23:20:01.602Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] The project's OSGi version is 3.14.400.v20240205-1417
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.857Z] [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/tests/org.eclipse.text.tests/saveproperties
18:20:01 [2024-02-16T23:20:01.857Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] Resolving class path of [test-bundle] Text Test Plug-in
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-36) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] Test 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/eclipse.platform.ui/tests/org.eclipse.text.tests/projection added.
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.858Z] [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/tests/org.eclipse.text.tests/src/main/resources
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.858Z] [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/tests/org.eclipse.text.tests/src/main/resources
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] 
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.text.tests ---
18:20:01 [2024-02-16T23:20:01.858Z] [INFO] Compiling 38 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/tests/org.eclipse.text.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:02 [2024-02-16T23:20:02.114Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.114Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.114Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.114Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.114Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.114Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.115Z] [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/tests/org.eclipse.text.tests/src/test/resources
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.115Z] [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/tests/org.eclipse.text.tests/target/org.eclipse.text.tests-3.14.400-SNAPSHOT-sources.jar
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.115Z] [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/tests/org.eclipse.text.tests/target/org.eclipse.text.tests-3.14.400-SNAPSHOT.jar
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.tests:3.14.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.ui/tests/org.eclipse.text.tests/.polyglot.META-INF
18:20:02 [2024-02-16T23:20:02.115Z]     The main artifact has been replaced with the baseline version.
18:20:02 [2024-02-16T23:20:02.115Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:02 [2024-02-16T23:20:02.115Z] 
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] Skipping tests
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] Execution was skipped
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] 
18:20:02 [2024-02-16T23:20:02.115Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.text.tests ---
18:20:02 [2024-02-16T23:20:02.371Z] [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/tests/org.eclipse.text.tests/target/org.eclipse.text.tests-3.14.400-SNAPSHOT.jar' is already signed and will be resigned.
18:20:02 [2024-02-16T23:20:02.371Z] [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/tests/org.eclipse.text.tests/target/org.eclipse.text.tests-3.14.400-SNAPSHOT.jar
18:20:03 [2024-02-16T23:20:03.743Z] [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/tests/org.eclipse.text.tests/target/org.eclipse.text.tests-3.14.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:03 [2024-02-16T23:20:03.743Z] [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/tests/org.eclipse.text.tests/target/org.eclipse.text.tests-3.14.400-SNAPSHOT-sources.jar
18:20:04 [2024-02-16T23:20:04.304Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.304Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.text.tests ---
18:20:04 [2024-02-16T23:20:04.304Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.tests:3.14.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.ui/tests/org.eclipse.text.tests/.polyglot.META-INF
18:20:04 [2024-02-16T23:20:04.304Z]     The main artifact has been replaced with the baseline version.
18:20:04 [2024-02-16T23:20:04.304Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:04 [2024-02-16T23:20:04.304Z] 
18:20:04 [2024-02-16T23:20:04.304Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.304Z] [INFO] ---------< org.eclipse.platform:org.eclipse.jface.text.tests >----------
18:20:04 [2024-02-16T23:20:04.304Z] [INFO] Building [test-bundle] JFace Text Test Plug-in 3.13.400-SNAPSHOT [172/521]
18:20:04 [2024-02-16T23:20:04.304Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.jface.text.tests/.polyglot.META-INF
18:20:04 [2024-02-16T23:20:04.304Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:20:04 [2024-02-16T23:20:04.865Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.865Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.865Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.865Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.865Z] [INFO] The project's OSGi version is 3.13.400.v20240205-1417
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.866Z] [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/tests/org.eclipse.jface.text.tests/saveproperties
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] Resolving class path of [test-bundle] JFace Text Test Plug-in
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.866Z] [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/tests/org.eclipse.jface.text.tests/src/main/resources
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.866Z] [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/tests/org.eclipse.jface.text.tests/src/main/resources
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] 
18:20:04 [2024-02-16T23:20:04.866Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.text.tests ---
18:20:04 [2024-02-16T23:20:04.867Z] [INFO] Compiling 45 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/tests/org.eclipse.jface.text.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:05 [2024-02-16T23:20:05.429Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/DefaultUndoManagerTest.java:[16] 
18:20:05 [2024-02-16T23:20:05.429Z] 	import org.eclipse.jface.text.DefaultUndoManager;
18:20:05 [2024-02-16T23:20:05.429Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.429Z] The type DefaultUndoManager is deprecated
18:20:05 [2024-02-16T23:20:05.429Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/DefaultUndoManagerTest.java:[28] 
18:20:05 [2024-02-16T23:20:05.429Z] 	return new DefaultUndoManager(maxUndoLevel);
18:20:05 [2024-02-16T23:20:05.429Z] 	           ^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.429Z] The type DefaultUndoManager is deprecated
18:20:05 [2024-02-16T23:20:05.429Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/DefaultUndoManagerTest.java:[28] 
18:20:05 [2024-02-16T23:20:05.429Z] 	return new DefaultUndoManager(maxUndoLevel);
18:20:05 [2024-02-16T23:20:05.429Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.429Z] The constructor DefaultUndoManager(int) is deprecated
18:20:05 [2024-02-16T23:20:05.429Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/TestTextViewer.java:[28] 
18:20:05 [2024-02-16T23:20:05.429Z] 	import org.eclipse.jface.text.IAutoIndentStrategy;
18:20:05 [2024-02-16T23:20:05.429Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.430Z] The type IAutoIndentStrategy is deprecated
18:20:05 [2024-02-16T23:20:05.430Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/TestTextViewer.java:[238] 
18:20:05 [2024-02-16T23:20:05.430Z] 	public void setAutoIndentStrategy(IAutoIndentStrategy p0, String p1) {
18:20:05 [2024-02-16T23:20:05.430Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.430Z] The method TestTextViewer.setAutoIndentStrategy(IAutoIndentStrategy, String) overrides a deprecated method from ITextViewer
18:20:05 [2024-02-16T23:20:05.430Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/TestTextViewer.java:[238] 
18:20:05 [2024-02-16T23:20:05.430Z] 	public void setAutoIndentStrategy(IAutoIndentStrategy p0, String p1) {
18:20:05 [2024-02-16T23:20:05.430Z] 	                                  ^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.430Z] The type IAutoIndentStrategy is deprecated
18:20:05 [2024-02-16T23:20:05.430Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/contentassist/BarContentAssistProcessor.java:[138] 
18:20:05 [2024-02-16T23:20:05.430Z] 	public char[] getCompletionProposalAutoActivationCharacters() {
18:20:05 [2024-02-16T23:20:05.430Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.430Z] The method BarContentAssistProcessor.getCompletionProposalAutoActivationCharacters() overrides a deprecated method from IContentAssistProcessorExtension
18:20:05 [2024-02-16T23:20:05.430Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/contentassist/BarContentAssistProcessor.java:[143] 
18:20:05 [2024-02-16T23:20:05.430Z] 	public char[] getContextInformationAutoActivationCharacters() {
18:20:05 [2024-02-16T23:20:05.430Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.430Z] The method BarContentAssistProcessor.getContextInformationAutoActivationCharacters() overrides a deprecated method from IContentAssistProcessorExtension
18:20:05 [2024-02-16T23:20:05.430Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/rules/DefaultPartitionerTest.java:[19] 
18:20:05 [2024-02-16T23:20:05.430Z] 	import org.eclipse.jface.text.rules.DefaultPartitioner;
18:20:05 [2024-02-16T23:20:05.431Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.431Z] The type DefaultPartitioner is deprecated
18:20:05 [2024-02-16T23:20:05.431Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/rules/DefaultPartitionerTest.java:[25] 
18:20:05 [2024-02-16T23:20:05.431Z] 	return new DefaultPartitioner(scanner, new String[] { DEFAULT, COMMENT });
18:20:05 [2024-02-16T23:20:05.431Z] 	           ^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.431Z] The type DefaultPartitioner is deprecated
18:20:05 [2024-02-16T23:20:05.431Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/rules/DefaultPartitionerTest.java:[25] 
18:20:05 [2024-02-16T23:20:05.431Z] 	return new DefaultPartitioner(scanner, new String[] { DEFAULT, COMMENT });
18:20:05 [2024-02-16T23:20:05.431Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.431Z] The constructor DefaultPartitioner(IPartitionTokenScanner, String[]) is deprecated
18:20:05 [2024-02-16T23:20:05.431Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/source/inlined/LineContentBoundsDrawingTest.java:[69] 
18:20:05 [2024-02-16T23:20:05.431Z] 	public Object getType(Annotation annotation) {
18:20:05 [2024-02-16T23:20:05.431Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.431Z] The method LineContentBoundsDrawingTest.AccessAllAnnoations.getType(Annotation) overrides a deprecated method from IAnnotationAccess
18:20:05 [2024-02-16T23:20:05.431Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/source/inlined/LineContentBoundsDrawingTest.java:[74] 
18:20:05 [2024-02-16T23:20:05.431Z] 	public boolean isMultiLine(Annotation annotation) {
18:20:05 [2024-02-16T23:20:05.431Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.431Z] The method LineContentBoundsDrawingTest.AccessAllAnnoations.isMultiLine(Annotation) overrides a deprecated method from IAnnotationAccess
18:20:05 [2024-02-16T23:20:05.431Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.text.tests/src/org/eclipse/jface/text/tests/source/inlined/LineContentBoundsDrawingTest.java:[79] 
18:20:05 [2024-02-16T23:20:05.431Z] 	public boolean isTemporary(Annotation annotation) {
18:20:05 [2024-02-16T23:20:05.431Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:05 [2024-02-16T23:20:05.432Z] The method LineContentBoundsDrawingTest.AccessAllAnnoations.isTemporary(Annotation) overrides a deprecated method from IAnnotationAccess
18:20:05 [2024-02-16T23:20:05.432Z] 14 problems (14 warnings)
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.432Z] [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/tests/org.eclipse.jface.text.tests/src/test/resources
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.432Z] [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/tests/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.13.400-SNAPSHOT-sources.jar
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.432Z] [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/tests/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.13.400-SNAPSHOT.jar
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.text.tests:3.13.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.ui/tests/org.eclipse.jface.text.tests/.polyglot.META-INF
18:20:05 [2024-02-16T23:20:05.432Z]     The main artifact has been replaced with the baseline version.
18:20:05 [2024-02-16T23:20:05.432Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:05 [2024-02-16T23:20:05.432Z] 
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] Skipping tests
18:20:05 [2024-02-16T23:20:05.432Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.433Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.433Z] [INFO] Execution was skipped
18:20:05 [2024-02-16T23:20:05.433Z] [INFO] 
18:20:05 [2024-02-16T23:20:05.433Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.text.tests ---
18:20:05 [2024-02-16T23:20:05.433Z] [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/tests/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.13.400-SNAPSHOT.jar' is already signed and will be resigned.
18:20:05 [2024-02-16T23:20:05.433Z] [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/tests/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.13.400-SNAPSHOT.jar
18:20:06 [2024-02-16T23:20:06.797Z] [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/tests/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.13.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:06 [2024-02-16T23:20:06.797Z] [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/tests/org.eclipse.jface.text.tests/target/org.eclipse.jface.text.tests-3.13.400-SNAPSHOT-sources.jar
18:20:07 [2024-02-16T23:20:07.723Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.723Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.text.tests ---
18:20:07 [2024-02-16T23:20:07.724Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.text.tests:3.13.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.ui/tests/org.eclipse.jface.text.tests/.polyglot.META-INF
18:20:07 [2024-02-16T23:20:07.724Z]     The main artifact has been replaced with the baseline version.
18:20:07 [2024-02-16T23:20:07.724Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:07 [2024-02-16T23:20:07.724Z] 
18:20:07 [2024-02-16T23:20:07.724Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.724Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.astview >---------------
18:20:07 [2024-02-16T23:20:07.724Z] [INFO] Building [bundle] AST View Plug-in 1.6.100-SNAPSHOT            [173/521]
18:20:07 [2024-02-16T23:20:07.724Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.astview/.polyglot.META-INF
18:20:07 [2024-02-16T23:20:07.724Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.astview ---
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.astview ---
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] The project's OSGi version is 1.6.100.v20231214-1952
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.astview ---
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.astview ---
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.979Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.astview ---
18:20:07 [2024-02-16T23:20:07.980Z] [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.ui/org.eclipse.jdt.astview/saveproperties
18:20:07 [2024-02-16T23:20:07.980Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.980Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.astview ---
18:20:07 [2024-02-16T23:20:07.980Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.980Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.astview ---
18:20:07 [2024-02-16T23:20:07.980Z] [INFO] 
18:20:07 [2024-02-16T23:20:07.980Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.astview ---
18:20:07 [2024-02-16T23:20:07.980Z] [INFO] Resolving class path of [bundle] AST View Plug-in
18:20:08 [2024-02-16T23:20:08.236Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.236Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.236Z] [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.ui/org.eclipse.jdt.astview/src/main/resources
18:20:08 [2024-02-16T23:20:08.236Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.236Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.236Z] [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.ui/org.eclipse.jdt.astview/src/main/resources
18:20:08 [2024-02-16T23:20:08.236Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.236Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.236Z] [INFO] Compiling 26 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.ui/org.eclipse.jdt.astview/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.492Z] [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.ui/org.eclipse.jdt.astview/src/test/resources
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.492Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.492Z] [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.ui/org.eclipse.jdt.astview/target/org.eclipse.jdt.astview-1.6.100-SNAPSHOT-sources.jar
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.493Z] [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.ui/org.eclipse.jdt.astview/target/org.eclipse.jdt.astview-1.6.100-SNAPSHOT.jar
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.astview:1.6.100-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.jdt.ui/org.eclipse.jdt.astview/.polyglot.META-INF
18:20:08 [2024-02-16T23:20:08.493Z]     The main artifact has been replaced with the baseline version.
18:20:08 [2024-02-16T23:20:08.493Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:08 [2024-02-16T23:20:08.493Z] 
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] Execution was skipped
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] 
18:20:08 [2024-02-16T23:20:08.493Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.astview ---
18:20:08 [2024-02-16T23:20:08.493Z] [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.jdt.ui/org.eclipse.jdt.astview/target/org.eclipse.jdt.astview-1.6.100-SNAPSHOT.jar' is already signed and will be resigned.
18:20:08 [2024-02-16T23:20:08.493Z] [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.jdt.ui/org.eclipse.jdt.astview/target/org.eclipse.jdt.astview-1.6.100-SNAPSHOT.jar
18:20:09 [2024-02-16T23:20:09.857Z] [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.jdt.ui/org.eclipse.jdt.astview/target/org.eclipse.jdt.astview-1.6.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:09 [2024-02-16T23:20:09.857Z] [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.jdt.ui/org.eclipse.jdt.astview/target/org.eclipse.jdt.astview-1.6.100-SNAPSHOT-sources.jar
18:20:11 [2024-02-16T23:20:11.221Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.221Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.astview ---
18:20:11 [2024-02-16T23:20:11.221Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.astview:1.6.100-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.jdt.ui/org.eclipse.jdt.astview/.polyglot.META-INF
18:20:11 [2024-02-16T23:20:11.221Z]     The main artifact has been replaced with the baseline version.
18:20:11 [2024-02-16T23:20:11.221Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:11 [2024-02-16T23:20:11.222Z] 
18:20:11 [2024-02-16T23:20:11.222Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.222Z] [INFO] ---------------< org.eclipse.jdt:org.eclipse.jdt.jeview >---------------
18:20:11 [2024-02-16T23:20:11.222Z] [INFO] Building [bundle] Java Element View Plug-in 1.5.200-SNAPSHOT   [174/521]
18:20:11 [2024-02-16T23:20:11.222Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.jeview/.polyglot.META-INF
18:20:11 [2024-02-16T23:20:11.222Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:20:11 [2024-02-16T23:20:11.477Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.477Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.477Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.477Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] The project's OSGi version is 1.5.200.v20240126-1130
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.478Z] [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.ui/org.eclipse.jdt.jeview/saveproperties
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.478Z] [INFO] Resolving class path of [bundle] Java Element View Plug-in
18:20:11 [2024-02-16T23:20:11.733Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.733Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.733Z] [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.ui/org.eclipse.jdt.jeview/src/main/resources
18:20:11 [2024-02-16T23:20:11.733Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.733Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.733Z] [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.ui/org.eclipse.jdt.jeview/src/main/resources
18:20:11 [2024-02-16T23:20:11.733Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.733Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.734Z] [INFO] Compiling 27 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.ui/org.eclipse.jdt.jeview/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.989Z] [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.ui/org.eclipse.jdt.jeview/src/test/resources
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.989Z] [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.ui/org.eclipse.jdt.jeview/target/org.eclipse.jdt.jeview-1.5.200-SNAPSHOT-sources.jar
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] 
18:20:11 [2024-02-16T23:20:11.989Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.jeview ---
18:20:11 [2024-02-16T23:20:11.990Z] [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.ui/org.eclipse.jdt.jeview/target/org.eclipse.jdt.jeview-1.5.200-SNAPSHOT.jar
18:20:12 [2024-02-16T23:20:12.245Z] [INFO] 
18:20:12 [2024-02-16T23:20:12.245Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.jeview ---
18:20:12 [2024-02-16T23:20:12.245Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.jeview:1.5.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.jdt.ui/org.eclipse.jdt.jeview/.polyglot.META-INF
18:20:12 [2024-02-16T23:20:12.245Z]     The main artifact has been replaced with the baseline version.
18:20:12 [2024-02-16T23:20:12.245Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:12 [2024-02-16T23:20:12.245Z] 
18:20:12 [2024-02-16T23:20:12.245Z] [INFO] 
18:20:12 [2024-02-16T23:20:12.245Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.jeview ---
18:20:12 [2024-02-16T23:20:12.245Z] [INFO] Execution was skipped
18:20:12 [2024-02-16T23:20:12.245Z] [INFO] 
18:20:12 [2024-02-16T23:20:12.245Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.jeview ---
18:20:12 [2024-02-16T23:20:12.246Z] [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.jdt.ui/org.eclipse.jdt.jeview/target/org.eclipse.jdt.jeview-1.5.200-SNAPSHOT.jar' is already signed and will be resigned.
18:20:12 [2024-02-16T23:20:12.246Z] [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.jdt.ui/org.eclipse.jdt.jeview/target/org.eclipse.jdt.jeview-1.5.200-SNAPSHOT.jar
18:20:13 [2024-02-16T23:20:13.172Z] [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.jdt.ui/org.eclipse.jdt.jeview/target/org.eclipse.jdt.jeview-1.5.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:13 [2024-02-16T23:20:13.173Z] [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.jdt.ui/org.eclipse.jdt.jeview/target/org.eclipse.jdt.jeview-1.5.200-SNAPSHOT-sources.jar
18:20:14 [2024-02-16T23:20:14.556Z] [INFO] 
18:20:14 [2024-02-16T23:20:14.557Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.jeview ---
18:20:14 [2024-02-16T23:20:14.557Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.jeview:1.5.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.jdt.ui/org.eclipse.jdt.jeview/.polyglot.META-INF
18:20:14 [2024-02-16T23:20:14.557Z]     The main artifact has been replaced with the baseline version.
18:20:14 [2024-02-16T23:20:14.557Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:14 [2024-02-16T23:20:14.557Z] 
18:20:14 [2024-02-16T23:20:14.557Z] [INFO] 
18:20:14 [2024-02-16T23:20:14.557Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.bcoview >---------------
18:20:14 [2024-02-16T23:20:14.557Z] [INFO] Building org.eclipse.jdt.bcoview 1.2.300-SNAPSHOT              [175/521]
18:20:14 [2024-02-16T23:20:14.557Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.bcoview/pom.xml
18:20:14 [2024-02-16T23:20:14.557Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:20:15 [2024-02-16T23:20:15.118Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.118Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.118Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.118Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.118Z] [INFO] The project's OSGi version is 1.2.300.v20240118-1157
18:20:15 [2024-02-16T23:20:15.118Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.119Z] [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.ui/org.eclipse.jdt.bcoview/saveproperties
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] Resolving class path of org.eclipse.jdt.bcoview
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.119Z] [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.ui/org.eclipse.jdt.bcoview/src/main/resources
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.119Z] [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.ui/org.eclipse.jdt.bcoview/src/main/resources
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.119Z] [INFO] Compiling 33 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.ui/org.eclipse.jdt.bcoview/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:15 [2024-02-16T23:20:15.681Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.681Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.681Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.681Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.681Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.681Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.682Z] [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.ui/org.eclipse.jdt.bcoview/src/test/resources
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.682Z] [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.ui/org.eclipse.jdt.bcoview/target/org.eclipse.jdt.bcoview-1.2.300-SNAPSHOT-sources.jar
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.682Z] [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.ui/org.eclipse.jdt.bcoview/target/org.eclipse.jdt.bcoview-1.2.300-SNAPSHOT.jar
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.bcoview:1.2.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.jdt.ui/org.eclipse.jdt.bcoview/pom.xml
18:20:15 [2024-02-16T23:20:15.682Z]     The main artifact has been replaced with the baseline version.
18:20:15 [2024-02-16T23:20:15.682Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:15 [2024-02-16T23:20:15.682Z] 
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] Execution was skipped
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] 
18:20:15 [2024-02-16T23:20:15.682Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.bcoview ---
18:20:15 [2024-02-16T23:20:15.683Z] [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.jdt.ui/org.eclipse.jdt.bcoview/target/org.eclipse.jdt.bcoview-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:20:15 [2024-02-16T23:20:15.683Z] [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.jdt.ui/org.eclipse.jdt.bcoview/target/org.eclipse.jdt.bcoview-1.2.300-SNAPSHOT.jar
18:20:16 [2024-02-16T23:20:16.609Z] [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.jdt.ui/org.eclipse.jdt.bcoview/target/org.eclipse.jdt.bcoview-1.2.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:16 [2024-02-16T23:20:16.609Z] [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.jdt.ui/org.eclipse.jdt.bcoview/target/org.eclipse.jdt.bcoview-1.2.300-SNAPSHOT-sources.jar
18:20:17 [2024-02-16T23:20:17.533Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.533Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.bcoview ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.bcoview:1.2.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.jdt.ui/org.eclipse.jdt.bcoview/pom.xml
18:20:17 [2024-02-16T23:20:17.534Z]     The main artifact has been replaced with the baseline version.
18:20:17 [2024-02-16T23:20:17.534Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:17 [2024-02-16T23:20:17.534Z] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --------------------< org.eclipse.pde:eclipse.pde >---------------------
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] Building eclipse.pde 4.31.0-SNAPSHOT                           [176/521]
18:20:17 [2024-02-16T23:20:17.534Z] [INFO]   from eclipse.pde/pom.xml
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --------------------------------[ pom ]---------------------------------
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.pde ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.pde ---
18:20:17 [2024-02-16T23:20:17.534Z] [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.pde/saveproperties
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.pde ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.pde ---
18:20:17 [2024-02-16T23:20:17.534Z] [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.pde/src/main/resources
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.pde ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] Execution was skipped
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.pde ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.pde ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] -------------------< org.eclipse.pde:eclipse.pde.ui >-------------------
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] Building eclipse.pde.ui 4.31.0-SNAPSHOT                        [177/521]
18:20:17 [2024-02-16T23:20:17.534Z] [INFO]   from eclipse.pde/ui/pom.xml
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --------------------------------[ pom ]---------------------------------
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.pde.ui ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.pde.ui ---
18:20:17 [2024-02-16T23:20:17.534Z] [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.pde/ui/saveproperties
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.pde.ui ---
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.534Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.pde.ui ---
18:20:17 [2024-02-16T23:20:17.535Z] [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.pde/ui/src/main/resources
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.pde.ui ---
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.ui ---
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.ui ---
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] Execution was skipped
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.pde.ui ---
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.pde.ui ---
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] -----------< org.eclipse.pde:org.eclipse.pde.junit.runtime >------------
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] Building [bundle] PDE JUnit Runtime Support 3.8.100-SNAPSHOT   [178/521]
18:20:17 [2024-02-16T23:20:17.535Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.junit.runtime/.polyglot.META-INF
18:20:17 [2024-02-16T23:20:17.535Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] The project's OSGi version is 3.8.100.v20240130-1723
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.790Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.790Z] [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.pde/ui/org.eclipse.pde.junit.runtime/saveproperties
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] Resolving class path of [bundle] PDE JUnit Runtime Support
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.791Z] [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.pde/ui/org.eclipse.pde.junit.runtime/src/main/resources
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.791Z] [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.pde/ui/org.eclipse.pde.junit.runtime/src/main/resources
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] 
18:20:17 [2024-02-16T23:20:17.791Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.junit.runtime ---
18:20:17 [2024-02-16T23:20:17.791Z] [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.pde/ui/org.eclipse.pde.junit.runtime/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.046Z] [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.pde/ui/org.eclipse.pde.junit.runtime/src/test/resources
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.046Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.047Z] [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.pde/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.8.100-SNAPSHOT-sources.jar
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.047Z] [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.pde/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.8.100-SNAPSHOT.jar
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime:3.8.100-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.pde/ui/org.eclipse.pde.junit.runtime/.polyglot.META-INF
18:20:18 [2024-02-16T23:20:18.047Z]     The main artifact has been replaced with the baseline version.
18:20:18 [2024-02-16T23:20:18.047Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:18 [2024-02-16T23:20:18.047Z] 
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] Execution was skipped
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] 
18:20:18 [2024-02-16T23:20:18.047Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.junit.runtime ---
18:20:18 [2024-02-16T23:20:18.047Z] [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.pde/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.8.100-SNAPSHOT.jar' is already signed and will be resigned.
18:20:18 [2024-02-16T23:20:18.048Z] [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.pde/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.8.100-SNAPSHOT.jar
18:20:19 [2024-02-16T23:20:19.410Z] [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.pde/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.8.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:19 [2024-02-16T23:20:19.411Z] [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.pde/ui/org.eclipse.pde.junit.runtime/target/org.eclipse.pde.junit.runtime-3.8.100-SNAPSHOT-sources.jar
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.junit.runtime ---
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime:3.8.100-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.pde/ui/org.eclipse.pde.junit.runtime/.polyglot.META-INF
18:20:20 [2024-02-16T23:20:20.336Z]     The main artifact has been replaced with the baseline version.
18:20:20 [2024-02-16T23:20:20.336Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:20 [2024-02-16T23:20:20.336Z] 
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] -----------------< org.eclipse.platform:runtime-tests >-----------------
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] Building [aggregator] tests 4.31.0-SNAPSHOT                    [179/521]
18:20:20 [2024-02-16T23:20:20.336Z] [INFO]   from eclipse.platform/runtime/tests/.polyglot.pom.tycho
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] --------------------------------[ pom ]---------------------------------
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] --- clean:3.3.2:clean (default-clean) @ runtime-tests ---
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.336Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ runtime-tests ---
18:20:20 [2024-02-16T23:20:20.337Z] [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/tests/saveproperties
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ runtime-tests ---
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ runtime-tests ---
18:20:20 [2024-02-16T23:20:20.337Z] [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/tests/src/main/resources
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ runtime-tests ---
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ runtime-tests ---
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ runtime-tests ---
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] Execution was skipped
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ runtime-tests ---
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ runtime-tests ---
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] --------< org.eclipse.platform:org.eclipse.core.tests.harness >---------
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] Building [bundle] Eclipse Core Tests Harness 3.15.300-SNAPSHOT [180/521]
18:20:20 [2024-02-16T23:20:20.337Z] [INFO]   from eclipse.platform/runtime/tests/org.eclipse.core.tests.harness/.polyglot.META-INF
18:20:20 [2024-02-16T23:20:20.337Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:20:20 [2024-02-16T23:20:20.592Z] [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.pom
18:20:20 [2024-02-16T23:20:20.592Z] [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.pom (3.8 kB at 75 kB/s)
18:20:20 [2024-02-16T23:20:20.592Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.pom
18:20:20 [2024-02-16T23:20:20.592Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.pom (16 kB at 1.6 MB/s)
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.11/byte-buddy-parent-1.14.11.pom
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.11/byte-buddy-parent-1.14.11.pom (62 kB at 4.7 MB/s)
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] The project's OSGi version is 3.15.300.v20240204-1433
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.593Z] [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/tests/org.eclipse.core.tests.harness/saveproperties
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] Resolving class path of [bundle] Eclipse Core Tests Harness
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.593Z] [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/tests/org.eclipse.core.tests.harness/src/main/resources
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.593Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.594Z] [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/tests/org.eclipse.core.tests.harness/src/main/resources
18:20:20 [2024-02-16T23:20:20.594Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.594Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.594Z] [INFO] Compiling 33 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/tests/org.eclipse.core.tests.harness/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.850Z] [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/tests/org.eclipse.core.tests.harness/src/test/resources
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.850Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.851Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.851Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.851Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.851Z] [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/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.15.300-SNAPSHOT-sources.jar
18:20:20 [2024-02-16T23:20:20.851Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.851Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.851Z] [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/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.15.300-SNAPSHOT.jar
18:20:20 [2024-02-16T23:20:20.851Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.851Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.852Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.tests.harness:3.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/runtime/tests/org.eclipse.core.tests.harness/.polyglot.META-INF
18:20:20 [2024-02-16T23:20:20.852Z]     The main artifact has been replaced with the baseline version.
18:20:20 [2024-02-16T23:20:20.852Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:20 [2024-02-16T23:20:20.852Z] 
18:20:20 [2024-02-16T23:20:20.852Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.852Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.852Z] [INFO] Execution was skipped
18:20:20 [2024-02-16T23:20:20.852Z] [INFO] 
18:20:20 [2024-02-16T23:20:20.852Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tests.harness ---
18:20:20 [2024-02-16T23:20:20.852Z] [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/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.15.300-SNAPSHOT.jar' is already signed and will be resigned.
18:20:20 [2024-02-16T23:20:20.853Z] [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/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.15.300-SNAPSHOT.jar
18:20:22 [2024-02-16T23:20:22.218Z] [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/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.15.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:22 [2024-02-16T23:20:22.218Z] [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/tests/org.eclipse.core.tests.harness/target/org.eclipse.core.tests.harness-3.15.300-SNAPSHOT-sources.jar
18:20:23 [2024-02-16T23:20:23.144Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.144Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tests.harness ---
18:20:23 [2024-02-16T23:20:23.144Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.tests.harness:3.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/runtime/tests/org.eclipse.core.tests.harness/.polyglot.META-INF
18:20:23 [2024-02-16T23:20:23.144Z]     The main artifact has been replaced with the baseline version.
18:20:23 [2024-02-16T23:20:23.144Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:23 [2024-02-16T23:20:23.144Z] 
18:20:23 [2024-02-16T23:20:23.144Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.144Z] [INFO] --------------< org.eclipse.jdt:org.eclipse.jdt.ui.tests >--------------
18:20:23 [2024-02-16T23:20:23.145Z] [INFO] Building org.eclipse.jdt.ui.tests 3.15.300-SNAPSHOT            [181/521]
18:20:23 [2024-02-16T23:20:23.145Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.ui.tests/pom.xml
18:20:23 [2024-02-16T23:20:23.145Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:20:23 [2024-02-16T23:20:23.399Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.399Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.399Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] The project's OSGi version is 3.15.300.v20240214-2235
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.400Z] [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.ui/org.eclipse.jdt.ui.tests/saveproperties
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.400Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.655Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.655Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.655Z] [INFO] Resolving class path of org.eclipse.jdt.ui.tests
18:20:23 [2024-02-16T23:20:23.911Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.911Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.911Z] [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.ui/org.eclipse.jdt.ui.tests/src/main/resources
18:20:23 [2024-02-16T23:20:23.911Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.911Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.911Z] [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.ui/org.eclipse.jdt.ui.tests/src/main/resources
18:20:23 [2024-02-16T23:20:23.911Z] [INFO] 
18:20:23 [2024-02-16T23:20:23.911Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui.tests ---
18:20:23 [2024-02-16T23:20:23.911Z] [INFO] Compiling 328 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.ui/org.eclipse.jdt.ui.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:25 [2024-02-16T23:20:25.801Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java:[29] 
18:20:25 [2024-02-16T23:20:25.801Z] 	import org.eclipse.jface.text.DefaultUndoManager;
18:20:25 [2024-02-16T23:20:25.801Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.801Z] The type DefaultUndoManager is deprecated
18:20:25 [2024-02-16T23:20:25.801Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java:[67] 
18:20:25 [2024-02-16T23:20:25.801Z] 	fUndoManager= new DefaultUndoManager(MAX_UNDO_LEVEL);
18:20:25 [2024-02-16T23:20:25.801Z] 	                  ^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.801Z] The type DefaultUndoManager is deprecated
18:20:25 [2024-02-16T23:20:25.801Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java:[67] 
18:20:25 [2024-02-16T23:20:25.801Z] 	fUndoManager= new DefaultUndoManager(MAX_UNDO_LEVEL);
18:20:25 [2024-02-16T23:20:25.801Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.801Z] The constructor DefaultUndoManager(int) is deprecated
18:20:25 [2024-02-16T23:20:25.801Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/leaks/org/eclipse/jdt/ui/tests/leaks/UndoManagerLeakTest.java:[90] 
18:20:25 [2024-02-16T23:20:25.802Z] 	DefaultUndoManager.class.getName(),
18:20:25 [2024-02-16T23:20:25.802Z] 	^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.802Z] The type DefaultUndoManager is deprecated
18:20:25 [2024-02-16T23:20:25.802Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java:[284] 
18:20:25 [2024-02-16T23:20:25.802Z] 	options.put(DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION, getAlignment(this.alignment_for_binary_expression));
18:20:25 [2024-02-16T23:20:25.802Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.802Z] The field DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION is deprecated
18:20:25 [2024-02-16T23:20:25.802Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java:[326] 
18:20:25 [2024-02-16T23:20:25.802Z] 	options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER, this.insert_new_line_after_annotation_on_member? JavaCore.INSERT : JavaCore.DO_NOT_INSERT);
18:20:25 [2024-02-16T23:20:25.802Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.802Z] The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER is deprecated
18:20:25 [2024-02-16T23:20:25.802Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java:[335] 
18:20:25 [2024-02-16T23:20:25.802Z] 	options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANONYMOUS_TYPE_DECLARATION, this.insert_new_line_in_empty_anonymous_type_declaration? JavaCore.INSERT : JavaCore.DO_NOT_INSERT);
18:20:25 [2024-02-16T23:20:25.802Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.802Z] The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANONYMOUS_TYPE_DECLARATION is deprecated
18:20:25 [2024-02-16T23:20:25.802Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java:[336] 
18:20:25 [2024-02-16T23:20:25.802Z] 	options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK, this.insert_new_line_in_empty_block? JavaCore.INSERT : JavaCore.DO_NOT_INSERT);
18:20:25 [2024-02-16T23:20:25.803Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.803Z] The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK is deprecated
18:20:25 [2024-02-16T23:20:25.803Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java:[337] 
18:20:25 [2024-02-16T23:20:25.803Z] 	options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY, this.insert_new_line_in_empty_method_body? JavaCore.INSERT : JavaCore.DO_NOT_INSERT);
18:20:25 [2024-02-16T23:20:25.803Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.803Z] The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY is deprecated
18:20:25 [2024-02-16T23:20:25.803Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java:[338] 
18:20:25 [2024-02-16T23:20:25.803Z] 	options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_TYPE_DECLARATION, this.insert_new_line_in_empty_type_declaration? JavaCore.INSERT : JavaCore.DO_NOT_INSERT);
18:20:25 [2024-02-16T23:20:25.803Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.803Z] The field DefaultCodeFormatterConstants.FORMATTER_INSERT_NEW_LINE_IN_EMPTY_TYPE_DECLARATION is deprecated
18:20:25 [2024-02-16T23:20:25.803Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java:[340] 
18:20:25 [2024-02-16T23:20:25.803Z] 	options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR, this.insert_space_after_binary_operator? JavaCore.INSERT : JavaCore.DO_NOT_INSERT);
18:20:25 [2024-02-16T23:20:25.803Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.803Z] The field DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR is deprecated
18:20:25 [2024-02-16T23:20:25.803Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java:[380] 
18:20:25 [2024-02-16T23:20:25.804Z] 	options.put(DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR, this.insert_space_before_binary_operator? JavaCore.INSERT : JavaCore.DO_NOT_INSERT);
18:20:25 [2024-02-16T23:20:25.804Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.804Z] The field DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR is deprecated
18:20:25 [2024-02-16T23:20:25.804Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/test plugin/org/eclipse/jdt/testplugin/TestOptions.java:[456] 
18:20:25 [2024-02-16T23:20:25.804Z] 	options.put(DefaultCodeFormatterConstants.FORMATTER_WRAP_BEFORE_BINARY_OPERATOR, this.wrapBeforeBinaryOperator ? DefaultCodeFormatterConstants.TRUE : DefaultCodeFormatterConstants.FALSE);
18:20:25 [2024-02-16T23:20:25.804Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.804Z] The field DefaultCodeFormatterConstants.FORMATTER_WRAP_BEFORE_BINARY_OPERATOR is deprecated
18:20:25 [2024-02-16T23:20:25.804Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java:[35] 
18:20:25 [2024-02-16T23:20:25.804Z] 	import org.eclipse.core.runtime.Preferences;
18:20:25 [2024-02-16T23:20:25.804Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.804Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.804Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java:[80] 
18:20:25 [2024-02-16T23:20:25.804Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.804Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.804Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.804Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java:[81] 
18:20:25 [2024-02-16T23:20:25.804Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.804Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.804Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.804Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java:[82] 
18:20:25 [2024-02-16T23:20:25.804Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.804Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.804Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.805Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java:[83] 
18:20:25 [2024-02-16T23:20:25.805Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.805Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.805Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.805Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest.java:[84] 
18:20:25 [2024-02-16T23:20:25.805Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.805Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.805Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.805Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java:[27] 
18:20:25 [2024-02-16T23:20:25.805Z] 	import org.eclipse.core.runtime.Preferences;
18:20:25 [2024-02-16T23:20:25.805Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.805Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.805Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java:[75] 
18:20:25 [2024-02-16T23:20:25.805Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.805Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.805Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.805Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java:[76] 
18:20:25 [2024-02-16T23:20:25.805Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.805Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.805Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.805Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java:[77] 
18:20:25 [2024-02-16T23:20:25.805Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.805Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.805Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.806Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java:[78] 
18:20:25 [2024-02-16T23:20:25.806Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.806Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.806Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.806Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AdvancedQuickAssistTest1d7.java:[79] 
18:20:25 [2024-02-16T23:20:25.806Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.806Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.806Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.806Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[40] 
18:20:25 [2024-02-16T23:20:25.806Z] 	import org.eclipse.core.runtime.Preferences;
18:20:25 [2024-02-16T23:20:25.806Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.806Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.806Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[81] 
18:20:25 [2024-02-16T23:20:25.806Z] 	private static final String EXTRACT_TO_LOCAL= CorrectionMessages.QuickAssistProcessor_extract_to_local_description;
18:20:25 [2024-02-16T23:20:25.806Z] 	                            ^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.806Z] The value of the field AssistQuickFixTest.EXTRACT_TO_LOCAL is not used
18:20:25 [2024-02-16T23:20:25.806Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[82] 
18:20:25 [2024-02-16T23:20:25.806Z] 	private static final String EXTRACT_TO_LOCAL_REPLACE= CorrectionMessages.QuickAssistProcessor_extract_to_local_all_description;
18:20:25 [2024-02-16T23:20:25.806Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.806Z] The value of the field AssistQuickFixTest.EXTRACT_TO_LOCAL_REPLACE is not used
18:20:25 [2024-02-16T23:20:25.806Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[102] 
18:20:25 [2024-02-16T23:20:25.806Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.806Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.806Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.807Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[103] 
18:20:25 [2024-02-16T23:20:25.807Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.807Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.807Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.807Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[104] 
18:20:25 [2024-02-16T23:20:25.807Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.807Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.807Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.807Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[105] 
18:20:25 [2024-02-16T23:20:25.807Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.807Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.807Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.807Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[106] 
18:20:25 [2024-02-16T23:20:25.807Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.807Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.807Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.807Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[236] 
18:20:25 [2024-02-16T23:20:25.807Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.807Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.807Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.807Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[237] 
18:20:25 [2024-02-16T23:20:25.807Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f");
18:20:25 [2024-02-16T23:20:25.807Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.807Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.808Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[238] 
18:20:25 [2024-02-16T23:20:25.808Z] 	corePrefs.setValue(JavaCore.CODEASSIST_LOCAL_PREFIXES, "_");
18:20:25 [2024-02-16T23:20:25.808Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.808Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.808Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[359] 
18:20:25 [2024-02-16T23:20:25.808Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.808Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.808Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.808Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[360] 
18:20:25 [2024-02-16T23:20:25.808Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f");
18:20:25 [2024-02-16T23:20:25.808Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.808Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.808Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[361] 
18:20:25 [2024-02-16T23:20:25.808Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "fg");
18:20:25 [2024-02-16T23:20:25.808Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.808Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.808Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[362] 
18:20:25 [2024-02-16T23:20:25.808Z] 	corePrefs.setValue(JavaCore.CODEASSIST_LOCAL_PREFIXES, "_");
18:20:25 [2024-02-16T23:20:25.808Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.808Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.808Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[1267] 
18:20:25 [2024-02-16T23:20:25.808Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.808Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.808Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.809Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[1268] 
18:20:25 [2024-02-16T23:20:25.809Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f");
18:20:25 [2024-02-16T23:20:25.809Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.809Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.809Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[1308] 
18:20:25 [2024-02-16T23:20:25.809Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.809Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.809Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.809Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[1309] 
18:20:25 [2024-02-16T23:20:25.809Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "fg");
18:20:25 [2024-02-16T23:20:25.809Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.809Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.809Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[1697] 
18:20:25 [2024-02-16T23:20:25.809Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.809Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.809Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.809Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[1698] 
18:20:25 [2024-02-16T23:20:25.809Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f");
18:20:25 [2024-02-16T23:20:25.809Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.809Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.809Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[7152] 
18:20:25 [2024-02-16T23:20:25.809Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.809Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.809Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.809Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[7153] 
18:20:25 [2024-02-16T23:20:25.809Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "f");
18:20:25 [2024-02-16T23:20:25.810Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.810Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.810Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[7154] 
18:20:25 [2024-02-16T23:20:25.810Z] 	corePrefs.setValue(JavaCore.CODEASSIST_LOCAL_PREFIXES, "l");
18:20:25 [2024-02-16T23:20:25.810Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.810Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.810Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest.java:[7155] 
18:20:25 [2024-02-16T23:20:25.810Z] 	corePrefs.setValue(JavaCore.CODEASSIST_ARGUMENT_PREFIXES, "p");
18:20:25 [2024-02-16T23:20:25.810Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.810Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.810Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java:[27] 
18:20:25 [2024-02-16T23:20:25.810Z] 	import org.eclipse.core.runtime.Preferences;
18:20:25 [2024-02-16T23:20:25.810Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.810Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.810Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java:[83] 
18:20:25 [2024-02-16T23:20:25.810Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.810Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.810Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.810Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java:[84] 
18:20:25 [2024-02-16T23:20:25.810Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.810Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.810Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.810Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java:[85] 
18:20:25 [2024-02-16T23:20:25.810Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.810Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.810Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.811Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java:[86] 
18:20:25 [2024-02-16T23:20:25.811Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.811Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.811Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.811Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/AssistQuickFixTest1d7.java:[87] 
18:20:25 [2024-02-16T23:20:25.811Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.811Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.811Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.811Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java:[30] 
18:20:25 [2024-02-16T23:20:25.811Z] 	import org.eclipse.core.runtime.Preferences;
18:20:25 [2024-02-16T23:20:25.811Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.811Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.811Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java:[81] 
18:20:25 [2024-02-16T23:20:25.811Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.811Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.811Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.811Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java:[82] 
18:20:25 [2024-02-16T23:20:25.811Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.811Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.811Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.811Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java:[83] 
18:20:25 [2024-02-16T23:20:25.811Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.811Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.811Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.811Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java:[84] 
18:20:25 [2024-02-16T23:20:25.812Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.812Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.812Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.812Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/ChangeNonStaticToStaticTest.java:[85] 
18:20:25 [2024-02-16T23:20:25.812Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.812Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.812Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.812Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java:[36] 
18:20:25 [2024-02-16T23:20:25.812Z] 	import org.eclipse.core.runtime.Preferences;
18:20:25 [2024-02-16T23:20:25.812Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.812Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.812Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java:[109] 
18:20:25 [2024-02-16T23:20:25.812Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.812Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.812Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.812Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java:[110] 
18:20:25 [2024-02-16T23:20:25.812Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.812Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.812Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.812Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java:[111] 
18:20:25 [2024-02-16T23:20:25.812Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.812Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.812Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.812Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java:[112] 
18:20:25 [2024-02-16T23:20:25.812Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.812Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.813Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.813Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/CleanUpTestCase.java:[113] 
18:20:25 [2024-02-16T23:20:25.813Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.813Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.813Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.813Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/PropertiesFileQuickAssistTest.java:[38] 
18:20:25 [2024-02-16T23:20:25.813Z] 	import org.eclipse.core.runtime.Preferences;
18:20:25 [2024-02-16T23:20:25.813Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.813Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.813Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java:[31] 
18:20:25 [2024-02-16T23:20:25.813Z] 	import org.eclipse.core.runtime.Preferences;
18:20:25 [2024-02-16T23:20:25.813Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.813Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.813Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java:[80] 
18:20:25 [2024-02-16T23:20:25.813Z] 	Preferences corePrefs= JavaPlugin.getJavaCorePluginPreferences();
18:20:25 [2024-02-16T23:20:25.813Z] 	^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.813Z] The type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.813Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java:[81] 
18:20:25 [2024-02-16T23:20:25.813Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.813Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.813Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.813Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java:[82] 
18:20:25 [2024-02-16T23:20:25.813Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_PREFIXES, "");
18:20:25 [2024-02-16T23:20:25.813Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.813Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.814Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java:[83] 
18:20:25 [2024-02-16T23:20:25.814Z] 	corePrefs.setValue(JavaCore.CODEASSIST_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.814Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.814Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.814Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/SurroundWithTemplateTest.java:[84] 
18:20:25 [2024-02-16T23:20:25.814Z] 	corePrefs.setValue(JavaCore.CODEASSIST_STATIC_FIELD_SUFFIXES, "");
18:20:25 [2024-02-16T23:20:25.814Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.814Z] The method setValue(String, String) from the type Preferences is deprecated
18:20:25 [2024-02-16T23:20:25.814Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[42] 
18:20:25 [2024-02-16T23:20:25.814Z] 	import org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage;
18:20:25 [2024-02-16T23:20:25.814Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.814Z] The type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.814Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[46] 
18:20:25 [2024-02-16T23:20:25.814Z] 	private static class TestNewJavaProjectWizardPage extends NewJavaProjectWizardPage {
18:20:25 [2024-02-16T23:20:25.814Z] 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.814Z] The type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.814Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[51] 
18:20:25 [2024-02-16T23:20:25.814Z] 	super(root, null);
18:20:25 [2024-02-16T23:20:25.814Z] 	^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.814Z] The constructor NewJavaProjectWizardPage(IWorkspaceRoot, WizardNewProjectCreationPage) is deprecated
18:20:25 [2024-02-16T23:20:25.814Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[62] 
18:20:25 [2024-02-16T23:20:25.814Z] 	protected IPath getLocationPath() {
18:20:25 [2024-02-16T23:20:25.814Z] 	                ^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.814Z] The method NewJavaProjectWizardTest.TestNewJavaProjectWizardPage.getLocationPath() overrides a deprecated method from NewJavaProjectWizardPage
18:20:25 [2024-02-16T23:20:25.815Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[70] 
18:20:25 [2024-02-16T23:20:25.815Z] 	protected IProject getProjectHandle() {
18:20:25 [2024-02-16T23:20:25.815Z] 	                   ^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.815Z] The method NewJavaProjectWizardTest.TestNewJavaProjectWizardPage.getProjectHandle() overrides a deprecated method from NewJavaProjectWizardPage
18:20:25 [2024-02-16T23:20:25.815Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[75] 
18:20:25 [2024-02-16T23:20:25.815Z] 	super.initBuildPaths();
18:20:25 [2024-02-16T23:20:25.815Z] 	      ^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.815Z] The method initBuildPaths() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.815Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[135] 
18:20:25 [2024-02-16T23:20:25.815Z] 	IPath outputLocation= fWizardPage.getOutputLocation();
18:20:25 [2024-02-16T23:20:25.815Z] 	                                  ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.815Z] The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.815Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[136] 
18:20:25 [2024-02-16T23:20:25.815Z] 	IClasspathEntry[] classpath= fWizardPage.getRawClassPath();
18:20:25 [2024-02-16T23:20:25.815Z] 	                                         ^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.815Z] The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.815Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[144] 
18:20:25 [2024-02-16T23:20:25.815Z] 	IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable());
18:20:25 [2024-02-16T23:20:25.815Z] 	                                                                             ^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.815Z] The method getRunnable() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.815Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[150] 
18:20:25 [2024-02-16T23:20:25.815Z] 	IJavaProject jproj= fWizardPage.getNewJavaProject();
18:20:25 [2024-02-16T23:20:25.815Z] 	                                ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.815Z] The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.816Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[164] 
18:20:25 [2024-02-16T23:20:25.816Z] 	IPath outputLocation= fWizardPage.getOutputLocation();
18:20:25 [2024-02-16T23:20:25.816Z] 	                                  ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.816Z] The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.816Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[165] 
18:20:25 [2024-02-16T23:20:25.816Z] 	IClasspathEntry[] classpath= fWizardPage.getRawClassPath();
18:20:25 [2024-02-16T23:20:25.816Z] 	                                         ^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.816Z] The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.816Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[174] 
18:20:25 [2024-02-16T23:20:25.816Z] 	IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable());
18:20:25 [2024-02-16T23:20:25.816Z] 	                                                                             ^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.816Z] The method getRunnable() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.816Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[180] 
18:20:25 [2024-02-16T23:20:25.816Z] 	IJavaProject jproj= fWizardPage.getNewJavaProject();
18:20:25 [2024-02-16T23:20:25.816Z] 	                                ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.816Z] The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.816Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[184] 
18:20:25 [2024-02-16T23:20:25.816Z] 	IPath outputLocation1= fWizardPage.getOutputLocation();
18:20:25 [2024-02-16T23:20:25.816Z] 	                                   ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.816Z] The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.816Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[185] 
18:20:25 [2024-02-16T23:20:25.816Z] 	IClasspathEntry[] classpath1= fWizardPage.getRawClassPath();
18:20:25 [2024-02-16T23:20:25.816Z] 	                                          ^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.816Z] The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.817Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[211] 
18:20:25 [2024-02-16T23:20:25.817Z] 	fWizardPage.setDefaultOutputFolder(folderPath);
18:20:25 [2024-02-16T23:20:25.817Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.817Z] The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.817Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[212] 
18:20:25 [2024-02-16T23:20:25.817Z] 	fWizardPage.setDefaultClassPath(entries, true);
18:20:25 [2024-02-16T23:20:25.817Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.817Z] The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.817Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[215] 
18:20:25 [2024-02-16T23:20:25.817Z] 	IPath outputLocation= fWizardPage.getOutputLocation();
18:20:25 [2024-02-16T23:20:25.817Z] 	                                  ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.817Z] The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.817Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[216] 
18:20:25 [2024-02-16T23:20:25.817Z] 	IClasspathEntry[] classpath= fWizardPage.getRawClassPath();
18:20:25 [2024-02-16T23:20:25.817Z] 	                                         ^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.817Z] The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.817Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[219] 
18:20:25 [2024-02-16T23:20:25.817Z] 	fWizardPage.setDefaultOutputFolder(null);
18:20:25 [2024-02-16T23:20:25.817Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.817Z] The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.817Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[220] 
18:20:25 [2024-02-16T23:20:25.817Z] 	fWizardPage.setDefaultClassPath(null, false);
18:20:25 [2024-02-16T23:20:25.817Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.817Z] The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.818Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[223] 
18:20:25 [2024-02-16T23:20:25.818Z] 	IPath outputLocation1= fWizardPage.getOutputLocation();
18:20:25 [2024-02-16T23:20:25.818Z] 	                                   ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.818Z] The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.818Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[224] 
18:20:25 [2024-02-16T23:20:25.818Z] 	IClasspathEntry[] classpath1= fWizardPage.getRawClassPath();
18:20:25 [2024-02-16T23:20:25.818Z] 	                                          ^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.818Z] The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.818Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[239] 
18:20:25 [2024-02-16T23:20:25.818Z] 	fWizardPage.setDefaultOutputFolder(folderPath);
18:20:25 [2024-02-16T23:20:25.818Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.818Z] The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.818Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[240] 
18:20:25 [2024-02-16T23:20:25.818Z] 	fWizardPage.setDefaultClassPath(entries, true);
18:20:25 [2024-02-16T23:20:25.818Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.818Z] The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.818Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[242] 
18:20:25 [2024-02-16T23:20:25.818Z] 	IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable());
18:20:25 [2024-02-16T23:20:25.818Z] 	                                                                             ^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.818Z] The method getRunnable() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.819Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[248] 
18:20:25 [2024-02-16T23:20:25.819Z] 	IJavaProject jproj= fWizardPage.getNewJavaProject();
18:20:25 [2024-02-16T23:20:25.819Z] 	                                ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.819Z] The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.819Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[267] 
18:20:25 [2024-02-16T23:20:25.819Z] 	fWizardPage.setDefaultOutputFolder(folderPath);
18:20:25 [2024-02-16T23:20:25.819Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.819Z] The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.819Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[268] 
18:20:25 [2024-02-16T23:20:25.819Z] 	fWizardPage.setDefaultClassPath(entries, true);
18:20:25 [2024-02-16T23:20:25.819Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.819Z] The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.819Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[270] 
18:20:25 [2024-02-16T23:20:25.819Z] 	IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable());
18:20:25 [2024-02-16T23:20:25.819Z] 	                                                                             ^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.819Z] The method getRunnable() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.819Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[276] 
18:20:25 [2024-02-16T23:20:25.819Z] 	IProject proj= fWizardPage.getNewJavaProject().getProject();
18:20:25 [2024-02-16T23:20:25.819Z] 	                           ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.819Z] The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.819Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[278] 
18:20:25 [2024-02-16T23:20:25.819Z] 	fWizardPage.setDefaultClassPath(null, false);
18:20:25 [2024-02-16T23:20:25.819Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.819Z] The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.820Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[279] 
18:20:25 [2024-02-16T23:20:25.820Z] 	fWizardPage.setDefaultOutputFolder(null);
18:20:25 [2024-02-16T23:20:25.820Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.820Z] The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.820Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[285] 
18:20:25 [2024-02-16T23:20:25.820Z] 	IPath outputLocation1= fWizardPage.getOutputLocation();
18:20:25 [2024-02-16T23:20:25.820Z] 	                                   ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.820Z] The method getOutputLocation() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.820Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[286] 
18:20:25 [2024-02-16T23:20:25.820Z] 	IClasspathEntry[] classpath1= fWizardPage.getRawClassPath();
18:20:25 [2024-02-16T23:20:25.820Z] 	                                          ^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.820Z] The method getRawClassPath() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.820Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[294] 
18:20:25 [2024-02-16T23:20:25.820Z] 	IRunnableWithProgress op= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable());
18:20:25 [2024-02-16T23:20:25.820Z] 	                                                                             ^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.820Z] The method getRunnable() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.820Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[306] 
18:20:25 [2024-02-16T23:20:25.821Z] 	fWizardPage.setDefaultOutputFolder(folderPath);
18:20:25 [2024-02-16T23:20:25.821Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.821Z] The method setDefaultOutputFolder(IPath) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.821Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[307] 
18:20:25 [2024-02-16T23:20:25.821Z] 	fWizardPage.setDefaultClassPath(entries, true);
18:20:25 [2024-02-16T23:20:25.821Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.821Z] The method setDefaultClassPath(IClasspathEntry[], boolean) from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.821Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[310] 
18:20:25 [2024-02-16T23:20:25.821Z] 	IRunnableWithProgress op1= new WorkspaceModifyDelegatingOperation(fWizardPage.getRunnable());
18:20:25 [2024-02-16T23:20:25.821Z] 	                                                                              ^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.821Z] The method getRunnable() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.821Z] [WARNING] /home/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/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/NewJavaProjectWizardTest.java:[313] 
18:20:25 [2024-02-16T23:20:25.821Z] 	IJavaProject jproj= fWizardPage.getNewJavaProject();
18:20:25 [2024-02-16T23:20:25.821Z] 	                                ^^^^^^^^^^^^^^^^^^^
18:20:25 [2024-02-16T23:20:25.821Z] The method getNewJavaProject() from the type NewJavaProjectWizardPage is deprecated
18:20:25 [2024-02-16T23:20:25.821Z] 116 problems (116 warnings)
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] 
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui.tests ---
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] 
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.tests ---
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] 
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui.tests ---
18:20:25 [2024-02-16T23:20:25.821Z] [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.ui/org.eclipse.jdt.ui.tests/src/test/resources
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] 
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.tests ---
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] 
18:20:25 [2024-02-16T23:20:25.821Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.tests ---
18:20:25 [2024-02-16T23:20:25.821Z] [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.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.15.300-SNAPSHOT-sources.jar
18:20:25 [2024-02-16T23:20:25.822Z] [INFO] 
18:20:25 [2024-02-16T23:20:25.822Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.tests ---
18:20:26 [2024-02-16T23:20:26.077Z] [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.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.15.300-SNAPSHOT.jar
18:20:26 [2024-02-16T23:20:26.077Z] [INFO] 
18:20:26 [2024-02-16T23:20:26.077Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.tests ---
18:20:26 [2024-02-16T23:20:26.639Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests:3.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.jdt.ui/org.eclipse.jdt.ui.tests/pom.xml
18:20:26 [2024-02-16T23:20:26.639Z]     The main artifact has been replaced with the baseline version.
18:20:26 [2024-02-16T23:20:26.639Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:26 [2024-02-16T23:20:26.639Z] 
18:20:26 [2024-02-16T23:20:26.639Z] [INFO] 
18:20:26 [2024-02-16T23:20:26.639Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.ui.tests ---
18:20:26 [2024-02-16T23:20:26.639Z] [INFO] Skipping tests
18:20:26 [2024-02-16T23:20:26.639Z] [INFO] 
18:20:26 [2024-02-16T23:20:26.640Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.tests ---
18:20:26 [2024-02-16T23:20:26.640Z] [INFO] Execution was skipped
18:20:26 [2024-02-16T23:20:26.640Z] [INFO] 
18:20:26 [2024-02-16T23:20:26.640Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.ui.tests ---
18:20:26 [2024-02-16T23:20:26.896Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.15.300-SNAPSHOT.jar' is disabled.
18:20:26 [2024-02-16T23:20:26.896Z] [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.jdt.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.15.300-SNAPSHOT.jar' is already signed and will be resigned.
18:20:26 [2024-02-16T23:20:26.896Z] [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.jdt.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.15.300-SNAPSHOT.jar
18:20:29 [2024-02-16T23:20:29.411Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.15.300-SNAPSHOT-sources.jar' is disabled.
18:20:29 [2024-02-16T23:20:29.411Z] [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.jdt.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.15.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:29 [2024-02-16T23:20:29.411Z] [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.jdt.ui/org.eclipse.jdt.ui.tests/target/org.eclipse.jdt.ui.tests-3.15.300-SNAPSHOT-sources.jar
18:20:29 [2024-02-16T23:20:29.973Z] [INFO] 
18:20:29 [2024-02-16T23:20:29.973Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui.tests ---
18:20:30 [2024-02-16T23:20:30.535Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests:3.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.jdt.ui/org.eclipse.jdt.ui.tests/pom.xml
18:20:30 [2024-02-16T23:20:30.535Z]     The main artifact has been replaced with the baseline version.
18:20:30 [2024-02-16T23:20:30.535Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:30 [2024-02-16T23:20:30.535Z] 
18:20:30 [2024-02-16T23:20:30.535Z] [INFO] 
18:20:30 [2024-02-16T23:20:30.535Z] [INFO] -------------< org.eclipse.jdt:org.eclipse.jdt.text.tests >-------------
18:20:30 [2024-02-16T23:20:30.535Z] [INFO] Building org.eclipse.jdt.text.tests 3.14.300-SNAPSHOT          [182/521]
18:20:30 [2024-02-16T23:20:30.535Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.text.tests/pom.xml
18:20:30 [2024-02-16T23:20:30.535Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] 
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.text.tests ---
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] 
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.text.tests ---
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] The project's OSGi version is 3.14.300.v20240215-0312
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] 
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.text.tests ---
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] 
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.text.tests ---
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] 
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.text.tests ---
18:20:30 [2024-02-16T23:20:30.791Z] [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.ui/org.eclipse.jdt.text.tests/saveproperties
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] 
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.text.tests ---
18:20:30 [2024-02-16T23:20:30.791Z] [INFO] 
18:20:30 [2024-02-16T23:20:30.792Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.text.tests ---
18:20:30 [2024-02-16T23:20:30.792Z] [INFO] 
18:20:30 [2024-02-16T23:20:30.792Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.text.tests ---
18:20:30 [2024-02-16T23:20:30.792Z] [INFO] Resolving class path of org.eclipse.jdt.text.tests
18:20:31 [2024-02-16T23:20:31.048Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.048Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.text.tests ---
18:20:31 [2024-02-16T23:20:31.048Z] [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.ui/org.eclipse.jdt.text.tests/src/main/resources
18:20:31 [2024-02-16T23:20:31.048Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.048Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.text.tests ---
18:20:31 [2024-02-16T23:20:31.048Z] [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.ui/org.eclipse.jdt.text.tests/src/main/resources
18:20:31 [2024-02-16T23:20:31.048Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.048Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.text.tests ---
18:20:31 [2024-02-16T23:20:31.048Z] [INFO] Compiling 173 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.ui/org.eclipse.jdt.text.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:31 [2024-02-16T23:20:31.976Z] [WARNING] /home/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/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/AbstractForLoopJavaContextTest.java:[107] 
18:20:31 [2024-02-16T23:20:31.977Z] 	return store.getTemplateData(id).getTemplate();
18:20:31 [2024-02-16T23:20:31.977Z] 	                                 ^^^^^^^^^^^^^
18:20:31 [2024-02-16T23:20:31.977Z] The method getTemplate() from the type TemplatePersistenceData is deprecated
18:20:31 [2024-02-16T23:20:31.977Z] [WARNING] /home/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/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java:[28] 
18:20:31 [2024-02-16T23:20:31.977Z] 	import org.eclipse.core.runtime.Preferences;
18:20:31 [2024-02-16T23:20:31.977Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:31 [2024-02-16T23:20:31.977Z] The type Preferences is deprecated
18:20:31 [2024-02-16T23:20:31.977Z] [WARNING] /home/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/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java:[238] 
18:20:31 [2024-02-16T23:20:31.977Z] 	Preferences prefs= new Preferences();
18:20:31 [2024-02-16T23:20:31.977Z] 	^^^^^^^^^^^
18:20:31 [2024-02-16T23:20:31.977Z] The type Preferences is deprecated
18:20:31 [2024-02-16T23:20:31.977Z] [WARNING] /home/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/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java:[238] 
18:20:31 [2024-02-16T23:20:31.977Z] 	Preferences prefs= new Preferences();
18:20:31 [2024-02-16T23:20:31.977Z] 	                       ^^^^^^^^^^^
18:20:31 [2024-02-16T23:20:31.977Z] The type Preferences is deprecated
18:20:31 [2024-02-16T23:20:31.977Z] [WARNING] /home/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/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/contentassist/ContentAssistHistoryTest.java:[238] 
18:20:31 [2024-02-16T23:20:31.977Z] 	Preferences prefs= new Preferences();
18:20:31 [2024-02-16T23:20:31.977Z] 	                       ^^^^^^^^^^^^^
18:20:31 [2024-02-16T23:20:31.977Z] The constructor Preferences() is deprecated
18:20:31 [2024-02-16T23:20:31.977Z] [WARNING] /home/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/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/PerformanceTestSetup.java:[86] 
18:20:31 [2024-02-16T23:20:31.978Z] 	assertTrue(JavaCore.create(project).exists());
18:20:31 [2024-02-16T23:20:31.978Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:31 [2024-02-16T23:20:31.978Z] The method assertTrue(boolean) from the type Assert is deprecated
18:20:31 [2024-02-16T23:20:31.978Z] [WARNING] /home/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/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java:[22] 
18:20:31 [2024-02-16T23:20:31.978Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:20:31 [2024-02-16T23:20:31.978Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:31 [2024-02-16T23:20:31.978Z] The type ContextTypeRegistry is deprecated
18:20:31 [2024-02-16T23:20:31.978Z] [WARNING] /home/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/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java:[44] 
18:20:31 [2024-02-16T23:20:31.978Z] 	ContextTypeRegistry registry= JavaPlugin.getDefault().getTemplateContextRegistry();
18:20:31 [2024-02-16T23:20:31.978Z] 	^^^^^^^^^^^^^^^^^^^
18:20:31 [2024-02-16T23:20:31.978Z] The type ContextTypeRegistry is deprecated
18:20:31 [2024-02-16T23:20:31.978Z] [WARNING] /home/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/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/templates/TemplateContributionTest.java:[45] 
18:20:31 [2024-02-16T23:20:31.978Z] 	TemplateContextType context= registry.getContextType(resolverContextTypeId);
18:20:31 [2024-02-16T23:20:31.978Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:20:31 [2024-02-16T23:20:31.978Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:20:31 [2024-02-16T23:20:31.978Z] 9 problems (9 warnings)
18:20:31 [2024-02-16T23:20:31.978Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.978Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.text.tests ---
18:20:31 [2024-02-16T23:20:31.978Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.978Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.text.tests ---
18:20:31 [2024-02-16T23:20:31.978Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.978Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.text.tests ---
18:20:31 [2024-02-16T23:20:31.978Z] [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.ui/org.eclipse.jdt.text.tests/src/test/resources
18:20:31 [2024-02-16T23:20:31.978Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.979Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.text.tests ---
18:20:31 [2024-02-16T23:20:31.979Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.979Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.text.tests ---
18:20:31 [2024-02-16T23:20:31.979Z] [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.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.14.300-SNAPSHOT-sources.jar
18:20:31 [2024-02-16T23:20:31.979Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.979Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.text.tests ---
18:20:31 [2024-02-16T23:20:31.979Z] [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.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.14.300-SNAPSHOT.jar
18:20:31 [2024-02-16T23:20:31.979Z] [INFO] 
18:20:31 [2024-02-16T23:20:31.979Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.text.tests ---
18:20:32 [2024-02-16T23:20:32.235Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.text.tests:3.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.jdt.ui/org.eclipse.jdt.text.tests/pom.xml
18:20:32 [2024-02-16T23:20:32.235Z]     The main artifact has been replaced with the baseline version.
18:20:32 [2024-02-16T23:20:32.235Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:32 [2024-02-16T23:20:32.235Z] 
18:20:32 [2024-02-16T23:20:32.235Z] [INFO] 
18:20:32 [2024-02-16T23:20:32.235Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.text.tests ---
18:20:32 [2024-02-16T23:20:32.235Z] [INFO] Skipping tests
18:20:32 [2024-02-16T23:20:32.235Z] [INFO] 
18:20:32 [2024-02-16T23:20:32.235Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.text.tests ---
18:20:32 [2024-02-16T23:20:32.235Z] [INFO] Execution was skipped
18:20:32 [2024-02-16T23:20:32.235Z] [INFO] 
18:20:32 [2024-02-16T23:20:32.235Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.text.tests ---
18:20:32 [2024-02-16T23:20:32.796Z] [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.jdt.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.14.300-SNAPSHOT.jar' is already signed and will be resigned.
18:20:32 [2024-02-16T23:20:32.796Z] [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.jdt.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.14.300-SNAPSHOT.jar
18:20:34 [2024-02-16T23:20:34.683Z] [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.jdt.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.14.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:34 [2024-02-16T23:20:34.683Z] [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.jdt.ui/org.eclipse.jdt.text.tests/target/org.eclipse.jdt.text.tests-3.14.300-SNAPSHOT-sources.jar
18:20:36 [2024-02-16T23:20:36.049Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.049Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.text.tests ---
18:20:36 [2024-02-16T23:20:36.049Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.text.tests:3.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.jdt.ui/org.eclipse.jdt.text.tests/pom.xml
18:20:36 [2024-02-16T23:20:36.049Z]     The main artifact has been replaced with the baseline version.
18:20:36 [2024-02-16T23:20:36.049Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:36 [2024-02-16T23:20:36.049Z] 
18:20:36 [2024-02-16T23:20:36.049Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.049Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring >--------
18:20:36 [2024-02-16T23:20:36.049Z] [INFO] Building org.eclipse.jdt.ui.tests.refactoring 3.15.300-SNAPSHOT [183/521]
18:20:36 [2024-02-16T23:20:36.049Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/pom.xml
18:20:36 [2024-02-16T23:20:36.049Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] The project's OSGi version is 3.15.300.v20240214-1448
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.305Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.305Z] [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.ui/org.eclipse.jdt.ui.tests.refactoring/saveproperties
18:20:36 [2024-02-16T23:20:36.306Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.306Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.306Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.306Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.306Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.306Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.306Z] [INFO] Resolving class path of org.eclipse.jdt.ui.tests.refactoring
18:20:36 [2024-02-16T23:20:36.561Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.561Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.561Z] [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.ui/org.eclipse.jdt.ui.tests.refactoring/src/main/resources
18:20:36 [2024-02-16T23:20:36.561Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.561Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.562Z] [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.ui/org.eclipse.jdt.ui.tests.refactoring/src/main/resources
18:20:36 [2024-02-16T23:20:36.562Z] [INFO] 
18:20:36 [2024-02-16T23:20:36.562Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:36 [2024-02-16T23:20:36.562Z] [INFO] Compiling 233 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.ui/org.eclipse.jdt.ui.tests.refactoring/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:20:37 [2024-02-16T23:20:37.487Z] [INFO] 
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] 
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] 
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:37 [2024-02-16T23:20:37.488Z] [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.ui/org.eclipse.jdt.ui.tests.refactoring/src/test/resources
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] 
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] 
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:37 [2024-02-16T23:20:37.488Z] [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.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.15.300-SNAPSHOT-sources.jar
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] 
18:20:37 [2024-02-16T23:20:37.488Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:37 [2024-02-16T23:20:37.488Z] [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.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.15.300-SNAPSHOT.jar
18:20:39 [2024-02-16T23:20:39.378Z] [INFO] 
18:20:39 [2024-02-16T23:20:39.378Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:39 [2024-02-16T23:20:39.634Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring:3.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.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/pom.xml
18:20:39 [2024-02-16T23:20:39.634Z]     The main artifact has been replaced with the baseline version.
18:20:39 [2024-02-16T23:20:39.634Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:39 [2024-02-16T23:20:39.634Z] 
18:20:39 [2024-02-16T23:20:39.634Z] [INFO] 
18:20:39 [2024-02-16T23:20:39.634Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:39 [2024-02-16T23:20:39.634Z] [INFO] Skipping tests
18:20:39 [2024-02-16T23:20:39.634Z] [INFO] 
18:20:39 [2024-02-16T23:20:39.634Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:39 [2024-02-16T23:20:39.634Z] [INFO] Execution was skipped
18:20:39 [2024-02-16T23:20:39.634Z] [INFO] 
18:20:39 [2024-02-16T23:20:39.634Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:42 [2024-02-16T23:20:42.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.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.15.300-SNAPSHOT.jar' is already signed and will be resigned.
18:20:42 [2024-02-16T23:20:42.899Z] [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.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.15.300-SNAPSHOT.jar
18:20:49 [2024-02-16T23:20:49.428Z] [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.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.15.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:20:49 [2024-02-16T23:20:49.428Z] [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.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/target/org.eclipse.jdt.ui.tests.refactoring-3.15.300-SNAPSHOT-sources.jar
18:20:49 [2024-02-16T23:20:49.683Z] [INFO] 
18:20:49 [2024-02-16T23:20:49.683Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui.tests.refactoring ---
18:20:50 [2024-02-16T23:20:50.245Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.tests.refactoring:3.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.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/pom.xml
18:20:50 [2024-02-16T23:20:50.245Z]     The main artifact has been replaced with the baseline version.
18:20:50 [2024-02-16T23:20:50.245Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:20:50 [2024-02-16T23:20:50.245Z] 
18:20:50 [2024-02-16T23:20:50.245Z] [INFO] 
18:20:50 [2024-02-16T23:20:50.245Z] [INFO] -----< org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject >------
18:20:50 [2024-02-16T23:20:50.245Z] [INFO] Building org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT [184/521]
18:20:50 [2024-02-16T23:20:50.245Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/pom.xml
18:20:50 [2024-02-16T23:20:50.245Z] [INFO] --------------------------------[ jar ]---------------------------------
18:20:50 [2024-02-16T23:20:50.245Z] [INFO] 
18:20:50 [2024-02-16T23:20:50.245Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:50 [2024-02-16T23:20:50.245Z] [INFO] 
18:20:50 [2024-02-16T23:20:50.245Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:50 [2024-02-16T23:20:50.245Z] [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.ui/org.eclipse.jdt.ui.junit.sampleproject/saveproperties
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] 
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] 
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] --- license:2.0.0:update-file-header (first) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 192 kB/s)
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.5.4/maven-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.5.4/maven-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.5.4/maven-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.5.4/maven-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.5.4/maven-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 1.8 MB/s)
18:20:50 [2024-02-16T23:20:50.246Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/31/maven-parent-31.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 3.9 MB/s)
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 518 kB/s)
18:20:50 [2024-02-16T23:20:50.247Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
18:20:50 [2024-02-16T23:20:50.503Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
18:20:50 [2024-02-16T23:20:50.503Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
18:20:50 [2024-02-16T23:20:50.503Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
18:20:50 [2024-02-16T23:20:50.503Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
18:20:50 [2024-02-16T23:20:50.503Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.9 MB/s)
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/41/commons-parent-41.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/41/commons-parent-41.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/41/commons-parent-41.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/41/commons-parent-41.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 7.2 MB/s)
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.504Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.pom (2.5 kB at 94 kB/s)
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver/1.3.3/maven-resolver-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver/1.3.3/maven-resolver-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.3.3/maven-resolver-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.3.3/maven-resolver-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.3.3/maven-resolver-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.3/maven-resolver-1.3.3.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.3/maven-resolver-1.3.3.pom (18 kB at 1.5 MB/s)
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.505Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom
18:20:50 [2024-02-16T23:20:50.761Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 269 kB/s)
18:20:50 [2024-02-16T23:20:50.761Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
18:20:50 [2024-02-16T23:20:50.761Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
18:20:50 [2024-02-16T23:20:50.761Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
18:20:50 [2024-02-16T23:20:50.761Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
18:20:50 [2024-02-16T23:20:50.761Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 282 kB/s)
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 273 kB/s)
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
18:20:50 [2024-02-16T23:20:50.762Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 118 kB/s)
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 1.9 MB/s)
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
18:20:50 [2024-02-16T23:20:50.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 140 kB/s)
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 151 kB/s)
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.12/junit-4.12.pom
18:20:51 [2024-02-16T23:20:51.020Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.12/junit-4.12.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.12/junit-4.12.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.12/junit-4.12.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 3.0 MB/s)
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 377 kB/s)
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.021Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 1.2 MB/s)
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 107 kB/s)
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
18:20:51 [2024-02-16T23:20:51.022Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
18:20:51 [2024-02-16T23:20:51.023Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
18:20:51 [2024-02-16T23:20:51.023Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
18:20:51 [2024-02-16T23:20:51.279Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
18:20:51 [2024-02-16T23:20:51.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
18:20:51 [2024-02-16T23:20:51.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 538 kB/s)
18:20:51 [2024-02-16T23:20:51.279Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
18:20:51 [2024-02-16T23:20:51.279Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
18:20:51 [2024-02-16T23:20:51.279Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
18:20:51 [2024-02-16T23:20:51.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
18:20:51 [2024-02-16T23:20:51.279Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
18:20:51 [2024-02-16T23:20:51.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 2.0 MB/s)
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 677 kB/s)
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.pom
18:20:51 [2024-02-16T23:20:51.280Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.pom
18:20:52 [2024-02-16T23:20:52.643Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.pom (6.2 kB at 4.2 kB/s)
18:20:52 [2024-02-16T23:20:52.643Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.4/httpcomponents-client-4.5.4.pom
18:20:52 [2024-02-16T23:20:52.644Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-client/4.5.4/httpcomponents-client-4.5.4.pom
18:20:52 [2024-02-16T23:20:52.898Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.4/httpcomponents-client-4.5.4.pom
18:20:52 [2024-02-16T23:20:52.899Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.4/httpcomponents-client-4.5.4.pom
18:20:52 [2024-02-16T23:20:52.899Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-client/4.5.4/httpcomponents-client-4.5.4.pom
18:20:52 [2024-02-16T23:20:52.899Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.4/httpcomponents-client-4.5.4.pom
18:20:52 [2024-02-16T23:20:52.899Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.4/httpcomponents-client-4.5.4.pom (15 kB at 267 kB/s)
18:20:52 [2024-02-16T23:20:52.899Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
18:20:52 [2024-02-16T23:20:52.899Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
18:20:52 [2024-02-16T23:20:52.899Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
18:20:52 [2024-02-16T23:20:52.899Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
18:20:52 [2024-02-16T23:20:52.899Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
18:20:52 [2024-02-16T23:20:52.900Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom
18:20:52 [2024-02-16T23:20:52.900Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 3.4 MB/s)
18:20:52 [2024-02-16T23:20:52.900Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.pom
18:20:52 [2024-02-16T23:20:52.900Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.pom
18:20:52 [2024-02-16T23:20:52.900Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.pom
18:20:52 [2024-02-16T23:20:52.900Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.pom
18:20:52 [2024-02-16T23:20:52.900Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.pom
18:20:52 [2024-02-16T23:20:52.900Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.pom
18:20:53 [2024-02-16T23:20:53.155Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.pom (5.1 kB at 18 kB/s)
18:20:53 [2024-02-16T23:20:53.155Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.8/httpcomponents-core-4.4.8.pom
18:20:53 [2024-02-16T23:20:53.155Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-core/4.4.8/httpcomponents-core-4.4.8.pom
18:20:53 [2024-02-16T23:20:53.155Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.8/httpcomponents-core-4.4.8.pom
18:20:53 [2024-02-16T23:20:53.156Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.8/httpcomponents-core-4.4.8.pom
18:20:53 [2024-02-16T23:20:53.156Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.4.8/httpcomponents-core-4.4.8.pom
18:20:53 [2024-02-16T23:20:53.156Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.8/httpcomponents-core-4.4.8.pom
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.8/httpcomponents-core-4.4.8.pom (13 kB at 20 kB/s)
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom (34 kB at 743 kB/s)
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
18:20:54 [2024-02-16T23:20:54.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 1.5 MB/s)
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 381 kB/s)
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.090Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 835 kB/s)
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 378 kB/s)
18:20:54 [2024-02-16T23:20:54.091Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
18:20:54 [2024-02-16T23:20:54.346Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
18:20:54 [2024-02-16T23:20:54.346Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 148 kB/s)
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 375 kB/s)
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:20:54 [2024-02-16T23:20:54.347Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 151 kB/s)
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 318 kB/s)
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.348Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.349Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.349Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 979 kB/s)
18:20:54 [2024-02-16T23:20:54.349Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:20:54 [2024-02-16T23:20:54.349Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:20:54 [2024-02-16T23:20:54.349Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:20:54 [2024-02-16T23:20:54.603Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 17 kB/s)
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 1.3 MB/s)
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.604Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 658 kB/s)
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 109 kB/s)
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.605Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 287 kB/s)
18:20:54 [2024-02-16T23:20:54.606Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.606Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.606Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.606Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.606Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 1.2 MB/s)
18:20:54 [2024-02-16T23:20:54.861Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-master/4/struts-master-4.pom
18:20:54 [2024-02-16T23:20:54.861Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/struts/struts-master/4/struts-master-4.pom
18:20:54 [2024-02-16T23:20:54.861Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-master/4/struts-master-4.pom
18:20:54 [2024-02-16T23:20:54.861Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-master/4/struts-master-4.pom
18:20:54 [2024-02-16T23:20:54.861Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-master/4/struts-master-4.pom
18:20:54 [2024-02-16T23:20:54.861Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
18:20:54 [2024-02-16T23:20:54.861Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 1.7 MB/s)
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/2/apache-2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/2/apache-2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/2/apache-2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/2/apache-2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/2/apache-2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 487 kB/s)
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 24 kB/s)
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.862Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 513 kB/s)
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 484 kB/s)
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
18:20:54 [2024-02-16T23:20:54.863Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
18:20:55 [2024-02-16T23:20:55.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 275 kB/s)
18:20:55 [2024-02-16T23:20:55.119Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.pom
18:20:55 [2024-02-16T23:20:55.119Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.pom
18:20:55 [2024-02-16T23:20:55.119Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.pom
18:20:55 [2024-02-16T23:20:55.119Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.pom
18:20:55 [2024-02-16T23:20:55.119Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.pom
18:20:55 [2024-02-16T23:20:55.119Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.pom
18:20:55 [2024-02-16T23:20:55.119Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.pom (4.2 kB at 146 kB/s)
18:20:55 [2024-02-16T23:20:55.119Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.8/doxia-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia/1.8/doxia-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.8/doxia-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.8/doxia-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.8/doxia-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.8/doxia-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.8/doxia-1.8.pom (18 kB at 534 kB/s)
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.pom (1.5 kB at 49 kB/s)
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.120Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.121Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.121Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.121Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.pom
18:20:55 [2024-02-16T23:20:55.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.pom (1.5 kB at 118 kB/s)
18:20:55 [2024-02-16T23:20:55.376Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.376Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.376Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.376Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.376Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.376Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.376Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 32 kB/s)
18:20:55 [2024-02-16T23:20:55.376Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 296 kB/s)
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:20:55 [2024-02-16T23:20:55.377Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
18:20:55 [2024-02-16T23:20:55.378Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 476 kB/s)
18:20:55 [2024-02-16T23:20:55.378Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.378Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.378Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.378Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.633Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 110 kB/s)
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.pom (6.5 kB at 271 kB/s)
18:20:55 [2024-02-16T23:20:55.634Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sitetools/1.8.1/doxia-sitetools-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.635Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sitetools/1.8.1/doxia-sitetools-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.635Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.8.1/doxia-sitetools-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.635Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.8.1/doxia-sitetools-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.635Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.8.1/doxia-sitetools-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.635Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.8.1/doxia-sitetools-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.8.1/doxia-sitetools-1.8.1.pom (14 kB at 68 kB/s)
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.8.1/doxia-decoration-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-decoration-model/1.8.1/doxia-decoration-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.8.1/doxia-decoration-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.8.1/doxia-decoration-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.8.1/doxia-decoration-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.8.1/doxia-decoration-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.8.1/doxia-decoration-model-1.8.1.pom (3.3 kB at 107 kB/s)
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.891Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.pom
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.pom (2.9 kB at 74 kB/s)
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.pom
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.pom
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.pom
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.pom
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.pom
18:20:55 [2024-02-16T23:20:55.892Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.pom
18:20:56 [2024-02-16T23:20:56.147Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.pom (1.9 kB at 32 kB/s)
18:20:56 [2024-02-16T23:20:56.147Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-modules/1.8/doxia-modules-1.8.pom
18:20:56 [2024-02-16T23:20:56.147Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-modules/1.8/doxia-modules-1.8.pom
18:20:56 [2024-02-16T23:20:56.147Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.8/doxia-modules-1.8.pom
18:20:56 [2024-02-16T23:20:56.147Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.8/doxia-modules-1.8.pom
18:20:56 [2024-02-16T23:20:56.147Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.8/doxia-modules-1.8.pom
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.8/doxia-modules-1.8.pom
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.8/doxia-modules-1.8.pom (2.6 kB at 138 kB/s)
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.pom (4.5 kB at 79 kB/s)
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/nuiton/processor/1.3/processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.148Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/nuiton/processor/1.3/processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/nuiton/processor/1.3/processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/nuiton/processor/1.3/processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/nuiton/processor/1.3/processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/processor/1.3/processor-1.3.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/processor/1.3/processor-1.3.pom (7.0 kB at 536 kB/s)
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.404Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/mavenpom4redmineAndCentral/3.4.4/mavenpom4redmineAndCentral-3.4.4.pom (4.5 kB at 224 kB/s)
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/mavenpom4redmine/3.4.4/mavenpom4redmine-3.4.4.pom (21 kB at 1.6 MB/s)
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/mavenpom/3.4.4/mavenpom-3.4.4.pom (67 kB at 1.9 MB/s)
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:20:56 [2024-02-16T23:20:56.405Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:20:56 [2024-02-16T23:20:56.406Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:20:56 [2024-02-16T23:20:56.406Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:20:56 [2024-02-16T23:20:56.406Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:20:56 [2024-02-16T23:20:56.661Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 2.3 MB/s)
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.1 MB/s)
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.pom
18:20:56 [2024-02-16T23:20:56.662Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.pom (1.5 kB at 56 kB/s)
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.pom (3.8 kB at 349 kB/s)
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom (14 kB at 805 kB/s)
18:20:56 [2024-02-16T23:20:56.663Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar
18:20:56 [2024-02-16T23:20:56.664Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.jar
18:20:56 [2024-02-16T23:20:56.664Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar
18:20:56 [2024-02-16T23:20:56.664Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:20:56 [2024-02-16T23:20:56.664Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
18:20:56 [2024-02-16T23:20:56.664Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:20:56 [2024-02-16T23:20:56.920Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
18:20:56 [2024-02-16T23:20:56.920Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
18:20:56 [2024-02-16T23:20:56.920Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.jar
18:20:56 [2024-02-16T23:20:56.920Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.jar
18:20:56 [2024-02-16T23:20:56.920Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar
18:20:56 [2024-02-16T23:20:56.920Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
18:20:56 [2024-02-16T23:20:56.921Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
18:20:56 [2024-02-16T23:20:56.922Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.923Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
18:20:56 [2024-02-16T23:20:56.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:20:56 [2024-02-16T23:20:56.925Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.jar
18:20:56 [2024-02-16T23:20:56.926Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.jar
18:20:56 [2024-02-16T23:20:56.927Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
18:20:56 [2024-02-16T23:20:56.928Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar
18:20:57 [2024-02-16T23:20:57.184Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar
18:20:57 [2024-02-16T23:20:57.184Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.jar
18:20:57 [2024-02-16T23:20:57.184Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar
18:20:57 [2024-02-16T23:20:57.184Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:20:57 [2024-02-16T23:20:57.184Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
18:20:57 [2024-02-16T23:20:57.184Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
18:20:57 [2024-02-16T23:20:57.184Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
18:20:57 [2024-02-16T23:20:57.184Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
18:20:57 [2024-02-16T23:20:57.184Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
18:20:57 [2024-02-16T23:20:57.185Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 5.0 MB/s)
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
18:20:57 [2024-02-16T23:20:57.186Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
18:20:57 [2024-02-16T23:20:57.186Z] [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.jar
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 1.4 MB/s)
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar (165 kB at 18 MB/s)
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar
18:20:57 [2024-02-16T23:20:57.187Z] [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.jar (61 kB at 6.1 MB/s)
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.jar
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 10 MB/s)
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.jar
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 3.8 MB/s)
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar
18:20:57 [2024-02-16T23:20:57.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 919 kB/s)
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.8/doxia-core-1.8.jar (168 kB at 7.3 MB/s)
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.3/maven-resolver-api-1.3.3.jar (150 kB at 5.0 MB/s)
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.jar
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 4.5 MB/s)
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.jar
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 16 MB/s)
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.jar
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.8/doxia-sink-api-1.8.jar (12 kB at 144 kB/s)
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.jar
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.8.1/doxia-site-renderer-1.8.1.jar (65 kB at 807 kB/s)
18:20:57 [2024-02-16T23:20:57.188Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.jar
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 2.8 MB/s)
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.8/doxia-logging-api-1.8.jar (12 kB at 141 kB/s)
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 119 kB/s)
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 1.5 MB/s)
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 279 kB/s)
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.8.1/doxia-skin-model-1.8.1.jar (16 kB at 163 kB/s)
18:20:57 [2024-02-16T23:20:57.189Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 3.3 MB/s)
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 2.4 MB/s)
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 37 kB/s)
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 1.0 MB/s)
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.jar (325 kB at 2.6 MB/s)
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 2.1 MB/s)
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
18:20:57 [2024-02-16T23:20:57.190Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.8/doxia-module-xhtml-1.8.jar (18 kB at 141 kB/s)
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.jar
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/nuiton/processor/nuiton-processor/1.3/nuiton-processor-1.3.jar (30 kB at 229 kB/s)
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.jar
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar (500 kB at 3.8 MB/s)
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 1.6 MB/s)
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 4.0 MB/s)
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 1.9 MB/s)
18:20:57 [2024-02-16T23:20:57.191Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.jar (1.0 MB at 6.7 MB/s)
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.4/httpclient-4.5.4.jar (782 kB at 3.9 MB/s)
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar (41 kB at 205 kB/s)
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Will check encoding: UTF-8
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] config - available comment styles :
18:20:57 [2024-02-16T23:20:57.448Z]   * sql (header transformer with sql comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * xml (header transformer with xml comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * php (header transformer with php comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * properties (header transformer with properties file comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * jsp (header transformer with jsp comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * mysql (header transformer with mysql comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * java (header transformer with java comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * rst (header transformer with rst comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * ftl (header transformer with free marker comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * xml (header transformer with html comment style)
18:20:57 [2024-02-16T23:20:57.448Z]   * apt (header transformer with apt comment style)
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Adding a license repository jar: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/localMavenRepo/org/codehaus/mojo/license-maven-plugin/2.0.0/license-maven-plugin-2.0.0.jar!/META-INF/licenses
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register GNU Free Documentation License (FDL) version 1.3
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register GNU General Lesser Public License (LGPL) version 3.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register GNU Affero General Public License (AGPL) version 3.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register GNU General Public License (GPL) version 3.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register GNU General Public License (GPL) version 2.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register GNU General Public License (GPL) version 1.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register Apache License version 2.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register Eclipse Public License - v 2.0 with Secondary License
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register Eclipse Public License - v 2.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register Eclipse Public License - v 1.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register GNU General Lesser Public License (LGPL) version 2.1
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register MIT-License
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register BSD 2-Clause License
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register BSD 3-Clause License
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] register European Union Public License v1.1
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Will use default roots [src, target/generated-sources, target/processed-sources]
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Will use default includes [**/*]
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Will use processStartTag: #%L
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Will use processEndTag: #L%
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Will use sectionDelimiter: %%
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'sql' to comment style 'sql'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'pom' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'xml' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'mxlm' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'dtd' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'fml' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'xsl' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'jaxx' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'kml' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'gsp' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'tml' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'svg' to comment style 'xml'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'php' to comment style 'php'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'properties' to comment style 'properties'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'sh' to comment style 'properties'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'py' to comment style 'properties'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'rb' to comment style 'properties'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'pl' to comment style 'properties'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'pm' to comment style 'properties'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'jsp' to comment style 'jsp'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'jspx' to comment style 'jsp'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'mysql' to comment style 'mysql'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'java' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'groovy' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'css' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'jccs' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'cs' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'as' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'aj' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'c' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.448Z] [INFO] Associate extension 'h' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'cpp' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'js' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'json' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'ts' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'go' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'kt' to comment style 'java'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'rst' to comment style 'rst'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'ftl' to comment style 'ftl'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'xhtml' to comment style 'html'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'html' to comment style 'html'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'htm' to comment style 'html'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Associate extension 'apt' to comment style 'apt'
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Will search files to update from root /home/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/org.eclipse.jdt.ui.junit.sampleproject/src
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Skip not found root /home/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/org.eclipse.jdt.ui.junit.sampleproject/target/generated-sources
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Skip not found root /home/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/org.eclipse.jdt.ui.junit.sampleproject/target/processed-sources
18:20:57 [2024-02-16T23:20:57.449Z] [INFO] Use description template: /org/codehaus/mojo/license/default-file-header-description.ftl
18:20:57 [2024-02-16T23:20:57.705Z] [INFO] Process header 'rst'
18:20:57 [2024-02-16T23:20:57.705Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.705Z] [INFO] Process header 'java'
18:20:57 [2024-02-16T23:20:57.705Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.705Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/AboutDialog.java
18:20:57 [2024-02-16T23:20:57.705Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/Logo.java
18:20:57 [2024-02-16T23:20:57.705Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/ProgressBar.java
18:20:57 [2024-02-16T23:20:57.706Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/awtui/TestRunner.java
18:20:57 [2024-02-16T23:20:57.706Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/ActiveTestSuite.java
18:20:57 [2024-02-16T23:20:57.706Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/ExceptionTestCase.java
18:20:57 [2024-02-16T23:20:57.706Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/RepeatedTest.java
18:20:57 [2024-02-16T23:20:57.706Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/TestDecorator.java
18:20:57 [2024-02-16T23:20:57.706Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/extensions/TestSetup.java
18:20:57 [2024-02-16T23:20:57.707Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Assert.java
18:20:57 [2024-02-16T23:20:57.707Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/AssertionFailedError.java
18:20:57 [2024-02-16T23:20:57.707Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/ComparisonFailure.java
18:20:57 [2024-02-16T23:20:57.707Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Protectable.java
18:20:57 [2024-02-16T23:20:57.707Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/Test.java
18:20:57 [2024-02-16T23:20:57.707Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestCase.java
18:20:57 [2024-02-16T23:20:57.707Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestFailure.java
18:20:57 [2024-02-16T23:20:57.708Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestListener.java
18:20:57 [2024-02-16T23:20:57.708Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestResult.java
18:20:57 [2024-02-16T23:20:57.708Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/framework/TestSuite.java
18:20:57 [2024-02-16T23:20:57.708Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/BaseTestRunner.java
18:20:57 [2024-02-16T23:20:57.708Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/ClassPathTestCollector.java
18:20:57 [2024-02-16T23:20:57.708Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/FailureDetailView.java
18:20:57 [2024-02-16T23:20:57.708Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/LoadingTestCollector.java
18:20:57 [2024-02-16T23:20:57.709Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/ReloadingTestSuiteLoader.java
18:20:57 [2024-02-16T23:20:57.709Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/SimpleTestCollector.java
18:20:57 [2024-02-16T23:20:57.709Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/Sorter.java
18:20:57 [2024-02-16T23:20:57.709Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/StandardTestSuiteLoader.java
18:20:57 [2024-02-16T23:20:57.709Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestCaseClassLoader.java
18:20:57 [2024-02-16T23:20:57.709Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestCollector.java
18:20:57 [2024-02-16T23:20:57.710Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestRunListener.java
18:20:57 [2024-02-16T23:20:57.710Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/TestSuiteLoader.java
18:20:57 [2024-02-16T23:20:57.710Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/runner/Version.java
18:20:57 [2024-02-16T23:20:57.710Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/samples/money/IMoney.java
18:20:57 [2024-02-16T23:20:57.710Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/samples/money/Money.java
18:20:57 [2024-02-16T23:20:57.710Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/samples/money/MoneyBag.java
18:20:57 [2024-02-16T23:20:57.710Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/AboutDialog.java
18:20:57 [2024-02-16T23:20:57.711Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/CounterPanel.java
18:20:57 [2024-02-16T23:20:57.711Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/DefaultFailureDetailView.java
18:20:57 [2024-02-16T23:20:57.711Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/FailureRunView.java
18:20:57 [2024-02-16T23:20:57.711Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/ProgressBar.java
18:20:57 [2024-02-16T23:20:57.711Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/StatusLine.java
18:20:57 [2024-02-16T23:20:57.711Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestHierarchyRunView.java
18:20:57 [2024-02-16T23:20:57.712Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunContext.java
18:20:57 [2024-02-16T23:20:57.712Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunView.java
18:20:57 [2024-02-16T23:20:57.712Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestRunner.java
18:20:57 [2024-02-16T23:20:57.712Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestSelector.java
18:20:57 [2024-02-16T23:20:57.712Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestSuitePanel.java
18:20:57 [2024-02-16T23:20:57.712Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/TestTreeModel.java
18:20:57 [2024-02-16T23:20:57.712Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/textui/ResultPrinter.java
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/textui/TestRunner.java
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/AllTests.java
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/SimpleTest.java
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/money/MoneyTest.java
18:20:57 [2024-02-16T23:20:57.713Z] [INFO] Process header 'apt'
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.713Z] [INFO] Process header 'xml'
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/assembly/src.xml
18:20:57 [2024-02-16T23:20:57.713Z] [INFO] Process header 'jsp'
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.713Z] [INFO] Process header 'php'
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.713Z] [INFO] Process header 'mysql'
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.713Z] [INFO] Process header 'html'
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.713Z] [INFO] Process header 'properties'
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.713Z] [INFO]  - header was updated for /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/resources/junit/runner/excluded.properties
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Process header 'sql'
18:20:57 [2024-02-16T23:20:57.714Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Process header 'ftl'
18:20:57 [2024-02-16T23:20:57.714Z] [INFO]  - using Eclipse Public + Distribution License - v 1.0
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Scan 56 files header done in 71.289ms.
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] All files are up-to-date.
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] 
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Copying 7 resources from src/main/resources to target/classes
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] 
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Copying 7 resources from src/main/resources to target/resources
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] 
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 474 kB/s)
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:20:57 [2024-02-16T23:20:57.714Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 707 kB/s)
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 622 kB/s)
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.715Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.716Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 460 kB/s)
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.4/asm-9.4.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.4/asm-9.4.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.4/asm-9.4.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.4/asm-9.4.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.4/asm-9.4.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 148 kB/s)
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.971Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 96 kB/s)
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 493 kB/s)
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
18:20:57 [2024-02-16T23:20:57.972Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 179 kB/s)
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 126 kB/s)
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
18:20:57 [2024-02-16T23:20:57.973Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
18:20:58 [2024-02-16T23:20:58.229Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
18:20:58 [2024-02-16T23:20:58.229Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom
18:20:58 [2024-02-16T23:20:58.229Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 80 kB/s)
18:20:58 [2024-02-16T23:20:58.229Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
18:20:58 [2024-02-16T23:20:58.229Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
18:20:58 [2024-02-16T23:20:58.229Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
18:20:58 [2024-02-16T23:20:58.229Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 165 kB/s)
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/9.4/asm-9.4.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/9.4/asm-9.4.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.230Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.4/asm-9.4.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.4/asm-9.4.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
18:20:58 [2024-02-16T23:20:58.231Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.4/asm-9.4.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.7 MB/s)
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 2.5 MB/s)
18:20:58 [2024-02-16T23:20:58.232Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 3.0 MB/s)
18:20:58 [2024-02-16T23:20:58.233Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 517 kB/s)
18:20:58 [2024-02-16T23:20:58.233Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 7.7 MB/s)
18:20:58 [2024-02-16T23:20:58.488Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 515 kB/s)
18:20:58 [2024-02-16T23:20:58.488Z] [INFO] Changes detected - recompiling the module! :source
18:20:58 [2024-02-16T23:20:58.488Z] [INFO] Compiling 50 source files with javac [debug release 8] to target/classes
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/DefaultFailureDetailView.java: Some input files use unchecked or unsafe operations.
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/main/java/junit/swingui/DefaultFailureDetailView.java: Recompile with -Xlint:unchecked for details.
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] 
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] 
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:59 [2024-02-16T23:20:59.415Z] [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.ui/org.eclipse.jdt.ui.junit.sampleproject/src/test/resources
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] 
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] Changes detected - recompiling the module! :dependency
18:20:59 [2024-02-16T23:20:59.415Z] [INFO] Compiling 4 source files with javac [debug release 8] to target/test-classes
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java: /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java uses unchecked or unsafe operations.
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] /home/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/org.eclipse.jdt.ui.junit.sampleproject/src/test/java/junit/samples/VectorTest.java: Recompile with -Xlint:unchecked for details.
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] 
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] Tests are skipped.
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] 
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] 
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
18:20:59 [2024-02-16T23:20:59.672Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 370 kB/s)
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 436 kB/s)
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
18:20:59 [2024-02-16T23:20:59.673Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
18:20:59 [2024-02-16T23:20:59.674Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 668 kB/s)
18:20:59 [2024-02-16T23:20:59.674Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
18:20:59 [2024-02-16T23:20:59.674Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
18:20:59 [2024-02-16T23:20:59.929Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
18:20:59 [2024-02-16T23:20:59.929Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
18:20:59 [2024-02-16T23:20:59.929Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
18:20:59 [2024-02-16T23:20:59.929Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
18:20:59 [2024-02-16T23:20:59.929Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 272 kB/s)
18:20:59 [2024-02-16T23:20:59.929Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
18:20:59 [2024-02-16T23:20:59.929Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
18:20:59 [2024-02-16T23:20:59.929Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
18:20:59 [2024-02-16T23:20:59.929Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 2.5 MB/s)
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
18:20:59 [2024-02-16T23:20:59.930Z] [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.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
18:20:59 [2024-02-16T23:20:59.930Z] [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.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
18:20:59 [2024-02-16T23:20:59.930Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
18:20:59 [2024-02-16T23:20:59.931Z] [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.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
18:20:59 [2024-02-16T23:20:59.931Z] [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.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 2.9 MB/s)
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
18:20:59 [2024-02-16T23:20:59.931Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
18:20:59 [2024-02-16T23:20:59.932Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
18:20:59 [2024-02-16T23:20:59.932Z] [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.jar
18:21:00 [2024-02-16T23:21:00.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 8.8 MB/s)
18:21:00 [2024-02-16T23:21:00.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 18 MB/s)
18:21:00 [2024-02-16T23:21:00.187Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 32 MB/s)
18:21:00 [2024-02-16T23:21:00.187Z] [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.jar (267 kB at 8.4 MB/s)
18:21:00 [2024-02-16T23:21:00.187Z] [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.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar
18:21:00 [2024-02-16T23:21:00.187Z] [INFO] 
18:21:00 [2024-02-16T23:21:00.187Z] [INFO] --- assembly:3.6.0:single (make-assembly) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:21:00 [2024-02-16T23:21:00.188Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
18:21:00 [2024-02-16T23:21:00.188Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
18:21:00 [2024-02-16T23:21:00.188Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
18:21:00 [2024-02-16T23:21:00.188Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
18:21:00 [2024-02-16T23:21:00.188Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
18:21:00 [2024-02-16T23:21:00.188Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
18:21:00 [2024-02-16T23:21:00.188Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom (6.5 kB at 933 kB/s)
18:21:00 [2024-02-16T23:21:00.188Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
18:21:00 [2024-02-16T23:21:00.188Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom (1.9 kB at 240 kB/s)
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
18:21:00 [2024-02-16T23:21:00.444Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
18:21:00 [2024-02-16T23:21:00.445Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
18:21:00 [2024-02-16T23:21:00.445Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
18:21:00 [2024-02-16T23:21:00.445Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
18:21:00 [2024-02-16T23:21:00.445Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
18:21:00 [2024-02-16T23:21:00.445Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
18:21:00 [2024-02-16T23:21:00.445Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar (221 kB at 3.4 MB/s)
18:21:00 [2024-02-16T23:21:00.445Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
18:21:00 [2024-02-16T23:21:00.707Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar (5.9 MB at 25 MB/s)
18:21:00 [2024-02-16T23:21:00.707Z] [INFO] Reading assembly descriptor: src/assembly/src.xml
18:21:00 [2024-02-16T23:21:00.975Z] [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.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar
18:21:00 [2024-02-16T23:21:00.975Z] [INFO] 
18:21:00 [2024-02-16T23:21:00.975Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:21:00 [2024-02-16T23:21:00.975Z] [INFO] Execution was skipped
18:21:00 [2024-02-16T23:21:00.975Z] [INFO] 
18:21:00 [2024-02-16T23:21:00.975Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:21:00 [2024-02-16T23:21:00.975Z] [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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar
18:21:02 [2024-02-16T23:21:02.339Z] [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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar
18:21:02 [2024-02-16T23:21:02.900Z] [INFO] 
18:21:02 [2024-02-16T23:21:02.900Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui.junit.sampleproject ---
18:21:02 [2024-02-16T23:21:02.900Z] [INFO] 
18:21:02 [2024-02-16T23:21:02.900Z] [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects >--------
18:21:02 [2024-02-16T23:21:02.900Z] [INFO] Building org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT   [185/521]
18:21:02 [2024-02-16T23:21:02.900Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/pom.xml
18:21:02 [2024-02-16T23:21:02.900Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:02 [2024-02-16T23:21:02.900Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:21:02 [2024-02-16T23:21:02.901Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] The project's OSGi version is 3.3.0.v20240118-1157
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.156Z] [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.ui/org.eclipse.jdt.ui.examples.projects/saveproperties
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.156Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.157Z] [INFO] Resolving class path of org.eclipse.jdt.ui.examples.projects
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] --- dependency:3.6.1:copy (copy) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] Configured Artifact: org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:dist:1.0.0-SNAPSHOT:jar
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] Copying org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.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/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.projects/archive/junit/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.412Z] [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.ui/org.eclipse.jdt.ui.examples.projects/src/main/resources
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.412Z] [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.ui/org.eclipse.jdt.ui.examples.projects/src/main/resources
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.412Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.413Z] [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.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.413Z] [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.ui/org.eclipse.jdt.ui.examples.projects/src/test/resources
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.413Z] [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.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT-sources.jar
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.413Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.413Z] [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.ui/org.eclipse.jdt.ui.examples.projects/jdtexamples.jar
18:21:03 [2024-02-16T23:21:03.414Z] [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.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT.jar
18:21:03 [2024-02-16T23:21:03.414Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.414Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.669Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:eclipse-plugin:3.3.0-SNAPSHOT
18:21:03 [2024-02-16T23:21:03.669Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.669Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.669Z] [INFO] Execution was skipped
18:21:03 [2024-02-16T23:21:03.669Z] [INFO] 
18:21:03 [2024-02-16T23:21:03.669Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.ui.examples.projects ---
18:21:03 [2024-02-16T23:21:03.669Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT.jar_unpacked_14857572477454979639/archive/junit/junit381src.jar' is disabled.
18:21:03 [2024-02-16T23:21: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.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT.jar_unpacked_14857572477454979639/archive/junit/junit381src.jar
18:21:04 [2024-02-16T23:21:04.598Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT.jar_unpacked_14857572477454979639/archive/junit/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar' is disabled.
18:21:04 [2024-02-16T23:21:04.598Z] [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.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT.jar_unpacked_14857572477454979639/archive/junit/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar' is already signed and will be resigned.
18:21:04 [2024-02-16T23:21:04.598Z] [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.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT.jar_unpacked_14857572477454979639/archive/junit/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT-dist.jar
18:21:05 [2024-02-16T23:21:05.524Z] [INFO] Signing of nested jars of '/home/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/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT.jar_unpacked_14857572477454979639/jdtexamples.jar' is disabled.
18:21:05 [2024-02-16T23:21:05.525Z] [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.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT.jar_unpacked_14857572477454979639/jdtexamples.jar
18:21:06 [2024-02-16T23:21:06.450Z] [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.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT.jar
18:21:07 [2024-02-16T23:21:07.376Z] [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.jdt.ui/org.eclipse.jdt.ui.examples.projects/target/org.eclipse.jdt.ui.examples.projects-3.3.0-SNAPSHOT-sources.jar
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui.examples.projects ---
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] No baseline version org.eclipse.jdt:org.eclipse.jdt.ui.examples.projects:eclipse-plugin:3.3.0-SNAPSHOT
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] ------------< org.eclipse.platform:org.eclipse.unittest.ui >------------
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] Building [bundle] Debug Unit Test support 1.1.300-SNAPSHOT     [186/521]
18:21:08 [2024-02-16T23:21:08.740Z] [INFO]   from eclipse.platform/debug/org.eclipse.unittest.ui/.polyglot.META-INF
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] The project's OSGi version is 1.1.300.v20240123-1011
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.740Z] [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/debug/org.eclipse.unittest.ui/saveproperties
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.740Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.741Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.741Z] [INFO] Resolving class path of [bundle] Debug Unit Test support
18:21:08 [2024-02-16T23:21:08.996Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.997Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.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/debug/org.eclipse.unittest.ui/src/main/resources
18:21:08 [2024-02-16T23:21:08.997Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.997Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.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/debug/org.eclipse.unittest.ui/src/main/resources
18:21:08 [2024-02-16T23:21:08.997Z] [INFO] 
18:21:08 [2024-02-16T23:21:08.997Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.unittest.ui ---
18:21:08 [2024-02-16T23:21:08.997Z] [INFO] Compiling 65 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/debug/org.eclipse.unittest.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:09 [2024-02-16T23:21:09.252Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.252Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.252Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.252Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.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/debug/org.eclipse.unittest.ui/src/test/resources
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.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/debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.1.300-SNAPSHOT-sources.jar
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.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/debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.1.300-SNAPSHOT.jar
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.unittest.ui: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/debug/org.eclipse.unittest.ui/.polyglot.META-INF
18:21:09 [2024-02-16T23:21:09.253Z]     The main artifact has been replaced with the baseline version.
18:21:09 [2024-02-16T23:21:09.253Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:09 [2024-02-16T23:21:09.253Z] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] Execution was skipped
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] 
18:21:09 [2024-02-16T23:21:09.253Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.unittest.ui ---
18:21:09 [2024-02-16T23:21:09.509Z] [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/debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:09 [2024-02-16T23:21:09.509Z] [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/debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.1.300-SNAPSHOT.jar
18:21:10 [2024-02-16T23:21:10.436Z] [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/debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:10 [2024-02-16T23:21:10.436Z] [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/debug/org.eclipse.unittest.ui/target/org.eclipse.unittest.ui-1.1.300-SNAPSHOT-sources.jar
18:21:11 [2024-02-16T23:21:11.799Z] [INFO] 
18:21:11 [2024-02-16T23:21:11.799Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.unittest.ui ---
18:21:11 [2024-02-16T23:21:11.799Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.unittest.ui: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/debug/org.eclipse.unittest.ui/.polyglot.META-INF
18:21:11 [2024-02-16T23:21:11.799Z]     The main artifact has been replaced with the baseline version.
18:21:11 [2024-02-16T23:21:11.799Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:11 [2024-02-16T23:21:11.799Z] 
18:21:11 [2024-02-16T23:21:11.799Z] [INFO] 
18:21:11 [2024-02-16T23:21:11.799Z] [INFO] ---------< org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit >----------
18:21:11 [2024-02-16T23:21:11.799Z] [INFO] Building org.eclipse.jdt.ui.unittest.junit 1.1.300-SNAPSHOT    [187/521]
18:21:11 [2024-02-16T23:21:11.799Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit/pom.xml
18:21:11 [2024-02-16T23:21:11.799Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:11 [2024-02-16T23:21:11.799Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:21:12 [2024-02-16T23:21:12.054Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1512
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.055Z] [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.ui/org.eclipse.jdt.ui.unittest.junit/saveproperties
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.055Z] [INFO] Resolving class path of org.eclipse.jdt.ui.unittest.junit
18:21:12 [2024-02-16T23:21:12.310Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.310Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.311Z] [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.ui/org.eclipse.jdt.ui.unittest.junit/src/main/resources
18:21:12 [2024-02-16T23:21:12.311Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.311Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.311Z] [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.ui/org.eclipse.jdt.ui.unittest.junit/src/main/resources
18:21:12 [2024-02-16T23:21:12.311Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.311Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.311Z] [INFO] Compiling 20 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.ui/org.eclipse.jdt.ui.unittest.junit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:12 [2024-02-16T23:21:12.565Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.566Z] [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.ui/org.eclipse.jdt.ui.unittest.junit/src/test/resources
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.566Z] [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.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.1.300-SNAPSHOT-sources.jar
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.566Z] [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.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.1.300-SNAPSHOT.jar
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.566Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.567Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit: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.jdt.ui/org.eclipse.jdt.ui.unittest.junit/pom.xml
18:21:12 [2024-02-16T23:21:12.567Z]     The main artifact has been replaced with the baseline version.
18:21:12 [2024-02-16T23:21:12.567Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:12 [2024-02-16T23:21:12.567Z] 
18:21:12 [2024-02-16T23:21:12.567Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.567Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.567Z] [INFO] Execution was skipped
18:21:12 [2024-02-16T23:21:12.567Z] [INFO] 
18:21:12 [2024-02-16T23:21:12.567Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:12 [2024-02-16T23:21:12.822Z] [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.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:12 [2024-02-16T23:21:12.822Z] [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.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.1.300-SNAPSHOT.jar
18:21:13 [2024-02-16T23:21:13.382Z] [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.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:13 [2024-02-16T23:21:13.383Z] [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.jdt.ui/org.eclipse.jdt.ui.unittest.junit/target/org.eclipse.jdt.ui.unittest.junit-1.1.300-SNAPSHOT-sources.jar
18:21:14 [2024-02-16T23:21:14.308Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.308Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui.unittest.junit ---
18:21:14 [2024-02-16T23:21:14.308Z] [INFO] MavenProject: org.eclipse.jdt:org.eclipse.jdt.ui.unittest.junit: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.jdt.ui/org.eclipse.jdt.ui.unittest.junit/pom.xml
18:21:14 [2024-02-16T23:21:14.308Z]     The main artifact has been replaced with the baseline version.
18:21:14 [2024-02-16T23:21:14.308Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:14 [2024-02-16T23:21:14.308Z] 
18:21:14 [2024-02-16T23:21:14.308Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.308Z] [INFO] --< org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature >--
18:21:14 [2024-02-16T23:21:14.308Z] [INFO] Building org.eclipse.jdt.ui.unittest.junit.feature 1.1.300-SNAPSHOT [188/521]
18:21:14 [2024-02-16T23:21:14.308Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml
18:21:14 [2024-02-16T23:21:14.308Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:21:14 [2024-02-16T23:21:14.308Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature: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.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml
18:21:14 [2024-02-16T23:21:14.563Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:21:14 [2024-02-16T23:21:14.819Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.819Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.819Z] [INFO] Deleting /home/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/org.eclipse.jdt.ui.unittest.junit.feature/target
18:21:14 [2024-02-16T23:21:14.819Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.819Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1512
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [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.ui/org.eclipse.jdt.ui.unittest.junit.feature/saveproperties
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [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.ui/org.eclipse.jdt.ui.unittest.junit.feature/src/main/resources
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [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.ui/org.eclipse.jdt.ui.unittest.junit.feature/src/main/resources
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.820Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.821Z] [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.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.1.300-SNAPSHOT.jar
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature: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.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml
18:21:14 [2024-02-16T23:21:14.821Z]     The main artifact has been replaced with the baseline version.
18:21:14 [2024-02-16T23:21:14.821Z] 
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.821Z] [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.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.1.300-SNAPSHOT-sources-feature.jar
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.821Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature: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.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml
18:21:14 [2024-02-16T23:21:14.822Z]     The main artifact has been replaced with the baseline version.
18:21:14 [2024-02-16T23:21:14.822Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:21:14 [2024-02-16T23:21:14.822Z] 
18:21:14 [2024-02-16T23:21:14.822Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.822Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.822Z] [INFO] Execution was skipped
18:21:14 [2024-02-16T23:21:14.822Z] [INFO] 
18:21:14 [2024-02-16T23:21:14.822Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:14 [2024-02-16T23:21:14.822Z] [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.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:14 [2024-02-16T23:21:14.822Z] [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.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.1.300-SNAPSHOT.jar
18:21:15 [2024-02-16T23:21:15.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.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.1.300-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:21:15 [2024-02-16T23:21:15.748Z] [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.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/target/org.eclipse.jdt.ui.unittest.junit.feature-1.1.300-SNAPSHOT-sources-feature.jar
18:21:16 [2024-02-16T23:21:16.674Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.674Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.ui.unittest.junit.feature ---
18:21:16 [2024-02-16T23:21:16.674Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.ui.unittest.junit.feature: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.jdt.ui/org.eclipse.jdt.ui.unittest.junit.feature/pom.xml
18:21:16 [2024-02-16T23:21:16.674Z]     The main artifact has been replaced with the baseline version.
18:21:16 [2024-02-16T23:21:16.674Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:21:16 [2024-02-16T23:21:16.674Z] 
18:21:16 [2024-02-16T23:21:16.674Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.674Z] [INFO] ------< org.eclipse.jdt.feature:org.eclipse.jdt.astview.feature >-------
18:21:16 [2024-02-16T23:21:16.674Z] [INFO] Building [feature] Java AST View 1.2.200-SNAPSHOT              [189/521]
18:21:16 [2024-02-16T23:21:16.674Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.astview.feature/.polyglot.feature.xml
18:21:16 [2024-02-16T23:21:16.674Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:21:16 [2024-02-16T23:21:16.674Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.astview.feature:1.2.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.jdt.ui/org.eclipse.jdt.astview.feature/.polyglot.feature.xml
18:21:16 [2024-02-16T23:21:16.674Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] The project's OSGi version is 1.2.200.v20231214-1952
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [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.ui/org.eclipse.jdt.astview.feature/saveproperties
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [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.ui/org.eclipse.jdt.astview.feature/src/main/resources
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [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.ui/org.eclipse.jdt.astview.feature/src/main/resources
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.930Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.931Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.931Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.931Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.astview.feature ---
18:21:16 [2024-02-16T23:21:16.931Z] [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.ui/org.eclipse.jdt.astview.feature/target/org.eclipse.jdt.astview.feature-1.2.200-SNAPSHOT.jar
18:21:16 [2024-02-16T23:21:16.931Z] [INFO] 
18:21:16 [2024-02-16T23:21:16.931Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.astview.feature ---
18:21:17 [2024-02-16T23:21:17.187Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.astview.feature:1.2.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.jdt.ui/org.eclipse.jdt.astview.feature/.polyglot.feature.xml
18:21:17 [2024-02-16T23:21:17.187Z]     The main artifact has been replaced with the baseline version.
18:21:17 [2024-02-16T23:21:17.187Z] 
18:21:17 [2024-02-16T23:21:17.187Z] [INFO] 
18:21:17 [2024-02-16T23:21:17.187Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.astview.feature ---
18:21:17 [2024-02-16T23:21:17.187Z] [INFO] 
18:21:17 [2024-02-16T23:21:17.187Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.astview.feature ---
18:21:17 [2024-02-16T23:21:17.187Z] [INFO] Execution was skipped
18:21:17 [2024-02-16T23:21:17.187Z] [INFO] 
18:21:17 [2024-02-16T23:21:17.187Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.astview.feature ---
18:21:17 [2024-02-16T23:21:17.187Z] [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.jdt.ui/org.eclipse.jdt.astview.feature/target/org.eclipse.jdt.astview.feature-1.2.200-SNAPSHOT.jar' is already signed and will be resigned.
18:21:17 [2024-02-16T23:21:17.187Z] [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.jdt.ui/org.eclipse.jdt.astview.feature/target/org.eclipse.jdt.astview.feature-1.2.200-SNAPSHOT.jar
18:21:18 [2024-02-16T23:21:18.114Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.114Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.astview.feature ---
18:21:18 [2024-02-16T23:21:18.114Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.astview.feature:1.2.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.jdt.ui/org.eclipse.jdt.astview.feature/.polyglot.feature.xml
18:21:18 [2024-02-16T23:21:18.114Z]     The main artifact has been replaced with the baseline version.
18:21:18 [2024-02-16T23:21:18.114Z] 
18:21:18 [2024-02-16T23:21:18.114Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.114Z] [INFO] -------< org.eclipse.jdt.feature:org.eclipse.jdt.jeview.feature >-------
18:21:18 [2024-02-16T23:21:18.114Z] [INFO] Building [feature] Java Element View 1.1.300-SNAPSHOT          [190/521]
18:21:18 [2024-02-16T23:21:18.114Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.jeview.feature/.polyglot.feature.xml
18:21:18 [2024-02-16T23:21:18.114Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:21:18 [2024-02-16T23:21:18.114Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.jeview.feature: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.jdt.ui/org.eclipse.jdt.jeview.feature/.polyglot.feature.xml
18:21:18 [2024-02-16T23:21:18.115Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:21:18 [2024-02-16T23:21:18.369Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] The project's OSGi version is 1.1.300.v20240126-1130
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.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.jdt.ui/org.eclipse.jdt.jeview.feature/saveproperties
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.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.jdt.ui/org.eclipse.jdt.jeview.feature/src/main/resources
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.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.jdt.ui/org.eclipse.jdt.jeview.feature/src/main/resources
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.370Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.371Z] [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.ui/org.eclipse.jdt.jeview.feature/target/org.eclipse.jdt.jeview.feature-1.1.300-SNAPSHOT.jar
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.jeview.feature: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.jdt.ui/org.eclipse.jdt.jeview.feature/.polyglot.feature.xml
18:21:18 [2024-02-16T23:21:18.371Z]     The main artifact has been replaced with the baseline version.
18:21:18 [2024-02-16T23:21:18.371Z] 
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] Execution was skipped
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] 
18:21:18 [2024-02-16T23:21:18.371Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.jeview.feature ---
18:21:18 [2024-02-16T23:21:18.371Z] [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.jdt.ui/org.eclipse.jdt.jeview.feature/target/org.eclipse.jdt.jeview.feature-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:18 [2024-02-16T23:21:18.371Z] [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.jdt.ui/org.eclipse.jdt.jeview.feature/target/org.eclipse.jdt.jeview.feature-1.1.300-SNAPSHOT.jar
18:21:19 [2024-02-16T23:21:19.297Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.297Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.jeview.feature ---
18:21:19 [2024-02-16T23:21:19.297Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.jeview.feature: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.jdt.ui/org.eclipse.jdt.jeview.feature/.polyglot.feature.xml
18:21:19 [2024-02-16T23:21:19.297Z]     The main artifact has been replaced with the baseline version.
18:21:19 [2024-02-16T23:21:19.297Z] 
18:21:19 [2024-02-16T23:21:19.297Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.297Z] [INFO] ------< org.eclipse.jdt.feature:org.eclipse.jdt.bcoview.feature >-------
18:21:19 [2024-02-16T23:21:19.297Z] [INFO] Building [feature] Bytecode Outline View 1.2.300-SNAPSHOT      [191/521]
18:21:19 [2024-02-16T23:21:19.297Z] [INFO]   from eclipse.jdt.ui/org.eclipse.jdt.bcoview.feature/.polyglot.feature.xml
18:21:19 [2024-02-16T23:21:19.297Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:21:19 [2024-02-16T23:21:19.297Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.bcoview.feature:1.2.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.jdt.ui/org.eclipse.jdt.bcoview.feature/.polyglot.feature.xml
18:21:19 [2024-02-16T23:21:19.297Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] The project's OSGi version is 1.2.300.v20240118-1157
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.553Z] [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.ui/org.eclipse.jdt.bcoview.feature/saveproperties
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.553Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.554Z] [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.ui/org.eclipse.jdt.bcoview.feature/src/main/resources
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.554Z] [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.ui/org.eclipse.jdt.bcoview.feature/src/main/resources
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.554Z] [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.ui/org.eclipse.jdt.bcoview.feature/target/org.eclipse.jdt.bcoview.feature-1.2.300-SNAPSHOT.jar
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.bcoview.feature:1.2.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.jdt.ui/org.eclipse.jdt.bcoview.feature/.polyglot.feature.xml
18:21:19 [2024-02-16T23:21:19.554Z]     The main artifact has been replaced with the baseline version.
18:21:19 [2024-02-16T23:21:19.554Z] 
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] Execution was skipped
18:21:19 [2024-02-16T23:21:19.554Z] [INFO] 
18:21:19 [2024-02-16T23:21:19.555Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jdt.bcoview.feature ---
18:21:19 [2024-02-16T23:21:19.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.jdt.ui/org.eclipse.jdt.bcoview.feature/target/org.eclipse.jdt.bcoview.feature-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:19 [2024-02-16T23:21:19.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.jdt.ui/org.eclipse.jdt.bcoview.feature/target/org.eclipse.jdt.bcoview.feature-1.2.300-SNAPSHOT.jar
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jdt.bcoview.feature ---
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] MavenProject: org.eclipse.jdt.feature:org.eclipse.jdt.bcoview.feature:1.2.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.jdt.ui/org.eclipse.jdt.bcoview.feature/.polyglot.feature.xml
18:21:20 [2024-02-16T23:21:20.480Z]     The main artifact has been replaced with the baseline version.
18:21:20 [2024-02-16T23:21:20.480Z] 
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] ----------------< org.eclipse.pde:eclipse.pde.apitools >----------------
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] Building eclipse.pde.apitools 4.31.0-SNAPSHOT                  [192/521]
18:21:20 [2024-02-16T23:21:20.480Z] [INFO]   from eclipse.pde/apitools/pom.xml
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] --------------------------------[ pom ]---------------------------------
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.pde.apitools ---
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.pde.apitools ---
18:21:20 [2024-02-16T23:21:20.480Z] [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.pde/apitools/saveproperties
18:21:20 [2024-02-16T23:21:20.480Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.pde.apitools ---
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.pde.apitools ---
18:21:20 [2024-02-16T23:21:20.481Z] [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.pde/apitools/src/main/resources
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.pde.apitools ---
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.apitools ---
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.apitools ---
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] Execution was skipped
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.pde.apitools ---
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.pde.apitools ---
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] -------< org.eclipse.platform:org.eclipse.equinox.p2.publisher >--------
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] Building [bundle] Equinox Provisioning Publisher Infrastructure 1.9.100-SNAPSHOT [193/521]
18:21:20 [2024-02-16T23:21:20.481Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/.polyglot.META-INF
18:21:20 [2024-02-16T23:21:20.481Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] The project's OSGi version is 1.9.100.v20240212-1707
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.736Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/saveproperties
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Publisher Infrastructure
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.736Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.736Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/main/resources
18:21:20 [2024-02-16T23:21:20.737Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.737Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/main/resources
18:21:20 [2024-02-16T23:21:20.737Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.737Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.737Z] [INFO] Compiling 38 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:20 [2024-02-16T23:21:20.992Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/spi/p2/publisher/LocalizationHelper.java:[133] 
18:21:20 [2024-02-16T23:21:20.992Z] 	URLConnection connection = new URL("jar:" + root.toURL().toExternalForm() + "!/" + propertyFilename) //$NON-NLS-1$ //$NON-NLS-2$
18:21:20 [2024-02-16T23:21:20.992Z] 	                                                 ^^^^^^^
18:21:20 [2024-02-16T23:21:20.992Z] The method toURL() from the type File is deprecated
18:21:20 [2024-02-16T23:21:20.992Z] 1 problem (1 warning)
18:21:20 [2024-02-16T23:21:20.992Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.992Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.992Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.992Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.992Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.992Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.992Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.992Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/test/resources
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.9.100-SNAPSHOT-sources.jar
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.9.100-SNAPSHOT.jar
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.publisher:1.9.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/.tycho-consumer-pom.xml
18:21:20 [2024-02-16T23:21:20.993Z]     The main artifact has been replaced with the baseline version.
18:21:20 [2024-02-16T23:21:20.993Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:20 [2024-02-16T23:21:20.993Z] 
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.993Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.publisher:1.9.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/.tycho-consumer-pom.xml
18:21:20 [2024-02-16T23:21:20.994Z]     The main artifact has been replaced with the baseline version.
18:21:20 [2024-02-16T23:21:20.994Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:20 [2024-02-16T23:21:20.994Z] 
18:21:20 [2024-02-16T23:21:20.994Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.994Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.994Z] [INFO] Execution was skipped
18:21:20 [2024-02-16T23:21:20.994Z] [INFO] 
18:21:20 [2024-02-16T23:21:20.994Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.publisher ---
18:21:20 [2024-02-16T23:21:20.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.9.100-SNAPSHOT.jar' is already signed and will be resigned.
18:21:20 [2024-02-16T23:21:20.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.9.100-SNAPSHOT.jar
18:21:21 [2024-02-16T23:21:21.919Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.9.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:21 [2024-02-16T23:21:21.919Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/target/org.eclipse.equinox.p2.publisher-1.9.100-SNAPSHOT-sources.jar
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.publisher ---
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.publisher:1.9.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/.tycho-consumer-pom.xml
18:21:22 [2024-02-16T23:21:22.846Z]     The main artifact has been replaced with the baseline version.
18:21:22 [2024-02-16T23:21:22.846Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:22 [2024-02-16T23:21:22.846Z] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] ---< org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse >----
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] Building [bundle] Equinox Provisioning Publisher for Eclipse 1.6.0-SNAPSHOT [194/521]
18:21:22 [2024-02-16T23:21:22.846Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/.polyglot.META-INF
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] The project's OSGi version is 1.6.0.v20240204-1634
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.846Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/saveproperties
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Publisher for Eclipse
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.846Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-79) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.847Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src_ant added.
18:21:22 [2024-02-16T23:21:22.847Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.847Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.847Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/main/resources
18:21:22 [2024-02-16T23:21:22.847Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.847Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.847Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/main/resources
18:21:22 [2024-02-16T23:21:22.847Z] [INFO] 
18:21:22 [2024-02-16T23:21:22.847Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:22 [2024-02-16T23:21:22.847Z] [INFO] Compiling 49 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:23 [2024-02-16T23:21:23.103Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/internal/p2/publisher/eclipse/DataLoader.java:[107] 
18:21:23 [2024-02-16T23:21:23.103Z] 	data.setProperty(ORG_ECLIPSE_EQUINOX_SIMPLECONFIGURATOR_CONFIGURL, EquinoxManipulatorImpl.makeRelative(value, configurationLocation.toURL()));
18:21:23 [2024-02-16T23:21:23.103Z] 	                                                                                                                                    ^^^^^^^
18:21:23 [2024-02-16T23:21:23.103Z] The method toURL() from the type File is deprecated
18:21:23 [2024-02-16T23:21:23.103Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/ConfigCUsAction.java:[163] 
18:21:23 [2024-02-16T23:21:23.104Z] 	Dictionary<String, String> manifest = BundlesAction.loadManifestIgnoringExceptions(location);
18:21:23 [2024-02-16T23:21:23.104Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:23 [2024-02-16T23:21:23.104Z] The method loadManifestIgnoringExceptions(File) from the type BundlesAction is deprecated
18:21:23 [2024-02-16T23:21:23.104Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/pde/internal/build/publisher/GatherBundleAction.java:[53] 
18:21:23 [2024-02-16T23:21:23.104Z] 	Dictionary<String, String> manifest = basicLoadManifestIgnoringExceptions(manifestRoot);
18:21:23 [2024-02-16T23:21:23.104Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:23 [2024-02-16T23:21:23.104Z] The method basicLoadManifestIgnoringExceptions(File) from the type BundlesAction is deprecated
18:21:23 [2024-02-16T23:21:23.104Z] 3 problems (3 warnings)
18:21:23 [2024-02-16T23:21:23.104Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/ant_tasks/pdepublishing-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:23 [2024-02-16T23:21:23.360Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.360Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.360Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.360Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.360Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.360Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.360Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.360Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.360Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/test/resources
18:21:23 [2024-02-16T23:21:23.360Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.361Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.6.0-SNAPSHOT-sources.jar
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.361Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/ant_tasks/pdepublishing-ant.jar
18:21:23 [2024-02-16T23:21:23.361Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.6.0-SNAPSHOT.jar
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:1.6.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/.tycho-consumer-pom.xml
18:21:23 [2024-02-16T23:21:23.361Z]     The main artifact has been replaced with the baseline version.
18:21:23 [2024-02-16T23:21:23.361Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:23 [2024-02-16T23:21:23.361Z] 
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.361Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.362Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.362Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:1.6.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/.tycho-consumer-pom.xml
18:21:23 [2024-02-16T23:21:23.362Z]     The main artifact has been replaced with the baseline version.
18:21:23 [2024-02-16T23:21:23.362Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:23 [2024-02-16T23:21:23.362Z] 
18:21:23 [2024-02-16T23:21:23.362Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.362Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.362Z] [INFO] Execution was skipped
18:21:23 [2024-02-16T23:21:23.362Z] [INFO] 
18:21:23 [2024-02-16T23:21:23.362Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:23 [2024-02-16T23:21:23.362Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.6.0-SNAPSHOT.jar_unpacked_2977307183694591365/ant_tasks/pdepublishing-ant.jar' is disabled.
18:21:23 [2024-02-16T23:21:23.362Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.6.0-SNAPSHOT.jar_unpacked_2977307183694591365/ant_tasks/pdepublishing-ant.jar' is already signed and will be resigned.
18:21:23 [2024-02-16T23:21:23.362Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.6.0-SNAPSHOT.jar_unpacked_2977307183694591365/ant_tasks/pdepublishing-ant.jar
18:21:24 [2024-02-16T23:21:24.291Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.6.0-SNAPSHOT.jar' is already signed and will be resigned.
18:21:24 [2024-02-16T23:21:24.291Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.6.0-SNAPSHOT.jar
18:21:25 [2024-02-16T23:21:25.216Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.6.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:25 [2024-02-16T23:21:25.217Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/target/org.eclipse.equinox.p2.publisher.eclipse-1.6.0-SNAPSHOT-sources.jar
18:21:26 [2024-02-16T23:21:26.144Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.144Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.publisher.eclipse ---
18:21:26 [2024-02-16T23:21:26.144Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.publisher.eclipse:1.6.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/.tycho-consumer-pom.xml
18:21:26 [2024-02-16T23:21:26.144Z]     The main artifact has been replaced with the baseline version.
18:21:26 [2024-02-16T23:21:26.144Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:26 [2024-02-16T23:21:26.144Z] 
18:21:26 [2024-02-16T23:21:26.144Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.144Z] [INFO] --------< org.eclipse.platform:org.eclipse.equinox.p2.director >--------
18:21:26 [2024-02-16T23:21:26.144Z] [INFO] Building [bundle] Equinox Provisioning Director 2.6.300-SNAPSHOT [195/521]
18:21:26 [2024-02-16T23:21:26.145Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/.polyglot.META-INF
18:21:26 [2024-02-16T23:21:26.145Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] The project's OSGi version is 2.6.300.v20240207-1113
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.401Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.401Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/saveproperties
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Director
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.402Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/main/resources
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.402Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/main/resources
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.402Z] [INFO] Compiling 26 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:26 [2024-02-16T23:21:26.658Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.658Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.658Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.658Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.658Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.658Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.659Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/src/test/resources
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.659Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.6.300-SNAPSHOT-sources.jar
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.659Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.6.300-SNAPSHOT.jar
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.659Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.director:2.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/.tycho-consumer-pom.xml
18:21:26 [2024-02-16T23:21:26.660Z]     The main artifact has been replaced with the baseline version.
18:21:26 [2024-02-16T23:21:26.660Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:26 [2024-02-16T23:21:26.660Z] 
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.director:2.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/.tycho-consumer-pom.xml
18:21:26 [2024-02-16T23:21:26.660Z]     The main artifact has been replaced with the baseline version.
18:21:26 [2024-02-16T23:21:26.660Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:26 [2024-02-16T23:21:26.660Z] 
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] Execution was skipped
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] 
18:21:26 [2024-02-16T23:21:26.660Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.director ---
18:21:26 [2024-02-16T23:21:26.660Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:26 [2024-02-16T23:21:26.660Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.6.300-SNAPSHOT.jar
18:21:27 [2024-02-16T23:21:27.629Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:27 [2024-02-16T23:21:27.630Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/target/org.eclipse.equinox.p2.director-2.6.300-SNAPSHOT-sources.jar
18:21:28 [2024-02-16T23:21:28.191Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.191Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.director ---
18:21:28 [2024-02-16T23:21:28.191Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.director:2.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director/.tycho-consumer-pom.xml
18:21:28 [2024-02-16T23:21:28.191Z]     The main artifact has been replaced with the baseline version.
18:21:28 [2024-02-16T23:21:28.191Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:28 [2024-02-16T23:21:28.191Z] 
18:21:28 [2024-02-16T23:21:28.191Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.191Z] [INFO] ----< org.eclipse.platform:org.eclipse.equinox.p2.repository.tools >----
18:21:28 [2024-02-16T23:21:28.192Z] [INFO] Building [bundle] Equinox Provisioning Repository Tools 2.4.300-SNAPSHOT [196/521]
18:21:28 [2024-02-16T23:21:28.192Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/.polyglot.META-INF
18:21:28 [2024-02-16T23:21:28.192Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] The project's OSGi version is 2.4.300.v20240207-1113
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.448Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/saveproperties
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.448Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Repository Tools
18:21:28 [2024-02-16T23:21:28.449Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar
18:21:28 [2024-02-16T23:21:28.449Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-80) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.449Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src_ant added.
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.449Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/main/resources
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.449Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/main/resources
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.449Z] [INFO] Compiling 69 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:28 [2024-02-16T23:21:28.706Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/tools/AbstractApplication.java:[252] 
18:21:28 [2024-02-16T23:21:28.706Z] 	artifactRepository.removeAll();
18:21:28 [2024-02-16T23:21:28.706Z] 	                   ^^^^^^^^^^^
18:21:28 [2024-02-16T23:21:28.706Z] The method removeAll() from the type IArtifactRepository is deprecated
18:21:28 [2024-02-16T23:21:28.706Z] 1 problem (1 warning)
18:21:28 [2024-02-16T23:21:28.706Z] [INFO] Compiling 20 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/lib/repository-tools-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:28 [2024-02-16T23:21:28.962Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.962Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.962Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.963Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/test/resources
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.963Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.4.300-SNAPSHOT-sources.jar
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.963Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/lib/repository-tools-ant.jar
18:21:28 [2024-02-16T23:21:28.964Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.4.300-SNAPSHOT.jar
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/.tycho-consumer-pom.xml
18:21:28 [2024-02-16T23:21:28.964Z]     The main artifact has been replaced with the baseline version.
18:21:28 [2024-02-16T23:21:28.964Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:28 [2024-02-16T23:21:28.964Z] 
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/.tycho-consumer-pom.xml
18:21:28 [2024-02-16T23:21:28.964Z]     The main artifact has been replaced with the baseline version.
18:21:28 [2024-02-16T23:21:28.964Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:28 [2024-02-16T23:21:28.964Z] 
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] Execution was skipped
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] 
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.repository.tools ---
18:21:28 [2024-02-16T23:21:28.964Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.4.300-SNAPSHOT.jar_unpacked_18077088077014680785/lib/repository-tools-ant.jar' is disabled.
18:21:28 [2024-02-16T23:21:28.965Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.4.300-SNAPSHOT.jar_unpacked_18077088077014680785/lib/repository-tools-ant.jar' is already signed and will be resigned.
18:21:28 [2024-02-16T23:21:28.965Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.4.300-SNAPSHOT.jar_unpacked_18077088077014680785/lib/repository-tools-ant.jar
18:21:29 [2024-02-16T23:21:29.892Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:29 [2024-02-16T23:21:29.892Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.4.300-SNAPSHOT.jar
18:21:30 [2024-02-16T23:21:30.820Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:30 [2024-02-16T23:21:30.821Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/target/org.eclipse.equinox.p2.repository.tools-2.4.300-SNAPSHOT-sources.jar
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.repository.tools ---
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.repository.tools: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/.tycho-consumer-pom.xml
18:21:31 [2024-02-16T23:21:31.751Z]     The main artifact has been replaced with the baseline version.
18:21:31 [2024-02-16T23:21:31.751Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:31 [2024-02-16T23:21:31.751Z] 
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] -------< org.eclipse.platform:org.eclipse.equinox.p2.updatesite >-------
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] Building [bundle] Equinox Provisioning Legacy Update Site Support 1.3.300-SNAPSHOT [197/521]
18:21:31 [2024-02-16T23:21:31.751Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/.polyglot.META-INF
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] The project's OSGi version is 1.3.300.v20240201-0843
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.751Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.752Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/saveproperties
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Legacy Update Site Support
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.752Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/main/resources
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.752Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/main/resources
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] 
18:21:31 [2024-02-16T23:21:31.752Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.updatesite ---
18:21:31 [2024-02-16T23:21:31.752Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:32 [2024-02-16T23:21:32.008Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.updatesite/src/org/eclipse/equinox/internal/p2/updatesite/SiteXMLAction.java:[748] 
18:21:32 [2024-02-16T23:21:32.008Z] 	IRepository repo = publisherInfo.getMetadataRepository();
18:21:32 [2024-02-16T23:21:32.008Z] 	^^^^^^^^^^^
18:21:32 [2024-02-16T23:21:32.008Z] IRepository is a raw type. References to generic type IRepository<T> should be parameterized
18:21:32 [2024-02-16T23:21:32.008Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.updatesite/src/org/eclipse/equinox/internal/p2/updatesite/UpdateSite.java:[717] 
18:21:32 [2024-02-16T23:21:32.008Z] 	return BundlesAction.createBundleDescriptionIgnoringExceptions(bundleFile);
18:21:32 [2024-02-16T23:21:32.008Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:32 [2024-02-16T23:21:32.008Z] The method createBundleDescriptionIgnoringExceptions(File) from the type BundlesAction is deprecated
18:21:32 [2024-02-16T23:21:32.009Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.updatesite/src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java:[85] 
18:21:32 [2024-02-16T23:21:32.009Z] 	repository.removeAll();
18:21:32 [2024-02-16T23:21:32.009Z] 	           ^^^^^^^^^^^
18:21:32 [2024-02-16T23:21:32.009Z] The method removeAll() from the type IArtifactRepository is deprecated
18:21:32 [2024-02-16T23:21:32.009Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.updatesite/src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java:[113] 
18:21:32 [2024-02-16T23:21:32.009Z] 	repository.removeAll();
18:21:32 [2024-02-16T23:21:32.009Z] 	           ^^^^^^^^^^^
18:21:32 [2024-02-16T23:21:32.009Z] The method removeAll() from the type IArtifactRepository is deprecated
18:21:32 [2024-02-16T23:21:32.009Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.updatesite/src/org/eclipse/equinox/internal/p2/updatesite/artifact/UpdateSiteArtifactRepositoryFactory.java:[154] 
18:21:32 [2024-02-16T23:21:32.009Z] 	repository.addDescriptors(descriptors);
18:21:32 [2024-02-16T23:21:32.009Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:32 [2024-02-16T23:21:32.009Z] The method addDescriptors(IArtifactDescriptor[]) from the type IArtifactRepository is deprecated
18:21:32 [2024-02-16T23:21:32.009Z] 5 problems (5 warnings)
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.009Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/test/resources
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:21:32 [2024-02-16T23:21:32.009Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.010Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.3.300-SNAPSHOT-sources.jar
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.010Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.3.300-SNAPSHOT.jar
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/.tycho-consumer-pom.xml
18:21:32 [2024-02-16T23:21:32.010Z]     The main artifact has been replaced with the baseline version.
18:21:32 [2024-02-16T23:21:32.010Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:32 [2024-02-16T23:21:32.010Z] 
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/.tycho-consumer-pom.xml
18:21:32 [2024-02-16T23:21:32.010Z]     The main artifact has been replaced with the baseline version.
18:21:32 [2024-02-16T23:21:32.010Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:32 [2024-02-16T23:21:32.010Z] 
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] Execution was skipped
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] 
18:21:32 [2024-02-16T23:21:32.010Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.updatesite ---
18:21:32 [2024-02-16T23:21:32.011Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:32 [2024-02-16T23:21:32.011Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.3.300-SNAPSHOT.jar
18:21:32 [2024-02-16T23:21:32.939Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:32 [2024-02-16T23:21:32.939Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/target/org.eclipse.equinox.p2.updatesite-1.3.300-SNAPSHOT-sources.jar
18:21:33 [2024-02-16T23:21:33.501Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.501Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.updatesite ---
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.updatesite:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/.tycho-consumer-pom.xml
18:21:33 [2024-02-16T23:21:33.502Z]     The main artifact has been replaced with the baseline version.
18:21:33 [2024-02-16T23:21:33.502Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:33 [2024-02-16T23:21:33.502Z] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] -----------------< org.eclipse.pde:eclipse.pde.build >------------------
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] Building eclipse.pde.build 4.31.0-SNAPSHOT                     [198/521]
18:21:33 [2024-02-16T23:21:33.502Z] [INFO]   from eclipse.pde/build/pom.xml
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --------------------------------[ pom ]---------------------------------
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.502Z] [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.pde/build/saveproperties
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.502Z] [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.pde/build/src/main/resources
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] Execution was skipped
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.build >----------------
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] Building [bundle] Plug-in Development Environment Build Support 3.12.300-SNAPSHOT [199/521]
18:21:33 [2024-02-16T23:21:33.502Z] [INFO]   from eclipse.pde/build/org.eclipse.pde.build/.polyglot.META-INF
18:21:33 [2024-02-16T23:21:33.502Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] The project's OSGi version is 3.12.300.v20240212-0530
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.759Z] [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.pde/build/org.eclipse.pde.build/saveproperties
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] Resolving class path of [bundle] Plug-in Development Environment Build Support
18:21:33 [2024-02-16T23:21:33.759Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar
18:21:33 [2024-02-16T23:21:33.759Z] [WARNING] Missing extra classpath entry ../org.apache.ant/ant.jar
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-12) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.759Z] [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/eclipse.pde/build/org.eclipse.pde.build/src_ant added.
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.759Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.760Z] [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.pde/build/org.eclipse.pde.build/src/main/resources
18:21:33 [2024-02-16T23:21:33.760Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.760Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.760Z] [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.pde/build/org.eclipse.pde.build/src/main/resources
18:21:33 [2024-02-16T23:21:33.760Z] [INFO] 
18:21:33 [2024-02-16T23:21:33.760Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.build ---
18:21:33 [2024-02-16T23:21:33.760Z] [INFO] Compiling 79 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.pde/build/org.eclipse.pde.build/target/pdebuild.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:34 [2024-02-16T23:21:34.322Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[493] 
18:21:34 [2024-02-16T23:21:34.322Z] 	feature = factory.createFeature(featureLocation.toURL(), null);
18:21:34 [2024-02-16T23:21:34.322Z] 	                                                ^^^^^^^
18:21:34 [2024-02-16T23:21:34.322Z] The method toURL() from the type File is deprecated
18:21:34 [2024-02-16T23:21:34.322Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/FetchScriptGenerator.java:[559] 
18:21:34 [2024-02-16T23:21:34.323Z] 	feature = factory.createFeature(featureFolder.toURL(), null);
18:21:34 [2024-02-16T23:21:34.323Z] 	                                              ^^^^^^^
18:21:34 [2024-02-16T23:21:34.323Z] The method toURL() from the type File is deprecated
18:21:34 [2024-02-16T23:21:34.323Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[164] 
18:21:34 [2024-02-16T23:21:34.323Z] 	return new VersionRange(version, true, new VersionRange(null).getMaximum(), true);
18:21:34 [2024-02-16T23:21:34.323Z] 	                                                              ^^^^^^^^^^^^
18:21:34 [2024-02-16T23:21:34.323Z] The method getMaximum() from the type VersionRange is deprecated
18:21:34 [2024-02-16T23:21:34.323Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/Utils.java:[268] 
18:21:34 [2024-02-16T23:21:34.323Z] 	result[i++] = file.toURL();
18:21:34 [2024-02-16T23:21:34.323Z] 	                   ^^^^^^^
18:21:34 [2024-02-16T23:21:34.323Z] The method toURL() from the type File is deprecated
18:21:34 [2024-02-16T23:21:34.323Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/P2Utils.java:[81] 
18:21:34 [2024-02-16T23:21:34.323Z] 	bundles[i] = new File(infos.get(i).getLocation()).toURL();
18:21:34 [2024-02-16T23:21:34.323Z] 	                                                  ^^^^^^^
18:21:34 [2024-02-16T23:21:34.323Z] The method toURL() from the type File is deprecated
18:21:34 [2024-02-16T23:21:34.323Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[441] 
18:21:34 [2024-02-16T23:21:34.323Z] 	ee = profileProps.getProperty(Constants.FRAMEWORK_EXECUTIONENVIRONMENT);
18:21:34 [2024-02-16T23:21:34.323Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:34 [2024-02-16T23:21:34.323Z] The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
18:21:34 [2024-02-16T23:21:34.323Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[448] 
18:21:34 [2024-02-16T23:21:34.323Z] 	prop.put(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, ee);
18:21:34 [2024-02-16T23:21:34.323Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:34 [2024-02-16T23:21:34.323Z] The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
18:21:34 [2024-02-16T23:21:34.323Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/PDEState.java:[471] 
18:21:34 [2024-02-16T23:21:34.324Z] 	prop.put(Constants.FRAMEWORK_EXECUTIONENVIRONMENT, currentEE);
18:21:34 [2024-02-16T23:21:34.324Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:34 [2024-02-16T23:21:34.324Z] The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
18:21:34 [2024-02-16T23:21:34.324Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[58] 
18:21:34 [2024-02-16T23:21:34.324Z] 	result = substract(toCompare.range.getMaximum(), toCompare.range.getMinimum()).compareTo(substract(range.getMaximum(), range.getMinimum()));
18:21:34 [2024-02-16T23:21:34.324Z] 	                                   ^^^^^^^^^^^^
18:21:34 [2024-02-16T23:21:34.324Z] The method getMaximum() from the type VersionRange is deprecated
18:21:34 [2024-02-16T23:21:34.324Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[58] 
18:21:34 [2024-02-16T23:21:34.324Z] 	result = substract(toCompare.range.getMaximum(), toCompare.range.getMinimum()).compareTo(substract(range.getMaximum(), range.getMinimum()));
18:21:34 [2024-02-16T23:21:34.324Z] 	                                                                                                         ^^^^^^^^^^^^
18:21:34 [2024-02-16T23:21:34.324Z] The method getMaximum() from the type VersionRange is deprecated
18:21:34 [2024-02-16T23:21:34.324Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[67] 
18:21:34 [2024-02-16T23:21:34.324Z] 	result = range.getMinimum().compareTo(toCompare.range.getMaximum());
18:21:34 [2024-02-16T23:21:34.324Z] 	                                                      ^^^^^^^^^^^^
18:21:34 [2024-02-16T23:21:34.324Z] The method getMaximum() from the type VersionRange is deprecated
18:21:34 [2024-02-16T23:21:34.324Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[113] 
18:21:34 [2024-02-16T23:21:34.324Z] 	return range.getMinimum().equals(toCompare.range.getMinimum()) && range.getMaximum().equals(toCompare.range.getMaximum());
18:21:34 [2024-02-16T23:21:34.324Z] 	                                                                        ^^^^^^^^^^^^
18:21:34 [2024-02-16T23:21:34.324Z] The method getMaximum() from the type VersionRange is deprecated
18:21:34 [2024-02-16T23:21:34.324Z] [WARNING] /home/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/build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/site/ReachablePlugin.java:[113] 
18:21:34 [2024-02-16T23:21:34.325Z] 	return range.getMinimum().equals(toCompare.range.getMinimum()) && range.getMaximum().equals(toCompare.range.getMaximum());
18:21:34 [2024-02-16T23:21:34.325Z] 	                                                                                                            ^^^^^^^^^^^^
18:21:34 [2024-02-16T23:21:34.325Z] The method getMaximum() from the type VersionRange is deprecated
18:21:34 [2024-02-16T23:21:34.325Z] 14 problems (0 errors, 13 warnings, 1 info)
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] Compiling 29 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.pde/build/org.eclipse.pde.build/target/lib/pdebuild-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:34 [2024-02-16T23:21:34.325Z] [WARNING] /home/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/build/org.eclipse.pde.build/src_ant/org/eclipse/pde/internal/build/tasks/BuildManifestTask.java:[192] 
18:21:34 [2024-02-16T23:21:34.325Z] 	return factory.createFeature(root.toFile().toURL(), null);
18:21:34 [2024-02-16T23:21:34.325Z] 	                                           ^^^^^^^
18:21:34 [2024-02-16T23:21:34.325Z] The method toURL() from the type File is deprecated
18:21:34 [2024-02-16T23:21:34.325Z] 1 problem (1 warning)
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.325Z] [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.pde/build/org.eclipse.pde.build/src/test/resources
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.325Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.326Z] [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.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT-sources.jar
18:21:34 [2024-02-16T23:21:34.583Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.583Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.583Z] [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.pde/build/org.eclipse.pde.build/pdebuild.jar
18:21:34 [2024-02-16T23:21:34.583Z] [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.pde/build/org.eclipse.pde.build/lib/pdebuild-ant.jar
18:21:34 [2024-02-16T23:21:34.584Z] [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.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT.jar
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.12.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.pde/build/org.eclipse.pde.build/.polyglot.META-INF
18:21:34 [2024-02-16T23:21:34.584Z]     The main artifact has been replaced with the baseline version.
18:21:34 [2024-02-16T23:21:34.584Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:34 [2024-02-16T23:21:34.584Z] 
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] Execution was skipped
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] 
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.build ---
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] Signing of 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.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT.jar_unpacked_4401044540150005945/lib/pdebuild-ant.jar' is disabled in 'META-INF/eclipse.inf', it will not be signed.
18:21:34 [2024-02-16T23:21:34.584Z] [INFO] Signing of nested jars of '/home/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/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT.jar_unpacked_4401044540150005945/pdebuild.jar' is disabled.
18:21:34 [2024-02-16T23:21:34.585Z] [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.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT.jar_unpacked_4401044540150005945/pdebuild.jar' is already signed and will be resigned.
18:21:34 [2024-02-16T23:21:34.585Z] [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.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT.jar_unpacked_4401044540150005945/pdebuild.jar
18:21:35 [2024-02-16T23:21:35.543Z] [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.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:35 [2024-02-16T23:21:35.543Z] [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.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT.jar
18:21:36 [2024-02-16T23:21:36.472Z] [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.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:36 [2024-02-16T23:21:36.472Z] [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.pde/build/org.eclipse.pde.build/target/org.eclipse.pde.build-3.12.300-SNAPSHOT-sources.jar
18:21:37 [2024-02-16T23:21:37.400Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.400Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.build ---
18:21:37 [2024-02-16T23:21:37.400Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.build:3.12.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.pde/build/org.eclipse.pde.build/.polyglot.META-INF
18:21:37 [2024-02-16T23:21:37.400Z]     The main artifact has been replaced with the baseline version.
18:21:37 [2024-02-16T23:21:37.400Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:37 [2024-02-16T23:21:37.400Z] 
18:21:37 [2024-02-16T23:21:37.400Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.400Z] [INFO] ------< org.eclipse.equinox:org.eclipse.osgi.compatibility.state >------
18:21:37 [2024-02-16T23:21:37.400Z] [INFO] Building [bundle] Equinox State and Resolver Compatibility Fragment 1.2.1000-SNAPSHOT [200/521]
18:21:37 [2024-02-16T23:21:37.400Z] [INFO]   from equinox/bundles/org.eclipse.osgi.compatibility.state/.polyglot.META-INF
18:21:37 [2024-02-16T23:21:37.400Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:37 [2024-02-16T23:21:37.400Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.400Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] The project's OSGi version is 1.2.1000.v20240213-1057
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [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.compatibility.state/saveproperties
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] Resolving class path of [bundle] Equinox State and Resolver Compatibility Fragment
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [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.compatibility.state/src/main/resources
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.401Z] [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.compatibility.state/src/main/resources
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.401Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.402Z] [INFO] Compiling 42 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.compatibility.state/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:37 [2024-02-16T23:21:37.658Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/module/ResolverImpl.java:[308] 
18:21:37 [2024-02-16T23:21:37.658Z] 	StringBuilder bundleEE = new StringBuilder(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.length() + 20);
18:21:37 [2024-02-16T23:21:37.658Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.658Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:21:37 [2024-02-16T23:21:37.658Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/module/ResolverImpl.java:[309] 
18:21:37 [2024-02-16T23:21:37.658Z] 	bundleEE.append(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT).append(": "); //$NON-NLS-1$
18:21:37 [2024-02-16T23:21:37.658Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.658Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:21:37 [2024-02-16T23:21:37.658Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/module/ResolverImpl.java:[674] 
18:21:37 [2024-02-16T23:21:37.658Z] 	String eeSpecs = (String) platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT);
18:21:37 [2024-02-16T23:21:37.658Z] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.658Z] The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
18:21:37 [2024-02-16T23:21:37.659Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/BundleDeltaImpl.java:[65] 
18:21:37 [2024-02-16T23:21:37.659Z] 	if ((type & BundleDelta.LINKAGE_CHANGED) != 0)
18:21:37 [2024-02-16T23:21:37.659Z] 	                        ^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.659Z] The field BundleDelta.LINKAGE_CHANGED is deprecated
18:21:37 [2024-02-16T23:21:37.659Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/ImportPackageSpecificationImpl.java:[190] 
18:21:37 [2024-02-16T23:21:37.659Z] 	} else if (Constants.PACKAGE_SPECIFICATION_VERSION.equals(mandatory) || Constants.VERSION_ATTRIBUTE.equals(mandatory)) {
18:21:37 [2024-02-16T23:21:37.659Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.659Z] The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
18:21:37 [2024-02-16T23:21:37.659Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[59] 
18:21:37 [2024-02-16T23:21:37.659Z] 	private static final String[] DEFINED_PACKAGE_MATCHING_ATTRS = {Constants.BUNDLE_SYMBOLICNAME_ATTRIBUTE, Constants.BUNDLE_VERSION_ATTRIBUTE, Constants.PACKAGE_SPECIFICATION_VERSION, Constants.VERSION_ATTRIBUTE};
18:21:37 [2024-02-16T23:21:37.659Z] 	                                                                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.659Z] The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
18:21:37 [2024-02-16T23:21:37.659Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[63] 
18:21:37 [2024-02-16T23:21:37.659Z] 	static final String[] DEFINED_BSN_MATCHING_ATTRS = {Constants.BUNDLE_VERSION_ATTRIBUTE, StateImpl.OPTIONAL_ATTRIBUTE, StateImpl.REPROVIDE_ATTRIBUTE};
18:21:37 [2024-02-16T23:21:37.660Z] 	                                                                                                  ^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.660Z] The field StateImpl.OPTIONAL_ATTRIBUTE is deprecated
18:21:37 [2024-02-16T23:21:37.660Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[63] 
18:21:37 [2024-02-16T23:21:37.660Z] 	static final String[] DEFINED_BSN_MATCHING_ATTRS = {Constants.BUNDLE_VERSION_ATTRIBUTE, StateImpl.OPTIONAL_ATTRIBUTE, StateImpl.REPROVIDE_ATTRIBUTE};
18:21:37 [2024-02-16T23:21:37.660Z] 	                                                                                                                                ^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.660Z] The field StateImpl.REPROVIDE_ATTRIBUTE is deprecated
18:21:37 [2024-02-16T23:21:37.660Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[131] 
18:21:37 [2024-02-16T23:21:37.660Z] 	String[] brees = ManifestElement.getArrayFromList(manifest.get(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT));
18:21:37 [2024-02-16T23:21:37.660Z] 	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.660Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:21:37 [2024-02-16T23:21:37.660Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[137] 
18:21:37 [2024-02-16T23:21:37.660Z] 	ManifestElement[] provides = ManifestElement.parseHeader(StateImpl.PROVIDE_PACKAGE, manifest.get(StateImpl.PROVIDE_PACKAGE));
18:21:37 [2024-02-16T23:21:37.660Z] 	                                                                   ^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.660Z] The field StateImpl.PROVIDE_PACKAGE is deprecated
18:21:37 [2024-02-16T23:21:37.661Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[137] 
18:21:37 [2024-02-16T23:21:37.661Z] 	ManifestElement[] provides = ManifestElement.parseHeader(StateImpl.PROVIDE_PACKAGE, manifest.get(StateImpl.PROVIDE_PACKAGE));
18:21:37 [2024-02-16T23:21:37.661Z] 	                                                                                                           ^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.661Z] The field StateImpl.PROVIDE_PACKAGE is deprecated
18:21:37 [2024-02-16T23:21:37.661Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[266] 
18:21:37 [2024-02-16T23:21:37.661Z] 	result.setExported(Constants.VISIBILITY_REEXPORT.equals(spec.getDirective(Constants.VISIBILITY_DIRECTIVE)) || "true".equals(spec.getAttribute(StateImpl.REPROVIDE_ATTRIBUTE))); //$NON-NLS-1$
18:21:37 [2024-02-16T23:21:37.661Z] 	                                                                                                                                                        ^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.661Z] The field StateImpl.REPROVIDE_ATTRIBUTE is deprecated
18:21:37 [2024-02-16T23:21:37.661Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[267] 
18:21:37 [2024-02-16T23:21:37.661Z] 	result.setOptional(Constants.RESOLUTION_OPTIONAL.equals(spec.getDirective(Constants.RESOLUTION_DIRECTIVE)) || "true".equals(spec.getAttribute(StateImpl.OPTIONAL_ATTRIBUTE))); //$NON-NLS-1$
18:21:37 [2024-02-16T23:21:37.661Z] 	                                                                                                                                                        ^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.661Z] The field StateImpl.OPTIONAL_ATTRIBUTE is deprecated
18:21:37 [2024-02-16T23:21:37.662Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[324] 
18:21:37 [2024-02-16T23:21:37.662Z] 	versionString = importPackage.getAttribute(Constants.PACKAGE_SPECIFICATION_VERSION);
18:21:37 [2024-02-16T23:21:37.662Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.662Z] The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
18:21:37 [2024-02-16T23:21:37.662Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[371] 
18:21:37 [2024-02-16T23:21:37.662Z] 	versionString = exportPackage.getAttribute(Constants.PACKAGE_SPECIFICATION_VERSION);
18:21:37 [2024-02-16T23:21:37.662Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.662Z] The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
18:21:37 [2024-02-16T23:21:37.662Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[864] 
18:21:37 [2024-02-16T23:21:37.662Z] 	String specVersion = elements[i].getAttribute(Constants.PACKAGE_SPECIFICATION_VERSION);
18:21:37 [2024-02-16T23:21:37.662Z] 	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.662Z] The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
18:21:37 [2024-02-16T23:21:37.662Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateBuilder.java:[866] 
18:21:37 [2024-02-16T23:21:37.663Z] 	throw new BundleException(NLS.bind(StateMsg.HEADER_VERSION_ERROR, Constants.VERSION_ATTRIBUTE, Constants.PACKAGE_SPECIFICATION_VERSION), BundleException.MANIFEST_ERROR);
18:21:37 [2024-02-16T23:21:37.663Z] 	                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.663Z] The field Constants.PACKAGE_SPECIFICATION_VERSION is deprecated
18:21:37 [2024-02-16T23:21:37.663Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateHelperImpl.java:[131] 
18:21:37 [2024-02-16T23:21:37.663Z] 	String name = description.getName();
18:21:37 [2024-02-16T23:21:37.663Z] 	                          ^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.663Z] The method getName() from the type GenericDescription is deprecated
18:21:37 [2024-02-16T23:21:37.663Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:[152] 
18:21:37 [2024-02-16T23:21:37.663Z] 	public static final String[] PROPS = {OSGI_OS, OSGI_WS, OSGI_NL, OSGI_ARCH, Constants.FRAMEWORK_SYSTEMPACKAGES, Constants.FRAMEWORK_SYSTEMPACKAGES_EXTRA, OSGI_RESOLVER_MODE, Constants.FRAMEWORK_EXECUTIONENVIRONMENT, "osgi.resolveOptional", "osgi.genericAliases", Constants.FRAMEWORK_OS_NAME, Constants.FRAMEWORK_OS_VERSION, Constants.FRAMEWORK_PROCESSOR, Constants.FRAMEWORK_LANGUAGE, STATE_SYSTEM_BUNDLE, Constants.FRAMEWORK_SYSTEMCAPABILITIES, Constants.FRAMEWORK_SYSTEMCAPABILITIES_EXTRA}; //$NON-NLS-1$ //$NON-NLS-2$
18:21:37 [2024-02-16T23:21:37.663Z] 	                                                                                                                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.663Z] The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
18:21:37 [2024-02-16T23:21:37.664Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:[909] 
18:21:37 [2024-02-16T23:21:37.664Z] 	performResetSystemCapabilities |= checkProp(this.platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT), newPlatformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT));
18:21:37 [2024-02-16T23:21:37.664Z] 	                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.664Z] The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
18:21:37 [2024-02-16T23:21:37.664Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:[909] 
18:21:37 [2024-02-16T23:21:37.664Z] 	performResetSystemCapabilities |= checkProp(this.platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT), newPlatformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT));
18:21:37 [2024-02-16T23:21:37.664Z] 	                                                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.664Z] The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
18:21:37 [2024-02-16T23:21:37.664Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateImpl.java:[986] 
18:21:37 [2024-02-16T23:21:37.664Z] 	checkOSGiEE(capabilities, (String) platformProperties[i].get(Constants.FRAMEWORK_EXECUTIONENVIRONMENT), i);
18:21:37 [2024-02-16T23:21:37.664Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.664Z] The field Constants.FRAMEWORK_EXECUTIONENVIRONMENT is deprecated
18:21:37 [2024-02-16T23:21:37.665Z] [WARNING] /home/jenkins/agent/workspace/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.compatibility.state/src/org/eclipse/osgi/internal/resolver/StateWriter.java:[711] 
18:21:37 [2024-02-16T23:21:37.665Z] 	writeVersion(versionRange.getMaximum(), out);
18:21:37 [2024-02-16T23:21:37.665Z] 	                          ^^^^^^^^^^^^
18:21:37 [2024-02-16T23:21:37.665Z] The method getMaximum() from the type VersionRange is deprecated
18:21:37 [2024-02-16T23:21:37.665Z] 23 problems (23 warnings)
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.665Z] [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.compatibility.state/src/test/resources
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.665Z] [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.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.1000-SNAPSHOT-sources.jar
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.665Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.666Z] [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.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.1000-SNAPSHOT.jar
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.1000-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.compatibility.state/.polyglot.META-INF
18:21:37 [2024-02-16T23:21:37.666Z]     The main artifact has been replaced with the baseline version.
18:21:37 [2024-02-16T23:21:37.666Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:37 [2024-02-16T23:21:37.666Z] 
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.1000-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.compatibility.state/.polyglot.META-INF
18:21:37 [2024-02-16T23:21:37.666Z]     The main artifact has been replaced with the baseline version.
18:21:37 [2024-02-16T23:21:37.666Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:37 [2024-02-16T23:21:37.666Z] 
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] Execution was skipped
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] 
18:21:37 [2024-02-16T23:21:37.666Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi.compatibility.state ---
18:21:37 [2024-02-16T23:21:37.667Z] [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.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.1000-SNAPSHOT.jar' is already signed and will be resigned.
18:21:37 [2024-02-16T23:21:37.667Z] [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.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.1000-SNAPSHOT.jar
18:21:38 [2024-02-16T23:21:38.593Z] [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.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.1000-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:38 [2024-02-16T23:21:38.593Z] [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.compatibility.state/target/org.eclipse.osgi.compatibility.state-1.2.1000-SNAPSHOT-sources.jar
18:21:39 [2024-02-16T23:21:39.154Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.154Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.osgi.compatibility.state ---
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.compatibility.state:1.2.1000-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.compatibility.state/.polyglot.META-INF
18:21:39 [2024-02-16T23:21:39.410Z]     The main artifact has been replaced with the baseline version.
18:21:39 [2024-02-16T23:21:39.410Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:39 [2024-02-16T23:21:39.410Z] 
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] ----< org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector >----
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] Building [bundle] Equinox Provisioning Garbage Collector 1.3.200-SNAPSHOT [201/521]
18:21:39 [2024-02-16T23:21:39.410Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/.polyglot.META-INF
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] The project's OSGi version is 1.3.200.v20240201-0843
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.410Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/saveproperties
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Garbage Collector
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/src/main/resources
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/src/main/resources
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.411Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.412Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/src/test/resources
18:21:39 [2024-02-16T23:21:39.412Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.412Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.412Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.412Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.412Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:21:39 [2024-02-16T23:21:39.412Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.412Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.412Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.3.200-SNAPSHOT-sources.jar
18:21:39 [2024-02-16T23:21:39.412Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.412Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.412Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.3.200-SNAPSHOT.jar
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/.tycho-consumer-pom.xml
18:21:39 [2024-02-16T23:21:39.668Z]     The main artifact has been replaced with the baseline version.
18:21:39 [2024-02-16T23:21:39.668Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:39 [2024-02-16T23:21:39.668Z] 
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/.tycho-consumer-pom.xml
18:21:39 [2024-02-16T23:21:39.668Z]     The main artifact has been replaced with the baseline version.
18:21:39 [2024-02-16T23:21:39.668Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:39 [2024-02-16T23:21:39.668Z] 
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.668Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.669Z] [INFO] Execution was skipped
18:21:39 [2024-02-16T23:21:39.669Z] [INFO] 
18:21:39 [2024-02-16T23:21:39.669Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:39 [2024-02-16T23:21:39.669Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:21:39 [2024-02-16T23:21:39.669Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.3.200-SNAPSHOT.jar
18:21:41 [2024-02-16T23:21:41.035Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:41 [2024-02-16T23:21:41.036Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/target/org.eclipse.equinox.p2.garbagecollector-1.3.200-SNAPSHOT-sources.jar
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.garbagecollector ---
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.garbagecollector:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.garbagecollector/.tycho-consumer-pom.xml
18:21:41 [2024-02-16T23:21:41.965Z]     The main artifact has been replaced with the baseline version.
18:21:41 [2024-02-16T23:21:41.965Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:41 [2024-02-16T23:21:41.965Z] 
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] ---< org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse >---
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] Building [bundle] Equinox Provisioning Eclipse Touchpoint 2.4.200-SNAPSHOT [202/521]
18:21:41 [2024-02-16T23:21:41.965Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.polyglot.META-INF
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] The project's OSGi version is 2.4.200.v20240201-0843
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.965Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.966Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/saveproperties
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Eclipse Touchpoint
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.966Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/main/resources
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.966Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/main/resources
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] 
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:41 [2024-02-16T23:21:41.966Z] [INFO] Compiling 51 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:42 [2024-02-16T23:21:42.222Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/org/eclipse/equinox/internal/p2/touchpoint/eclipse/PublisherUtil.java:[32] 
18:21:42 [2024-02-16T23:21:42.222Z] 	BundleDescription bundleDescription = BundlesAction.createBundleDescriptionIgnoringExceptions(bundleFile);
18:21:42 [2024-02-16T23:21:42.222Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:42 [2024-02-16T23:21:42.222Z] The method createBundleDescriptionIgnoringExceptions(File) from the type BundlesAction is deprecated
18:21:42 [2024-02-16T23:21:42.222Z] 1 problem (1 warning)
18:21:42 [2024-02-16T23:21:42.222Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.222Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.222Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.222Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.222Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.222Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.222Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.222Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.223Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/src/test/resources
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.223Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200-SNAPSHOT-sources.jar
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.223Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200-SNAPSHOT.jar
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:2.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.tycho-consumer-pom.xml
18:21:42 [2024-02-16T23:21:42.223Z]     The main artifact has been replaced with the baseline version.
18:21:42 [2024-02-16T23:21:42.223Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:42 [2024-02-16T23:21:42.223Z] 
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.223Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.224Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.224Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.224Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:2.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.tycho-consumer-pom.xml
18:21:42 [2024-02-16T23:21:42.224Z]     The main artifact has been replaced with the baseline version.
18:21:42 [2024-02-16T23:21:42.224Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:42 [2024-02-16T23:21:42.224Z] 
18:21:42 [2024-02-16T23:21:42.224Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.224Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.224Z] [INFO] Execution was skipped
18:21:42 [2024-02-16T23:21:42.224Z] [INFO] 
18:21:42 [2024-02-16T23:21:42.224Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:42 [2024-02-16T23:21:42.480Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:21:42 [2024-02-16T23:21:42.480Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200-SNAPSHOT.jar
18:21:43 [2024-02-16T23:21:43.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:43 [2024-02-16T23:21:43.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/target/org.eclipse.equinox.p2.touchpoint.eclipse-2.4.200-SNAPSHOT-sources.jar
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.touchpoint.eclipse ---
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.eclipse:2.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/.tycho-consumer-pom.xml
18:21:44 [2024-02-16T23:21:44.799Z]     The main artifact has been replaced with the baseline version.
18:21:44 [2024-02-16T23:21:44.799Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:44 [2024-02-16T23:21:44.799Z] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] ----------------< org.eclipse.pde:org.eclipse.pde.core >----------------
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] Building [bundle] PDE Core 3.18.0-SNAPSHOT                     [203/521]
18:21:44 [2024-02-16T23:21:44.799Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.core/.polyglot.META-INF
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.core ---
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.core ---
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] The project's OSGi version is 3.18.0.v20240215-1456
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.core ---
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.core ---
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.core ---
18:21:44 [2024-02-16T23:21:44.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.pde/ui/org.eclipse.pde.core/saveproperties
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.core ---
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.core ---
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] 
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.core ---
18:21:44 [2024-02-16T23:21:44.799Z] [INFO] Resolving class path of [bundle] PDE Core
18:21:45 [2024-02-16T23:21:45.056Z] [INFO] 
18:21:45 [2024-02-16T23:21:45.056Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-9) @ org.eclipse.pde.core ---
18:21:45 [2024-02-16T23:21:45.056Z] [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/eclipse.pde/ui/org.eclipse.pde.core/src_ant added.
18:21:45 [2024-02-16T23:21:45.056Z] [INFO] 
18:21:45 [2024-02-16T23:21:45.056Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-10) @ org.eclipse.pde.core ---
18:21:45 [2024-02-16T23:21:45.056Z] [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/eclipse.pde/ui/org.eclipse.pde.core/text added.
18:21:45 [2024-02-16T23:21:45.056Z] [INFO] 
18:21:45 [2024-02-16T23:21:45.057Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.core ---
18:21:45 [2024-02-16T23:21:45.057Z] [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.pde/ui/org.eclipse.pde.core/src/main/resources
18:21:45 [2024-02-16T23:21:45.057Z] [INFO] 
18:21:45 [2024-02-16T23:21:45.057Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.core ---
18:21:45 [2024-02-16T23:21:45.057Z] [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.pde/ui/org.eclipse.pde.core/src/main/resources
18:21:45 [2024-02-16T23:21:45.057Z] [INFO] 
18:21:45 [2024-02-16T23:21:45.057Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.core ---
18:21:45 [2024-02-16T23:21:45.057Z] [INFO] Compiling 570 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.pde/ui/org.eclipse.pde.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:46 [2024-02-16T23:21:46.426Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/JavadocLocationManager.java:[45] 
18:21:46 [2024-02-16T23:21:46.426Z] 	return doc.toURL().toString();
18:21:46 [2024-02-16T23:21:46.426Z] 	           ^^^^^^^
18:21:46 [2024-02-16T23:21:46.426Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.426Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/JavadocLocationManager.java:[48] 
18:21:46 [2024-02-16T23:21:46.426Z] 	return "jar:" + file.toURL() + "!/doc"; //$NON-NLS-1$ //$NON-NLS-2$
18:21:46 [2024-02-16T23:21:46.426Z] 	                     ^^^^^^^
18:21:46 [2024-02-16T23:21:46.426Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.426Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/P2Utils.java:[211] 
18:21:46 [2024-02-16T23:21:46.426Z] 	dest[start++] = new File(info.getLocation()).toURL();
18:21:46 [2024-02-16T23:21:46.426Z] 	                                             ^^^^^^^
18:21:46 [2024-02-16T23:21:46.426Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.426Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/P2Utils.java:[355] 
18:21:46 [2024-02-16T23:21:46.426Z] 	return bundlesTxt.toURL();
18:21:46 [2024-02-16T23:21:46.426Z] 	                  ^^^^^^^
18:21:46 [2024-02-16T23:21:46.426Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.426Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocationManager.java:[116] 
18:21:46 [2024-02-16T23:21:46.426Z] 	URI encodedUri = URIUtil.toURI(result.toFile().toURL());
18:21:46 [2024-02-16T23:21:46.426Z] 	                                               ^^^^^^^
18:21:46 [2024-02-16T23:21:46.426Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.427Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/SourceLocationManager.java:[127] 
18:21:46 [2024-02-16T23:21:46.427Z] 	return result.toFile().toURL();
18:21:46 [2024-02-16T23:21:46.427Z] 	                       ^^^^^^^
18:21:46 [2024-02-16T23:21:46.427Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.427Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/WorkspacePluginModelManager.java:[501] 
18:21:46 [2024-02-16T23:21:46.427Z] 	list.add(path.toFile().toURL());
18:21:46 [2024-02-16T23:21:46.427Z] 	                       ^^^^^^^
18:21:46 [2024-02-16T23:21:46.427Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.427Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/content/DefaultDocumentFactory.java:[17] 
18:21:46 [2024-02-16T23:21:46.427Z] 	import org.eclipse.core.filebuffers.IDocumentFactory;
18:21:46 [2024-02-16T23:21:46.427Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.427Z] The type IDocumentFactory is deprecated
18:21:46 [2024-02-16T23:21:46.427Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/content/DefaultDocumentFactory.java:[21] 
18:21:46 [2024-02-16T23:21:46.427Z] 	public class DefaultDocumentFactory implements IDocumentFactory {
18:21:46 [2024-02-16T23:21:46.427Z] 	                                               ^^^^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.427Z] The type IDocumentFactory is deprecated
18:21:46 [2024-02-16T23:21:46.427Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java:[623] 
18:21:46 [2024-02-16T23:21:46.427Z] 	destination = new File(fBuildTempMetadataLocation).toURL().toString();
18:21:46 [2024-02-16T23:21:46.427Z] 	                                                   ^^^^^^^
18:21:46 [2024-02-16T23:21:46.427Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.428Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/FeatureExportOperation.java:[627] 
18:21:46 [2024-02-16T23:21:46.428Z] 	destination = new File(fInfo.destinationDirectory).toURL().toString();
18:21:46 [2024-02-16T23:21:46.428Z] 	                                                   ^^^^^^^
18:21:46 [2024-02-16T23:21:46.428Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.428Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java:[418] 
18:21:46 [2024-02-16T23:21:46.428Z] 	map.put(IBuildPropertiesConstants.PROPERTY_P2_BUILD_REPO, new File(fBuildTempMetadataLocation).toURL().toString());
18:21:46 [2024-02-16T23:21:46.428Z] 	                                                                                               ^^^^^^^
18:21:46 [2024-02-16T23:21:46.428Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.428Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java:[419] 
18:21:46 [2024-02-16T23:21:46.428Z] 	map.put(IBuildPropertiesConstants.PROPERTY_P2_METADATA_REPO, new File(fInfo.destinationDirectory + "/repository").toURL().toString()); //$NON-NLS-1$
18:21:46 [2024-02-16T23:21:46.428Z] 	                                                                                                                  ^^^^^^^
18:21:46 [2024-02-16T23:21:46.428Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.428Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/ProductExportOperation.java:[420] 
18:21:46 [2024-02-16T23:21:46.428Z] 	map.put(IBuildPropertiesConstants.PROPERTY_P2_ARTIFACT_REPO, new File(fInfo.destinationDirectory + "/repository").toURL().toString()); //$NON-NLS-1$
18:21:46 [2024-02-16T23:21:46.428Z] 	                                                                                                                  ^^^^^^^
18:21:46 [2024-02-16T23:21:46.428Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.429Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/SiteBuildOperation.java:[213] 
18:21:46 [2024-02-16T23:21:46.429Z] 	String destination = new File(fBuildTempMetadataLocation).toURL().toString();
18:21:46 [2024-02-16T23:21:46.429Z] 	                                                          ^^^^^^^
18:21:46 [2024-02-16T23:21:46.429Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.429Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/BundleProjectDescription.java:[227] 
18:21:46 [2024-02-16T23:21:46.429Z] 	elements = parseHeader(headers, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:21:46 [2024-02-16T23:21:46.429Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.429Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:21:46 [2024-02-16T23:21:46.429Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/ProjectModifyOperation.java:[585] 
18:21:46 [2024-02-16T23:21:46.429Z] 	bundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, null); // remove
18:21:46 [2024-02-16T23:21:46.429Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.429Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:21:46 [2024-02-16T23:21:46.429Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/project/ProjectModifyOperation.java:[594] 
18:21:46 [2024-02-16T23:21:46.429Z] 	bundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, buffer.toString());
18:21:46 [2024-02-16T23:21:46.429Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.429Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:21:46 [2024-02-16T23:21:46.429Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/IncludedSchemaDescriptor.java:[102] 
18:21:46 [2024-02-16T23:21:46.429Z] 	url = schemaFile.toURL();
18:21:46 [2024-02-16T23:21:46.429Z] 	                 ^^^^^^^
18:21:46 [2024-02-16T23:21:46.429Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.429Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/IncludedSchemaDescriptor.java:[131] 
18:21:46 [2024-02-16T23:21:46.430Z] 	url = schemaFile.toURL();
18:21:46 [2024-02-16T23:21:46.430Z] 	                 ^^^^^^^
18:21:46 [2024-02-16T23:21:46.430Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.430Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/SchemaDescriptor.java:[65] 
18:21:46 [2024-02-16T23:21:46.430Z] 	fSchemaURL = file.toURL();
18:21:46 [2024-02-16T23:21:46.430Z] 	                  ^^^^^^^
18:21:46 [2024-02-16T23:21:46.430Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.430Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[238] 
18:21:46 [2024-02-16T23:21:46.430Z] 	@SuppressWarnings("restriction")
18:21:46 [2024-02-16T23:21:46.430Z] 	                  ^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.430Z] Unnecessary @SuppressWarnings("restriction")
18:21:46 [2024-02-16T23:21:46.430Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[251] 
18:21:46 [2024-02-16T23:21:46.430Z] 	@SuppressWarnings("restriction")
18:21:46 [2024-02-16T23:21:46.430Z] 	                  ^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.430Z] Unnecessary @SuppressWarnings("restriction")
18:21:46 [2024-02-16T23:21:46.430Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[253] 
18:21:46 [2024-02-16T23:21:46.430Z] 	@SuppressWarnings("restriction")
18:21:46 [2024-02-16T23:21:46.430Z] 	                  ^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.430Z] Unnecessary @SuppressWarnings("restriction")
18:21:46 [2024-02-16T23:21:46.430Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/target/ExportTargetJob.java:[256] 
18:21:46 [2024-02-16T23:21:46.430Z] 	@SuppressWarnings("restriction")
18:21:46 [2024-02-16T23:21:46.430Z] 	                  ^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.430Z] Unnecessary @SuppressWarnings("restriction")
18:21:46 [2024-02-16T23:21:46.430Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/update/configurator/Utils.java:[170] 
18:21:46 [2024-02-16T23:21:46.430Z] 	return absolutePath.toFile().toURL();
18:21:46 [2024-02-16T23:21:46.430Z] 	                             ^^^^^^^
18:21:46 [2024-02-16T23:21:46.430Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.431Z] [WARNING] /home/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/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/update/configurator/Utils.java:[195] 
18:21:46 [2024-02-16T23:21:46.431Z] 	return new File(path).toURL().toExternalForm();
18:21:46 [2024-02-16T23:21:46.431Z] 	                      ^^^^^^^
18:21:46 [2024-02-16T23:21:46.431Z] The method toURL() from the type File is deprecated
18:21:46 [2024-02-16T23:21:46.431Z] [WARNING] /home/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/ui/org.eclipse.pde.core/text/org/eclipse/pde/internal/core/text/bundle/BundleModelFactory.java:[55] 
18:21:46 [2024-02-16T23:21:46.431Z] 	} else if (key.equalsIgnoreCase(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT)) {
18:21:46 [2024-02-16T23:21:46.431Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:46 [2024-02-16T23:21:46.431Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:21:46 [2024-02-16T23:21:46.431Z] 28 problems (28 warnings)
18:21:46 [2024-02-16T23:21:46.431Z] [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.pde/ui/org.eclipse.pde.core/target/ant_tasks/pde-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:46 [2024-02-16T23:21:46.431Z] [INFO] 
18:21:46 [2024-02-16T23:21:46.431Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.core ---
18:21:46 [2024-02-16T23:21:46.431Z] [INFO] 
18:21:46 [2024-02-16T23:21:46.431Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.core ---
18:21:46 [2024-02-16T23:21:46.431Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:21:46 [2024-02-16T23:21:46.687Z] [INFO] 	org.eclipse.pde.internal.core.bnd.PdeBndAdapter.xml
18:21:46 [2024-02-16T23:21:46.687Z] [INFO] 1 component(s) where generated.
18:21:46 [2024-02-16T23:21:46.687Z] [INFO] 
18:21:46 [2024-02-16T23:21:46.687Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.core ---
18:21:46 [2024-02-16T23:21:46.943Z] [INFO] 
18:21:46 [2024-02-16T23:21:46.943Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.core ---
18:21:46 [2024-02-16T23:21:46.944Z] [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.pde/ui/org.eclipse.pde.core/src/test/resources
18:21:46 [2024-02-16T23:21:46.944Z] [INFO] 
18:21:46 [2024-02-16T23:21:46.944Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.core ---
18:21:46 [2024-02-16T23:21:46.944Z] [INFO] 
18:21:46 [2024-02-16T23:21:46.944Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.core ---
18:21:46 [2024-02-16T23:21:46.944Z] [INFO] 
18:21:46 [2024-02-16T23:21:46.944Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.core ---
18:21:46 [2024-02-16T23:21:46.944Z] [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.pde/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.18.0-SNAPSHOT-sources.jar
18:21:46 [2024-02-16T23:21:46.944Z] [INFO] 
18:21:46 [2024-02-16T23:21:46.944Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.core ---
18:21:46 [2024-02-16T23:21:46.944Z] [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.pde/ui/org.eclipse.pde.core/ant_tasks/pde-ant.jar
18:21:46 [2024-02-16T23:21:46.944Z] [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.pde/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.18.0-SNAPSHOT.jar
18:21:47 [2024-02-16T23:21:47.199Z] [INFO] 
18:21:47 [2024-02-16T23:21:47.199Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.core ---
18:21:47 [2024-02-16T23:21:47.200Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.core:3.18.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.pde/ui/org.eclipse.pde.core/.polyglot.META-INF
18:21:47 [2024-02-16T23:21:47.200Z]     The main artifact has been replaced with the baseline version.
18:21:47 [2024-02-16T23:21:47.200Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:47 [2024-02-16T23:21:47.200Z] 
18:21:47 [2024-02-16T23:21:47.200Z] [INFO] 
18:21:47 [2024-02-16T23:21:47.200Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.core ---
18:21:47 [2024-02-16T23:21:47.200Z] [INFO] Execution was skipped
18:21:47 [2024-02-16T23:21:47.200Z] [INFO] 
18:21:47 [2024-02-16T23:21:47.200Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.core ---
18:21:47 [2024-02-16T23:21:47.200Z] [INFO] Signing of nested jars of '/home/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/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.18.0-SNAPSHOT.jar' is disabled.
18:21:47 [2024-02-16T23:21:47.200Z] [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.pde/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.18.0-SNAPSHOT.jar' is already signed and will be resigned.
18:21:47 [2024-02-16T23:21:47.200Z] [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.pde/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.18.0-SNAPSHOT.jar
18:21:48 [2024-02-16T23:21:48.568Z] [INFO] Signing of nested jars of '/home/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/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.18.0-SNAPSHOT-sources.jar' is disabled.
18:21:48 [2024-02-16T23:21:48.568Z] [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.pde/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.18.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:48 [2024-02-16T23:21:48.568Z] [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.pde/ui/org.eclipse.pde.core/target/org.eclipse.pde.core-3.18.0-SNAPSHOT-sources.jar
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.core ---
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.core:3.18.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.pde/ui/org.eclipse.pde.core/.polyglot.META-INF
18:21:49 [2024-02-16T23:21:49.933Z]     The main artifact has been replaced with the baseline version.
18:21:49 [2024-02-16T23:21:49.933Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:49 [2024-02-16T23:21:49.933Z] 
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.api.tools >--------------
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] Building [bundle] API Tools 1.3.300-SNAPSHOT                   [204/521]
18:21:49 [2024-02-16T23:21:49.933Z] [INFO]   from eclipse.pde/apitools/org.eclipse.pde.api.tools/.polyglot.META-INF
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.api.tools ---
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.933Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools ---
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] The project's OSGi version is 1.3.300.v20240211-1946
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools ---
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools ---
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.api.tools ---
18:21:49 [2024-02-16T23:21:49.934Z] [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.pde/apitools/org.eclipse.pde.api.tools/saveproperties
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.api.tools ---
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools ---
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] 
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools ---
18:21:49 [2024-02-16T23:21:49.934Z] [INFO] Resolving class path of [bundle] API Tools
18:21:50 [2024-02-16T23:21:50.189Z] [INFO] 
18:21:50 [2024-02-16T23:21:50.189Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-7) @ org.eclipse.pde.api.tools ---
18:21:50 [2024-02-16T23:21:50.189Z] [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/eclipse.pde/apitools/org.eclipse.pde.api.tools/src_ant added.
18:21:50 [2024-02-16T23:21:50.189Z] [INFO] 
18:21:50 [2024-02-16T23:21:50.189Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-8) @ org.eclipse.pde.api.tools ---
18:21:50 [2024-02-16T23:21:50.189Z] [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/eclipse.pde/apitools/org.eclipse.pde.api.tools/xslt added.
18:21:50 [2024-02-16T23:21:50.189Z] [INFO] 
18:21:50 [2024-02-16T23:21:50.189Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.api.tools ---
18:21:50 [2024-02-16T23:21:50.189Z] [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.pde/apitools/org.eclipse.pde.api.tools/src/main/resources
18:21:50 [2024-02-16T23:21:50.189Z] [INFO] 
18:21:50 [2024-02-16T23:21:50.189Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.api.tools ---
18:21:50 [2024-02-16T23:21:50.190Z] [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.pde/apitools/org.eclipse.pde.api.tools/src/main/resources
18:21:50 [2024-02-16T23:21:50.190Z] [INFO] 
18:21:50 [2024-02-16T23:21:50.190Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools ---
18:21:50 [2024-02-16T23:21:50.190Z] [INFO] Compiling 206 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.pde/apitools/org.eclipse.pde.api.tools/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:50 [2024-02-16T23:21:50.751Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/APIFileGenerator.java:[379] 
18:21:50 [2024-02-16T23:21:50.752Z] 	String eename = manifestmap.get(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:21:50 [2024-02-16T23:21:50.752Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.752Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:21:50 [2024-02-16T23:21:50.752Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/ApiDescriptionProcessor.java:[569] 
18:21:50 [2024-02-16T23:21:50.752Z] 	// TODO for now this compares to 1.2, since the change from 1.1 -> 1.2
18:21:50 [2024-02-16T23:21:50.752Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.752Z] TODO for now this compares to 1.2, since the change from 1.1 -> 1.2
18:21:50 [2024-02-16T23:21:50.752Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/BundleListTargetLocation.java:[80] 
18:21:50 [2024-02-16T23:21:50.752Z] 	// TODO Auto-generated method stub
18:21:50 [2024-02-16T23:21:50.752Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.752Z] TODO Auto-generated method stub
18:21:50 [2024-02-16T23:21:50.752Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/BundleVersionRange.java:[51] 
18:21:50 [2024-02-16T23:21:50.752Z] 	return fRange.getMaximum().toString();
18:21:50 [2024-02-16T23:21:50.752Z] 	              ^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.752Z] The method getMaximum() from the type VersionRange is deprecated
18:21:50 [2024-02-16T23:21:50.752Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/ProjectApiDescription.java:[281] 
18:21:50 [2024-02-16T23:21:50.752Z] 	// TODO: binary type
18:21:50 [2024-02-16T23:21:50.752Z] 	   ^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.752Z] TODO: binary type
18:21:50 [2024-02-16T23:21:50.753Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/AbstractIllegalMethodReference.java:[94] 
18:21:50 [2024-02-16T23:21:50.753Z] 	// TODO: would it be faster to store component objects and use identity
18:21:50 [2024-02-16T23:21:50.753Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.753Z] TODO: would it be faster to store component objects and use identity
18:21:50 [2024-02-16T23:21:50.753Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java:[124] 
18:21:50 [2024-02-16T23:21:50.753Z] 	Constants.BUNDLE_VERSION, Constants.REQUIRE_BUNDLE, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT,
18:21:50 [2024-02-16T23:21:50.753Z] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.753Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:21:50 [2024-02-16T23:21:50.753Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java:[342] 
18:21:50 [2024-02-16T23:21:50.753Z] 	// TODO probably we don't need even this and can return null if we are running as job
18:21:50 [2024-02-16T23:21:50.753Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.753Z] TODO probably we don't need even this and can return null if we are running as job
18:21:50 [2024-02-16T23:21:50.753Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/ApiAnalysisBuilder.java:[482] 
18:21:50 [2024-02-16T23:21:50.753Z] 	// TODO: this seem to be not needed anymore.
18:21:50 [2024-02-16T23:21:50.753Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.753Z] TODO: this seem to be not needed anymore.
18:21:50 [2024-02-16T23:21:50.753Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/BaseApiAnalyzer.java:[2359] 
18:21:50 [2024-02-16T23:21:50.753Z] 	// TODO contrived default for
18:21:50 [2024-02-16T23:21:50.753Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.753Z] TODO contrived default for
18:21:50 [2024-02-16T23:21:50.753Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java:[144] 
18:21:50 [2024-02-16T23:21:50.754Z] 	// TODO: for now use structural change, but
18:21:50 [2024-02-16T23:21:50.754Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.754Z] TODO: for now use structural change, but
18:21:50 [2024-02-16T23:21:50.754Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java:[537] 
18:21:50 [2024-02-16T23:21:50.754Z] 	// TODO we should find a way to cache markers to type names,
18:21:50 [2024-02-16T23:21:50.754Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.754Z] TODO we should find a way to cache markers to type names,
18:21:50 [2024-02-16T23:21:50.754Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/IncrementalApiBuilder.java:[549] 
18:21:50 [2024-02-16T23:21:50.754Z] 	// TODO we should find a way to cache markers to type names,
18:21:50 [2024-02-16T23:21:50.754Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.754Z] TODO we should find a way to cache markers to type names,
18:21:50 [2024-02-16T23:21:50.754Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/LeakFieldProblemDetector.java:[79] 
18:21:50 [2024-02-16T23:21:50.754Z] 	// TODO: could do this check before resolution - it's a check on
18:21:50 [2024-02-16T23:21:50.754Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.754Z] TODO: could do this check before resolution - it's a check on
18:21:50 [2024-02-16T23:21:50.754Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/builder/MethodLeakDetector.java:[81] 
18:21:50 [2024-02-16T23:21:50.754Z] 	// TODO: we could perform this check before resolution -
18:21:50 [2024-02-16T23:21:50.754Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.754Z] TODO: we could perform this check before resolution -
18:21:50 [2024-02-16T23:21:50.754Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[70] 
18:21:50 [2024-02-16T23:21:50.755Z] 	// TODO should this be reported as a checked exception
18:21:50 [2024-02-16T23:21:50.755Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.755Z] TODO should this be reported as a checked exception
18:21:50 [2024-02-16T23:21:50.755Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[80] 
18:21:50 [2024-02-16T23:21:50.755Z] 	// TODO should we report this failure ?
18:21:50 [2024-02-16T23:21:50.755Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.755Z] TODO should we report this failure ?
18:21:50 [2024-02-16T23:21:50.755Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[1608] 
18:21:50 [2024-02-16T23:21:50.755Z] 	// TODO need to make the distinction between
18:21:50 [2024-02-16T23:21:50.755Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.755Z] TODO need to make the distinction between
18:21:50 [2024-02-16T23:21:50.755Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[1747] 
18:21:50 [2024-02-16T23:21:50.755Z] 	// TODO need to make the
18:21:50 [2024-02-16T23:21:50.755Z] 	   ^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.755Z] TODO need to make the
18:21:50 [2024-02-16T23:21:50.755Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[1818] 
18:21:50 [2024-02-16T23:21:50.755Z] 	// TODO should we continue the loop for all remaining
18:21:50 [2024-02-16T23:21:50.755Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.755Z] TODO should we continue the loop for all remaining
18:21:50 [2024-02-16T23:21:50.755Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[1848] 
18:21:50 [2024-02-16T23:21:50.755Z] 	// TODO should we continue the loop for all
18:21:50 [2024-02-16T23:21:50.755Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.755Z] TODO should we continue the loop for all
18:21:50 [2024-02-16T23:21:50.755Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[1866] 
18:21:50 [2024-02-16T23:21:50.756Z] 	// TODO should we continue the loop for all remaining
18:21:50 [2024-02-16T23:21:50.756Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.756Z] TODO should we continue the loop for all remaining
18:21:50 [2024-02-16T23:21:50.756Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[1890] 
18:21:50 [2024-02-16T23:21:50.756Z] 	// TODO should we continue the loop for all remaining
18:21:50 [2024-02-16T23:21:50.756Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.756Z] TODO should we continue the loop for all remaining
18:21:50 [2024-02-16T23:21:50.756Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[2298] 
18:21:50 [2024-02-16T23:21:50.756Z] 	// TODO need to make the distinction
18:21:50 [2024-02-16T23:21:50.756Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.756Z] TODO need to make the distinction
18:21:50 [2024-02-16T23:21:50.756Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/ClassFileComparator.java:[2360] 
18:21:50 [2024-02-16T23:21:50.756Z] 	// TODO need to make the distinction
18:21:50 [2024-02-16T23:21:50.756Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.756Z] TODO need to make the distinction
18:21:50 [2024-02-16T23:21:50.756Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/AbstractApiTypeContainer.java:[228] 
18:21:50 [2024-02-16T23:21:50.756Z] 	// TODO log error
18:21:50 [2024-02-16T23:21:50.756Z] 	   ^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.756Z] TODO log error
18:21:50 [2024-02-16T23:21:50.756Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ArchiveApiTypeContainer.java:[31] 
18:21:50 [2024-02-16T23:21:50.756Z] 	import org.eclipse.jdt.internal.compiler.util.JRTUtil;
18:21:50 [2024-02-16T23:21:50.756Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.757Z] Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/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')
18:21:50 [2024-02-16T23:21:50.757Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ArchiveApiTypeContainer.java:[169] 
18:21:50 [2024-02-16T23:21:50.757Z] 	return JRTUtil.getJarFileSystem(path).getPath("/");
18:21:50 [2024-02-16T23:21:50.757Z] 	       ^^^^^^^
18:21:50 [2024-02-16T23:21:50.757Z] Discouraged access: The type 'JRTUtil' is not API (restriction on classpath entry '/home/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')
18:21:50 [2024-02-16T23:21:50.757Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/ArchiveApiTypeContainer.java:[169] 
18:21:50 [2024-02-16T23:21:50.757Z] 	return JRTUtil.getJarFileSystem(path).getPath("/");
18:21:50 [2024-02-16T23:21:50.757Z] 	               ^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.757Z] Discouraged access: The method 'JRTUtil.getJarFileSystem(Path)' is not API (restriction on classpath entry '/home/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')
18:21:50 [2024-02-16T23:21:50.757Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/StubApiComponent.java:[171] 
18:21:50 [2024-02-16T23:21:50.757Z] 	// TODO
18:21:50 [2024-02-16T23:21:50.757Z] 	   ^^^^
18:21:50 [2024-02-16T23:21:50.757Z] TODO
18:21:50 [2024-02-16T23:21:50.757Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/SystemLibraryApiComponent.java:[111] 
18:21:50 [2024-02-16T23:21:50.757Z] 	// TODO
18:21:50 [2024-02-16T23:21:50.757Z] 	   ^^^^
18:21:50 [2024-02-16T23:21:50.758Z] TODO
18:21:50 [2024-02-16T23:21:50.758Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/model/TypeStructureBuilder.java:[76] 
18:21:50 [2024-02-16T23:21:50.758Z] 	// TODO: inner types should be have enclosing type as parent instead of
18:21:50 [2024-02-16T23:21:50.758Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.758Z] TODO: inner types should be have enclosing type as parent instead of
18:21:50 [2024-02-16T23:21:50.758Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/search/MissingRefReportConverter.java:[537] 
18:21:50 [2024-02-16T23:21:50.758Z] 	// TODO remove if
18:21:50 [2024-02-16T23:21:50.758Z] 	   ^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.758Z] TODO remove if
18:21:50 [2024-02-16T23:21:50.758Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/search/UseReportConverter.java:[1442] 
18:21:50 [2024-02-16T23:21:50.758Z] 	// TODO could write metadata information here
18:21:50 [2024-02-16T23:21:50.758Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.758Z] TODO could write metadata information here
18:21:50 [2024-02-16T23:21:50.758Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/search/UseScanParser.java:[138] 
18:21:50 [2024-02-16T23:21:50.758Z] 	// TODO:
18:21:50 [2024-02-16T23:21:50.758Z] 	   ^^^^^
18:21:50 [2024-02-16T23:21:50.758Z] TODO:
18:21:50 [2024-02-16T23:21:50.758Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/search/UseScanParser.java:[190] 
18:21:50 [2024-02-16T23:21:50.758Z] 	// TODO:
18:21:50 [2024-02-16T23:21:50.758Z] 	   ^^^^^
18:21:50 [2024-02-16T23:21:50.758Z] TODO:
18:21:50 [2024-02-16T23:21:50.758Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/Util.java:[1670] 
18:21:50 [2024-02-16T23:21:50.758Z] 	// TODO (olivier) should we report these as malformed tags?
18:21:50 [2024-02-16T23:21:50.758Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:50 [2024-02-16T23:21:50.758Z] TODO (olivier) should we report these as malformed tags?
18:21:50 [2024-02-16T23:21:50.758Z] 37 problems (null, 37 warnings)
18:21:51 [2024-02-16T23:21:51.014Z] [INFO] Compiling 18 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.pde/apitools/org.eclipse.pde.api.tools/target/lib/apitooling-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:51 [2024-02-16T23:21:51.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/eclipse.pde/apitools/org.eclipse.pde.api.tools/src_ant/org/eclipse/pde/api/tools/internal/tasks/APIDeprecationTask.java:[139] 
18:21:51 [2024-02-16T23:21:51.014Z] 	// TODO we might want to customize it
18:21:51 [2024-02-16T23:21:51.014Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:51 [2024-02-16T23:21:51.014Z] TODO we might want to customize it
18:21:51 [2024-02-16T23:21:51.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/eclipse.pde/apitools/org.eclipse.pde.api.tools/src_ant/org/eclipse/pde/api/tools/internal/tasks/APIFreezeReportConversionTask.java:[360] 
18:21:51 [2024-02-16T23:21:51.014Z] 	// TODO The component id used in the xml contains the version
18:21:51 [2024-02-16T23:21:51.014Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:51 [2024-02-16T23:21:51.014Z] TODO The component id used in the xml contains the version
18:21:51 [2024-02-16T23:21:51.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/eclipse.pde/apitools/org.eclipse.pde.api.tools/src_ant/org/eclipse/pde/api/tools/internal/tasks/CompareTask.java:[172] 
18:21:51 [2024-02-16T23:21:51.015Z] 	// TODO we might want to customize it
18:21:51 [2024-02-16T23:21:51.015Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:21:51 [2024-02-16T23:21:51.015Z] TODO we might want to customize it
18:21:51 [2024-02-16T23:21:51.015Z] 3 problems (null, 3 warnings)
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.015Z] [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.pde/apitools/org.eclipse.pde.api.tools/src/test/resources
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.015Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.3.300-SNAPSHOT-sources.jar
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.015Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.015Z] [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.pde/apitools/org.eclipse.pde.api.tools/lib/apitooling-ant.jar
18:21:51 [2024-02-16T23:21:51.270Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.3.300-SNAPSHOT.jar
18:21:51 [2024-02-16T23:21:51.270Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.270Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.271Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.3.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.pde/apitools/org.eclipse.pde.api.tools/.polyglot.META-INF
18:21:51 [2024-02-16T23:21:51.271Z]     The main artifact has been replaced with the baseline version.
18:21:51 [2024-02-16T23:21:51.271Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:51 [2024-02-16T23:21:51.271Z] 
18:21:51 [2024-02-16T23:21:51.271Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.271Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.271Z] [INFO] Execution was skipped
18:21:51 [2024-02-16T23:21:51.271Z] [INFO] 
18:21:51 [2024-02-16T23:21:51.271Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.api.tools ---
18:21:51 [2024-02-16T23:21:51.271Z] [INFO] Signing of nested jars of '/home/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/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.3.300-SNAPSHOT.jar' is disabled.
18:21:51 [2024-02-16T23:21:51.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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:51 [2024-02-16T23:21:51.271Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.3.300-SNAPSHOT.jar
18:21:52 [2024-02-16T23:21:52.659Z] [INFO] Signing of nested jars of '/home/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/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.3.300-SNAPSHOT-sources.jar' is disabled.
18:21:52 [2024-02-16T23:21:52.659Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:52 [2024-02-16T23:21:52.659Z] [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.pde/apitools/org.eclipse.pde.api.tools/target/org.eclipse.pde.api.tools-1.3.300-SNAPSHOT-sources.jar
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.api.tools ---
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools:1.3.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.pde/apitools/org.eclipse.pde.api.tools/.polyglot.META-INF
18:21:54 [2024-02-16T23:21:54.025Z]     The main artifact has been replaced with the baseline version.
18:21:54 [2024-02-16T23:21:54.025Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:54 [2024-02-16T23:21:54.025Z] 
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] -------< org.eclipse.pde:org.eclipse.pde.api.tools.annotations >--------
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] Building [bundle] PDE API Tools Annotations 1.3.0-SNAPSHOT     [205/521]
18:21:54 [2024-02-16T23:21:54.025Z] [INFO]   from eclipse.pde/apitools/org.eclipse.pde.api.tools.annotations/.polyglot.META-INF
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] The project's OSGi version is 1.3.0.v20240207-2106
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.025Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.026Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/saveproperties
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] Resolving class path of [bundle] PDE API Tools Annotations
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.026Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/src/main/resources
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.026Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/src/main/resources
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.026Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.026Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:54 [2024-02-16T23:21:54.282Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.282Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.282Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.282Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.282Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.283Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/src/test/resources
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.283Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.3.0-SNAPSHOT-sources.jar
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.283Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.3.0-SNAPSHOT.jar
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.283Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.284Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.annotations:1.3.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.pde/apitools/org.eclipse.pde.api.tools.annotations/.polyglot.META-INF
18:21:54 [2024-02-16T23:21:54.284Z]     The main artifact has been replaced with the baseline version.
18:21:54 [2024-02-16T23:21:54.284Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:54 [2024-02-16T23:21:54.284Z] 
18:21:54 [2024-02-16T23:21:54.284Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.284Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.284Z] [INFO] Execution was skipped
18:21:54 [2024-02-16T23:21:54.284Z] [INFO] 
18:21:54 [2024-02-16T23:21:54.284Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.api.tools.annotations ---
18:21:54 [2024-02-16T23:21:54.284Z] [INFO] Signing of nested jars of '/home/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/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.3.0-SNAPSHOT.jar' is disabled.
18:21:54 [2024-02-16T23:21:54.284Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:21:54 [2024-02-16T23:21:54.284Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.3.0-SNAPSHOT.jar
18:21:55 [2024-02-16T23:21:55.212Z] [INFO] Signing of nested jars of '/home/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/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.3.0-SNAPSHOT-sources.jar' is disabled.
18:21:55 [2024-02-16T23:21:55.212Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:55 [2024-02-16T23:21:55.212Z] [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.pde/apitools/org.eclipse.pde.api.tools.annotations/target/org.eclipse.pde.api.tools.annotations-1.3.0-SNAPSHOT-sources.jar
18:21:56 [2024-02-16T23:21:56.140Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.140Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.api.tools.annotations ---
18:21:56 [2024-02-16T23:21:56.141Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.annotations:1.3.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.pde/apitools/org.eclipse.pde.api.tools.annotations/.polyglot.META-INF
18:21:56 [2024-02-16T23:21:56.141Z]     The main artifact has been replaced with the baseline version.
18:21:56 [2024-02-16T23:21:56.141Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:56 [2024-02-16T23:21:56.141Z] 
18:21:56 [2024-02-16T23:21:56.141Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.141Z] [INFO] -------< org.eclipse.platform:org.eclipse.equinox.p2.operations >-------
18:21:56 [2024-02-16T23:21:56.141Z] [INFO] Building [bundle] Equinox Provisioning Operations API 2.7.300-SNAPSHOT [206/521]
18:21:56 [2024-02-16T23:21:56.141Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/.polyglot.META-INF
18:21:56 [2024-02-16T23:21:56.141Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] The project's OSGi version is 2.7.300.v20240212-0924
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/saveproperties
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Operations API
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/main/resources
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.398Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.398Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/main/resources
18:21:56 [2024-02-16T23:21:56.399Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.399Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.399Z] [INFO] Compiling 26 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.655Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/src/test/resources
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.655Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.655Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.7.300-SNAPSHOT-sources.jar
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.656Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.7.300-SNAPSHOT.jar
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.operations:2.7.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/.tycho-consumer-pom.xml
18:21:56 [2024-02-16T23:21:56.656Z]     The main artifact has been replaced with the baseline version.
18:21:56 [2024-02-16T23:21:56.656Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:56 [2024-02-16T23:21:56.656Z] 
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.operations:2.7.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/.tycho-consumer-pom.xml
18:21:56 [2024-02-16T23:21:56.656Z]     The main artifact has been replaced with the baseline version.
18:21:56 [2024-02-16T23:21:56.656Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:56 [2024-02-16T23:21:56.656Z] 
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] Execution was skipped
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] 
18:21:56 [2024-02-16T23:21:56.656Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.operations ---
18:21:56 [2024-02-16T23:21:56.656Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.7.300-SNAPSHOT.jar' is already signed and will be resigned.
18:21:56 [2024-02-16T23:21:56.657Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.7.300-SNAPSHOT.jar
18:21:57 [2024-02-16T23:21:57.584Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.7.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:21:57 [2024-02-16T23:21:57.584Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/target/org.eclipse.equinox.p2.operations-2.7.300-SNAPSHOT-sources.jar
18:21:58 [2024-02-16T23:21:58.145Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.145Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.operations ---
18:21:58 [2024-02-16T23:21:58.145Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.operations:2.7.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.operations/.tycho-consumer-pom.xml
18:21:58 [2024-02-16T23:21:58.145Z]     The main artifact has been replaced with the baseline version.
18:21:58 [2024-02-16T23:21:58.145Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:58 [2024-02-16T23:21:58.145Z] 
18:21:58 [2024-02-16T23:21:58.145Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.145Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.bnd.ui >---------------
18:21:58 [2024-02-16T23:21:58.145Z] [INFO] Building [bundle] Generic UI components related to BND 1.0.0-SNAPSHOT [207/521]
18:21:58 [2024-02-16T23:21:58.145Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.bnd.ui/.polyglot.META-INF
18:21:58 [2024-02-16T23:21:58.145Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:21:58 [2024-02-16T23:21:58.146Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:21:58 [2024-02-16T23:21:58.401Z] [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.pom
18:21:58 [2024-02-16T23:21:58.401Z] [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.pom (18 kB at 635 kB/s)
18:21:58 [2024-02-16T23:21:58.401Z] [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.pom
18:21:58 [2024-02-16T23:21:58.401Z] [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.pom (13 kB at 795 kB/s)
18:21:58 [2024-02-16T23:21:58.401Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom
18:21:58 [2024-02-16T23:21:58.401Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom (9.2 kB at 764 kB/s)
18:21:58 [2024-02-16T23:21:58.402Z] [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.pom
18:21:58 [2024-02-16T23:21:58.402Z] [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.pom (17 kB at 1.5 MB/s)
18:21:58 [2024-02-16T23:21:58.402Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.pom
18:21:58 [2024-02-16T23:21:58.402Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.pom (5.0 kB at 360 kB/s)
18:21:58 [2024-02-16T23:21:58.402Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom
18:21:58 [2024-02-16T23:21:58.657Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom (17 kB at 947 kB/s)
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.pom (1.3 kB at 66 kB/s)
18:21:58 [2024-02-16T23:21:58.658Z] [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.pom
18:21:58 [2024-02-16T23:21:58.658Z] [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.pom (4.7 kB at 182 kB/s)
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.3.0/org.osgi.service.metatype-1.3.0.pom
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.metatype/1.3.0/org.osgi.service.metatype-1.3.0.pom (1.3 kB at 87 kB/s)
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.jar
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/4.0.3/jetty-schemas-4.0.3.jar (228 kB at 4.2 MB/s)
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.jar
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.33.0/ecj-3.33.0.jar (3.2 MB at 81 MB/s)
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] The project's OSGi version is 1.0.0.v20240212-1145
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.658Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.659Z] [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.pde/ui/org.eclipse.pde.bnd.ui/saveproperties
18:21:58 [2024-02-16T23:21:58.659Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.659Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.659Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.659Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.659Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.659Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.659Z] [INFO] Resolving class path of [bundle] Generic UI components related to BND
18:21:58 [2024-02-16T23:21:58.914Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.914Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.914Z] [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.pde/ui/org.eclipse.pde.bnd.ui/src/main/resources
18:21:58 [2024-02-16T23:21:58.914Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.914Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.914Z] [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.pde/ui/org.eclipse.pde.bnd.ui/src/main/resources
18:21:58 [2024-02-16T23:21:58.914Z] [INFO] 
18:21:58 [2024-02-16T23:21:58.914Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.bnd.ui ---
18:21:58 [2024-02-16T23:21:58.914Z] [INFO] Compiling 39 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.pde/ui/org.eclipse.pde.bnd.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:21:59 [2024-02-16T23:21:59.169Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.169Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.169Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.170Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.170Z] [INFO] Using Declarative Service specification version 1.4.0 to generate component definitions
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 	org.eclipse.pde.bnd.ui.internal.Auxiliary.xml
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 	org.eclipse.pde.bnd.ui.internal.TemplateAdapter.xml
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 	org.bndtools.templating.repos.xml
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 3 component(s) where generated.
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.425Z] [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.pde/ui/org.eclipse.pde.bnd.ui/src/test/resources
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.425Z] [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.pde/ui/org.eclipse.pde.bnd.ui/target/org.eclipse.pde.bnd.ui-1.0.0-SNAPSHOT-sources.jar
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.425Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.426Z] [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.pde/ui/org.eclipse.pde.bnd.ui/target/org.eclipse.pde.bnd.ui-1.0.0-SNAPSHOT.jar
18:21:59 [2024-02-16T23:21:59.426Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.426Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.426Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.bnd.ui:1.0.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.pde/ui/org.eclipse.pde.bnd.ui/.polyglot.META-INF
18:21:59 [2024-02-16T23:21:59.426Z]     The main artifact has been replaced with the baseline version.
18:21:59 [2024-02-16T23:21:59.426Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:21:59 [2024-02-16T23:21:59.426Z] 
18:21:59 [2024-02-16T23:21:59.426Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.426Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.426Z] [INFO] Execution was skipped
18:21:59 [2024-02-16T23:21:59.426Z] [INFO] 
18:21:59 [2024-02-16T23:21:59.426Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.bnd.ui ---
18:21:59 [2024-02-16T23:21:59.682Z] [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.pde/ui/org.eclipse.pde.bnd.ui/target/org.eclipse.pde.bnd.ui-1.0.0-SNAPSHOT.jar' is already signed and will be resigned.
18:21:59 [2024-02-16T23:21:59.682Z] [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.pde/ui/org.eclipse.pde.bnd.ui/target/org.eclipse.pde.bnd.ui-1.0.0-SNAPSHOT.jar
18:22:01 [2024-02-16T23:22:01.590Z] [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.pde/ui/org.eclipse.pde.bnd.ui/target/org.eclipse.pde.bnd.ui-1.0.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:01 [2024-02-16T23:22:01.591Z] [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.pde/ui/org.eclipse.pde.bnd.ui/target/org.eclipse.pde.bnd.ui-1.0.0-SNAPSHOT-sources.jar
18:22:02 [2024-02-16T23:22:02.527Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.527Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.bnd.ui ---
18:22:02 [2024-02-16T23:22:02.528Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.bnd.ui:1.0.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.pde/ui/org.eclipse.pde.bnd.ui/.polyglot.META-INF
18:22:02 [2024-02-16T23:22:02.528Z]     The main artifact has been replaced with the baseline version.
18:22:02 [2024-02-16T23:22:02.528Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:02 [2024-02-16T23:22:02.528Z] 
18:22:02 [2024-02-16T23:22:02.528Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.528Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.security.ui >---------
18:22:02 [2024-02-16T23:22:02.528Z] [INFO] Building [bundle] Equinox Security Default UI 1.4.200-SNAPSHOT [208/521]
18:22:02 [2024-02-16T23:22:02.528Z] [INFO]   from equinox/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF
18:22:02 [2024-02-16T23:22:02.528Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:02 [2024-02-16T23:22:02.528Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:02 [2024-02-16T23:22:02.784Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.784Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.784Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.784Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.784Z] [INFO] The project's OSGi version is 1.4.200.v20240213-1246
18:22:02 [2024-02-16T23:22:02.784Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.784Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.785Z] [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.security.ui/saveproperties
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] Resolving class path of [bundle] Equinox Security Default UI
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.785Z] [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.security.ui/src/main/resources
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.785Z] [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.security.ui/src/main/resources
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] 
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.ui ---
18:22:02 [2024-02-16T23:22:02.785Z] [INFO] Compiling 40 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.security.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.042Z] [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.security.ui/src/test/resources
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.042Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.043Z] [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.security.ui/target/org.eclipse.equinox.security.ui-1.4.200-SNAPSHOT-sources.jar
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.043Z] [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.security.ui/target/org.eclipse.equinox.security.ui-1.4.200-SNAPSHOT.jar
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.4.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/equinox/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF
18:22:03 [2024-02-16T23:22:03.043Z]     The main artifact has been replaced with the baseline version.
18:22:03 [2024-02-16T23:22:03.043Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:03 [2024-02-16T23:22:03.043Z] 
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.4.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/equinox/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF
18:22:03 [2024-02-16T23:22:03.043Z]     The main artifact has been replaced with the baseline version.
18:22:03 [2024-02-16T23:22:03.043Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:03 [2024-02-16T23:22:03.043Z] 
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] Execution was skipped
18:22:03 [2024-02-16T23:22:03.043Z] [INFO] 
18:22:03 [2024-02-16T23:22:03.044Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.security.ui ---
18:22:03 [2024-02-16T23:22:03.300Z] [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.security.ui/target/org.eclipse.equinox.security.ui-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:22:03 [2024-02-16T23:22:03.300Z] [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.security.ui/target/org.eclipse.equinox.security.ui-1.4.200-SNAPSHOT.jar
18:22:04 [2024-02-16T23:22:04.663Z] [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.security.ui/target/org.eclipse.equinox.security.ui-1.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:04 [2024-02-16T23:22:04.663Z] [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.security.ui/target/org.eclipse.equinox.security.ui-1.4.200-SNAPSHOT-sources.jar
18:22:05 [2024-02-16T23:22:05.590Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.590Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.security.ui ---
18:22:05 [2024-02-16T23:22:05.590Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.ui:1.4.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/equinox/bundles/org.eclipse.equinox.security.ui/.polyglot.META-INF
18:22:05 [2024-02-16T23:22:05.590Z]     The main artifact has been replaced with the baseline version.
18:22:05 [2024-02-16T23:22:05.590Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:05 [2024-02-16T23:22:05.590Z] 
18:22:05 [2024-02-16T23:22:05.590Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.590Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.progress >-----------
18:22:05 [2024-02-16T23:22:05.590Z] [INFO] Building [bundle] Eclipse e4 Progress View 0.4.300-SNAPSHOT    [209/521]
18:22:05 [2024-02-16T23:22:05.590Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/.polyglot.META-INF
18:22:05 [2024-02-16T23:22:05.590Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:05 [2024-02-16T23:22:05.590Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:05 [2024-02-16T23:22:05.590Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] The project's OSGi version is 0.4.300.v20240116-1723
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [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.progress/saveproperties
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] Resolving class path of [bundle] Eclipse e4 Progress View
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [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.progress/src/main/resources
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.591Z] [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.progress/src/main/resources
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.591Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.592Z] [INFO] Compiling 59 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.progress/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.847Z] [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.progress/src/test/resources
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.847Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.848Z] [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.progress/target/org.eclipse.e4.ui.progress-0.4.300-SNAPSHOT-sources.jar
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.848Z] [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.progress/target/org.eclipse.e4.ui.progress-0.4.300-SNAPSHOT.jar
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.progress:0.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.ui/bundles/org.eclipse.e4.ui.progress/.polyglot.META-INF
18:22:05 [2024-02-16T23:22:05.848Z]     The main artifact has been replaced with the baseline version.
18:22:05 [2024-02-16T23:22:05.848Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:05 [2024-02-16T23:22:05.848Z] 
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] Execution was skipped
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] 
18:22:05 [2024-02-16T23:22:05.848Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.progress ---
18:22:05 [2024-02-16T23:22:05.848Z] [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.progress/target/org.eclipse.e4.ui.progress-0.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:05 [2024-02-16T23:22:05.848Z] [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.progress/target/org.eclipse.e4.ui.progress-0.4.300-SNAPSHOT.jar
18:22:07 [2024-02-16T23:22:07.215Z] [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.progress/target/org.eclipse.e4.ui.progress-0.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:07 [2024-02-16T23:22:07.216Z] [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.progress/target/org.eclipse.e4.ui.progress-0.4.300-SNAPSHOT-sources.jar
18:22:08 [2024-02-16T23:22:08.143Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.143Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.progress ---
18:22:08 [2024-02-16T23:22:08.143Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.progress:0.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.ui/bundles/org.eclipse.e4.ui.progress/.polyglot.META-INF
18:22:08 [2024-02-16T23:22:08.143Z]     The main artifact has been replaced with the baseline version.
18:22:08 [2024-02-16T23:22:08.143Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:08 [2024-02-16T23:22:08.143Z] 
18:22:08 [2024-02-16T23:22:08.143Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.143Z] [INFO] ----< org.eclipse.platform:org.eclipse.equinox.p2.directorywatcher >----
18:22:08 [2024-02-16T23:22:08.143Z] [INFO] Building [bundle] Equinox Provisioning Directory Watcher 1.4.300-SNAPSHOT [210/521]
18:22:08 [2024-02-16T23:22:08.144Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/.polyglot.META-INF
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] The project's OSGi version is 1.4.300.v20240201-0843
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.144Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/saveproperties
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.144Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.145Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.145Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Directory Watcher
18:22:08 [2024-02-16T23:22:08.145Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.145Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.145Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/src/main/resources
18:22:08 [2024-02-16T23:22:08.145Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.145Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.145Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/src/main/resources
18:22:08 [2024-02-16T23:22:08.145Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.145Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.401Z] [INFO] Compiling 7 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:08 [2024-02-16T23:22:08.401Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.directorywatcher/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/CachingArtifactRepository.java:[55] 
18:22:08 [2024-02-16T23:22:08.401Z] 	innerRepo.removeDescriptor(desc);
18:22:08 [2024-02-16T23:22:08.401Z] 	          ^^^^^^^^^^^^^^^^^^^^^^
18:22:08 [2024-02-16T23:22:08.401Z] The method removeDescriptor(IArtifactDescriptor) from the type IArtifactRepository is deprecated
18:22:08 [2024-02-16T23:22:08.402Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.directorywatcher/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/CachingArtifactRepository.java:[62] 
18:22:08 [2024-02-16T23:22:08.402Z] 	innerRepo.addDescriptors(descriptorsToAdd.toArray(new IArtifactDescriptor[descriptorsToAdd.size()]));
18:22:08 [2024-02-16T23:22:08.402Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:08 [2024-02-16T23:22:08.402Z] The method addDescriptors(IArtifactDescriptor[]) from the type IArtifactRepository is deprecated
18:22:08 [2024-02-16T23:22:08.402Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.directorywatcher/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/RepositoryListener.java:[126] 
18:22:08 [2024-02-16T23:22:08.402Z] 	BundleDescription bundleDescription = BundlesAction.createBundleDescriptionIgnoringExceptions(file);
18:22:08 [2024-02-16T23:22:08.402Z] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:08 [2024-02-16T23:22:08.402Z] The method createBundleDescriptionIgnoringExceptions(File) from the type BundlesAction is deprecated
18:22:08 [2024-02-16T23:22:08.402Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.directorywatcher/src/org/eclipse/equinox/internal/provisional/p2/directorywatcher/RepositoryListener.java:[232] 
18:22:08 [2024-02-16T23:22:08.402Z] 	artifactRepository.removeDescriptor(descriptor);
18:22:08 [2024-02-16T23:22:08.402Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:08 [2024-02-16T23:22:08.402Z] The method removeDescriptor(IArtifactDescriptor) from the type CachingArtifactRepository is deprecated
18:22:08 [2024-02-16T23:22:08.402Z] 4 problems (4 warnings)
18:22:08 [2024-02-16T23:22:08.402Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.402Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.402Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.402Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.402Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.402Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.402Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.402Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.403Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/src/test/resources
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.403Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.4.300-SNAPSHOT-sources.jar
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.403Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.4.300-SNAPSHOT.jar
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.directorywatcher:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/.tycho-consumer-pom.xml
18:22:08 [2024-02-16T23:22:08.403Z]     The main artifact has been replaced with the baseline version.
18:22:08 [2024-02-16T23:22:08.403Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:08 [2024-02-16T23:22:08.403Z] 
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.403Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.404Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.directorywatcher:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/.tycho-consumer-pom.xml
18:22:08 [2024-02-16T23:22:08.404Z]     The main artifact has been replaced with the baseline version.
18:22:08 [2024-02-16T23:22:08.404Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:08 [2024-02-16T23:22:08.404Z] 
18:22:08 [2024-02-16T23:22:08.404Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.404Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.404Z] [INFO] Execution was skipped
18:22:08 [2024-02-16T23:22:08.404Z] [INFO] 
18:22:08 [2024-02-16T23:22:08.404Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:08 [2024-02-16T23:22:08.404Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:08 [2024-02-16T23:22:08.404Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.4.300-SNAPSHOT.jar
18:22:09 [2024-02-16T23:22:09.333Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:09 [2024-02-16T23:22:09.333Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/target/org.eclipse.equinox.p2.directorywatcher-1.4.300-SNAPSHOT-sources.jar
18:22:10 [2024-02-16T23:22:10.265Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.265Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.directorywatcher ---
18:22:10 [2024-02-16T23:22:10.266Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.directorywatcher:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.directorywatcher/.tycho-consumer-pom.xml
18:22:10 [2024-02-16T23:22:10.266Z]     The main artifact has been replaced with the baseline version.
18:22:10 [2024-02-16T23:22:10.266Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:10 [2024-02-16T23:22:10.266Z] 
18:22:10 [2024-02-16T23:22:10.266Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.266Z] [INFO] ---< org.eclipse.platform:org.eclipse.equinox.p2.extensionlocation >----
18:22:10 [2024-02-16T23:22:10.266Z] [INFO] Building [bundle] Equinox Provisioning Extension Location Repository Support 1.5.300-SNAPSHOT [211/521]
18:22:10 [2024-02-16T23:22:10.266Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/.polyglot.META-INF
18:22:10 [2024-02-16T23:22:10.266Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] The project's OSGi version is 1.5.300.v20240201-0843
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.522Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/saveproperties
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Extension Location Repository Support
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.522Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.523Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/main/resources
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.523Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/main/resources
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] Compiling 9 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:10 [2024-02-16T23:22:10.523Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.extensionlocation/src/org/eclipse/equinox/internal/p2/extensionlocation/SiteListener.java:[310] 
18:22:10 [2024-02-16T23:22:10.523Z] 	BundleDescription description = BundlesAction.createBundleDescriptionIgnoringExceptions(bundleLocation);
18:22:10 [2024-02-16T23:22:10.523Z] 	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:10 [2024-02-16T23:22:10.523Z] The method createBundleDescriptionIgnoringExceptions(File) from the type BundlesAction is deprecated
18:22:10 [2024-02-16T23:22:10.523Z] 1 problem (1 warning)
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.523Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.524Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/src/test/resources
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.524Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.5.300-SNAPSHOT-sources.jar
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.524Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.5.300-SNAPSHOT.jar
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.524Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.extensionlocation: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/.tycho-consumer-pom.xml
18:22:10 [2024-02-16T23:22:10.525Z]     The main artifact has been replaced with the baseline version.
18:22:10 [2024-02-16T23:22:10.525Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:10 [2024-02-16T23:22:10.525Z] 
18:22:10 [2024-02-16T23:22:10.525Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.525Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.525Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.525Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.781Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.extensionlocation: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/.tycho-consumer-pom.xml
18:22:10 [2024-02-16T23:22:10.781Z]     The main artifact has been replaced with the baseline version.
18:22:10 [2024-02-16T23:22:10.781Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:10 [2024-02-16T23:22:10.781Z] 
18:22:10 [2024-02-16T23:22:10.781Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.781Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.781Z] [INFO] Execution was skipped
18:22:10 [2024-02-16T23:22:10.781Z] [INFO] 
18:22:10 [2024-02-16T23:22:10.781Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:10 [2024-02-16T23:22:10.781Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:10 [2024-02-16T23:22:10.781Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.5.300-SNAPSHOT.jar
18:22:11 [2024-02-16T23:22:11.342Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:11 [2024-02-16T23:22:11.342Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/target/org.eclipse.equinox.p2.extensionlocation-1.5.300-SNAPSHOT-sources.jar
18:22:12 [2024-02-16T23:22:12.268Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.268Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.extensionlocation ---
18:22:12 [2024-02-16T23:22:12.269Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.extensionlocation: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.extensionlocation/.tycho-consumer-pom.xml
18:22:12 [2024-02-16T23:22:12.269Z]     The main artifact has been replaced with the baseline version.
18:22:12 [2024-02-16T23:22:12.269Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:12 [2024-02-16T23:22:12.269Z] 
18:22:12 [2024-02-16T23:22:12.269Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.269Z] [INFO] -----------< org.eclipse.platform:org.eclipse.equinox.p2.ui >-----------
18:22:12 [2024-02-16T23:22:12.269Z] [INFO] Building [bundle] Equinox Provisioning UI Support 2.8.300-SNAPSHOT [212/521]
18:22:12 [2024-02-16T23:22:12.269Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/.polyglot.META-INF
18:22:12 [2024-02-16T23:22:12.269Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:12 [2024-02-16T23:22:12.269Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] The project's OSGi version is 2.8.300.v20240207-1113
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.525Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.526Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/saveproperties
18:22:12 [2024-02-16T23:22:12.526Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.526Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.526Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.526Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.526Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.526Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.526Z] [INFO] Resolving class path of [bundle] Equinox Provisioning UI Support
18:22:12 [2024-02-16T23:22:12.781Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.781Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.781Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/main/resources
18:22:12 [2024-02-16T23:22:12.781Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.781Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.782Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/main/resources
18:22:12 [2024-02-16T23:22:12.782Z] [INFO] 
18:22:12 [2024-02-16T23:22:12.782Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui ---
18:22:12 [2024-02-16T23:22:12.782Z] [INFO] Compiling 147 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:13 [2024-02-16T23:22:13.709Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/dialogs/DelayedFilterCheckboxTree.java:[55] 
18:22:13 [2024-02-16T23:22:13.709Z] 	super(parent, true);
18:22:13 [2024-02-16T23:22:13.709Z] 	^^^^^^^^^^^^^^^^^^^^
18:22:13 [2024-02-16T23:22:13.709Z] The constructor FilteredTree(Composite, boolean) is deprecated
18:22:13 [2024-02-16T23:22:13.709Z] 1 problem (1 warning)
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.709Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/test/resources
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.709Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] 37 system scoped dependencies were not mapped to maven artifacts
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.710Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.8.300-SNAPSHOT-sources.jar
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.710Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.8.300-SNAPSHOT.jar
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui:2.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/.tycho-consumer-pom.xml
18:22:13 [2024-02-16T23:22:13.710Z]     The main artifact has been replaced with the baseline version.
18:22:13 [2024-02-16T23:22:13.710Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:13 [2024-02-16T23:22:13.710Z] 
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.710Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.711Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui:2.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/.tycho-consumer-pom.xml
18:22:13 [2024-02-16T23:22:13.711Z]     The main artifact has been replaced with the baseline version.
18:22:13 [2024-02-16T23:22:13.711Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:13 [2024-02-16T23:22:13.711Z] 
18:22:13 [2024-02-16T23:22:13.711Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.711Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.711Z] [INFO] Execution was skipped
18:22:13 [2024-02-16T23:22:13.711Z] [INFO] 
18:22:13 [2024-02-16T23:22:13.711Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.ui ---
18:22:13 [2024-02-16T23:22:13.966Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:13 [2024-02-16T23:22:13.966Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.8.300-SNAPSHOT.jar
18:22:14 [2024-02-16T23:22:14.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:14 [2024-02-16T23:22:14.893Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/target/org.eclipse.equinox.p2.ui-2.8.300-SNAPSHOT-sources.jar
18:22:16 [2024-02-16T23:22:16.256Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.256Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.ui ---
18:22:16 [2024-02-16T23:22:16.256Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui:2.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/.tycho-consumer-pom.xml
18:22:16 [2024-02-16T23:22:16.256Z]     The main artifact has been replaced with the baseline version.
18:22:16 [2024-02-16T23:22:16.256Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:16 [2024-02-16T23:22:16.256Z] 
18:22:16 [2024-02-16T23:22:16.256Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.256Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.views.log >------------
18:22:16 [2024-02-16T23:22:16.256Z] [INFO] Building [bundle] Log View 1.4.300-SNAPSHOT                    [213/521]
18:22:16 [2024-02-16T23:22:16.257Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.views.log/.polyglot.META-INF
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] The project's OSGi version is 1.4.300.v20240205-1417
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.257Z] [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.ui.views.log/saveproperties
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.257Z] [INFO] Resolving class path of [bundle] Log View
18:22:16 [2024-02-16T23:22:16.512Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.512Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.512Z] [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.ui.views.log/src/main/resources
18:22:16 [2024-02-16T23:22:16.512Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.512Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.512Z] [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.ui.views.log/src/main/resources
18:22:16 [2024-02-16T23:22:16.512Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.512Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.513Z] [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.ui/bundles/org.eclipse.ui.views.log/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.767Z] [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.ui.views.log/src/test/resources
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.767Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.768Z] [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.ui.views.log/target/org.eclipse.ui.views.log-1.4.300-SNAPSHOT-sources.jar
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.768Z] [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.ui.views.log/target/org.eclipse.ui.views.log-1.4.300-SNAPSHOT.jar
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views.log:1.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.ui/bundles/org.eclipse.ui.views.log/.polyglot.META-INF
18:22:16 [2024-02-16T23:22:16.768Z]     The main artifact has been replaced with the baseline version.
18:22:16 [2024-02-16T23:22:16.768Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:16 [2024-02-16T23:22:16.768Z] 
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] Execution was skipped
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] 
18:22:16 [2024-02-16T23:22:16.768Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.views.log ---
18:22:16 [2024-02-16T23:22:16.768Z] [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.ui.views.log/target/org.eclipse.ui.views.log-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:16 [2024-02-16T23:22:16.768Z] [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.ui.views.log/target/org.eclipse.ui.views.log-1.4.300-SNAPSHOT.jar
18:22:18 [2024-02-16T23:22:18.133Z] [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.ui.views.log/target/org.eclipse.ui.views.log-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:18 [2024-02-16T23:22:18.133Z] [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.ui.views.log/target/org.eclipse.ui.views.log-1.4.300-SNAPSHOT-sources.jar
18:22:19 [2024-02-16T23:22:19.519Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.519Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.views.log ---
18:22:19 [2024-02-16T23:22:19.519Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.views.log:1.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.ui/bundles/org.eclipse.ui.views.log/.polyglot.META-INF
18:22:19 [2024-02-16T23:22:19.519Z]     The main artifact has been replaced with the baseline version.
18:22:19 [2024-02-16T23:22:19.519Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:19 [2024-02-16T23:22:19.519Z] 
18:22:19 [2024-02-16T23:22:19.519Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.519Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.launching >--------------
18:22:19 [2024-02-16T23:22:19.519Z] [INFO] Building [bundle] PDE Launching Support 3.12.0-SNAPSHOT        [214/521]
18:22:19 [2024-02-16T23:22:19.520Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.launching/.polyglot.META-INF
18:22:19 [2024-02-16T23:22:19.520Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:19 [2024-02-16T23:22:19.520Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.520Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.520Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.520Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] The project's OSGi version is 3.12.0.v20240214-2143
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.775Z] [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.pde/ui/org.eclipse.pde.launching/saveproperties
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.775Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] Resolving class path of [bundle] PDE Launching Support
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.776Z] [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.pde/ui/org.eclipse.pde.launching/src/main/resources
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.776Z] [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.pde/ui/org.eclipse.pde.launching/src/main/resources
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] 
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.launching ---
18:22:19 [2024-02-16T23:22:19.776Z] [INFO] Compiling 31 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.pde/ui/org.eclipse.pde.launching/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:20 [2024-02-16T23:22:20.031Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.031Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.031Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.031Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.031Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.031Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.031Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.032Z] [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.pde/ui/org.eclipse.pde.launching/src/test/resources
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.032Z] [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.pde/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.12.0-SNAPSHOT-sources.jar
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.032Z] [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.pde/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.12.0-SNAPSHOT.jar
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.launching: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.pde/ui/org.eclipse.pde.launching/.polyglot.META-INF
18:22:20 [2024-02-16T23:22:20.032Z]     The main artifact has been replaced with the baseline version.
18:22:20 [2024-02-16T23:22:20.032Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:20 [2024-02-16T23:22:20.032Z] 
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] Execution was skipped
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] 
18:22:20 [2024-02-16T23:22:20.032Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.launching ---
18:22:20 [2024-02-16T23:22:20.033Z] [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.pde/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.12.0-SNAPSHOT.jar' is already signed and will be resigned.
18:22:20 [2024-02-16T23:22:20.033Z] [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.pde/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.12.0-SNAPSHOT.jar
18:22:20 [2024-02-16T23:22:20.960Z] [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.pde/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.12.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:20 [2024-02-16T23:22:20.960Z] [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.pde/ui/org.eclipse.pde.launching/target/org.eclipse.pde.launching-3.12.0-SNAPSHOT-sources.jar
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.launching ---
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.launching: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.pde/ui/org.eclipse.pde.launching/.polyglot.META-INF
18:22:22 [2024-02-16T23:22:22.324Z]     The main artifact has been replaced with the baseline version.
18:22:22 [2024-02-16T23:22:22.324Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:22 [2024-02-16T23:22:22.324Z] 
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.genericeditor >----------
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] Building [bundle] Generic and Extensible Text Editor 1.3.300-SNAPSHOT [215/521]
18:22:22 [2024-02-16T23:22:22.324Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.genericeditor/.polyglot.META-INF
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] The project's OSGi version is 1.3.300.v20240212-0845
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.324Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.325Z] [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.ui.genericeditor/saveproperties
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.325Z] [INFO] Resolving class path of [bundle] Generic and Extensible Text Editor
18:22:22 [2024-02-16T23:22:22.581Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.581Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.581Z] [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.ui.genericeditor/src/main/resources
18:22:22 [2024-02-16T23:22:22.581Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.581Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.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.ui/bundles/org.eclipse.ui.genericeditor/src/main/resources
18:22:22 [2024-02-16T23:22:22.582Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.582Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.582Z] [INFO] Compiling 47 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.ui.genericeditor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:22 [2024-02-16T23:22:22.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.ui/bundles/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/ExtensionBasedTextViewerConfiguration.java:[359] 
18:22:22 [2024-02-16T23:22:22.838Z] 	: hover.getHoverInfo(textViewer, subject);
18:22:22 [2024-02-16T23:22:22.838Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:22 [2024-02-16T23:22:22.838Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:22:22 [2024-02-16T23:22:22.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.ui/bundles/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/ExtensionBasedTextViewerConfiguration.java:[393] 
18:22:22 [2024-02-16T23:22:22.838Z] 	return this.fHovers.stream().map(hover -> hover.getHoverInfo(textViewer, subject)).filter(Objects::nonNull)
18:22:22 [2024-02-16T23:22:22.838Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:22 [2024-02-16T23:22:22.838Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:22:22 [2024-02-16T23:22:22.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.ui/bundles/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/hover/CompositeTextHover.java:[60] 
18:22:22 [2024-02-16T23:22:22.838Z] 	hover.getHoverInfo(textViewer, currentRegion);
18:22:22 [2024-02-16T23:22:22.838Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:22 [2024-02-16T23:22:22.838Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:22:22 [2024-02-16T23:22:22.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.ui/bundles/org.eclipse.ui.genericeditor/src/org/eclipse/ui/internal/genericeditor/hover/CompositeTextHover.java:[91] 
18:22:22 [2024-02-16T23:22:22.839Z] 	.map(hover -> hover.getHoverInfo(textViewer, this.regions.get(hover)))
18:22:22 [2024-02-16T23:22:22.839Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:22 [2024-02-16T23:22:22.839Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:22:22 [2024-02-16T23:22:22.839Z] 4 problems (4 warnings)
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.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.ui/bundles/org.eclipse.ui.genericeditor/src/test/resources
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.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.ui/bundles/org.eclipse.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.3.300-SNAPSHOT-sources.jar
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.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.ui/bundles/org.eclipse.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.3.300-SNAPSHOT.jar
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.839Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.840Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor:1.3.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.ui.genericeditor/.polyglot.META-INF
18:22:22 [2024-02-16T23:22:22.840Z]     The main artifact has been replaced with the baseline version.
18:22:22 [2024-02-16T23:22:22.840Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:22 [2024-02-16T23:22:22.840Z] 
18:22:22 [2024-02-16T23:22:22.840Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.840Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.840Z] [INFO] Execution was skipped
18:22:22 [2024-02-16T23:22:22.840Z] [INFO] 
18:22:22 [2024-02-16T23:22:22.840Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.genericeditor ---
18:22:22 [2024-02-16T23:22:22.840Z] [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.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:22 [2024-02-16T23:22:22.840Z] [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.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.3.300-SNAPSHOT.jar
18:22:23 [2024-02-16T23:22:23.767Z] [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.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:23 [2024-02-16T23:22:23.768Z] [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.ui.genericeditor/target/org.eclipse.ui.genericeditor-1.3.300-SNAPSHOT-sources.jar
18:22:24 [2024-02-16T23:22:24.694Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.694Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.genericeditor ---
18:22:24 [2024-02-16T23:22:24.694Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor:1.3.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.ui.genericeditor/.polyglot.META-INF
18:22:24 [2024-02-16T23:22:24.694Z]     The main artifact has been replaced with the baseline version.
18:22:24 [2024-02-16T23:22:24.694Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:24 [2024-02-16T23:22:24.694Z] 
18:22:24 [2024-02-16T23:22:24.694Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.694Z] [INFO] -------------------< org.eclipse.pde:eclipse.pde.ds >-------------------
18:22:24 [2024-02-16T23:22:24.694Z] [INFO] Building eclipse.pde.ds 4.31.0-SNAPSHOT                        [216/521]
18:22:24 [2024-02-16T23:22:24.694Z] [INFO]   from eclipse.pde/ds/pom.xml
18:22:24 [2024-02-16T23:22:24.694Z] [INFO] --------------------------------[ pom ]---------------------------------
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.pde.ds ---
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.pde.ds ---
18:22:24 [2024-02-16T23:22:24.695Z] [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.pde/ds/saveproperties
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.pde.ds ---
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.pde.ds ---
18:22:24 [2024-02-16T23:22:24.695Z] [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.pde/ds/src/main/resources
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.pde.ds ---
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.ds ---
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.ds ---
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] Execution was skipped
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.pde.ds ---
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.pde.ds ---
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ds.core >---------------
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] Building [bundle] PDE DS Core 1.3.300-SNAPSHOT                 [217/521]
18:22:24 [2024-02-16T23:22:24.695Z] [INFO]   from eclipse.pde/ds/org.eclipse.pde.ds.core/.polyglot.META-INF
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.695Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] The project's OSGi version is 1.3.300.v20240203-1841
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.951Z] [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.pde/ds/org.eclipse.pde.ds.core/saveproperties
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.951Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.952Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.952Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.952Z] [INFO] Resolving class path of [bundle] PDE DS Core
18:22:24 [2024-02-16T23:22:24.952Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.952Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.952Z] [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.pde/ds/org.eclipse.pde.ds.core/src/main/resources
18:22:24 [2024-02-16T23:22:24.952Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.952Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.952Z] [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.pde/ds/org.eclipse.pde.ds.core/src/main/resources
18:22:24 [2024-02-16T23:22:24.952Z] [INFO] 
18:22:24 [2024-02-16T23:22:24.952Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ds.core ---
18:22:24 [2024-02-16T23:22:24.952Z] [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.pde/ds/org.eclipse.pde.ds.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.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.pde/ds/org.eclipse.pde.ds.core/src/test/resources
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.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.pde/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.3.300-SNAPSHOT-sources.jar
18:22:25 [2024-02-16T23:22:25.208Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.209Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.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.pde/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.3.300-SNAPSHOT.jar
18:22:25 [2024-02-16T23:22:25.209Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.209Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.209Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.core:1.3.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.pde/ds/org.eclipse.pde.ds.core/.polyglot.META-INF
18:22:25 [2024-02-16T23:22:25.209Z]     The main artifact has been replaced with the baseline version.
18:22:25 [2024-02-16T23:22:25.209Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:25 [2024-02-16T23:22:25.209Z] 
18:22:25 [2024-02-16T23:22:25.209Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.209Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.209Z] [INFO] Execution was skipped
18:22:25 [2024-02-16T23:22:25.209Z] [INFO] 
18:22:25 [2024-02-16T23:22:25.209Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ds.core ---
18:22:25 [2024-02-16T23:22:25.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.pde/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:25 [2024-02-16T23:22:25.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.pde/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.3.300-SNAPSHOT.jar
18:22:26 [2024-02-16T23:22:26.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.pde/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:26 [2024-02-16T23:22:26.137Z] [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.pde/ds/org.eclipse.pde.ds.core/target/org.eclipse.pde.ds.core-1.3.300-SNAPSHOT-sources.jar
18:22:27 [2024-02-16T23:22:27.084Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.084Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ds.core ---
18:22:27 [2024-02-16T23:22:27.084Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.core:1.3.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.pde/ds/org.eclipse.pde.ds.core/.polyglot.META-INF
18:22:27 [2024-02-16T23:22:27.084Z]     The main artifact has been replaced with the baseline version.
18:22:27 [2024-02-16T23:22:27.084Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:27 [2024-02-16T23:22:27.084Z] 
18:22:27 [2024-02-16T23:22:27.084Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.084Z] [INFO] -----------------< org.eclipse.pde:org.eclipse.pde.ui >-----------------
18:22:27 [2024-02-16T23:22:27.084Z] [INFO] Building [bundle] PDE UI 3.15.100-SNAPSHOT                     [218/521]
18:22:27 [2024-02-16T23:22:27.085Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.ui/.polyglot.META-INF
18:22:27 [2024-02-16T23:22:27.085Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:27 [2024-02-16T23:22:27.085Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] The project's OSGi version is 3.15.100.v20240215-1631
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.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.pde/ui/org.eclipse.pde.ui/saveproperties
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.341Z] [INFO] Resolving class path of [bundle] PDE UI
18:22:27 [2024-02-16T23:22:27.598Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.598Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-11) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.598Z] [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/eclipse.pde/ui/org.eclipse.pde.ui/src_samples added.
18:22:27 [2024-02-16T23:22:27.598Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.598Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.598Z] [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.pde/ui/org.eclipse.pde.ui/src/main/resources
18:22:27 [2024-02-16T23:22:27.598Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.598Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.598Z] [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.pde/ui/org.eclipse.pde.ui/src/main/resources
18:22:27 [2024-02-16T23:22:27.598Z] [INFO] 
18:22:27 [2024-02-16T23:22:27.598Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ui ---
18:22:27 [2024-02-16T23:22:27.598Z] [INFO] Compiling 1055 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.pde/ui/org.eclipse.pde.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:30 [2024-02-16T23:22:30.867Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[21] 
18:22:30 [2024-02-16T23:22:30.867Z] 	import org.eclipse.ant.internal.ui.launchConfigurations.AntLaunchShortcut;
18:22:30 [2024-02-16T23:22:30.867Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.867Z] Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes')
18:22:30 [2024-02-16T23:22:30.868Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[167] 
18:22:30 [2024-02-16T23:22:30.868Z] 	List<ILaunchConfiguration> configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
18:22:30 [2024-02-16T23:22:30.868Z] 	                                     ^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.868Z] Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes')
18:22:30 [2024-02-16T23:22:30.868Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[167] 
18:22:30 [2024-02-16T23:22:30.868Z] 	List<ILaunchConfiguration> configs = AntLaunchShortcut.findExistingLaunchConfigurations(generatedFile);
18:22:30 [2024-02-16T23:22:30.868Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.868Z] Discouraged access: The method 'AntLaunchShortcut.findExistingLaunchConfigurations(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes')
18:22:30 [2024-02-16T23:22:30.868Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[170] 
18:22:30 [2024-02-16T23:22:30.868Z] 	ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
18:22:30 [2024-02-16T23:22:30.868Z] 	                              ^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.868Z] Discouraged access: The type 'AntLaunchShortcut' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes')
18:22:30 [2024-02-16T23:22:30.869Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/build/BaseBuildAction.java:[170] 
18:22:30 [2024-02-16T23:22:30.869Z] 	ILaunchConfiguration config = AntLaunchShortcut.createDefaultLaunchConfiguration(generatedFile);
18:22:30 [2024-02-16T23:22:30.869Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.869Z] Discouraged access: The method 'AntLaunchShortcut.createDefaultLaunchConfiguration(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.ui/target/classes')
18:22:30 [2024-02-16T23:22:30.869Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java:[40] 
18:22:30 [2024-02-16T23:22:30.869Z] 	IManifestHeader header = model.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:22:30 [2024-02-16T23:22:30.869Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.869Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.869Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java:[43] 
18:22:30 [2024-02-16T23:22:30.869Z] 	model.getBundle().setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, ""); //$NON-NLS-1$
18:22:30 [2024-02-16T23:22:30.869Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.869Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.869Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/AddDefaultExecutionEnvironmentResolution.java:[47] 
18:22:30 [2024-02-16T23:22:30.869Z] 	header = model.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:22:30 [2024-02-16T23:22:30.869Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.869Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.870Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/RemoveUnknownExecEnvironments.java:[34] 
18:22:30 [2024-02-16T23:22:30.870Z] 	IManifestHeader header = model.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:22:30 [2024-02-16T23:22:30.870Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.870Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.870Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/ReplaceExecEnvironment.java:[43] 
18:22:30 [2024-02-16T23:22:30.870Z] 	IManifestHeader header = model.getBundle().getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:22:30 [2024-02-16T23:22:30.870Z] 	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.870Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.870Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/UpdateExecutionEnvironment.java:[46] 
18:22:30 [2024-02-16T23:22:30.870Z] 	bundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, bree);
18:22:30 [2024-02-16T23:22:30.870Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.870Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.870Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java:[70] 
18:22:30 [2024-02-16T23:22:30.871Z] 	private static final String[] fHeader = { ICoreConstants.AUTOMATIC_MODULE_NAME, Constants.BUNDLE_ACTIVATIONPOLICY, Constants.BUNDLE_ACTIVATOR, Constants.BUNDLE_CATEGORY, Constants.BUNDLE_CLASSPATH, Constants.BUNDLE_CONTACTADDRESS, Constants.BUNDLE_COPYRIGHT, Constants.BUNDLE_DESCRIPTION, Constants.BUNDLE_DOCURL, Constants.BUNDLE_LOCALIZATION, Constants.BUNDLE_MANIFESTVERSION, Constants.BUNDLE_NAME, Constants.BUNDLE_NATIVECODE, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, Constants.BUNDLE_SYMBOLICNAME, Constants.BUNDLE_UPDATELOCATION, Constants.BUNDLE_VENDOR, Constants.BUNDLE_VERSION, Constants.DYNAMICIMPORT_PACKAGE, ICoreConstants.ECLIPSE_BUDDY_POLICY, ICoreConstants.ECLIPSE_BUNDLE_SHAPE, ICoreConstants.ECLIPSE_EXPORT_EXTERNAL_ANNOTATIONS, ICoreConstants.ECLIPSE_GENERIC_CAPABILITY, ICoreConstants.ECLIPSE_GENERIC_REQUIRED, ICoreConstants.ECLIPSE_LAZYSTART,
18:22:30 [2024-02-16T23:22:30.871Z] 	                                                                                                                                                                                                                                                                                                                                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.871Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.871Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java:[178] 
18:22:30 [2024-02-16T23:22:30.871Z] 	return header.equalsIgnoreCase(Constants.IMPORT_PACKAGE) || header.equalsIgnoreCase(Constants.EXPORT_PACKAGE) || header.equalsIgnoreCase(Constants.REQUIRE_BUNDLE) || header.equalsIgnoreCase(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:22:30 [2024-02-16T23:22:30.871Z] 	                                                                                                                                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.871Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.871Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java:[239] 
18:22:30 [2024-02-16T23:22:30.872Z] 	if (value.regionMatches(true, 0, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, 0, Math.min(length, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.length())))
18:22:30 [2024-02-16T23:22:30.872Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.872Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.872Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java:[239] 
18:22:30 [2024-02-16T23:22:30.872Z] 	if (value.regionMatches(true, 0, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, 0, Math.min(length, Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.length())))
18:22:30 [2024-02-16T23:22:30.872Z] 	                                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.872Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.872Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java:[240] 
18:22:30 [2024-02-16T23:22:30.872Z] 	return handleRequiredExecEnv(value.substring(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.length() + 1), offset);
18:22:30 [2024-02-16T23:22:30.872Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.872Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.872Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/ManifestContentAssistProcessor.java:[604] 
18:22:30 [2024-02-16T23:22:30.872Z] 	HashSet<String> set = (HashSet<String>) fHeaders.get(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:22:30 [2024-02-16T23:22:30.872Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.872Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.872Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/display/JavaDocCommentReader.java:[18] 
18:22:30 [2024-02-16T23:22:30.872Z] 	import org.eclipse.jface.internal.text.html.SingleCharReader;
18:22:30 [2024-02-16T23:22:30.872Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.872Z] The type SingleCharReader is deprecated
18:22:30 [2024-02-16T23:22:30.873Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/display/JavaDocCommentReader.java:[27] 
18:22:30 [2024-02-16T23:22:30.873Z] 	public class JavaDocCommentReader extends SingleCharReader {
18:22:30 [2024-02-16T23:22:30.873Z] 	                                          ^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.873Z] The type SingleCharReader is deprecated
18:22:30 [2024-02-16T23:22:30.873Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java:[455] 
18:22:30 [2024-02-16T23:22:30.873Z] 	return Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT;
18:22:30 [2024-02-16T23:22:30.873Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.873Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.873Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/BundleSourcePage.java:[495] 
18:22:30 [2024-02-16T23:22:30.873Z] 	return getSpecificRange(((ExecutionEnvironment) selection).getModel(), Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, ((ExecutionEnvironment) selection).getValue());
18:22:30 [2024-02-16T23:22:30.873Z] 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.873Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.873Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java:[120] 
18:22:30 [2024-02-16T23:22:30.873Z] 	IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:22:30 [2024-02-16T23:22:30.873Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.873Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.873Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java:[346] 
18:22:30 [2024-02-16T23:22:30.873Z] 	getBundle().setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, buffer.toString());
18:22:30 [2024-02-16T23:22:30.873Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.873Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.874Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java:[398] 
18:22:30 [2024-02-16T23:22:30.874Z] 	} else if (Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT.equals(e.getChangedProperty())) {
18:22:30 [2024-02-16T23:22:30.874Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.874Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.874Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExecutionEnvironmentSection.java:[430] 
18:22:30 [2024-02-16T23:22:30.874Z] 	IManifestHeader header = bundle.getManifestHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT);
18:22:30 [2024-02-16T23:22:30.874Z] 	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.874Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.874Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java:[37] 
18:22:30 [2024-02-16T23:22:30.874Z] 	import org.eclipse.jdt.ui.actions.ShowInPackageViewAction;
18:22:30 [2024-02-16T23:22:30.874Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.874Z] The type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.874Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java:[362] 
18:22:30 [2024-02-16T23:22:30.874Z] 	ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite());
18:22:30 [2024-02-16T23:22:30.874Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.874Z] The type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.874Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java:[362] 
18:22:30 [2024-02-16T23:22:30.874Z] 	ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite());
18:22:30 [2024-02-16T23:22:30.874Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.874Z] The type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.874Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java:[362] 
18:22:30 [2024-02-16T23:22:30.875Z] 	ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite());
18:22:30 [2024-02-16T23:22:30.875Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.875Z] The constructor ShowInPackageViewAction(IWorkbenchSite) is deprecated
18:22:30 [2024-02-16T23:22:30.875Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExportPackageSection.java:[363] 
18:22:30 [2024-02-16T23:22:30.875Z] 	action.run(frag);
18:22:30 [2024-02-16T23:22:30.875Z] 	       ^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.875Z] The method run(IJavaElement) from the type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.875Z] 31. INFO 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.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1610)
18:22:30 [2024-02-16T23:22:30.875Z] 	if (sourceElementObject.equals(previousNode)) {
18:22:30 [2024-02-16T23:22:30.875Z] 	                               ^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.875Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement
18:22:30 [2024-02-16T23:22:30.875Z] 32. INFO 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.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1621)
18:22:30 [2024-02-16T23:22:30.875Z] 	if (targetElementObject.equals(nextNode)) {
18:22:30 [2024-02-16T23:22:30.875Z] 	                               ^^^^^^^^
18:22:30 [2024-02-16T23:22:30.875Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement
18:22:30 [2024-02-16T23:22:30.875Z] 33. INFO 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.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1635)
18:22:30 [2024-02-16T23:22:30.875Z] 	if (sourceElementObject.equals(lastNode)) {
18:22:30 [2024-02-16T23:22:30.875Z] 	                               ^^^^^^^^
18:22:30 [2024-02-16T23:22:30.875Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement
18:22:30 [2024-02-16T23:22:30.875Z] 34. INFO 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.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1671)
18:22:30 [2024-02-16T23:22:30.875Z] 	if (sourceElementObject.equals(lastNode)) {
18:22:30 [2024-02-16T23:22:30.876Z] 	                               ^^^^^^^^
18:22:30 [2024-02-16T23:22:30.876Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginElement
18:22:30 [2024-02-16T23:22:30.876Z] 35. INFO 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.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1730)
18:22:30 [2024-02-16T23:22:30.876Z] 	if (sourceExtensionObject.equals(previousNode)) {
18:22:30 [2024-02-16T23:22:30.876Z] 	                                 ^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.876Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension
18:22:30 [2024-02-16T23:22:30.876Z] 36. INFO 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.pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ExtensionsSection.java (at line 1737)
18:22:30 [2024-02-16T23:22:30.876Z] 	if (targetExtensionObject.equals(nextNode)) {
18:22:30 [2024-02-16T23:22:30.876Z] 	                                 ^^^^^^^^
18:22:30 [2024-02-16T23:22:30.876Z] Unlikely argument type for equals(): IDocumentElementNode seems to be unrelated to IPluginExtension
18:22:30 [2024-02-16T23:22:30.876Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/FormFilteredTree.java:[38] 
18:22:30 [2024-02-16T23:22:30.876Z] 	super(parent, treeStyle, filter, true);
18:22:30 [2024-02-16T23:22:30.876Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.876Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:22:30 [2024-02-16T23:22:30.876Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java:[34] 
18:22:30 [2024-02-16T23:22:30.876Z] 	import org.eclipse.jdt.ui.actions.ShowInPackageViewAction;
18:22:30 [2024-02-16T23:22:30.876Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.876Z] The type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.876Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java:[411] 
18:22:30 [2024-02-16T23:22:30.876Z] 	ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite());
18:22:30 [2024-02-16T23:22:30.876Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.876Z] The type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.877Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java:[411] 
18:22:30 [2024-02-16T23:22:30.877Z] 	ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite());
18:22:30 [2024-02-16T23:22:30.877Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.877Z] The type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.877Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java:[411] 
18:22:30 [2024-02-16T23:22:30.877Z] 	ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite());
18:22:30 [2024-02-16T23:22:30.877Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.877Z] The constructor ShowInPackageViewAction(IWorkbenchSite) is deprecated
18:22:30 [2024-02-16T23:22:30.877Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/plugin/ImportPackageSection.java:[412] 
18:22:30 [2024-02-16T23:22:30.877Z] 	action.run(frag);
18:22:30 [2024-02-16T23:22:30.877Z] 	       ^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.877Z] The method run(IJavaElement) from the type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.877Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[101] 
18:22:30 [2024-02-16T23:22:30.877Z] 	import org.eclipse.ui.internal.genericeditor.ExtensionBasedTextEditor;
18:22:30 [2024-02-16T23:22:30.877Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.877Z] Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/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.ui.genericeditor/target/classes')
18:22:30 [2024-02-16T23:22:30.877Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[119] 
18:22:30 [2024-02-16T23:22:30.877Z] 	private ExtensionBasedTextEditor fTextualEditor;
18:22:30 [2024-02-16T23:22:30.877Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.878Z] Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/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.ui.genericeditor/target/classes')
18:22:30 [2024-02-16T23:22:30.878Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[545] 
18:22:30 [2024-02-16T23:22:30.878Z] 	fTextualEditor = new ExtensionBasedTextEditor();
18:22:30 [2024-02-16T23:22:30.878Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.878Z] Discouraged access: The type 'ExtensionBasedTextEditor' is not API (restriction on classpath entry '/home/jenkins/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.ui.genericeditor/target/classes')
18:22:30 [2024-02-16T23:22:30.878Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/targetdefinition/TargetEditor.java:[545] 
18:22:30 [2024-02-16T23:22:30.878Z] 	fTextualEditor = new ExtensionBasedTextEditor();
18:22:30 [2024-02-16T23:22:30.878Z] 	                     ^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.878Z] Discouraged access: The constructor 'ExtensionBasedTextEditor()' is not API (restriction on classpath entry '/home/jenkins/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.ui.genericeditor/target/classes')
18:22:30 [2024-02-16T23:22:30.878Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestConfiguration.java:[82] 
18:22:30 [2024-02-16T23:22:30.878Z] 	rule.addWord(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, fToken);
18:22:30 [2024-02-16T23:22:30.878Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.878Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.879Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/ManifestTextHover.java:[48] 
18:22:30 [2024-02-16T23:22:30.879Z] 	public String getHoverInfo(ITextViewer textViewer, IRegion hoverRegion) {
18:22:30 [2024-02-16T23:22:30.879Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.879Z] The method ManifestTextHover.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover
18:22:30 [2024-02-16T23:22:30.879Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/MultilineDamagerRepairer.java:[26] 
18:22:30 [2024-02-16T23:22:30.879Z] 	super(scanner, defaultTextAttribute);
18:22:30 [2024-02-16T23:22:30.879Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.879Z] The constructor DefaultDamagerRepairer(ITokenScanner, TextAttribute) is deprecated
18:22:30 [2024-02-16T23:22:30.879Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java:[19] 
18:22:30 [2024-02-16T23:22:30.879Z] 	import org.eclipse.jdt.ui.actions.ShowInPackageViewAction;
18:22:30 [2024-02-16T23:22:30.879Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.879Z] The type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.879Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java:[46] 
18:22:30 [2024-02-16T23:22:30.879Z] 	ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite());
18:22:30 [2024-02-16T23:22:30.879Z] 	^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.879Z] The type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.879Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java:[46] 
18:22:30 [2024-02-16T23:22:30.879Z] 	ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite());
18:22:30 [2024-02-16T23:22:30.879Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.879Z] The type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.879Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java:[46] 
18:22:30 [2024-02-16T23:22:30.879Z] 	ShowInPackageViewAction action = new ShowInPackageViewAction(part.getSite());
18:22:30 [2024-02-16T23:22:30.879Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.879Z] The constructor ShowInPackageViewAction(IWorkbenchSite) is deprecated
18:22:30 [2024-02-16T23:22:30.880Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PackageHyperlink.java:[47] 
18:22:30 [2024-02-16T23:22:30.880Z] 	action.run(frag);
18:22:30 [2024-02-16T23:22:30.880Z] 	       ^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.880Z] The method run(IJavaElement) from the type ShowInPackageViewAction is deprecated
18:22:30 [2024-02-16T23:22:30.880Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/PluginXMLTextHover.java:[49] 
18:22:30 [2024-02-16T23:22:30.880Z] 	public String getHoverInfo(ITextViewer textViewer, IRegion hoverRegion) {
18:22:30 [2024-02-16T23:22:30.880Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.880Z] The method PluginXMLTextHover.getHoverInfo(ITextViewer, IRegion) overrides a deprecated method from ITextHover
18:22:30 [2024-02-16T23:22:30.880Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/SourceInformationProvider.java:[105] 
18:22:30 [2024-02-16T23:22:30.880Z] 	public String getInformation(ITextViewer textViewer, IRegion subject) {
18:22:30 [2024-02-16T23:22:30.880Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.880Z] The method SourceInformationProvider.getInformation(ITextViewer, IRegion) overrides a deprecated method from IInformationProvider
18:22:30 [2024-02-16T23:22:30.880Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/SourceInformationProvider.java:[107] 
18:22:30 [2024-02-16T23:22:30.880Z] 	String s = fImplementation.getHoverInfo(textViewer, subject);
18:22:30 [2024-02-16T23:22:30.880Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.880Z] The method getHoverInfo(ITextViewer, IRegion) from the type ITextHover is deprecated
18:22:30 [2024-02-16T23:22:30.880Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java:[119] 
18:22:30 [2024-02-16T23:22:30.880Z] 	Version max = fVersionRange.getMaximum();
18:22:30 [2024-02-16T23:22:30.880Z] 	                            ^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.880Z] The method getMaximum() from the type VersionRange is deprecated
18:22:30 [2024-02-16T23:22:30.881Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java:[120] 
18:22:30 [2024-02-16T23:22:30.881Z] 	if (max.getMajor() != Integer.MAX_VALUE && fVersionRange.getMinimum().compareTo(fVersionRange.getMaximum()) < 0)
18:22:30 [2024-02-16T23:22:30.881Z] 	                                                                                              ^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.881Z] The method getMaximum() from the type VersionRange is deprecated
18:22:30 [2024-02-16T23:22:30.881Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java:[207] 
18:22:30 [2024-02-16T23:22:30.881Z] 	fMaxVersionText.setText((fVersionRange != null && fVersionRange.getMaximum().getMajor() != Integer.MAX_VALUE) ? fVersionRange.getMaximum().toString() : ""); //$NON-NLS-1$
18:22:30 [2024-02-16T23:22:30.881Z] 	                                                                ^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.881Z] The method getMaximum() from the type VersionRange is deprecated
18:22:30 [2024-02-16T23:22:30.881Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/parts/PluginVersionPart.java:[207] 
18:22:30 [2024-02-16T23:22:30.881Z] 	fMaxVersionText.setText((fVersionRange != null && fVersionRange.getMaximum().getMajor() != Integer.MAX_VALUE) ? fVersionRange.getMaximum().toString() : ""); //$NON-NLS-1$
18:22:30 [2024-02-16T23:22:30.881Z] 	                                                                                                                              ^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.881Z] The method getMaximum() from the type VersionRange is deprecated
18:22:30 [2024-02-16T23:22:30.881Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[29] 
18:22:30 [2024-02-16T23:22:30.881Z] 	import org.eclipse.core.internal.resources.Project;
18:22:30 [2024-02-16T23:22:30.881Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.881Z] Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes')
18:22:30 [2024-02-16T23:22:30.882Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[923] 
18:22:30 [2024-02-16T23:22:30.882Z] 	commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false);
18:22:30 [2024-02-16T23:22:30.882Z] 	             ^^^^^^^
18:22:30 [2024-02-16T23:22:30.882Z] Discouraged access: The type 'Project' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes')
18:22:30 [2024-02-16T23:22:30.882Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[923] 
18:22:30 [2024-02-16T23:22:30.882Z] 	commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false);
18:22:30 [2024-02-16T23:22:30.882Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.882Z] Discouraged access: The method 'Project.internalGetDescription()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes')
18:22:30 [2024-02-16T23:22:30.882Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/preferences/PDECompilersConfigurationBlock.java:[923] 
18:22:30 [2024-02-16T23:22:30.882Z] 	commands = ((Project) projectToBuild).internalGetDescription().getBuildSpec(false);
18:22:30 [2024-02-16T23:22:30.882Z] 	                                                               ^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.882Z] Discouraged access: The method 'ProjectDescription.getBuildSpec(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/bundles/org.eclipse.core.resources/target/classes')
18:22:30 [2024-02-16T23:22:30.883Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/ShowDescriptionAction.java:[237] 
18:22:30 [2024-02-16T23:22:30.883Z] 	URL url = file.toURL();
18:22:30 [2024-02-16T23:22:30.883Z] 	               ^^^^^^^
18:22:30 [2024-02-16T23:22:30.883Z] The method toURL() from the type File is deprecated
18:22:30 [2024-02-16T23:22:30.883Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/CalculateUsesOperation.java:[111] 
18:22:30 [2024-02-16T23:22:30.883Z] 	findReferences(fragment.getClassFiles(), pkgs, iterationMonitor.split(1), true);
18:22:30 [2024-02-16T23:22:30.883Z] 	                        ^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.883Z] The method getClassFiles() from the type IPackageFragment is deprecated
18:22:30 [2024-02-16T23:22:30.883Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/dependencies/PackageFinder.java:[259] 
18:22:30 [2024-02-16T23:22:30.883Z] 	IClassFile[] files = frag.getClassFiles();
18:22:30 [2024-02-16T23:22:30.883Z] 	                          ^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.883Z] The method getClassFiles() from the type IPackageFragment is deprecated
18:22:30 [2024-02-16T23:22:30.883Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/CachedCheckboxTreeViewer.java:[187] 
18:22:30 [2024-02-16T23:22:30.883Z] 	public void setAllChecked(boolean state) {
18:22:30 [2024-02-16T23:22:30.883Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.883Z] The method CachedCheckboxTreeViewer.setAllChecked(boolean) overrides a deprecated method from CheckboxTreeViewer
18:22:30 [2024-02-16T23:22:30.883Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/CachedCheckboxTreeViewer.java:[188] 
18:22:30 [2024-02-16T23:22:30.883Z] 	super.setAllChecked(state);
18:22:30 [2024-02-16T23:22:30.883Z] 	      ^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.883Z] The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
18:22:30 [2024-02-16T23:22:30.883Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/FilteredCheckboxTree.java:[71] 
18:22:30 [2024-02-16T23:22:30.884Z] 	super(parent, true);
18:22:30 [2024-02-16T23:22:30.884Z] 	^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.884Z] The constructor FilteredTree(Composite, boolean) is deprecated
18:22:30 [2024-02-16T23:22:30.884Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ArgumentsFromContainerSelectionDialog.java:[160] 
18:22:30 [2024-02-16T23:22:30.884Z] 	fTree.setAllChecked(true);
18:22:30 [2024-02-16T23:22:30.884Z] 	      ^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.884Z] The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
18:22:30 [2024-02-16T23:22:30.884Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/ArgumentsFromContainerSelectionDialog.java:[170] 
18:22:30 [2024-02-16T23:22:30.884Z] 	fTree.setAllChecked(false);
18:22:30 [2024-02-16T23:22:30.884Z] 	      ^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.884Z] The method setAllChecked(boolean) from the type CheckboxTreeViewer is deprecated
18:22:30 [2024-02-16T23:22:30.884Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/shared/target/StyledBundleLabelProvider.java:[193] 
18:22:30 [2024-02-16T23:22:30.884Z] 	String name = fTranslations.getIUProperty(iu, IInstallableUnit.PROP_NAME);
18:22:30 [2024-02-16T23:22:30.884Z] 	                            ^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.884Z] Discouraged access: The method 'TranslationSupport.getIUProperty(IInstallableUnit, String)' is not API (restriction on classpath entry '/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/bundles/org.eclipse.equinox.p2.metadata/target/classes')
18:22:30 [2024-02-16T23:22:30.884Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java:[52] 
18:22:30 [2024-02-16T23:22:30.884Z] 	ImageData id = overlays[i].getImageData();
18:22:30 [2024-02-16T23:22:30.884Z] 	                           ^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.884Z] The method getImageData() from the type ImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.884Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java:[53] 
18:22:30 [2024-02-16T23:22:30.884Z] 	drawImage(id, x, getSize().y - id.height);
18:22:30 [2024-02-16T23:22:30.884Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.884Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.885Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java:[66] 
18:22:30 [2024-02-16T23:22:30.885Z] 	ImageData id = overlays[i].getImageData();
18:22:30 [2024-02-16T23:22:30.885Z] 	                           ^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.885Z] The method getImageData() from the type ImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.885Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java:[68] 
18:22:30 [2024-02-16T23:22:30.885Z] 	drawImage(id, x, getSize().y - id.height);
18:22:30 [2024-02-16T23:22:30.885Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.885Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.885Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java:[78] 
18:22:30 [2024-02-16T23:22:30.885Z] 	drawImage(base, 0, 0);
18:22:30 [2024-02-16T23:22:30.885Z] 	^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.885Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.885Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java:[101] 
18:22:30 [2024-02-16T23:22:30.885Z] 	ImageData id = overlays[i].getImageData();
18:22:30 [2024-02-16T23:22:30.885Z] 	                           ^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.885Z] The method getImageData() from the type ImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.885Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java:[102] 
18:22:30 [2024-02-16T23:22:30.885Z] 	drawImage(id, x, 0);
18:22:30 [2024-02-16T23:22:30.885Z] 	^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.885Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.885Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java:[115] 
18:22:30 [2024-02-16T23:22:30.885Z] 	ImageData id = overlays[i].getImageData();
18:22:30 [2024-02-16T23:22:30.885Z] 	                           ^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.886Z] The method getImageData() from the type ImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.886Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/AbstractOverlayIcon.java:[117] 
18:22:30 [2024-02-16T23:22:30.886Z] 	drawImage(id, x, 0);
18:22:30 [2024-02-16T23:22:30.886Z] 	^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.886Z] The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.886Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/OverlayIcon.java:[39] 
18:22:30 [2024-02-16T23:22:30.886Z] 	return fBase.getImageData();
18:22:30 [2024-02-16T23:22:30.886Z] 	             ^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.886Z] The method getImageData() from the type ImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.886Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/PluginWorkingSet.java:[115] 
18:22:30 [2024-02-16T23:22:30.886Z] 	super(parent, treeStyle, filter, true);
18:22:30 [2024-02-16T23:22:30.886Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.886Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:22:30 [2024-02-16T23:22:30.886Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/SharedLabelProvider.java:[239] 
18:22:30 [2024-02-16T23:22:30.886Z] 	ImageDescriptor desc = ImageDescriptor.createFromImageData(new ImageData(stream));
18:22:30 [2024-02-16T23:22:30.886Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.886Z] The method createFromImageData(ImageData) from the type ImageDescriptor is deprecated
18:22:30 [2024-02-16T23:22:30.886Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/dependencies/HistoryAction.java:[50] 
18:22:30 [2024-02-16T23:22:30.886Z] 	public ImageData getImageData() {
18:22:30 [2024-02-16T23:22:30.886Z] 	                 ^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.886Z] The method HistoryAction.ImageImageDescriptor.getImageData() overrides a deprecated method from ImageDescriptor
18:22:30 [2024-02-16T23:22:30.887Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/features/viewer/RootElementsFilteredTree.java:[29] 
18:22:30 [2024-02-16T23:22:30.887Z] 	super(parent, treeStyle, new RootElementsPatternFilter(), true);
18:22:30 [2024-02-16T23:22:30.887Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.887Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:22:30 [2024-02-16T23:22:30.887Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/target/StateViewPage.java:[293] 
18:22:30 [2024-02-16T23:22:30.887Z] 	fFilteredTree = new FilteredTree(fComposite, SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL | SWT.SINGLE, new PatternFilter(), true) {
18:22:30 [2024-02-16T23:22:30.887Z] 			@Override
18:22:30 [2024-02-16T23:22:30.887Z] 			protected void createControl(Composite parent, int treeStyle) {
18:22:30 [2024-02-16T23:22:30.887Z] 				super.createControl(parent, treeStyle);
18:22:30 [2024-02-16T23:22:30.887Z] 				// add 2px margin around filter text
18:22:30 [2024-02-16T23:22:30.887Z] 				FormLayout layout = new FormLayout();
18:22:30 [2024-02-16T23:22:30.887Z] 				layout.marginHeight = 0;
18:22:30 [2024-02-16T23:22:30.887Z] 				layout.marginWidth = 0;
18:22:30 [2024-02-16T23:22:30.887Z] 				setLayout(layout);
18:22:30 [2024-02-16T23:22:30.887Z] 				FormData data = new FormData();
18:22:30 [2024-02-16T23:22:30.887Z] 				data.left = new FormAttachment(0, 0);
18:22:30 [2024-02-16T23:22:30.887Z] 				data.right = new FormAttachment(100, 0);
18:22:30 [2024-02-16T23:22:30.887Z] 				data.bottom = new FormAttachment(100, 0);
18:22:30 [2024-02-16T23:22:30.887Z] 				if (showFilterControls) {
18:22:30 [2024-02-16T23:22:30.887Z] 					FormData filterData = new FormData();
18:22:30 [2024-02-16T23:22:30.887Z] 					filterData.top = new FormAttachment(0, 2);
18:22:30 [2024-02-16T23:22:30.887Z] 					filterData.left = new FormAttachment(0, 2);
18:22:30 [2024-02-16T23:22:30.887Z] 					filterData.right = new FormAttachment(100, -2);
18:22:30 [2024-02-16T23:22:30.887Z] 					filterComposite.setLayoutData(filterData);
18:22:30 [2024-02-16T23:22:30.887Z] 					data.top = new FormAttachment(filterComposite, 2);
18:22:30 [2024-02-16T23:22:30.887Z] 				} else {
18:22:30 [2024-02-16T23:22:30.887Z] 					data.top = new FormAttachment(0, 0);
18:22:30 [2024-02-16T23:22:30.887Z] 				}
18:22:30 [2024-02-16T23:22:30.887Z] 				treeComposite.setLayoutData(data);
18:22:30 [2024-02-16T23:22:30.887Z] 			}
18:22:30 [2024-02-16T23:22:30.887Z] 		};
18:22:30 [2024-02-16T23:22:30.887Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.888Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:22:30 [2024-02-16T23:22:30.888Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/target/StateViewPage.java:[293] 
18:22:30 [2024-02-16T23:22:30.888Z] 	fFilteredTree = new FilteredTree(fComposite, SWT.MULTI | SWT.V_SCROLL | SWT.H_SCROLL | SWT.SINGLE, new PatternFilter(), true) {
18:22:30 [2024-02-16T23:22:30.888Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.888Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:22:30 [2024-02-16T23:22:30.888Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[36] 
18:22:30 [2024-02-16T23:22:30.888Z] 	import org.eclipse.jdt.internal.ui.wizards.importer.ProjectWithJavaResourcesImportConfigurator;
18:22:30 [2024-02-16T23:22:30.888Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.888Z] Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.ui/target/classes')
18:22:30 [2024-02-16T23:22:30.888Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[154] 
18:22:30 [2024-02-16T23:22:30.888Z] 	res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor));
18:22:30 [2024-02-16T23:22:30.888Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.888Z] Discouraged access: The type 'ProjectWithJavaResourcesImportConfigurator' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.ui/target/classes')
18:22:30 [2024-02-16T23:22:30.889Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[154] 
18:22:30 [2024-02-16T23:22:30.889Z] 	res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor));
18:22:30 [2024-02-16T23:22:30.889Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.889Z] Discouraged access: The constructor 'ProjectWithJavaResourcesImportConfigurator()' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.ui/target/classes')
18:22:30 [2024-02-16T23:22:30.889Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/BundleProjectConfigurator.java:[154] 
18:22:30 [2024-02-16T23:22:30.889Z] 	res.addAll(new ProjectWithJavaResourcesImportConfigurator().getFoldersToIgnore(project, monitor));
18:22:30 [2024-02-16T23:22:30.889Z] 	                                                            ^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.889Z] Discouraged access: The method 'ProjectWithJavaResourcesImportConfigurator.getFoldersToIgnore(IProject, IProgressMonitor)' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.ui/target/classes')
18:22:30 [2024-02-16T23:22:30.889Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/NewProjectCreationOperation.java:[268] 
18:22:30 [2024-02-16T23:22:30.890Z] 	bundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, exeEnvironment);
18:22:30 [2024-02-16T23:22:30.890Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.890Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.890Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/tools/ConvertProjectToPluginOperation.java:[311] 
18:22:30 [2024-02-16T23:22:30.890Z] 	pluginBundle.setHeader(Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT, ee.getId());
18:22:30 [2024-02-16T23:22:30.890Z] 	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.890Z] The field Constants.BUNDLE_REQUIREDEXECUTIONENVIRONMENT is deprecated
18:22:30 [2024-02-16T23:22:30.890Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[23] 
18:22:30 [2024-02-16T23:22:30.890Z] 	import org.eclipse.jdt.internal.junit.launcher.AssertionVMArg;
18:22:30 [2024-02-16T23:22:30.890Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.890Z] Discouraged access: The type 'AssertionVMArg' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.junit/target/classes')
18:22:30 [2024-02-16T23:22:30.890Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[51] 
18:22:30 [2024-02-16T23:22:30.890Z] 	vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs);
18:22:30 [2024-02-16T23:22:30.890Z] 	         ^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.890Z] Discouraged access: The type 'AssertionVMArg' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.junit/target/classes')
18:22:30 [2024-02-16T23:22:30.890Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/launcher/JUnitTabGroup.java:[51] 
18:22:30 [2024-02-16T23:22:30.890Z] 	vmArgs = AssertionVMArg.enableAssertInArgString(vmArgs);
18:22:30 [2024-02-16T23:22:30.890Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.891Z] Discouraged access: The method 'AssertionVMArg.enableAssertInArgString(String)' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.junit/target/classes')
18:22:30 [2024-02-16T23:22:30.891Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[30] 
18:22:30 [2024-02-16T23:22:30.891Z] 	import org.eclipse.equinox.internal.provisional.configurator.Configurator;
18:22:30 [2024-02-16T23:22:30.891Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.891Z] Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/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/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')
18:22:30 [2024-02-16T23:22:30.891Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[255] 
18:22:30 [2024-02-16T23:22:30.891Z] 	ServiceReference<Configurator> reference = context.getServiceReference(Configurator.class);
18:22:30 [2024-02-16T23:22:30.891Z] 	                 ^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.891Z] Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/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/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')
18:22:30 [2024-02-16T23:22:30.891Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[255] 
18:22:30 [2024-02-16T23:22:30.891Z] 	ServiceReference<Configurator> reference = context.getServiceReference(Configurator.class);
18:22:30 [2024-02-16T23:22:30.891Z] 	                                                                       ^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.892Z] Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/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/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')
18:22:30 [2024-02-16T23:22:30.892Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[256] 
18:22:30 [2024-02-16T23:22:30.892Z] 	Configurator configurator = context.getService(reference);
18:22:30 [2024-02-16T23:22:30.892Z] 	^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.892Z] Discouraged access: The type 'Configurator' is not API (restriction on classpath entry '/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/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')
18:22:30 [2024-02-16T23:22:30.892Z] [WARNING] /home/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/ui/org.eclipse.pde.ui/src_samples/org/eclipse/pde/internal/ui/samples/ShowSampleAction.java:[258] 
18:22:30 [2024-02-16T23:22:30.892Z] 	configurator.applyConfiguration();
18:22:30 [2024-02-16T23:22:30.892Z] 	             ^^^^^^^^^^^^^^^^^^
18:22:30 [2024-02-16T23:22:30.892Z] Discouraged access: The method 'Configurator.applyConfiguration()' is not API (restriction on classpath entry '/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/bundles/org.eclipse.equinox.simpleconfigurator/target/classes')
18:22:30 [2024-02-16T23:22:30.892Z] 104 problems (0 errors, 98 warnings, 6 infos)
18:22:30 [2024-02-16T23:22:30.892Z] [INFO] 
18:22:30 [2024-02-16T23:22:30.892Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.ui ---
18:22:30 [2024-02-16T23:22:30.892Z] [INFO] 
18:22:30 [2024-02-16T23:22:30.892Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ui ---
18:22:30 [2024-02-16T23:22:30.892Z] [INFO] 
18:22:30 [2024-02-16T23:22:30.892Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ui ---
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] 
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ui ---
18:22:31 [2024-02-16T23:22:31.455Z] [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.pde/ui/org.eclipse.pde.ui/src/test/resources
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] 
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ui ---
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] 
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui ---
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] 
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ui ---
18:22:31 [2024-02-16T23:22:31.455Z] [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.pde/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.15.100-SNAPSHOT-sources.jar
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] 
18:22:31 [2024-02-16T23:22:31.455Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ui ---
18:22:31 [2024-02-16T23:22:31.455Z] [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.pde/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.15.100-SNAPSHOT.jar
18:22:31 [2024-02-16T23:22:31.711Z] [INFO] 
18:22:31 [2024-02-16T23:22:31.711Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui ---
18:22:32 [2024-02-16T23:22:32.273Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.15.100-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.pde/ui/org.eclipse.pde.ui/.polyglot.META-INF
18:22:32 [2024-02-16T23:22:32.273Z]     The main artifact has been replaced with the baseline version.
18:22:32 [2024-02-16T23:22:32.273Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:32 [2024-02-16T23:22:32.273Z] 
18:22:32 [2024-02-16T23:22:32.273Z] [INFO] 
18:22:32 [2024-02-16T23:22:32.273Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui ---
18:22:32 [2024-02-16T23:22:32.273Z] [INFO] Execution was skipped
18:22:32 [2024-02-16T23:22:32.273Z] [INFO] 
18:22:32 [2024-02-16T23:22:32.273Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ui ---
18:22:33 [2024-02-16T23:22:33.639Z] [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.pde/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.15.100-SNAPSHOT.jar' is already signed and will be resigned.
18:22:33 [2024-02-16T23:22:33.639Z] [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.pde/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.15.100-SNAPSHOT.jar
18:22:36 [2024-02-16T23:22:36.156Z] [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.pde/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.15.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:36 [2024-02-16T23:22:36.156Z] [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.pde/ui/org.eclipse.pde.ui/target/org.eclipse.pde.ui-3.15.100-SNAPSHOT-sources.jar
18:22:38 [2024-02-16T23:22:38.062Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.062Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ui ---
18:22:38 [2024-02-16T23:22:38.063Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui:3.15.100-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.pde/ui/org.eclipse.pde.ui/.polyglot.META-INF
18:22:38 [2024-02-16T23:22:38.063Z]     The main artifact has been replaced with the baseline version.
18:22:38 [2024-02-16T23:22:38.063Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:38 [2024-02-16T23:22:38.063Z] 
18:22:38 [2024-02-16T23:22:38.063Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.063Z] [INFO] ------< org.eclipse.pde:org.eclipse.pde.genericeditor.extension >-------
18:22:38 [2024-02-16T23:22:38.063Z] [INFO] Building [bundle] Target definition generic editor extension 1.2.300-SNAPSHOT [219/521]
18:22:38 [2024-02-16T23:22:38.063Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.genericeditor.extension/.polyglot.META-INF
18:22:38 [2024-02-16T23:22:38.063Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:38 [2024-02-16T23:22:38.063Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] The project's OSGi version is 1.2.300.v20231214-1521
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.318Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.319Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.319Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/saveproperties
18:22:38 [2024-02-16T23:22:38.319Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.319Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.574Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.574Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.574Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.574Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.574Z] [INFO] Resolving class path of [bundle] Target definition generic editor extension
18:22:38 [2024-02-16T23:22:38.829Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.829Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.829Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/src/main/resources
18:22:38 [2024-02-16T23:22:38.829Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.829Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.829Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/src/main/resources
18:22:38 [2024-02-16T23:22:38.829Z] [INFO] 
18:22:38 [2024-02-16T23:22:38.829Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.genericeditor.extension ---
18:22:38 [2024-02-16T23:22:38.829Z] [INFO] Compiling 38 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.pde/ui/org.eclipse.pde.genericeditor.extension/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.085Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/src/test/resources
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.085Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.2.300-SNAPSHOT-sources.jar
18:22:39 [2024-02-16T23:22:39.085Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.086Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.086Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.2.300-SNAPSHOT.jar
18:22:39 [2024-02-16T23:22:39.086Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.086Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.086Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension:1.2.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.pde/ui/org.eclipse.pde.genericeditor.extension/.polyglot.META-INF
18:22:39 [2024-02-16T23:22:39.086Z]     The main artifact has been replaced with the baseline version.
18:22:39 [2024-02-16T23:22:39.086Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:39 [2024-02-16T23:22:39.086Z] 
18:22:39 [2024-02-16T23:22:39.086Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.086Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.086Z] [INFO] Execution was skipped
18:22:39 [2024-02-16T23:22:39.086Z] [INFO] 
18:22:39 [2024-02-16T23:22:39.086Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.genericeditor.extension ---
18:22:39 [2024-02-16T23:22:39.086Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:39 [2024-02-16T23:22:39.086Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.2.300-SNAPSHOT.jar
18:22:40 [2024-02-16T23:22:40.450Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.2.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:40 [2024-02-16T23:22:40.450Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension/target/org.eclipse.pde.genericeditor.extension-1.2.300-SNAPSHOT-sources.jar
18:22:41 [2024-02-16T23:22:41.376Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.376Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.genericeditor.extension ---
18:22:41 [2024-02-16T23:22:41.377Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension:1.2.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.pde/ui/org.eclipse.pde.genericeditor.extension/.polyglot.META-INF
18:22:41 [2024-02-16T23:22:41.377Z]     The main artifact has been replaced with the baseline version.
18:22:41 [2024-02-16T23:22:41.377Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:41 [2024-02-16T23:22:41.377Z] 
18:22:41 [2024-02-16T23:22:41.377Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.377Z] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.runtime >---------------
18:22:41 [2024-02-16T23:22:41.377Z] [INFO] Building [bundle] PDE Runtime 3.8.300-SNAPSHOT                 [220/521]
18:22:41 [2024-02-16T23:22:41.377Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.runtime/.polyglot.META-INF
18:22:41 [2024-02-16T23:22:41.377Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:41 [2024-02-16T23:22:41.377Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:41 [2024-02-16T23:22:41.633Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.633Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.runtime ---
18:22:41 [2024-02-16T23:22:41.633Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.633Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.runtime ---
18:22:41 [2024-02-16T23:22:41.888Z] [INFO] The project's OSGi version is 3.8.300.v20231214-1521
18:22:41 [2024-02-16T23:22:41.888Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.runtime ---
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.runtime ---
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.runtime ---
18:22:41 [2024-02-16T23:22:41.889Z] [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.pde/ui/org.eclipse.pde.runtime/saveproperties
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.runtime ---
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.runtime ---
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] 
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.runtime ---
18:22:41 [2024-02-16T23:22:41.889Z] [INFO] Resolving class path of [bundle] PDE Runtime
18:22:42 [2024-02-16T23:22:42.144Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.144Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.144Z] [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.pde/ui/org.eclipse.pde.runtime/src/main/resources
18:22:42 [2024-02-16T23:22:42.144Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.144Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.144Z] [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.pde/ui/org.eclipse.pde.runtime/src/main/resources
18:22:42 [2024-02-16T23:22:42.144Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.144Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.144Z] [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/eclipse.pde/ui/org.eclipse.pde.runtime/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:42 [2024-02-16T23:22:42.400Z] [WARNING] /home/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/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[41] 
18:22:42 [2024-02-16T23:22:42.400Z] 	import org.eclipse.ui.internal.E4PartWrapper;
18:22:42 [2024-02-16T23:22:42.400Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:42 [2024-02-16T23:22:42.400Z] Discouraged access: The type 'E4PartWrapper' is not API (restriction on classpath entry '/home/jenkins/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.ui.workbench/target/classes')
18:22:42 [2024-02-16T23:22:42.400Z] [WARNING] /home/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/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[42] 
18:22:42 [2024-02-16T23:22:42.400Z] 	import org.eclipse.ui.internal.PartSite;
18:22:42 [2024-02-16T23:22:42.400Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:42 [2024-02-16T23:22:42.400Z] Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/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.ui.workbench/target/classes')
18:22:42 [2024-02-16T23:22:42.400Z] [WARNING] /home/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/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/sections/ActivePartSection.java:[43] 
18:22:42 [2024-02-16T23:22:42.401Z] 	import org.eclipse.ui.internal.PopupMenuExtender;
18:22:42 [2024-02-16T23:22:42.401Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:42 [2024-02-16T23:22:42.401Z] Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/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.ui.workbench/target/classes')
18:22:42 [2024-02-16T23:22:42.401Z] 3 problems (3 warnings)
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.401Z] [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.pde/ui/org.eclipse.pde.runtime/src/test/resources
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.401Z] [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.pde/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.8.300-SNAPSHOT-sources.jar
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.401Z] [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.pde/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.8.300-SNAPSHOT.jar
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.401Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.runtime:3.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.pde/ui/org.eclipse.pde.runtime/.polyglot.META-INF
18:22:42 [2024-02-16T23:22:42.402Z]     The main artifact has been replaced with the baseline version.
18:22:42 [2024-02-16T23:22:42.402Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:42 [2024-02-16T23:22:42.402Z] 
18:22:42 [2024-02-16T23:22:42.402Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.402Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.402Z] [INFO] Execution was skipped
18:22:42 [2024-02-16T23:22:42.402Z] [INFO] 
18:22:42 [2024-02-16T23:22:42.402Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.runtime ---
18:22:42 [2024-02-16T23:22:42.657Z] [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.pde/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:42 [2024-02-16T23:22:42.658Z] [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.pde/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.8.300-SNAPSHOT.jar
18:22:43 [2024-02-16T23:22:43.584Z] [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.pde/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:43 [2024-02-16T23:22:43.584Z] [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.pde/ui/org.eclipse.pde.runtime/target/org.eclipse.pde.runtime-3.8.300-SNAPSHOT-sources.jar
18:22:44 [2024-02-16T23:22:44.949Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.949Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.runtime ---
18:22:44 [2024-02-16T23:22:44.949Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.runtime:3.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.pde/ui/org.eclipse.pde.runtime/.polyglot.META-INF
18:22:44 [2024-02-16T23:22:44.950Z]     The main artifact has been replaced with the baseline version.
18:22:44 [2024-02-16T23:22:44.950Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:44 [2024-02-16T23:22:44.950Z] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] -------------< org.eclipse.platform:org.eclipse.jsch.core >-------------
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] Building [bundle] JSch Core 1.5.300-SNAPSHOT                   [221/521]
18:22:44 [2024-02-16T23:22:44.950Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.jsch.core/.polyglot.META-INF
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] The project's OSGi version is 1.5.300.v20231214-1526
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [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/team/bundles/org.eclipse.jsch.core/saveproperties
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] Resolving class path of [bundle] JSch Core
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [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/team/bundles/org.eclipse.jsch.core/src/main/resources
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.950Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.950Z] [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/team/bundles/org.eclipse.jsch.core/src/main/resources
18:22:44 [2024-02-16T23:22:44.951Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.951Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.951Z] [INFO] Compiling 18 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/team/bundles/org.eclipse.jsch.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:44 [2024-02-16T23:22:44.951Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/JSchCorePlugin.java:[189] 
18:22:44 [2024-02-16T23:22:44.951Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:22:44 [2024-02-16T23:22:44.951Z] 	^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.951Z] The type Preferences is deprecated
18:22:44 [2024-02-16T23:22:44.951Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/JSchCorePlugin.java:[189] 
18:22:44 [2024-02-16T23:22:44.951Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:22:44 [2024-02-16T23:22:44.951Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.951Z] The method getPluginPreferences() from the type Plugin is deprecated
18:22:44 [2024-02-16T23:22:44.951Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/JSchCorePlugin.java:[190] 
18:22:44 [2024-02-16T23:22:44.951Z] 	String ssh_home=preferences.getString(IConstants.KEY_SSH2HOME);
18:22:44 [2024-02-16T23:22:44.951Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.951Z] The method getString(String) from the type Preferences is deprecated
18:22:44 [2024-02-16T23:22:44.951Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/JSchProvider.java:[87] 
18:22:44 [2024-02-16T23:22:44.951Z] 	// TODO This catch clause has been added to work around
18:22:44 [2024-02-16T23:22:44.951Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.951Z] TODO This catch clause has been added to work around
18:22:44 [2024-02-16T23:22:44.951Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/PreferenceInitializer.java:[67] 
18:22:44 [2024-02-16T23:22:44.952Z] 	// TODO bug 334508 needs to be fixed to determine that we are on an existing workspace
18:22:44 [2024-02-16T23:22:44.952Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.952Z] TODO bug 334508 needs to be fixed to determine that we are on an existing workspace
18:22:44 [2024-02-16T23:22:44.952Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[22] 
18:22:44 [2024-02-16T23:22:44.952Z] 	import org.eclipse.core.runtime.Preferences;
18:22:44 [2024-02-16T23:22:44.952Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.952Z] The type Preferences is deprecated
18:22:44 [2024-02-16T23:22:44.952Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[82] 
18:22:44 [2024-02-16T23:22:44.952Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:22:44 [2024-02-16T23:22:44.952Z] 	^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.952Z] The type Preferences is deprecated
18:22:44 [2024-02-16T23:22:44.952Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[82] 
18:22:44 [2024-02-16T23:22:44.952Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:22:44 [2024-02-16T23:22:44.952Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.952Z] The method getPluginPreferences() from the type Plugin is deprecated
18:22:44 [2024-02-16T23:22:44.952Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[83] 
18:22:44 [2024-02-16T23:22:44.952Z] 	String ssh_home=preferences.getString(IConstants.KEY_SSH2HOME);
18:22:44 [2024-02-16T23:22:44.952Z] 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.952Z] The method getString(String) from the type Preferences is deprecated
18:22:44 [2024-02-16T23:22:44.952Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[84] 
18:22:44 [2024-02-16T23:22:44.952Z] 	String pkeys=preferences.getString(IConstants.KEY_PRIVATEKEY);
18:22:44 [2024-02-16T23:22:44.952Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.952Z] The method getString(String) from the type Preferences is deprecated
18:22:44 [2024-02-16T23:22:44.953Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[169] 
18:22:44 [2024-02-16T23:22:44.953Z] 	IProxyData data=proxyService.getProxyDataForHost(host, type);
18:22:44 [2024-02-16T23:22:44.953Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.953Z] The method getProxyDataForHost(String, String) from the type IProxyService is deprecated
18:22:44 [2024-02-16T23:22:44.953Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[227] 
18:22:44 [2024-02-16T23:22:44.953Z] 	Preferences preferences = JSchCorePlugin.getPlugin().getPluginPreferences();
18:22:44 [2024-02-16T23:22:44.953Z] 	^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.953Z] The type Preferences is deprecated
18:22:44 [2024-02-16T23:22:44.953Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[227] 
18:22:44 [2024-02-16T23:22:44.953Z] 	Preferences preferences = JSchCorePlugin.getPlugin().getPluginPreferences();
18:22:44 [2024-02-16T23:22:44.953Z] 	                                                     ^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.953Z] The method getPluginPreferences() from the type Plugin is deprecated
18:22:44 [2024-02-16T23:22:44.953Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[228] 
18:22:44 [2024-02-16T23:22:44.953Z] 	if(!preferences.getBoolean(IConstants.PREF_HAS_MIGRATED_SSH2_PREFS)){
18:22:44 [2024-02-16T23:22:44.953Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.953Z] The method getBoolean(String) from the type Preferences is deprecated
18:22:44 [2024-02-16T23:22:44.953Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java:[229] 
18:22:44 [2024-02-16T23:22:44.953Z] 	preferences.setValue(IConstants.PREF_HAS_MIGRATED_SSH2_PREFS, true);
18:22:44 [2024-02-16T23:22:44.953Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:44 [2024-02-16T23:22:44.953Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:22:44 [2024-02-16T23:22:44.953Z] 15 problems (null, 15 warnings)
18:22:44 [2024-02-16T23:22:44.953Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.953Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.953Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.953Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.953Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.953Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.953Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.953Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.954Z] [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/team/bundles/org.eclipse.jsch.core/src/test/resources
18:22:44 [2024-02-16T23:22:44.954Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.954Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.954Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.954Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.954Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.954Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jsch.core ---
18:22:44 [2024-02-16T23:22:44.954Z] [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/team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.5.300-SNAPSHOT-sources.jar
18:22:44 [2024-02-16T23:22:44.954Z] [INFO] 
18:22:44 [2024-02-16T23:22:44.954Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jsch.core ---
18:22:45 [2024-02-16T23:22:45.211Z] [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/team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.5.300-SNAPSHOT.jar
18:22:45 [2024-02-16T23:22:45.211Z] [INFO] 
18:22:45 [2024-02-16T23:22:45.211Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jsch.core ---
18:22:45 [2024-02-16T23:22:45.211Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jsch.core: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/team/bundles/org.eclipse.jsch.core/.polyglot.META-INF
18:22:45 [2024-02-16T23:22:45.211Z]     The main artifact has been replaced with the baseline version.
18:22:45 [2024-02-16T23:22:45.211Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:45 [2024-02-16T23:22:45.211Z] 
18:22:45 [2024-02-16T23:22:45.211Z] [INFO] 
18:22:45 [2024-02-16T23:22:45.211Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jsch.core ---
18:22:45 [2024-02-16T23:22:45.211Z] [INFO] Execution was skipped
18:22:45 [2024-02-16T23:22:45.211Z] [INFO] 
18:22:45 [2024-02-16T23:22:45.211Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jsch.core ---
18:22:45 [2024-02-16T23:22:45.211Z] [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/team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:45 [2024-02-16T23:22:45.211Z] [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/team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.5.300-SNAPSHOT.jar
18:22:46 [2024-02-16T23:22:46.143Z] [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/team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:46 [2024-02-16T23:22:46.143Z] [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/team/bundles/org.eclipse.jsch.core/target/org.eclipse.jsch.core-1.5.300-SNAPSHOT-sources.jar
18:22:46 [2024-02-16T23:22:46.703Z] [INFO] 
18:22:46 [2024-02-16T23:22:46.704Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jsch.core ---
18:22:46 [2024-02-16T23:22:46.704Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jsch.core: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/team/bundles/org.eclipse.jsch.core/.polyglot.META-INF
18:22:46 [2024-02-16T23:22:46.704Z]     The main artifact has been replaced with the baseline version.
18:22:46 [2024-02-16T23:22:46.704Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:46 [2024-02-16T23:22:46.704Z] 
18:22:46 [2024-02-16T23:22:46.704Z] [INFO] 
18:22:46 [2024-02-16T23:22:46.704Z] [INFO] -------------< org.eclipse.platform:org.eclipse.platform >--------------
18:22:46 [2024-02-16T23:22:46.704Z] [INFO] Building [bundle] Eclipse Platform 4.31.100-SNAPSHOT           [222/521]
18:22:46 [2024-02-16T23:22:46.704Z] [INFO]   from eclipse.platform/platform/org.eclipse.platform/.polyglot.META-INF
18:22:46 [2024-02-16T23:22:46.704Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:46 [2024-02-16T23:22:46.959Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:46 [2024-02-16T23:22:46.959Z] [INFO] 
18:22:46 [2024-02-16T23:22:46.959Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.platform ---
18:22:46 [2024-02-16T23:22:46.959Z] [INFO] 
18:22:46 [2024-02-16T23:22:46.959Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.213Z] [INFO] The project's OSGi version is 4.31.100.v20240216-1800
18:22:47 [2024-02-16T23:22:47.213Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [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/platform/org.eclipse.platform/saveproperties
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] Resolving class path of [bundle] Eclipse Platform
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [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/platform/org.eclipse.platform/src/main/resources
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [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/platform/org.eclipse.platform/src/main/resources
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] Compiling 2 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/platform/org.eclipse.platform/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.214Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.215Z] [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/platform/org.eclipse.platform/src/test/resources
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.215Z] [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/platform/org.eclipse.platform/target/org.eclipse.platform-4.31.100-SNAPSHOT-sources.jar
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.215Z] [INFO] Copying 1 resource from  to target
18:22:47 [2024-02-16T23:22:47.471Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.471Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.471Z] [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/platform/org.eclipse.platform/platform.jar
18:22:47 [2024-02-16T23:22:47.471Z] [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/platform/org.eclipse.platform/target/org.eclipse.platform-4.31.100-SNAPSHOT.jar
18:22:47 [2024-02-16T23:22:47.471Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.471Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.472Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.platform:eclipse-plugin:4.31.100-SNAPSHOT
18:22:47 [2024-02-16T23:22:47.472Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.472Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.472Z] [INFO] Execution was skipped
18:22:47 [2024-02-16T23:22:47.472Z] [INFO] 
18:22:47 [2024-02-16T23:22:47.472Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.platform ---
18:22:47 [2024-02-16T23:22:47.472Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/platform/org.eclipse.platform/target/org.eclipse.platform-4.31.100-SNAPSHOT.jar_unpacked_3238470173657515971/platform.jar' is disabled.
18:22:47 [2024-02-16T23:22:47.472Z] [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/platform/org.eclipse.platform/target/org.eclipse.platform-4.31.100-SNAPSHOT.jar_unpacked_3238470173657515971/platform.jar
18:22:48 [2024-02-16T23:22:48.400Z] [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/platform/org.eclipse.platform/target/org.eclipse.platform-4.31.100-SNAPSHOT.jar
18:22:48 [2024-02-16T23:22:48.963Z] [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/platform/org.eclipse.platform/target/org.eclipse.platform-4.31.100-SNAPSHOT-sources.jar
18:22:49 [2024-02-16T23:22:49.891Z] [INFO] 
18:22:49 [2024-02-16T23:22:49.891Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.platform ---
18:22:49 [2024-02-16T23:22:49.891Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.platform:eclipse-plugin:4.31.100-SNAPSHOT
18:22:49 [2024-02-16T23:22:49.891Z] [INFO] 
18:22:49 [2024-02-16T23:22:49.891Z] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ui.tests >--------------
18:22:49 [2024-02-16T23:22:49.891Z] [INFO] Building org.eclipse.pde.ui.tests 3.12.400-SNAPSHOT            [223/521]
18:22:49 [2024-02-16T23:22:49.892Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.ui.tests/pom.xml
18:22:49 [2024-02-16T23:22:49.892Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:22:49 [2024-02-16T23:22:49.892Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:50 [2024-02-16T23:22:50.453Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.pom
18:22:50 [2024-02-16T23:22:50.453Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.11/byte-buddy-agent-1.14.11.pom (10 kB at 337 kB/s)
18:22:50 [2024-02-16T23:22:50.453Z] [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.pom
18:22:50 [2024-02-16T23:22:50.453Z] [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.pom (2.5 kB at 137 kB/s)
18:22:50 [2024-02-16T23:22:50.453Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 150 kB/s)
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 1.9 MB/s)
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] The project's OSGi version is 3.12.400.v20240207-1047
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.709Z] [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.pde/ui/org.eclipse.pde.ui.tests/saveproperties
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.709Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.710Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.710Z] [INFO] Resolving class path of org.eclipse.pde.ui.tests
18:22:50 [2024-02-16T23:22:50.966Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.966Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.966Z] [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.pde/ui/org.eclipse.pde.ui.tests/src/main/resources
18:22:50 [2024-02-16T23:22:50.966Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.966Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ui.tests ---
18:22:50 [2024-02-16T23:22:50.966Z] [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.pde/ui/org.eclipse.pde.ui.tests/src/main/resources
18:22:50 [2024-02-16T23:22:50.966Z] [INFO] 
18:22:50 [2024-02-16T23:22:50.966Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ui.tests ---
18:22:51 [2024-02-16T23:22:51.223Z] [INFO] Compiling 107 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.pde/ui/org.eclipse.pde.ui.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] 
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ui.tests ---
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] 
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ui.tests ---
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] 
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ui.tests ---
18:22:51 [2024-02-16T23:22:51.785Z] [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.pde/ui/org.eclipse.pde.ui.tests/src/test/resources
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] 
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui.tests ---
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] 
18:22:51 [2024-02-16T23:22:51.785Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ui.tests ---
18:22:51 [2024-02-16T23:22:51.786Z] [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.pde/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.400-SNAPSHOT-sources.jar
18:22:51 [2024-02-16T23:22:51.786Z] [INFO] 
18:22:51 [2024-02-16T23:22:51.786Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.tests ---
18:22:52 [2024-02-16T23:22:52.042Z] [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.pde/ui/org.eclipse.pde.ui.tests/tests.jar
18:22:52 [2024-02-16T23:22:52.042Z] [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.pde/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.400-SNAPSHOT.jar
18:22:52 [2024-02-16T23:22:52.042Z] [INFO] 
18:22:52 [2024-02-16T23:22:52.042Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.tests ---
18:22:52 [2024-02-16T23:22:52.297Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests:3.12.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.pde/ui/org.eclipse.pde.ui.tests/pom.xml
18:22:52 [2024-02-16T23:22:52.298Z]     The main artifact has been replaced with the baseline version.
18:22:52 [2024-02-16T23:22:52.298Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:52 [2024-02-16T23:22:52.298Z] 
18:22:52 [2024-02-16T23:22:52.298Z] [INFO] 
18:22:52 [2024-02-16T23:22:52.298Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.pde.ui.tests ---
18:22:52 [2024-02-16T23:22:52.298Z] [INFO] Skipping tests
18:22:52 [2024-02-16T23:22:52.298Z] [INFO] 
18:22:52 [2024-02-16T23:22:52.298Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.tests ---
18:22:52 [2024-02-16T23:22:52.298Z] [INFO] Execution was skipped
18:22:52 [2024-02-16T23:22:52.298Z] [INFO] 
18:22:52 [2024-02-16T23:22:52.298Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ui.tests ---
18:22:52 [2024-02-16T23:22:52.298Z] [INFO] Signing of nested jars of '/home/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/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.400-SNAPSHOT.jar' is disabled.
18:22:52 [2024-02-16T23:22:52.298Z] [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.pde/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.400-SNAPSHOT.jar' is already signed and will be resigned.
18:22:52 [2024-02-16T23:22:52.298Z] [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.pde/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.400-SNAPSHOT.jar
18:22:54 [2024-02-16T23:22:54.186Z] [INFO] Signing of nested jars of '/home/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/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.400-SNAPSHOT-sources.jar' is disabled.
18:22:54 [2024-02-16T23:22:54.186Z] [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.pde/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:54 [2024-02-16T23:22:54.187Z] [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.pde/ui/org.eclipse.pde.ui.tests/target/org.eclipse.pde.ui.tests-3.12.400-SNAPSHOT-sources.jar
18:22:54 [2024-02-16T23:22:54.746Z] [INFO] 
18:22:54 [2024-02-16T23:22:54.746Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ui.tests ---
18:22:55 [2024-02-16T23:22:55.001Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.tests:3.12.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.pde/ui/org.eclipse.pde.ui.tests/pom.xml
18:22:55 [2024-02-16T23:22:55.001Z]     The main artifact has been replaced with the baseline version.
18:22:55 [2024-02-16T23:22:55.001Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:55 [2024-02-16T23:22:55.001Z] 
18:22:55 [2024-02-16T23:22:55.001Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.001Z] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.api.tools.ui >------------
18:22:55 [2024-02-16T23:22:55.001Z] [INFO] Building [bundle] API Tools UI 1.3.300-SNAPSHOT                [224/521]
18:22:55 [2024-02-16T23:22:55.001Z] [INFO]   from eclipse.pde/apitools/org.eclipse.pde.api.tools.ui/.polyglot.META-INF
18:22:55 [2024-02-16T23:22:55.001Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:22:55 [2024-02-16T23:22:55.001Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] The project's OSGi version is 1.3.300.v20240215-1454
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.257Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/saveproperties
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.257Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.258Z] [INFO] Resolving class path of [bundle] API Tools UI
18:22:55 [2024-02-16T23:22:55.513Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.513Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.514Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/src/main/resources
18:22:55 [2024-02-16T23:22:55.514Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.514Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.514Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/src/main/resources
18:22:55 [2024-02-16T23:22:55.514Z] [INFO] 
18:22:55 [2024-02-16T23:22:55.514Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools.ui ---
18:22:55 [2024-02-16T23:22:55.514Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:22:56 [2024-02-16T23:22:56.441Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/use/ApiUseScanTab.java:[618] 
18:22:56 [2024-02-16T23:22:56.441Z] 	// TODO This will likely make the config dirty
18:22:56 [2024-02-16T23:22:56.441Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:56 [2024-02-16T23:22:56.441Z] TODO This will likely make the config dirty
18:22:56 [2024-02-16T23:22:56.441Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/ApiBaselineWizard.java:[68] 
18:22:56 [2024-02-16T23:22:56.442Z] 	profile.getApiComponents(); // XXX: necc to load baseline cache
18:22:56 [2024-02-16T23:22:56.442Z] 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:56 [2024-02-16T23:22:56.442Z] XXX: necc to load baseline cache
18:22:56 [2024-02-16T23:22:56.442Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/wizards/JavadocConversionRefactoring.java:[210] 
18:22:56 [2024-02-16T23:22:56.442Z] 	// XXX visit all CU's -> all doc nodes -> create add annotations
18:22:56 [2024-02-16T23:22:56.442Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:22:56 [2024-02-16T23:22:56.442Z] XXX visit all CU's -> all doc nodes -> create add annotations
18:22:56 [2024-02-16T23:22:56.442Z] 3 problems (null, 3 warnings)
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.442Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/src/test/resources
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.442Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.3.300-SNAPSHOT-sources.jar
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.442Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.443Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.3.300-SNAPSHOT.jar
18:22:56 [2024-02-16T23:22:56.443Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.443Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.443Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.ui:1.3.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.pde/apitools/org.eclipse.pde.api.tools.ui/.polyglot.META-INF
18:22:56 [2024-02-16T23:22:56.443Z]     The main artifact has been replaced with the baseline version.
18:22:56 [2024-02-16T23:22:56.443Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:56 [2024-02-16T23:22:56.443Z] 
18:22:56 [2024-02-16T23:22:56.443Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.443Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.443Z] [INFO] Execution was skipped
18:22:56 [2024-02-16T23:22:56.443Z] [INFO] 
18:22:56 [2024-02-16T23:22:56.443Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.api.tools.ui ---
18:22:56 [2024-02-16T23:22:56.699Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:22:56 [2024-02-16T23:22:56.699Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.3.300-SNAPSHOT.jar
18:22:58 [2024-02-16T23:22:58.065Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:22:58 [2024-02-16T23:22:58.065Z] [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.pde/apitools/org.eclipse.pde.api.tools.ui/target/org.eclipse.pde.api.tools.ui-1.3.300-SNAPSHOT-sources.jar
18:22:59 [2024-02-16T23:22:59.430Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.430Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.api.tools.ui ---
18:22:59 [2024-02-16T23:22:59.431Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.ui:1.3.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.pde/apitools/org.eclipse.pde.api.tools.ui/.polyglot.META-INF
18:22:59 [2024-02-16T23:22:59.431Z]     The main artifact has been replaced with the baseline version.
18:22:59 [2024-02-16T23:22:59.431Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:22:59 [2024-02-16T23:22:59.431Z] 
18:22:59 [2024-02-16T23:22:59.431Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.431Z] [INFO] ----------< org.eclipse.pde:org.eclipse.pde.api.tools.tests >-----------
18:22:59 [2024-02-16T23:22:59.431Z] [INFO] Building org.eclipse.pde.api.tools.tests 1.3.400-SNAPSHOT      [225/521]
18:22:59 [2024-02-16T23:22:59.431Z] [INFO]   from eclipse.pde/apitools/org.eclipse.pde.api.tools.tests/pom.xml
18:22:59 [2024-02-16T23:22:59.431Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:22:59 [2024-02-16T23:22:59.431Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:22:59 [2024-02-16T23:22:59.992Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.992Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.api.tools.tests ---
18:22:59 [2024-02-16T23:22:59.992Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.992Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.api.tools.tests ---
18:22:59 [2024-02-16T23:22:59.992Z] [INFO] The project's OSGi version is 1.3.400.v20240124-1519
18:22:59 [2024-02-16T23:22:59.992Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.992Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.api.tools.tests ---
18:22:59 [2024-02-16T23:22:59.992Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.api.tools.tests ---
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.api.tools.tests ---
18:22:59 [2024-02-16T23:22:59.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.pde/apitools/org.eclipse.pde.api.tools.tests/saveproperties
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.api.tools.tests ---
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.api.tools.tests ---
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] 
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.api.tools.tests ---
18:22:59 [2024-02-16T23:22:59.993Z] [INFO] Resolving class path of org.eclipse.pde.api.tools.tests
18:23:00 [2024-02-16T23:23:00.248Z] [INFO] 
18:23:00 [2024-02-16T23:23:00.248Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.api.tools.tests ---
18:23:00 [2024-02-16T23:23:00.249Z] [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.pde/apitools/org.eclipse.pde.api.tools.tests/src/main/resources
18:23:00 [2024-02-16T23:23:00.249Z] [INFO] 
18:23:00 [2024-02-16T23:23:00.249Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.api.tools.tests ---
18:23:00 [2024-02-16T23:23:00.249Z] [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.pde/apitools/org.eclipse.pde.api.tools.tests/src/main/resources
18:23:00 [2024-02-16T23:23:00.249Z] [INFO] 
18:23:00 [2024-02-16T23:23:00.249Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.api.tools.tests ---
18:23:00 [2024-02-16T23:23:00.249Z] [INFO] Compiling 200 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.pde/apitools/org.eclipse.pde.api.tools.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:01 [2024-02-16T23:23:01.176Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/builder/tests/compatibility/ClassCompatibilityHierarchyTests.java:[146] 
18:23:01 [2024-02-16T23:23:01.176Z] 	getRemovedProblemId(IDelta.SUPERCLASS) // TODO appears as changed superclass versus reduced
18:23:01 [2024-02-16T23:23:01.176Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:01 [2024-02-16T23:23:01.176Z] TODO appears as changed superclass versus reduced
18:23:01 [2024-02-16T23:23:01.176Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/builder/tests/usage/ConstructorUsageTests.java:[76] 
18:23:01 [2024-02-16T23:23:01.176Z] 	//TODO uncomment once https://bugs.eclipse.org/bugs/show_bug.cgi?id=247028 has been fixed
18:23:01 [2024-02-16T23:23:01.176Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:01 [2024-02-16T23:23:01.176Z] TODO uncomment once https://bugs.eclipse.org/bugs/show_bug.cgi?id=247028 has been fixed
18:23:01 [2024-02-16T23:23:01.177Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/builder/tests/usage/UnusedApiProblemFilterTests.java:[193] 
18:23:01 [2024-02-16T23:23:01.177Z] 	// TODO straighten out what happens when a type with filters is deleted
18:23:01 [2024-02-16T23:23:01.177Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:01 [2024-02-16T23:23:01.177Z] TODO straighten out what happens when a type with filters is deleted
18:23:01 [2024-02-16T23:23:01.177Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/builder/tests/usage/UnusedApiProblemFilterTests.java:[199] 
18:23:01 [2024-02-16T23:23:01.177Z] 	// TODO straighten out what happens when a type with filters is deleted
18:23:01 [2024-02-16T23:23:01.177Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:01 [2024-02-16T23:23:01.177Z] TODO straighten out what happens when a type with filters is deleted
18:23:01 [2024-02-16T23:23:01.177Z] [WARNING] /home/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/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/model/tests/ClassFileScannerTests.java:[343] 
18:23:01 [2024-02-16T23:23:01.177Z] 	// TODO does not collect ref to Runnable in Test9 as there is no direct
18:23:01 [2024-02-16T23:23:01.177Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:01 [2024-02-16T23:23:01.177Z] TODO does not collect ref to Runnable in Test9 as there is no direct
18:23:01 [2024-02-16T23:23:01.177Z] 5 problems (null, 5 warnings)
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] 
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.api.tools.tests ---
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] 
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.api.tools.tests ---
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] 
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.api.tools.tests ---
18:23:01 [2024-02-16T23:23:01.177Z] [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.pde/apitools/org.eclipse.pde.api.tools.tests/src/test/resources
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] 
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.api.tools.tests ---
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] 
18:23:01 [2024-02-16T23:23:01.177Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.api.tools.tests ---
18:23:01 [2024-02-16T23:23:01.178Z] [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.pde/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.400-SNAPSHOT-sources.jar
18:23:01 [2024-02-16T23:23:01.178Z] [INFO] 
18:23:01 [2024-02-16T23:23:01.178Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.api.tools.tests ---
18:23:01 [2024-02-16T23:23:01.178Z] [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.pde/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.400-SNAPSHOT.jar
18:23:02 [2024-02-16T23:23:02.105Z] [INFO] 
18:23:02 [2024-02-16T23:23:02.105Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.api.tools.tests ---
18:23:03 [2024-02-16T23:23:03.032Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.tests:1.3.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.pde/apitools/org.eclipse.pde.api.tools.tests/pom.xml
18:23:03 [2024-02-16T23:23:03.032Z]     The main artifact has been replaced with the baseline version.
18:23:03 [2024-02-16T23:23:03.033Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:03 [2024-02-16T23:23:03.033Z] 
18:23:03 [2024-02-16T23:23:03.033Z] [INFO] 
18:23:03 [2024-02-16T23:23:03.033Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.pde.api.tools.tests ---
18:23:03 [2024-02-16T23:23:03.033Z] [INFO] Skipping tests
18:23:03 [2024-02-16T23:23:03.033Z] [INFO] 
18:23:03 [2024-02-16T23:23:03.033Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.api.tools.tests ---
18:23:03 [2024-02-16T23:23:03.033Z] [INFO] Execution was skipped
18:23:03 [2024-02-16T23:23:03.033Z] [INFO] 
18:23:03 [2024-02-16T23:23:03.033Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.api.tools.tests ---
18:23:03 [2024-02-16T23:23:03.289Z] [INFO] Signing of nested jars of '/home/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/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.400-SNAPSHOT.jar' is disabled.
18:23:03 [2024-02-16T23:23:03.289Z] [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.pde/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.400-SNAPSHOT.jar' is already signed and will be resigned.
18:23:03 [2024-02-16T23:23:03.289Z] [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.pde/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.400-SNAPSHOT.jar
18:23:09 [2024-02-16T23:23:09.827Z] [INFO] Signing of nested jars of '/home/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/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.400-SNAPSHOT-sources.jar' is disabled.
18:23:09 [2024-02-16T23:23:09.827Z] [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.pde/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:09 [2024-02-16T23:23:09.827Z] [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.pde/apitools/org.eclipse.pde.api.tools.tests/target/org.eclipse.pde.api.tools.tests-1.3.400-SNAPSHOT-sources.jar
18:23:10 [2024-02-16T23:23:10.389Z] [INFO] 
18:23:10 [2024-02-16T23:23:10.389Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.api.tools.tests ---
18:23:11 [2024-02-16T23:23:11.317Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.api.tools.tests:1.3.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.pde/apitools/org.eclipse.pde.api.tools.tests/pom.xml
18:23:11 [2024-02-16T23:23:11.317Z]     The main artifact has been replaced with the baseline version.
18:23:11 [2024-02-16T23:23:11.317Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:11 [2024-02-16T23:23:11.317Z] 
18:23:11 [2024-02-16T23:23:11.317Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.317Z] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ds.tests >--------------
18:23:11 [2024-02-16T23:23:11.317Z] [INFO] Building [test-bundle] PDE DS Tests 1.3.200-SNAPSHOT           [226/521]
18:23:11 [2024-02-16T23:23:11.317Z] [INFO]   from eclipse.pde/ds/org.eclipse.pde.ds.tests/.polyglot.META-INF
18:23:11 [2024-02-16T23:23:11.317Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:23:11 [2024-02-16T23:23:11.317Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:11 [2024-02-16T23:23:11.575Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.575Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.575Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.575Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] The project's OSGi version is 1.3.200.v20231215-1019
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.576Z] [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.pde/ds/org.eclipse.pde.ds.tests/saveproperties
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] Resolving class path of [test-bundle] PDE DS Tests
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.576Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.576Z] [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.pde/ds/org.eclipse.pde.ds.tests/src/main/resources
18:23:11 [2024-02-16T23:23:11.577Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.577Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.577Z] [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.pde/ds/org.eclipse.pde.ds.tests/src/main/resources
18:23:11 [2024-02-16T23:23:11.577Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.577Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.577Z] [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.pde/ds/org.eclipse.pde.ds.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.834Z] [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.pde/ds/org.eclipse.pde.ds.tests/src/test/resources
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.834Z] [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.pde/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.3.200-SNAPSHOT-sources.jar
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.834Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.834Z] [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.pde/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.3.200-SNAPSHOT.jar
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.3.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.pde/ds/org.eclipse.pde.ds.tests/.polyglot.META-INF
18:23:11 [2024-02-16T23:23:11.835Z]     The main artifact has been replaced with the baseline version.
18:23:11 [2024-02-16T23:23:11.835Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:11 [2024-02-16T23:23:11.835Z] 
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] Skipping tests
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] Execution was skipped
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] 
18:23:11 [2024-02-16T23:23:11.835Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ds.tests ---
18:23:11 [2024-02-16T23:23:11.835Z] [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.pde/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:23:11 [2024-02-16T23:23:11.835Z] [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.pde/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.3.200-SNAPSHOT.jar
18:23:13 [2024-02-16T23:23:13.201Z] [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.pde/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:13 [2024-02-16T23:23:13.202Z] [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.pde/ds/org.eclipse.pde.ds.tests/target/org.eclipse.pde.ds.tests-1.3.200-SNAPSHOT-sources.jar
18:23:14 [2024-02-16T23:23:14.130Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.130Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ds.tests ---
18:23:14 [2024-02-16T23:23:14.130Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.tests:1.3.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.pde/ds/org.eclipse.pde.ds.tests/.polyglot.META-INF
18:23:14 [2024-02-16T23:23:14.130Z]     The main artifact has been replaced with the baseline version.
18:23:14 [2024-02-16T23:23:14.130Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:14 [2024-02-16T23:23:14.130Z] 
18:23:14 [2024-02-16T23:23:14.130Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.130Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.ds.ui >----------------
18:23:14 [2024-02-16T23:23:14.130Z] [INFO] Building [bundle] PDE DS UI 1.3.300-SNAPSHOT                   [227/521]
18:23:14 [2024-02-16T23:23:14.130Z] [INFO]   from eclipse.pde/ds/org.eclipse.pde.ds.ui/.polyglot.META-INF
18:23:14 [2024-02-16T23:23:14.130Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:14 [2024-02-16T23:23:14.130Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:14 [2024-02-16T23:23:14.407Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.407Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.407Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.407Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.407Z] [INFO] The project's OSGi version is 1.3.300.v20231214-1521
18:23:14 [2024-02-16T23:23:14.407Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.408Z] [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.pde/ds/org.eclipse.pde.ds.ui/saveproperties
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.408Z] [INFO] Resolving class path of [bundle] PDE DS UI
18:23:14 [2024-02-16T23:23:14.664Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.664Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.664Z] [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.pde/ds/org.eclipse.pde.ds.ui/src/main/resources
18:23:14 [2024-02-16T23:23:14.664Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.664Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.664Z] [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.pde/ds/org.eclipse.pde.ds.ui/src/main/resources
18:23:14 [2024-02-16T23:23:14.664Z] [INFO] 
18:23:14 [2024-02-16T23:23:14.664Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ds.ui ---
18:23:14 [2024-02-16T23:23:14.664Z] [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.pde/ds/org.eclipse.pde.ds.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:15 [2024-02-16T23:23:15.227Z] [WARNING] /home/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/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[20] 
18:23:15 [2024-02-16T23:23:15.227Z] 	import org.eclipse.jface.internal.text.html.BrowserInformationControl;
18:23:15 [2024-02-16T23:23:15.227Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:15 [2024-02-16T23:23:15.227Z] Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/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.text/target/classes')
18:23:15 [2024-02-16T23:23:15.227Z] [WARNING] /home/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/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[117] 
18:23:15 [2024-02-16T23:23:15.227Z] 	if (!BrowserInformationControl.isAvailable(null))
18:23:15 [2024-02-16T23:23:15.227Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:15 [2024-02-16T23:23:15.227Z] Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/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.text/target/classes')
18:23:15 [2024-02-16T23:23:15.227Z] [WARNING] /home/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/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[117] 
18:23:15 [2024-02-16T23:23:15.227Z] 	if (!BrowserInformationControl.isAvailable(null))
18:23:15 [2024-02-16T23:23:15.227Z] 	                               ^^^^^^^^^^^
18:23:15 [2024-02-16T23:23:15.228Z] Discouraged access: The method 'BrowserInformationControl.isAvailable(Composite)' is not API (restriction on classpath entry '/home/jenkins/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.text/target/classes')
18:23:15 [2024-02-16T23:23:15.228Z] [WARNING] /home/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/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[125] 
18:23:15 [2024-02-16T23:23:15.228Z] 	return new BrowserInformationControl(parent,
18:23:15 [2024-02-16T23:23:15.228Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:15 [2024-02-16T23:23:15.228Z] Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/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.text/target/classes')
18:23:15 [2024-02-16T23:23:15.228Z] [WARNING] /home/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/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/contentassist/TypeCompletionProposal.java:[125] 
18:23:15 [2024-02-16T23:23:15.228Z] 	return new BrowserInformationControl(parent,
18:23:15 [2024-02-16T23:23:15.228Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:15 [2024-02-16T23:23:15.228Z] Discouraged access: The constructor 'BrowserInformationControl(Shell, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/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.text/target/classes')
18:23:15 [2024-02-16T23:23:15.228Z] [WARNING] /home/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/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java:[30] 
18:23:15 [2024-02-16T23:23:15.228Z] 	import org.eclipse.jdt.internal.ui.packageview.ClassPathContainer;
18:23:15 [2024-02-16T23:23:15.228Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:15 [2024-02-16T23:23:15.229Z] Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.ui/target/classes')
18:23:15 [2024-02-16T23:23:15.229Z] [WARNING] /home/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/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java:[118] 
18:23:15 [2024-02-16T23:23:15.229Z] 	} else if (element instanceof ClassPathContainer) {
18:23:15 [2024-02-16T23:23:15.229Z] 	                              ^^^^^^^^^^^^^^^^^^
18:23:15 [2024-02-16T23:23:15.229Z] Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.ui/target/classes')
18:23:15 [2024-02-16T23:23:15.229Z] [WARNING] /home/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/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java:[119] 
18:23:15 [2024-02-16T23:23:15.229Z] 	project = ((ClassPathContainer) element).getJavaProject()
18:23:15 [2024-02-16T23:23:15.229Z] 	            ^^^^^^^^^^^^^^^^^^
18:23:15 [2024-02-16T23:23:15.229Z] Discouraged access: The type 'ClassPathContainer' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.ui/target/classes')
18:23:15 [2024-02-16T23:23:15.229Z] [WARNING] /home/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/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/wizards/DSFileWizardPage.java:[119] 
18:23:15 [2024-02-16T23:23:15.229Z] 	project = ((ClassPathContainer) element).getJavaProject()
18:23:15 [2024-02-16T23:23:15.229Z] 	                                         ^^^^^^^^^^^^^^
18:23:15 [2024-02-16T23:23:15.230Z] Discouraged access: The method 'PackageFragmentRootContainer.getJavaProject()' is not API (restriction on classpath entry '/home/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/org.eclipse.jdt.ui/target/classes')
18:23:15 [2024-02-16T23:23:15.230Z] 9 problems (9 warnings)
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.230Z] [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.pde/ds/org.eclipse.pde.ds.ui/src/test/resources
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.230Z] [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.pde/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.3.300-SNAPSHOT-sources.jar
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.230Z] [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.pde/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.3.300-SNAPSHOT.jar
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.230Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.ui:1.3.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.pde/ds/org.eclipse.pde.ds.ui/.polyglot.META-INF
18:23:15 [2024-02-16T23:23:15.231Z]     The main artifact has been replaced with the baseline version.
18:23:15 [2024-02-16T23:23:15.231Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:15 [2024-02-16T23:23:15.231Z] 
18:23:15 [2024-02-16T23:23:15.231Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.231Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.231Z] [INFO] Execution was skipped
18:23:15 [2024-02-16T23:23:15.231Z] [INFO] 
18:23:15 [2024-02-16T23:23:15.231Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ds.ui ---
18:23:15 [2024-02-16T23:23:15.231Z] [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.pde/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:23:15 [2024-02-16T23:23:15.231Z] [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.pde/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.3.300-SNAPSHOT.jar
18:23:16 [2024-02-16T23:23:16.159Z] [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.pde/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:16 [2024-02-16T23:23:16.160Z] [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.pde/ds/org.eclipse.pde.ds.ui/target/org.eclipse.pde.ds.ui-1.3.300-SNAPSHOT-sources.jar
18:23:17 [2024-02-16T23:23:17.086Z] [INFO] 
18:23:17 [2024-02-16T23:23:17.086Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ds.ui ---
18:23:17 [2024-02-16T23:23:17.086Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.ui:1.3.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.pde/ds/org.eclipse.pde.ds.ui/.polyglot.META-INF
18:23:17 [2024-02-16T23:23:17.086Z]     The main artifact has been replaced with the baseline version.
18:23:17 [2024-02-16T23:23:17.086Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:17 [2024-02-16T23:23:17.086Z] 
18:23:17 [2024-02-16T23:23:17.086Z] [INFO] 
18:23:17 [2024-02-16T23:23:17.086Z] [INFO] -----------< org.eclipse.pde:org.eclipse.pde.ds.annotations >-----------
18:23:17 [2024-02-16T23:23:17.086Z] [INFO] Building [bundle] Declarative Services Annotations Support 1.3.200-SNAPSHOT [228/521]
18:23:17 [2024-02-16T23:23:17.086Z] [INFO]   from eclipse.pde/ds/org.eclipse.pde.ds.annotations/.polyglot.META-INF
18:23:17 [2024-02-16T23:23:17.086Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:17 [2024-02-16T23:23:17.086Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.hamcrest/maven-metadata.xml
18:23:17 [2024-02-16T23:23:17.086Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.hamcrest/maven-metadata.xml (549 B at 6.3 kB/s)
18:23:17 [2024-02-16T23:23:17.087Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.hamcrest/1.3_1/org.apache.servicemix.bundles.hamcrest-1.3_1.jar
18:23:17 [2024-02-16T23:23:17.342Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/servicemix/bundles/org.apache.servicemix.bundles.hamcrest/1.3_1/org.apache.servicemix.bundles.hamcrest-1.3_1.jar (312 kB at 2.9 MB/s)
18:23:17 [2024-02-16T23:23:17.342Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:17 [2024-02-16T23:23:17.599Z] [INFO] Resolving test dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.3.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.pde/ds/org.eclipse.pde.ds.annotations/.polyglot.META-INF
18:23:18 [2024-02-16T23:23:18.159Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.159Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.159Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.159Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.159Z] [INFO] The project's OSGi version is 1.3.200.v20240207-1047
18:23:18 [2024-02-16T23:23:18.159Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.159Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.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.pde/ds/org.eclipse.pde.ds.annotations/saveproperties
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.160Z] [INFO] Resolving class path of [bundle] Declarative Services Annotations Support
18:23:18 [2024-02-16T23:23:18.415Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.415Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.415Z] [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.pde/ds/org.eclipse.pde.ds.annotations/src/main/resources
18:23:18 [2024-02-16T23:23:18.415Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.416Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.416Z] [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.pde/ds/org.eclipse.pde.ds.annotations/src/main/resources
18:23:18 [2024-02-16T23:23:18.416Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.416Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.416Z] [INFO] Compiling 30 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.pde/ds/org.eclipse.pde.ds.annotations/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:18 [2024-02-16T23:23:18.977Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.977Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.977Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.977Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.977Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.977Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.977Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.977Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.978Z] [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.pde/ds/org.eclipse.pde.ds.annotations/src/test/resources
18:23:18 [2024-02-16T23:23:18.978Z] [INFO] 
18:23:18 [2024-02-16T23:23:18.978Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ds.annotations ---
18:23:18 [2024-02-16T23:23:18.978Z] [INFO] Resolving JUnit 5 classpath container
18:23:18 [2024-02-16T23:23:18.978Z] [INFO] Compiling 1 source 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.pde/ds/org.eclipse.pde.ds.annotations/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] 
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ds.annotations ---
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] 
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ds.annotations ---
18:23:19 [2024-02-16T23:23:19.234Z] [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.pde/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.3.200-SNAPSHOT-sources.jar
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] 
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ds.annotations ---
18:23:19 [2024-02-16T23:23:19.234Z] [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.pde/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.3.200-SNAPSHOT.jar
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] 
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ds.annotations ---
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.3.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.pde/ds/org.eclipse.pde.ds.annotations/.polyglot.META-INF
18:23:19 [2024-02-16T23:23:19.234Z]     The main artifact has been replaced with the baseline version.
18:23:19 [2024-02-16T23:23:19.234Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:19 [2024-02-16T23:23:19.234Z] 
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] 
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ds.annotations ---
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] Execution was skipped
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] 
18:23:19 [2024-02-16T23:23:19.234Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ds.annotations ---
18:23:19 [2024-02-16T23:23:19.235Z] [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.pde/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:23:19 [2024-02-16T23:23:19.235Z] [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.pde/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.3.200-SNAPSHOT.jar
18:23:20 [2024-02-16T23:23:20.163Z] [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.pde/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:20 [2024-02-16T23:23:20.163Z] [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.pde/ds/org.eclipse.pde.ds.annotations/target/org.eclipse.pde.ds.annotations-1.3.200-SNAPSHOT-sources.jar
18:23:21 [2024-02-16T23:23:21.528Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.528Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ds.annotations ---
18:23:21 [2024-02-16T23:23:21.528Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ds.annotations:1.3.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.pde/ds/org.eclipse.pde.ds.annotations/.polyglot.META-INF
18:23:21 [2024-02-16T23:23:21.528Z]     The main artifact has been replaced with the baseline version.
18:23:21 [2024-02-16T23:23:21.528Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:21 [2024-02-16T23:23:21.528Z] 
18:23:21 [2024-02-16T23:23:21.528Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.528Z] [INFO] -------------------< org.eclipse.pde:eclipse.pde.ua >-------------------
18:23:21 [2024-02-16T23:23:21.528Z] [INFO] Building eclipse.pde.ua 4.31.0-SNAPSHOT                        [229/521]
18:23:21 [2024-02-16T23:23:21.528Z] [INFO]   from eclipse.pde/ua/pom.xml
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --------------------------------[ pom ]---------------------------------
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.pde.ua ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.pde.ua ---
18:23:21 [2024-02-16T23:23:21.529Z] [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.pde/ua/saveproperties
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.pde.ua ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.pde.ua ---
18:23:21 [2024-02-16T23:23:21.529Z] [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.pde/ua/src/main/resources
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.pde.ua ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.ua ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.ua ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] Execution was skipped
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.pde.ua ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.pde.ua ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ua.core >---------------
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] Building [bundle] PDE UA Core 1.3.300-SNAPSHOT                 [230/521]
18:23:21 [2024-02-16T23:23:21.529Z] [INFO]   from eclipse.pde/ua/org.eclipse.pde.ua.core/.polyglot.META-INF
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] The project's OSGi version is 1.3.300.v20240127-1338
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.529Z] [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.pde/ua/org.eclipse.pde.ua.core/saveproperties
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.529Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.530Z] [INFO] Resolving class path of [bundle] PDE UA Core
18:23:21 [2024-02-16T23:23:21.530Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.530Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.530Z] [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.pde/ua/org.eclipse.pde.ua.core/src/main/resources
18:23:21 [2024-02-16T23:23:21.530Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.530Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.530Z] [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.pde/ua/org.eclipse.pde.ua.core/src/main/resources
18:23:21 [2024-02-16T23:23:21.530Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.530Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.530Z] [INFO] Compiling 88 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.pde/ua/org.eclipse.pde.ua.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.786Z] [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.pde/ua/org.eclipse.pde.ua.core/src/test/resources
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.786Z] [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.pde/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.3.300-SNAPSHOT-sources.jar
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.786Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.787Z] [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.pde/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.3.300-SNAPSHOT.jar
18:23:21 [2024-02-16T23:23:21.787Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.787Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.787Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.core:1.3.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.pde/ua/org.eclipse.pde.ua.core/.polyglot.META-INF
18:23:21 [2024-02-16T23:23:21.787Z]     The main artifact has been replaced with the baseline version.
18:23:21 [2024-02-16T23:23:21.787Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:21 [2024-02-16T23:23:21.787Z] 
18:23:21 [2024-02-16T23:23:21.787Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.787Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.787Z] [INFO] Execution was skipped
18:23:21 [2024-02-16T23:23:21.787Z] [INFO] 
18:23:21 [2024-02-16T23:23:21.787Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ua.core ---
18:23:21 [2024-02-16T23:23:21.787Z] [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.pde/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:23:21 [2024-02-16T23:23:21.787Z] [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.pde/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.3.300-SNAPSHOT.jar
18:23:23 [2024-02-16T23:23:23.171Z] [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.pde/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:23 [2024-02-16T23:23:23.171Z] [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.pde/ua/org.eclipse.pde.ua.core/target/org.eclipse.pde.ua.core-1.3.300-SNAPSHOT-sources.jar
18:23:24 [2024-02-16T23:23:24.537Z] [INFO] 
18:23:24 [2024-02-16T23:23:24.537Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ua.core ---
18:23:24 [2024-02-16T23:23:24.537Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.core:1.3.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.pde/ua/org.eclipse.pde.ua.core/.polyglot.META-INF
18:23:24 [2024-02-16T23:23:24.537Z]     The main artifact has been replaced with the baseline version.
18:23:24 [2024-02-16T23:23:24.537Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:24 [2024-02-16T23:23:24.537Z] 
18:23:24 [2024-02-16T23:23:24.537Z] [INFO] 
18:23:24 [2024-02-16T23:23:24.537Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.ua.ui >----------------
18:23:24 [2024-02-16T23:23:24.537Z] [INFO] Building [bundle] PDE UA UI 1.3.300-SNAPSHOT                   [231/521]
18:23:24 [2024-02-16T23:23:24.537Z] [INFO]   from eclipse.pde/ua/org.eclipse.pde.ua.ui/.polyglot.META-INF
18:23:24 [2024-02-16T23:23:24.537Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:24 [2024-02-16T23:23:24.537Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] The project's OSGi version is 1.3.300.v20240127-1338
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.100Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.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.pde/ua/org.eclipse.pde.ua.ui/saveproperties
18:23:25 [2024-02-16T23:23:25.101Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.101Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.101Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.101Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.101Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.101Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.101Z] [INFO] Resolving class path of [bundle] PDE UA UI
18:23:25 [2024-02-16T23:23:25.357Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.357Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.357Z] [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.pde/ua/org.eclipse.pde.ua.ui/src/main/resources
18:23:25 [2024-02-16T23:23:25.357Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.357Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.357Z] [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.pde/ua/org.eclipse.pde.ua.ui/src/main/resources
18:23:25 [2024-02-16T23:23:25.357Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.357Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.357Z] [INFO] Compiling 146 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.pde/ua/org.eclipse.pde.ua.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:25 [2024-02-16T23:23:25.919Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.919Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.919Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.919Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.920Z] [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.pde/ua/org.eclipse.pde.ua.ui/src/test/resources
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.920Z] [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.pde/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.3.300-SNAPSHOT-sources.jar
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.920Z] [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.pde/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.3.300-SNAPSHOT.jar
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.920Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.ui:1.3.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.pde/ua/org.eclipse.pde.ua.ui/.polyglot.META-INF
18:23:25 [2024-02-16T23:23:25.920Z]     The main artifact has been replaced with the baseline version.
18:23:25 [2024-02-16T23:23:25.920Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:25 [2024-02-16T23:23:25.921Z] 
18:23:25 [2024-02-16T23:23:25.921Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.921Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ua.ui ---
18:23:25 [2024-02-16T23:23:25.921Z] [INFO] Execution was skipped
18:23:25 [2024-02-16T23:23:25.921Z] [INFO] 
18:23:25 [2024-02-16T23:23:25.921Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ua.ui ---
18:23:26 [2024-02-16T23:23:26.177Z] [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.pde/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:23:26 [2024-02-16T23:23:26.177Z] [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.pde/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.3.300-SNAPSHOT.jar
18:23:27 [2024-02-16T23:23:27.542Z] [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.pde/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:27 [2024-02-16T23:23:27.542Z] [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.pde/ua/org.eclipse.pde.ua.ui/target/org.eclipse.pde.ua.ui-1.3.300-SNAPSHOT-sources.jar
18:23:28 [2024-02-16T23:23:28.471Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.471Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ua.ui ---
18:23:28 [2024-02-16T23:23:28.471Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.ui:1.3.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.pde/ua/org.eclipse.pde.ua.ui/.polyglot.META-INF
18:23:28 [2024-02-16T23:23:28.471Z]     The main artifact has been replaced with the baseline version.
18:23:28 [2024-02-16T23:23:28.471Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:28 [2024-02-16T23:23:28.471Z] 
18:23:28 [2024-02-16T23:23:28.471Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.471Z] [INFO] ----------------< org.eclipse.pde:org.eclipse.ui.trace >----------------
18:23:28 [2024-02-16T23:23:28.471Z] [INFO] Building [bundle] Equinox Dynamic Tracing Enablement UI  1.3.300-SNAPSHOT [232/521]
18:23:28 [2024-02-16T23:23:28.471Z] [INFO]   from eclipse.pde/ui/org.eclipse.ui.trace/.polyglot.META-INF
18:23:28 [2024-02-16T23:23:28.471Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:28 [2024-02-16T23:23:28.471Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] The project's OSGi version is 1.3.300.v20231215-1019
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.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/eclipse.pde/ui/org.eclipse.ui.trace/saveproperties
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.727Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.728Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.728Z] [INFO] Resolving class path of [bundle] Equinox Dynamic Tracing Enablement UI 
18:23:28 [2024-02-16T23:23:28.728Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.728Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.728Z] [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.pde/ui/org.eclipse.ui.trace/src/main/resources
18:23:28 [2024-02-16T23:23:28.728Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.728Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.728Z] [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.pde/ui/org.eclipse.ui.trace/src/main/resources
18:23:28 [2024-02-16T23:23:28.728Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.728Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.728Z] [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/eclipse.pde/ui/org.eclipse.ui.trace/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:28 [2024-02-16T23:23:28.984Z] [WARNING] /home/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/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/TracingComponentTreeViewer.java:[36] 
18:23:28 [2024-02-16T23:23:28.984Z] 	super(parent, SWT.NONE, new TracingComponentViewerFilter(), true);
18:23:28 [2024-02-16T23:23:28.984Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:28 [2024-02-16T23:23:28.984Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:23:28 [2024-02-16T23:23:28.984Z] 1 problem (1 warning)
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.984Z] [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.pde/ui/org.eclipse.ui.trace/src/test/resources
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.984Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.985Z] [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.pde/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.3.300-SNAPSHOT-sources.jar
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.985Z] [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.pde/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.3.300-SNAPSHOT.jar
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.ui.trace:1.3.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.pde/ui/org.eclipse.ui.trace/.polyglot.META-INF
18:23:28 [2024-02-16T23:23:28.985Z]     The main artifact has been replaced with the baseline version.
18:23:28 [2024-02-16T23:23:28.985Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:28 [2024-02-16T23:23:28.985Z] 
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] Execution was skipped
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] 
18:23:28 [2024-02-16T23:23:28.985Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.trace ---
18:23:28 [2024-02-16T23:23:28.985Z] [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.pde/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:23:28 [2024-02-16T23:23:28.986Z] [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.pde/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.3.300-SNAPSHOT.jar
18:23:29 [2024-02-16T23:23:29.913Z] [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.pde/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:29 [2024-02-16T23:23:29.913Z] [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.pde/ui/org.eclipse.ui.trace/target/org.eclipse.ui.trace-1.3.300-SNAPSHOT-sources.jar
18:23:30 [2024-02-16T23:23:30.839Z] [INFO] 
18:23:30 [2024-02-16T23:23:30.839Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.trace ---
18:23:30 [2024-02-16T23:23:30.839Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.ui.trace:1.3.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.pde/ui/org.eclipse.ui.trace/.polyglot.META-INF
18:23:30 [2024-02-16T23:23:30.839Z]     The main artifact has been replaced with the baseline version.
18:23:30 [2024-02-16T23:23:30.839Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:30 [2024-02-16T23:23:30.839Z] 
18:23:30 [2024-02-16T23:23:30.839Z] [INFO] 
18:23:30 [2024-02-16T23:23:30.839Z] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.ui.templates >------------
18:23:30 [2024-02-16T23:23:30.839Z] [INFO] Building [bundle] PDE Templates 3.8.300-SNAPSHOT               [233/521]
18:23:30 [2024-02-16T23:23:30.839Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.ui.templates/.polyglot.META-INF
18:23:30 [2024-02-16T23:23:30.839Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:30 [2024-02-16T23:23:30.840Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] The project's OSGi version is 3.8.300.v20240207-1047
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.109Z] [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.pde/ui/org.eclipse.pde.ui.templates/saveproperties
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.109Z] [INFO] Resolving class path of [bundle] PDE Templates
18:23:31 [2024-02-16T23:23:31.372Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.372Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.372Z] [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.pde/ui/org.eclipse.pde.ui.templates/src/main/resources
18:23:31 [2024-02-16T23:23:31.372Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.372Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.372Z] [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.pde/ui/org.eclipse.pde.ui.templates/src/main/resources
18:23:31 [2024-02-16T23:23:31.372Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.372Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.372Z] [INFO] Compiling 61 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.pde/ui/org.eclipse.pde.ui.templates/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.628Z] [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.pde/ui/org.eclipse.pde.ui.templates/src/test/resources
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.628Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.628Z] [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.pde/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.8.300-SNAPSHOT-sources.jar
18:23:31 [2024-02-16T23:23:31.629Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.629Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.629Z] [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.pde/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.8.300-SNAPSHOT.jar
18:23:31 [2024-02-16T23:23:31.629Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.629Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.885Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates:3.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.pde/ui/org.eclipse.pde.ui.templates/.polyglot.META-INF
18:23:31 [2024-02-16T23:23:31.885Z]     The main artifact has been replaced with the baseline version.
18:23:31 [2024-02-16T23:23:31.885Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:31 [2024-02-16T23:23:31.885Z] 
18:23:31 [2024-02-16T23:23:31.885Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.885Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.885Z] [INFO] Execution was skipped
18:23:31 [2024-02-16T23:23:31.885Z] [INFO] 
18:23:31 [2024-02-16T23:23:31.885Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ui.templates ---
18:23:31 [2024-02-16T23:23:31.885Z] [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.pde/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:23:31 [2024-02-16T23:23:31.885Z] [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.pde/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.8.300-SNAPSHOT.jar
18:23:32 [2024-02-16T23:23:32.812Z] [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.pde/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:32 [2024-02-16T23:23:32.812Z] [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.pde/ui/org.eclipse.pde.ui.templates/target/org.eclipse.pde.ui.templates-3.8.300-SNAPSHOT-sources.jar
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ui.templates ---
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates:3.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.pde/ui/org.eclipse.pde.ui.templates/.polyglot.META-INF
18:23:33 [2024-02-16T23:23:33.740Z]     The main artifact has been replaced with the baseline version.
18:23:33 [2024-02-16T23:23:33.740Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:33 [2024-02-16T23:23:33.740Z] 
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] ------------------< org.eclipse.pde:org.eclipse.pde >-------------------
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] Building org.eclipse.pde 3.13.2600-SNAPSHOT                    [234/521]
18:23:33 [2024-02-16T23:23:33.740Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde/pom.xml
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] The project's OSGi version is 3.13.2600.v20240216-1800
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.740Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [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.pde/ui/org.eclipse.pde/saveproperties
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] Resolving class path of org.eclipse.pde
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [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.pde/ui/org.eclipse.pde/src/main/resources
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [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.pde/ui/org.eclipse.pde/src/main/resources
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [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.pde/ui/org.eclipse.pde/src/test/resources
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.741Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.742Z] [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.pde/ui/org.eclipse.pde/target/org.eclipse.pde-3.13.2600-SNAPSHOT-sources.jar
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] Copying 1 resource from  to target
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.742Z] [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.pde/ui/org.eclipse.pde/target/org.eclipse.pde-3.13.2600-SNAPSHOT.jar
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.pde:eclipse-plugin:3.13.2600-SNAPSHOT
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] Execution was skipped
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] 
18:23:33 [2024-02-16T23:23:33.742Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde ---
18:23:33 [2024-02-16T23:23:33.742Z] [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.pde/ui/org.eclipse.pde/target/org.eclipse.pde-3.13.2600-SNAPSHOT.jar
18:23:34 [2024-02-16T23:23:34.668Z] [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.pde/ui/org.eclipse.pde/target/org.eclipse.pde-3.13.2600-SNAPSHOT-sources.jar
18:23:35 [2024-02-16T23:23:35.594Z] [INFO] 
18:23:35 [2024-02-16T23:23:35.594Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde ---
18:23:35 [2024-02-16T23:23:35.594Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.pde:eclipse-plugin:3.13.2600-SNAPSHOT
18:23:35 [2024-02-16T23:23:35.594Z] [INFO] 
18:23:35 [2024-02-16T23:23:35.594Z] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.doc.user >--------------
18:23:35 [2024-02-16T23:23:35.594Z] [INFO] Building org.eclipse.pde.doc.user 3.15.0-SNAPSHOT              [235/521]
18:23:35 [2024-02-16T23:23:35.594Z] [INFO]   from eclipse.pde/org.eclipse.pde.doc.user/pom.xml
18:23:35 [2024-02-16T23:23:35.594Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:35 [2024-02-16T23:23:35.595Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:36 [2024-02-16T23:23:36.155Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.doc.user ---
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.doc.user ---
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] The project's OSGi version is 3.15.0.v20240207-2106
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.doc.user ---
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.doc.user ---
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.doc.user ---
18:23:36 [2024-02-16T23:23:36.156Z] [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.pde/org.eclipse.pde.doc.user/saveproperties
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.doc.user ---
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.doc.user ---
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.doc.user ---
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] Resolving class path of org.eclipse.pde.doc.user
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.doc.user ---
18:23:36 [2024-02-16T23:23:36.156Z] [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.pde/org.eclipse.pde.doc.user/src/main/resources
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] 
18:23:36 [2024-02-16T23:23:36.156Z] [INFO] --- tycho-document-bundle:4.0.6-SNAPSHOT:schema-to-html (schema-to-html) @ org.eclipse.pde.doc.user ---
18:23:37 [2024-02-16T23:23:37.084Z] [INFO] 
18:23:37 [2024-02-16T23:23:37.084Z] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-platform-doc) @ org.eclipse.pde.doc.user ---
18:23:42 [2024-02-16T23:23:42.342Z] [INFO] 
18:23:42 [2024-02-16T23:23:42.342Z] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack-jdt-doc) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.706Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.706Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [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.pde/org.eclipse.pde.doc.user/src/main/resources
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] >>> javadoc:3.6.3:javadoc (attach-javadocs) > generate-sources @ org.eclipse.pde.doc.user >>>
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] The project's OSGi version is 3.15.0.v20240207-2106
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [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.pde/org.eclipse.pde.doc.user/saveproperties
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] <<< javadoc:3.6.3:javadoc (attach-javadocs) < generate-sources @ org.eclipse.pde.doc.user <<<
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] 
18:23:43 [2024-02-16T23:23:43.707Z] [INFO] --- javadoc:3.6.3:javadoc (attach-javadocs) @ org.eclipse.pde.doc.user ---
18:23:43 [2024-02-16T23:23:43.963Z] [INFO] No previous run data found, generating javadoc.
18:23:49 [2024-02-16T23:23:49.206Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.206Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.doc.user ---
18:23:49 [2024-02-16T23:23:49.206Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.206Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.doc.user ---
18:23:49 [2024-02-16T23:23:49.206Z] [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.pde/org.eclipse.pde.doc.user/src/test/resources
18:23:49 [2024-02-16T23:23:49.206Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.207Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.doc.user ---
18:23:49 [2024-02-16T23:23:49.207Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.207Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.doc.user ---
18:23:49 [2024-02-16T23:23:49.207Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.207Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.doc.user ---
18:23:49 [2024-02-16T23:23:49.207Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.207Z] [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ org.eclipse.pde.doc.user ---
18:23:49 [2024-02-16T23:23:49.207Z] [INFO] Copying 352 resources from target/site/apidocs to reference/api
18:23:49 [2024-02-16T23:23:49.462Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.462Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.doc.user ---
18:23:49 [2024-02-16T23:23:49.462Z] [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.pde/org.eclipse.pde.doc.user/target/org.eclipse.pde.doc.user-3.15.0-SNAPSHOT.jar
18:23:49 [2024-02-16T23:23:49.462Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.462Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.doc.user ---
18:23:49 [2024-02-16T23:23:49.717Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.doc.user:3.15.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.pde/org.eclipse.pde.doc.user/pom.xml
18:23:49 [2024-02-16T23:23:49.717Z]     The main artifact has been replaced with the baseline version.
18:23:49 [2024-02-16T23:23:49.717Z] 
18:23:49 [2024-02-16T23:23:49.718Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.718Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.doc.user ---
18:23:49 [2024-02-16T23:23:49.718Z] [INFO] Execution was skipped
18:23:49 [2024-02-16T23:23:49.718Z] [INFO] 
18:23:49 [2024-02-16T23:23:49.718Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.doc.user ---
18:23:50 [2024-02-16T23:23:50.644Z] [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.pde/org.eclipse.pde.doc.user/target/org.eclipse.pde.doc.user-3.15.0-SNAPSHOT.jar' is already signed and will be resigned.
18:23:50 [2024-02-16T23:23:50.644Z] [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.pde/org.eclipse.pde.doc.user/target/org.eclipse.pde.doc.user-3.15.0-SNAPSHOT.jar
18:23:53 [2024-02-16T23:23:53.159Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.159Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.doc.user ---
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.doc.user:3.15.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.pde/org.eclipse.pde.doc.user/pom.xml
18:23:53 [2024-02-16T23:23:53.415Z]     The main artifact has been replaced with the baseline version.
18:23:53 [2024-02-16T23:23:53.415Z] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] ----------------------< org.eclipse.pde:features >----------------------
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] Building [aggregator] features 4.31.0-SNAPSHOT                 [236/521]
18:23:53 [2024-02-16T23:23:53.415Z] [INFO]   from eclipse.pde/features/.polyglot.pom.tycho
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --------------------------------[ pom ]---------------------------------
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --- clean:3.3.2:clean (default-clean) @ features ---
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ features ---
18:23:53 [2024-02-16T23:23:53.415Z] [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.pde/features/saveproperties
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ features ---
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ features ---
18:23:53 [2024-02-16T23:23:53.415Z] [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.pde/features/src/main/resources
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ features ---
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ features ---
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features ---
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] Execution was skipped
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ features ---
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ features ---
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] ------------------< org.eclipse.pde:org.eclipse.pde >-------------------
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] Building [feature] Eclipse Plug-in Development Environment 3.15.300-SNAPSHOT [237/521]
18:23:53 [2024-02-16T23:23:53.415Z] [INFO]   from eclipse.pde/features/org.eclipse.pde-feature/.polyglot.feature.xml
18:23:53 [2024-02-16T23:23:53.415Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:23:53 [2024-02-16T23:23:53.416Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde:3.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.pde/features/org.eclipse.pde-feature/.polyglot.feature.xml
18:23:53 [2024-02-16T23:23:53.416Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:53 [2024-02-16T23:23:53.703Z] [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.pom
18:23:53 [2024-02-16T23:23:53.959Z] [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.pom (2.5 kB at 56 kB/s)
18:23:53 [2024-02-16T23:23:53.959Z] [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.pom
18:23:53 [2024-02-16T23:23:53.959Z] [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.pom (1.7 kB at 86 kB/s)
18:23:53 [2024-02-16T23:23:53.959Z] [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.pom
18:23:53 [2024-02-16T23:23:53.960Z] [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.pom (2.3 kB at 105 kB/s)
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] Deleting /home/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/features/org.eclipse.pde-feature/target
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] The project's OSGi version is 3.15.300.v20240216-1800
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [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.pde/features/org.eclipse.pde-feature/saveproperties
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [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.pde/features/org.eclipse.pde-feature/src/main/resources
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [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.pde/features/org.eclipse.pde-feature/src/main/resources
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.960Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.961Z] [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.pde/features/org.eclipse.pde-feature/target/org.eclipse.pde-3.15.300-SNAPSHOT.jar
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.pde:eclipse-feature:3.15.300-SNAPSHOT
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.pde ---
18:23:53 [2024-02-16T23:23:53.961Z] [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.pde/features/org.eclipse.pde-feature/target/org.eclipse.pde-3.15.300-SNAPSHOT-sources-feature.jar
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] 
18:23:53 [2024-02-16T23:23:53.961Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.pde ---
18:23:54 [2024-02-16T23:23:54.216Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.pde:eclipse-feature:3.15.300-SNAPSHOT
18:23:54 [2024-02-16T23:23:54.216Z] [INFO] 
18:23:54 [2024-02-16T23:23:54.216Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde ---
18:23:54 [2024-02-16T23:23:54.217Z] [INFO] Execution was skipped
18:23:54 [2024-02-16T23:23:54.217Z] [INFO] 
18:23:54 [2024-02-16T23:23:54.217Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde ---
18:23:54 [2024-02-16T23:23:54.217Z] [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.pde/features/org.eclipse.pde-feature/target/org.eclipse.pde-3.15.300-SNAPSHOT.jar
18:23:55 [2024-02-16T23:23:55.144Z] [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.pde/features/org.eclipse.pde-feature/target/org.eclipse.pde-3.15.300-SNAPSHOT-sources-feature.jar
18:23:55 [2024-02-16T23:23:55.704Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.704Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde ---
18:23:55 [2024-02-16T23:23:55.704Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.pde:eclipse-feature:3.15.300-SNAPSHOT
18:23:55 [2024-02-16T23:23:55.704Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.704Z] [INFO] ------------< org.eclipse.platform:org.eclipse.ui.browser >-------------
18:23:55 [2024-02-16T23:23:55.704Z] [INFO] Building [bundle] Browser Support 3.8.200-SNAPSHOT             [238/521]
18:23:55 [2024-02-16T23:23:55.704Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.browser/.polyglot.META-INF
18:23:55 [2024-02-16T23:23:55.704Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] The project's OSGi version is 3.8.200.v20240202-1013
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.960Z] [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.ui.browser/saveproperties
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] Resolving class path of [bundle] Browser Support
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.960Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.961Z] [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.ui.browser/src/main/resources
18:23:55 [2024-02-16T23:23:55.961Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.961Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.browser ---
18:23:55 [2024-02-16T23:23:55.961Z] [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.ui.browser/src/main/resources
18:23:55 [2024-02-16T23:23:55.961Z] [INFO] 
18:23:55 [2024-02-16T23:23:55.961Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.216Z] [INFO] Compiling 52 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.ui.browser/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:56 [2024-02-16T23:23:56.216Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.216Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.216Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.216Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.216Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.216Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.216Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.216Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.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.ui/bundles/org.eclipse.ui.browser/src/test/resources
18:23:56 [2024-02-16T23:23:56.217Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.217Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.217Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.217Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.217Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.217Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.217Z] [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.ui.browser/target/org.eclipse.ui.browser-3.8.200-SNAPSHOT-sources.jar
18:23:56 [2024-02-16T23:23:56.217Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.217Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.217Z] [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.ui.browser/target/org.eclipse.ui.browser-3.8.200-SNAPSHOT.jar
18:23:56 [2024-02-16T23:23:56.473Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.473Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.473Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.browser:3.8.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.ui/bundles/org.eclipse.ui.browser/.polyglot.META-INF
18:23:56 [2024-02-16T23:23:56.473Z]     The main artifact has been replaced with the baseline version.
18:23:56 [2024-02-16T23:23:56.473Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:56 [2024-02-16T23:23:56.473Z] 
18:23:56 [2024-02-16T23:23:56.473Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.473Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.473Z] [INFO] Execution was skipped
18:23:56 [2024-02-16T23:23:56.473Z] [INFO] 
18:23:56 [2024-02-16T23:23:56.473Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.browser ---
18:23:56 [2024-02-16T23:23:56.474Z] [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.ui.browser/target/org.eclipse.ui.browser-3.8.200-SNAPSHOT.jar' is already signed and will be resigned.
18:23:56 [2024-02-16T23:23:56.474Z] [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.ui.browser/target/org.eclipse.ui.browser-3.8.200-SNAPSHOT.jar
18:23:57 [2024-02-16T23:23:57.400Z] [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.ui.browser/target/org.eclipse.ui.browser-3.8.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:57 [2024-02-16T23:23:57.400Z] [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.ui.browser/target/org.eclipse.ui.browser-3.8.200-SNAPSHOT-sources.jar
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.browser ---
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.browser:3.8.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.ui/bundles/org.eclipse.ui.browser/.polyglot.META-INF
18:23:58 [2024-02-16T23:23:58.327Z]     The main artifact has been replaced with the baseline version.
18:23:58 [2024-02-16T23:23:58.327Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:58 [2024-02-16T23:23:58.327Z] 
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] --------------< org.eclipse.platform:org.eclipse.jsch.ui >--------------
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] Building [bundle] JSch UI 1.5.300-SNAPSHOT                     [239/521]
18:23:58 [2024-02-16T23:23:58.327Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.jsch.ui/.polyglot.META-INF
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.327Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] The project's OSGi version is 1.5.300.v20231214-1526
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [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/team/bundles/org.eclipse.jsch.ui/saveproperties
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] Resolving class path of [bundle] JSch UI
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [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/team/bundles/org.eclipse.jsch.ui/src/main/resources
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [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/team/bundles/org.eclipse.jsch.ui/src/main/resources
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.328Z] [INFO] Compiling 16 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/team/bundles/org.eclipse.jsch.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[29] 
18:23:58 [2024-02-16T23:23:58.585Z] 	import org.eclipse.core.runtime.Preferences;
18:23:58 [2024-02-16T23:23:58.585Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.585Z] The type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[577] 
18:23:58 [2024-02-16T23:23:58.585Z] 	// TODO Bug 351094 The comment should be from kpair object,
18:23:58 [2024-02-16T23:23:58.585Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.585Z] TODO Bug 351094 The comment should be from kpair object,
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[721] 
18:23:58 [2024-02-16T23:23:58.585Z] 	kpair.setPassphrase(pass);
18:23:58 [2024-02-16T23:23:58.585Z] 	      ^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.585Z] The method setPassphrase(String) from the type KeyPair is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1509] 
18:23:58 [2024-02-16T23:23:58.585Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:23:58 [2024-02-16T23:23:58.585Z] 	^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.585Z] The type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1509] 
18:23:58 [2024-02-16T23:23:58.586Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:23:58 [2024-02-16T23:23:58.586Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.586Z] The method getPluginPreferences() from the type Plugin is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1511] 
18:23:58 [2024-02-16T23:23:58.586Z] 	.getString(org.eclipse.jsch.internal.core.IConstants.KEY_SSH2HOME));
18:23:58 [2024-02-16T23:23:58.586Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.586Z] The method getString(String) from the type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1513] 
18:23:58 [2024-02-16T23:23:58.586Z] 	.getString(org.eclipse.jsch.internal.core.IConstants.KEY_PRIVATEKEY));
18:23:58 [2024-02-16T23:23:58.586Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.586Z] The method getString(String) from the type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1540] 
18:23:58 [2024-02-16T23:23:58.586Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:23:58 [2024-02-16T23:23:58.586Z] 	^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.586Z] The type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1540] 
18:23:58 [2024-02-16T23:23:58.586Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:23:58 [2024-02-16T23:23:58.586Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.586Z] The method getPluginPreferences() from the type Plugin is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1541] 
18:23:58 [2024-02-16T23:23:58.586Z] 	preferences.setValue(
18:23:58 [2024-02-16T23:23:58.586Z] 					org.eclipse.jsch.internal.core.IConstants.KEY_SSH2HOME, home);
18:23:58 [2024-02-16T23:23:58.586Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.586Z] The method setValue(String, String) from the type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1543] 
18:23:58 [2024-02-16T23:23:58.587Z] 	preferences.setValue(
18:23:58 [2024-02-16T23:23:58.587Z] 					org.eclipse.jsch.internal.core.IConstants.KEY_PRIVATEKEY,
18:23:58 [2024-02-16T23:23:58.587Z] 					privateKeyText.getText());
18:23:58 [2024-02-16T23:23:58.587Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.587Z] The method setValue(String, String) from the type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1550] 
18:23:58 [2024-02-16T23:23:58.587Z] 	JSchCorePlugin.getPlugin().savePluginPreferences();
18:23:58 [2024-02-16T23:23:58.587Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.587Z] The method savePluginPreferences() from the type Plugin is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1646] 
18:23:58 [2024-02-16T23:23:58.587Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:23:58 [2024-02-16T23:23:58.587Z] 	^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.587Z] The type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1646] 
18:23:58 [2024-02-16T23:23:58.587Z] 	Preferences preferences=JSchCorePlugin.getPlugin().getPluginPreferences();
18:23:58 [2024-02-16T23:23:58.587Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.587Z] The method getPluginPreferences() from the type Plugin is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1649] 
18:23:58 [2024-02-16T23:23:58.587Z] 	.getDefaultString(org.eclipse.jsch.internal.core.IConstants.KEY_SSH2HOME));
18:23:58 [2024-02-16T23:23:58.587Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.587Z] The method getDefaultString(String) from the type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.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/team/bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java:[1652] 
18:23:58 [2024-02-16T23:23:58.588Z] 	.getDefaultString(org.eclipse.jsch.internal.core.IConstants.KEY_PRIVATEKEY));
18:23:58 [2024-02-16T23:23:58.588Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:23:58 [2024-02-16T23:23:58.588Z] The method getDefaultString(String) from the type Preferences is deprecated
18:23:58 [2024-02-16T23:23:58.588Z] 16 problems (null, 16 warnings)
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.588Z] [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/team/bundles/org.eclipse.jsch.ui/src/test/resources
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.588Z] [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/team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.5.300-SNAPSHOT-sources.jar
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.588Z] [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/team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.5.300-SNAPSHOT.jar
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.588Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jsch.ui: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/team/bundles/org.eclipse.jsch.ui/.polyglot.META-INF
18:23:58 [2024-02-16T23:23:58.588Z]     The main artifact has been replaced with the baseline version.
18:23:58 [2024-02-16T23:23:58.588Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:23:58 [2024-02-16T23:23:58.588Z] 
18:23:58 [2024-02-16T23:23:58.589Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.589Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.589Z] [INFO] Execution was skipped
18:23:58 [2024-02-16T23:23:58.589Z] [INFO] 
18:23:58 [2024-02-16T23:23:58.589Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jsch.ui ---
18:23:58 [2024-02-16T23:23:58.589Z] [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/team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:23:58 [2024-02-16T23:23:58.589Z] [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/team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.5.300-SNAPSHOT.jar
18:23:59 [2024-02-16T23:23:59.517Z] [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/team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:23:59 [2024-02-16T23:23:59.517Z] [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/team/bundles/org.eclipse.jsch.ui/target/org.eclipse.jsch.ui-1.5.300-SNAPSHOT-sources.jar
18:24:00 [2024-02-16T23:24:00.079Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.079Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jsch.ui ---
18:24:00 [2024-02-16T23:24:00.079Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jsch.ui: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/team/bundles/org.eclipse.jsch.ui/.polyglot.META-INF
18:24:00 [2024-02-16T23:24:00.079Z]     The main artifact has been replaced with the baseline version.
18:24:00 [2024-02-16T23:24:00.079Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:00 [2024-02-16T23:24:00.079Z] 
18:24:00 [2024-02-16T23:24:00.335Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.335Z] [INFO] --< org.eclipse.platform:org.eclipse.team.genericeditor.diff.extension >--
18:24:00 [2024-02-16T23:24:00.335Z] [INFO] Building [bundle] Diff Extension for Generic Editor 1.2.300-SNAPSHOT [240/521]
18:24:00 [2024-02-16T23:24:00.335Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.team.genericeditor.diff.extension/.polyglot.META-INF
18:24:00 [2024-02-16T23:24:00.335Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:00 [2024-02-16T23:24:00.335Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:00 [2024-02-16T23:24:00.335Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.335Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.335Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.335Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] The project's OSGi version is 1.2.300.v20231214-1012
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.591Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/saveproperties
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] Resolving class path of [bundle] Diff Extension for Generic Editor
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.591Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.591Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/src/main/resources
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.592Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/src/main/resources
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.592Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.592Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/src/test/resources
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.592Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.593Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.2.300-SNAPSHOT-sources.jar
18:24:00 [2024-02-16T23:24:00.593Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.593Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.848Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.2.300-SNAPSHOT.jar
18:24:00 [2024-02-16T23:24:00.848Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.848Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.848Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.genericeditor.diff.extension:1.2.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/team/bundles/org.eclipse.team.genericeditor.diff.extension/.polyglot.META-INF
18:24:00 [2024-02-16T23:24:00.848Z]     The main artifact has been replaced with the baseline version.
18:24:00 [2024-02-16T23:24:00.848Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:00 [2024-02-16T23:24:00.848Z] 
18:24:00 [2024-02-16T23:24:00.848Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.848Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.848Z] [INFO] Execution was skipped
18:24:00 [2024-02-16T23:24:00.848Z] [INFO] 
18:24:00 [2024-02-16T23:24:00.848Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:00 [2024-02-16T23:24:00.849Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:24:00 [2024-02-16T23:24:00.849Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.2.300-SNAPSHOT.jar
18:24:01 [2024-02-16T23:24:01.410Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.2.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:01 [2024-02-16T23:24:01.410Z] [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/team/bundles/org.eclipse.team.genericeditor.diff.extension/target/org.eclipse.team.genericeditor.diff.extension-1.2.300-SNAPSHOT-sources.jar
18:24:02 [2024-02-16T23:24:02.335Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.335Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.team.genericeditor.diff.extension ---
18:24:02 [2024-02-16T23:24:02.335Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.genericeditor.diff.extension:1.2.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/team/bundles/org.eclipse.team.genericeditor.diff.extension/.polyglot.META-INF
18:24:02 [2024-02-16T23:24:02.335Z]     The main artifact has been replaced with the baseline version.
18:24:02 [2024-02-16T23:24:02.335Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:02 [2024-02-16T23:24:02.335Z] 
18:24:02 [2024-02-16T23:24:02.335Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.335Z] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64 >----
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] Building org.eclipse.equinox.security.win32.x86_64 1.2.200-SNAPSHOT [241/521]
18:24:02 [2024-02-16T23:24:02.336Z] [INFO]   from equinox/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] The project's OSGi version is 1.2.200.v20240213-1244
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [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.security.win32.x86_64/saveproperties
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] Resolving class path of org.eclipse.equinox.security.win32.x86_64
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [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.security.win32.x86_64/src/main/resources
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.336Z] [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.security.win32.x86_64/src/main/resources
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.336Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] Compiling 2 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.security.win32.x86_64/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.337Z] [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.security.win32.x86_64/src/test/resources
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.337Z] [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.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.200-SNAPSHOT-sources.jar
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.337Z] [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.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.200-SNAPSHOT.jar
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.337Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.338Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.2.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/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
18:24:02 [2024-02-16T23:24:02.338Z]     The main artifact has been replaced with the baseline version.
18:24:02 [2024-02-16T23:24:02.338Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:02 [2024-02-16T23:24:02.338Z] 
18:24:02 [2024-02-16T23:24:02.338Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.338Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.338Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.338Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.593Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.2.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/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
18:24:02 [2024-02-16T23:24:02.593Z]     The main artifact has been replaced with the baseline version.
18:24:02 [2024-02-16T23:24:02.593Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:02 [2024-02-16T23:24:02.593Z] 
18:24:02 [2024-02-16T23:24:02.593Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.593Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.593Z] [INFO] Execution was skipped
18:24:02 [2024-02-16T23:24:02.593Z] [INFO] 
18:24:02 [2024-02-16T23:24:02.593Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:02 [2024-02-16T23:24:02.593Z] [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.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.200-SNAPSHOT.jar' is already signed and will be resigned.
18:24:02 [2024-02-16T23:24:02.593Z] [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.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.200-SNAPSHOT.jar
18:24:03 [2024-02-16T23:24:03.957Z] [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.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:03 [2024-02-16T23:24:03.957Z] [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.security.win32.x86_64/target/org.eclipse.equinox.security.win32.x86_64-1.2.200-SNAPSHOT-sources.jar
18:24:04 [2024-02-16T23:24:04.883Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.883Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.security.win32.x86_64 ---
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.win32.x86_64:1.2.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/equinox/bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
18:24:04 [2024-02-16T23:24:04.884Z]     The main artifact has been replaced with the baseline version.
18:24:04 [2024-02-16T23:24:04.884Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:04 [2024-02-16T23:24:04.884Z] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] ---< org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives >---
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] Building [bundle] Equinox Provisioning Native Touchpoint 1.5.200-SNAPSHOT [242/521]
18:24:04 [2024-02-16T23:24:04.884Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/.polyglot.META-INF
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] The project's OSGi version is 1.5.200.v20240201-0843
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.884Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/saveproperties
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Native Touchpoint
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.884Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.885Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/main/resources
18:24:04 [2024-02-16T23:24:04.885Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.885Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.885Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/main/resources
18:24:04 [2024-02-16T23:24:04.885Z] [INFO] 
18:24:04 [2024-02-16T23:24:04.885Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:04 [2024-02-16T23:24:04.885Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:05 [2024-02-16T23:24:05.141Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java:[24] 
18:24:05 [2024-02-16T23:24:05.141Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:24:05 [2024-02-16T23:24:05.141Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:24:05 [2024-02-16T23:24:05.141Z] The type PackageAdmin is deprecated
18:24:05 [2024-02-16T23:24:05.141Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java:[47] 
18:24:05 [2024-02-16T23:24:05.141Z] 	ServiceReference<PackageAdmin> sr = Activator.getContext().getServiceReference(PackageAdmin.class);
18:24:05 [2024-02-16T23:24:05.141Z] 	                 ^^^^^^^^^^^^
18:24:05 [2024-02-16T23:24:05.141Z] The type PackageAdmin is deprecated
18:24:05 [2024-02-16T23:24:05.142Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java:[47] 
18:24:05 [2024-02-16T23:24:05.142Z] 	ServiceReference<PackageAdmin> sr = Activator.getContext().getServiceReference(PackageAdmin.class);
18:24:05 [2024-02-16T23:24:05.142Z] 	                                                                               ^^^^^^^^^^^^
18:24:05 [2024-02-16T23:24:05.142Z] The type PackageAdmin is deprecated
18:24:05 [2024-02-16T23:24:05.142Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java:[50] 
18:24:05 [2024-02-16T23:24:05.142Z] 	PackageAdmin packageAdmin = Activator.getContext().getService(sr);
18:24:05 [2024-02-16T23:24:05.142Z] 	^^^^^^^^^^^^
18:24:05 [2024-02-16T23:24:05.142Z] The type PackageAdmin is deprecated
18:24:05 [2024-02-16T23:24:05.142Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/org/eclipse/equinox/internal/p2/touchpoint/natives/actions/BlockMacUpdate.java:[54] 
18:24:05 [2024-02-16T23:24:05.142Z] 	Bundle[] bundles = packageAdmin.getBundles("org.eclipse.equinox.frameworkadmin.equinox", null); //$NON-NLS-1$
18:24:05 [2024-02-16T23:24:05.142Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:24:05 [2024-02-16T23:24:05.142Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:24:05 [2024-02-16T23:24:05.142Z] 5 problems (5 warnings)
18:24:05 [2024-02-16T23:24:05.142Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.142Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.142Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.142Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.142Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.142Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.142Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.142Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.142Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/src/test/resources
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.143Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.5.200-SNAPSHOT-sources.jar
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.143Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.5.200-SNAPSHOT.jar
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:1.5.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/.tycho-consumer-pom.xml
18:24:05 [2024-02-16T23:24:05.143Z]     The main artifact has been replaced with the baseline version.
18:24:05 [2024-02-16T23:24:05.143Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:05 [2024-02-16T23:24:05.143Z] 
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.143Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.144Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.144Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:1.5.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/.tycho-consumer-pom.xml
18:24:05 [2024-02-16T23:24:05.144Z]     The main artifact has been replaced with the baseline version.
18:24:05 [2024-02-16T23:24:05.144Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:05 [2024-02-16T23:24:05.144Z] 
18:24:05 [2024-02-16T23:24:05.144Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.144Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.144Z] [INFO] Execution was skipped
18:24:05 [2024-02-16T23:24:05.144Z] [INFO] 
18:24:05 [2024-02-16T23:24:05.144Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:05 [2024-02-16T23:24:05.144Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.5.200-SNAPSHOT.jar' is already signed and will be resigned.
18:24:05 [2024-02-16T23:24:05.144Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.5.200-SNAPSHOT.jar
18:24:06 [2024-02-16T23:24:06.071Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.5.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:06 [2024-02-16T23:24:06.071Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/target/org.eclipse.equinox.p2.touchpoint.natives-1.5.200-SNAPSHOT-sources.jar
18:24:07 [2024-02-16T23:24:07.434Z] [INFO] 
18:24:07 [2024-02-16T23:24:07.434Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.touchpoint.natives ---
18:24:07 [2024-02-16T23:24:07.435Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.touchpoint.natives:1.5.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.touchpoint.natives/.tycho-consumer-pom.xml
18:24:07 [2024-02-16T23:24:07.435Z]     The main artifact has been replaced with the baseline version.
18:24:07 [2024-02-16T23:24:07.435Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:07 [2024-02-16T23:24:07.435Z] 
18:24:07 [2024-02-16T23:24:07.435Z] [INFO] 
18:24:07 [2024-02-16T23:24:07.435Z] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.linux >-------
18:24:07 [2024-02-16T23:24:07.435Z] [INFO] Building org.eclipse.equinox.security.linux 1.1.200-SNAPSHOT   [243/521]
18:24:07 [2024-02-16T23:24:07.435Z] [INFO]   from equinox/bundles/org.eclipse.equinox.security.linux/pom.xml
18:24:07 [2024-02-16T23:24:07.435Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:07 [2024-02-16T23:24:07.435Z] [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], 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@6f935613
18:24:07 [2024-02-16T23:24:07.436Z] [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.0, 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:24:11 [2024-02-16T23:24:11.601Z] [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:24:11 [2024-02-16T23:24:11.879Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:24:12 [2024-02-16T23:24:12.440Z] [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:24:12 [2024-02-16T23:24:12.697Z] [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:24:12 [2024-02-16T23:24:12.697Z] [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:24:12 [2024-02-16T23:24:12.953Z] [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:24:13 [2024-02-16T23:24:13.209Z] [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:24:13 [2024-02-16T23:24:13.465Z] [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:24:13 [2024-02-16T23:24:13.466Z] [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:24:13 [2024-02-16T23:24:13.721Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.721Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.721Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.721Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.721Z] [INFO] The project's OSGi version is 1.1.200.v20231214-1607
18:24:13 [2024-02-16T23:24:13.721Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.722Z] [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.security.linux/saveproperties
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] Resolving class path of org.eclipse.equinox.security.linux
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.722Z] [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.security.linux/src/main/resources
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.722Z] [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.security.linux/src/main/resources
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.722Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.722Z] [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/equinox/bundles/org.eclipse.equinox.security.linux/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:13 [2024-02-16T23:24:13.978Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.978Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.978Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.978Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.978Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.979Z] [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.security.linux/src/test/resources
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.979Z] [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.security.linux/target/org.eclipse.equinox.security.linux-1.1.200-SNAPSHOT-sources.jar
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.979Z] [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.security.linux/target/org.eclipse.equinox.security.linux-1.1.200-SNAPSHOT.jar
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.979Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.1.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/equinox/bundles/org.eclipse.equinox.security.linux/pom.xml
18:24:13 [2024-02-16T23:24:13.980Z]     The main artifact has been replaced with the baseline version.
18:24:13 [2024-02-16T23:24:13.980Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:13 [2024-02-16T23:24:13.980Z] 
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.1.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/equinox/bundles/org.eclipse.equinox.security.linux/pom.xml
18:24:13 [2024-02-16T23:24:13.980Z]     The main artifact has been replaced with the baseline version.
18:24:13 [2024-02-16T23:24:13.980Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:13 [2024-02-16T23:24:13.980Z] 
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] Execution was skipped
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] 
18:24:13 [2024-02-16T23:24:13.980Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.security.linux ---
18:24:13 [2024-02-16T23:24:13.980Z] [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.security.linux/target/org.eclipse.equinox.security.linux-1.1.200-SNAPSHOT.jar' is already signed and will be resigned.
18:24:13 [2024-02-16T23:24:13.980Z] [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.security.linux/target/org.eclipse.equinox.security.linux-1.1.200-SNAPSHOT.jar
18:24:14 [2024-02-16T23:24: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/equinox/bundles/org.eclipse.equinox.security.linux/target/org.eclipse.equinox.security.linux-1.1.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:14 [2024-02-16T23:24:14.910Z] [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.security.linux/target/org.eclipse.equinox.security.linux-1.1.200-SNAPSHOT-sources.jar
18:24:15 [2024-02-16T23:24:15.471Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.471Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.security.linux ---
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.linux:1.1.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/equinox/bundles/org.eclipse.equinox.security.linux/pom.xml
18:24:15 [2024-02-16T23:24:15.472Z]     The main artifact has been replaced with the baseline version.
18:24:15 [2024-02-16T23:24:15.472Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:15 [2024-02-16T23:24:15.472Z] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.security.macosx >-------
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] Building org.eclipse.equinox.security.macosx 1.102.200-SNAPSHOT [244/521]
18:24:15 [2024-02-16T23:24:15.472Z] [INFO]   from equinox/bundles/org.eclipse.equinox.security.macosx/pom.xml
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] The project's OSGi version is 1.102.200.v20231214-2017
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [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.security.macosx/saveproperties
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] Resolving class path of org.eclipse.equinox.security.macosx
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [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.security.macosx/src/main/resources
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.472Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.472Z] [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.security.macosx/src/main/resources
18:24:15 [2024-02-16T23:24:15.473Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.473Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.473Z] [INFO] Compiling 2 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.security.macosx/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.728Z] [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.security.macosx/src/test/resources
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.728Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.729Z] [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.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.200-SNAPSHOT-sources.jar
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.729Z] [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.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.200-SNAPSHOT.jar
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.102.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/equinox/bundles/org.eclipse.equinox.security.macosx/pom.xml
18:24:15 [2024-02-16T23:24:15.729Z]     The main artifact has been replaced with the baseline version.
18:24:15 [2024-02-16T23:24:15.729Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:15 [2024-02-16T23:24:15.729Z] 
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.729Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.730Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.102.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/equinox/bundles/org.eclipse.equinox.security.macosx/pom.xml
18:24:15 [2024-02-16T23:24:15.730Z]     The main artifact has been replaced with the baseline version.
18:24:15 [2024-02-16T23:24:15.730Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:15 [2024-02-16T23:24:15.730Z] 
18:24:15 [2024-02-16T23:24:15.730Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.730Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.730Z] [INFO] Execution was skipped
18:24:15 [2024-02-16T23:24:15.730Z] [INFO] 
18:24:15 [2024-02-16T23:24:15.730Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.security.macosx ---
18:24:15 [2024-02-16T23:24:15.730Z] [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.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.200-SNAPSHOT.jar' is already signed and will be resigned.
18:24:15 [2024-02-16T23:24:15.730Z] [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.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.200-SNAPSHOT.jar
18:24:16 [2024-02-16T23:24:16.657Z] [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.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:16 [2024-02-16T23:24:16.657Z] [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.security.macosx/target/org.eclipse.equinox.security.macosx-1.102.200-SNAPSHOT-sources.jar
18:24:17 [2024-02-16T23:24:17.218Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.218Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.security.macosx ---
18:24:17 [2024-02-16T23:24:17.218Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.macosx:1.102.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/equinox/bundles/org.eclipse.equinox.security.macosx/pom.xml
18:24:17 [2024-02-16T23:24:17.218Z]     The main artifact has been replaced with the baseline version.
18:24:17 [2024-02-16T23:24:17.218Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:17 [2024-02-16T23:24:17.218Z] 
18:24:17 [2024-02-16T23:24:17.218Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.218Z] [INFO] --------< org.eclipse.platform:org.eclipse.equinox.p2.console >---------
18:24:17 [2024-02-16T23:24:17.218Z] [INFO] Building [bundle] Equinox Provisioning Console 1.3.300-SNAPSHOT [245/521]
18:24:17 [2024-02-16T23:24:17.218Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/.polyglot.META-INF
18:24:17 [2024-02-16T23:24:17.218Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:17 [2024-02-16T23:24:17.218Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.219Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.219Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.219Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] The project's OSGi version is 1.3.300.v20240201-0843
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.474Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/saveproperties
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.474Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Console
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/src/main/resources
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/src/main/resources
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/src/test/resources
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.475Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.476Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.3.300-SNAPSHOT-sources.jar
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.476Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.3.300-SNAPSHOT.jar
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.console:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/.tycho-consumer-pom.xml
18:24:17 [2024-02-16T23:24:17.476Z]     The main artifact has been replaced with the baseline version.
18:24:17 [2024-02-16T23:24:17.476Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:17 [2024-02-16T23:24:17.476Z] 
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.console:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/.tycho-consumer-pom.xml
18:24:17 [2024-02-16T23:24:17.476Z]     The main artifact has been replaced with the baseline version.
18:24:17 [2024-02-16T23:24:17.476Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:17 [2024-02-16T23:24:17.476Z] 
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] Execution was skipped
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] 
18:24:17 [2024-02-16T23:24:17.476Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.console ---
18:24:17 [2024-02-16T23:24:17.477Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:24:17 [2024-02-16T23:24:17.477Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.3.300-SNAPSHOT.jar
18:24:18 [2024-02-16T23:24:18.404Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:18 [2024-02-16T23:24:18.404Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/target/org.eclipse.equinox.p2.console-1.3.300-SNAPSHOT-sources.jar
18:24:18 [2024-02-16T23:24:18.966Z] [INFO] 
18:24:18 [2024-02-16T23:24:18.966Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.console ---
18:24:18 [2024-02-16T23:24:18.966Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.console:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.console/.tycho-consumer-pom.xml
18:24:18 [2024-02-16T23:24:18.966Z]     The main artifact has been replaced with the baseline version.
18:24:18 [2024-02-16T23:24:18.966Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:18 [2024-02-16T23:24:18.966Z] 
18:24:18 [2024-02-16T23:24:18.966Z] [INFO] 
18:24:18 [2024-02-16T23:24:18.966Z] [INFO] -----< org.eclipse.platform:org.eclipse.equinox.p2.transport.ecf >------
18:24:18 [2024-02-16T23:24:18.966Z] [INFO] Building [bundle] Equinox Provisioning ECF based Transport 1.4.200-SNAPSHOT [246/521]
18:24:18 [2024-02-16T23:24:18.966Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/.polyglot.META-INF
18:24:18 [2024-02-16T23:24:18.966Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] The project's OSGi version is 1.4.200.v20240203-1359
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.223Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/saveproperties
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] Resolving class path of [bundle] Equinox Provisioning ECF based Transport
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.223Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.224Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/src/main/resources
18:24:19 [2024-02-16T23:24:19.224Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.224Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.224Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/src/main/resources
18:24:19 [2024-02-16T23:24:19.224Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.224Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.224Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:19 [2024-02-16T23:24:19.224Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java:[24] 
18:24:19 [2024-02-16T23:24:19.224Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:24:19 [2024-02-16T23:24:19.224Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:24:19 [2024-02-16T23:24:19.224Z] The type PackageAdmin is deprecated
18:24:19 [2024-02-16T23:24:19.224Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java:[156] 
18:24:19 [2024-02-16T23:24:19.224Z] 	PackageAdmin packageAdmin = ServiceHelper.getService(Activator.context, PackageAdmin.class);
18:24:19 [2024-02-16T23:24:19.224Z] 	^^^^^^^^^^^^
18:24:19 [2024-02-16T23:24:19.224Z] The type PackageAdmin is deprecated
18:24:19 [2024-02-16T23:24:19.224Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java:[156] 
18:24:19 [2024-02-16T23:24:19.225Z] 	PackageAdmin packageAdmin = ServiceHelper.getService(Activator.context, PackageAdmin.class);
18:24:19 [2024-02-16T23:24:19.225Z] 	                                                                        ^^^^^^^^^^^^
18:24:19 [2024-02-16T23:24:19.225Z] The type PackageAdmin is deprecated
18:24:19 [2024-02-16T23:24:19.225Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.transport.ecf/src/org/eclipse/equinox/internal/p2/transport/ecf/Activator.java:[160] 
18:24:19 [2024-02-16T23:24:19.225Z] 	Bundle[] bundles = packageAdmin.getBundles(bundleId, null);
18:24:19 [2024-02-16T23:24:19.225Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:24:19 [2024-02-16T23:24:19.225Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:24:19 [2024-02-16T23:24:19.225Z] 4 problems (4 warnings)
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/src/test/resources
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] 4 system scoped dependencies were not mapped to maven artifacts
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.225Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.4.200-SNAPSHOT-sources.jar
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.225Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.226Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.4.200-SNAPSHOT.jar
18:24:19 [2024-02-16T23:24:19.490Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.490Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.490Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.transport.ecf:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/.tycho-consumer-pom.xml
18:24:19 [2024-02-16T23:24:19.490Z]     The main artifact has been replaced with the baseline version.
18:24:19 [2024-02-16T23:24:19.490Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:19 [2024-02-16T23:24:19.490Z] 
18:24:19 [2024-02-16T23:24:19.490Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.491Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.491Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.491Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.491Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.transport.ecf:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/.tycho-consumer-pom.xml
18:24:19 [2024-02-16T23:24:19.491Z]     The main artifact has been replaced with the baseline version.
18:24:19 [2024-02-16T23:24:19.491Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:19 [2024-02-16T23:24:19.491Z] 
18:24:19 [2024-02-16T23:24:19.491Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.491Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.491Z] [INFO] Execution was skipped
18:24:19 [2024-02-16T23:24:19.491Z] [INFO] 
18:24:19 [2024-02-16T23:24:19.491Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:19 [2024-02-16T23:24:19.491Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:24:19 [2024-02-16T23:24:19.491Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.4.200-SNAPSHOT.jar
18:24:20 [2024-02-16T23:24:20.419Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:20 [2024-02-16T23:24:20.419Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/target/org.eclipse.equinox.p2.transport.ecf-1.4.200-SNAPSHOT-sources.jar
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.transport.ecf ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.transport.ecf:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.transport.ecf/.tycho-consumer-pom.xml
18:24:20 [2024-02-16T23:24:20.980Z]     The main artifact has been replaced with the baseline version.
18:24:20 [2024-02-16T23:24:20.980Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:20 [2024-02-16T23:24:20.980Z] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] -------------------< org.eclipse.platform:features >--------------------
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] Building [aggregator] features 4.31.0-SNAPSHOT                 [247/521]
18:24:20 [2024-02-16T23:24:20.980Z] [INFO]   from rt.equinox.p2/features/.polyglot.pom.tycho
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --------------------------------[ pom ]---------------------------------
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- clean:3.3.2:clean (default-clean) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [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/rt.equinox.p2/features/saveproperties
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [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/rt.equinox.p2/features/src/main/resources
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] Execution was skipped
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ features ---
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.980Z] [INFO] ------< org.eclipse.platform:org.eclipse.equinox.p2.core.feature >------
18:24:20 [2024-02-16T23:24:20.981Z] [INFO] Building [feature] Equinox p2, headless functionalities 1.7.100-SNAPSHOT [248/521]
18:24:20 [2024-02-16T23:24:20.981Z] [INFO]   from rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/.polyglot.feature.xml
18:24:20 [2024-02-16T23:24:20.981Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:24:20 [2024-02-16T23:24:20.981Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.core.feature:1.7.100-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/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/.polyglot.feature.xml
18:24:20 [2024-02-16T23:24:20.981Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.981Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.core.feature ---
18:24:20 [2024-02-16T23:24:20.981Z] [INFO] Deleting /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/features/org.eclipse.equinox.p2.core.feature/target
18:24:20 [2024-02-16T23:24:20.981Z] [INFO] 
18:24:20 [2024-02-16T23:24:20.981Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.237Z] [INFO] The project's OSGi version is 1.7.100.v20240216-0715
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.238Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/saveproperties
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.238Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/src/main/resources
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.238Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/src/main/resources
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.238Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] 22 system scoped dependencies were not mapped to maven artifacts
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.495Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target/org.eclipse.equinox.p2.core.feature-1.7.100-SNAPSHOT.jar
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.core.feature:eclipse-feature:1.7.100-SNAPSHOT
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.495Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.496Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target/org.eclipse.equinox.p2.core.feature-1.7.100-SNAPSHOT-sources-feature.jar
18:24:21 [2024-02-16T23:24:21.496Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.496Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.496Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.core.feature:eclipse-feature:1.7.100-SNAPSHOT
18:24:21 [2024-02-16T23:24:21.496Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.496Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.496Z] [INFO] Execution was skipped
18:24:21 [2024-02-16T23:24:21.496Z] [INFO] 
18:24:21 [2024-02-16T23:24:21.496Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.core.feature ---
18:24:21 [2024-02-16T23:24:21.496Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target/org.eclipse.equinox.p2.core.feature-1.7.100-SNAPSHOT.jar
18:24:22 [2024-02-16T23:24:22.861Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.core.feature/target/org.eclipse.equinox.p2.core.feature-1.7.100-SNAPSHOT-sources-feature.jar
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.core.feature ---
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.core.feature:eclipse-feature:1.7.100-SNAPSHOT
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] ---< org.eclipse.platform:org.eclipse.equinox.p2.reconciler.dropins >---
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] Building [bundle] Equinox Provisioning Drop-in 1.5.300-SNAPSHOT [249/521]
18:24:23 [2024-02-16T23:24:23.421Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/.polyglot.META-INF
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] The project's OSGi version is 1.5.300.v20240212-0924
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.421Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.422Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/saveproperties
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Drop-in
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.422Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/main/resources
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.422Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/main/resources
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.422Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.422Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:23 [2024-02-16T23:24:23.678Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/Activator.java:[197] 
18:24:23 [2024-02-16T23:24:23.678Z] 	String externalForm = PathUtil.makeRelative(parentConfiguration.toURL().toExternalForm(), getOSGiInstallArea()).replace('\\', '/');
18:24:23 [2024-02-16T23:24:23.678Z] 	                                                                ^^^^^^^
18:24:23 [2024-02-16T23:24:23.678Z] The method toURL() from the type File is deprecated
18:24:23 [2024-02-16T23:24:23.678Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/Activator.java:[467] 
18:24:23 [2024-02-16T23:24:23.678Z] 	String sharedUR = PathUtil.makeRelative(shareConfigFile.toURL().toExternalForm(), getOSGiInstallArea()).replace('\\', '/');
18:24:23 [2024-02-16T23:24:23.678Z] 	                                                        ^^^^^^^
18:24:23 [2024-02-16T23:24:23.678Z] The method toURL() from the type File is deprecated
18:24:23 [2024-02-16T23:24:23.678Z] 2 problems (2 warnings)
18:24:23 [2024-02-16T23:24:23.678Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.678Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.678Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.678Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.678Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.678Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.678Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.678Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.678Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/test/resources
18:24:23 [2024-02-16T23:24:23.678Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.679Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.5.300-SNAPSHOT-sources.jar
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.679Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.5.300-SNAPSHOT.jar
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.679Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.reconciler.dropins: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/.tycho-consumer-pom.xml
18:24:23 [2024-02-16T23:24:23.680Z]     The main artifact has been replaced with the baseline version.
18:24:23 [2024-02-16T23:24:23.680Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:23 [2024-02-16T23:24:23.680Z] 
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.reconciler.dropins: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/.tycho-consumer-pom.xml
18:24:23 [2024-02-16T23:24:23.680Z]     The main artifact has been replaced with the baseline version.
18:24:23 [2024-02-16T23:24:23.680Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:23 [2024-02-16T23:24:23.680Z] 
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] Execution was skipped
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] 
18:24:23 [2024-02-16T23:24:23.680Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:23 [2024-02-16T23:24:23.680Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:24:23 [2024-02-16T23:24:23.681Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.5.300-SNAPSHOT.jar
18:24:25 [2024-02-16T23:24:25.044Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:25 [2024-02-16T23:24:25.044Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/target/org.eclipse.equinox.p2.reconciler.dropins-1.5.300-SNAPSHOT-sources.jar
18:24:25 [2024-02-16T23:24:25.970Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.970Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.reconciler.dropins ---
18:24:25 [2024-02-16T23:24:25.970Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.reconciler.dropins: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.reconciler.dropins/.tycho-consumer-pom.xml
18:24:25 [2024-02-16T23:24:25.971Z]     The main artifact has been replaced with the baseline version.
18:24:25 [2024-02-16T23:24:25.971Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:25 [2024-02-16T23:24:25.971Z] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] ------< org.eclipse.platform:org.eclipse.equinox.p2.director.app >------
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] Building [bundle] Equinox Provisioning Director Application 1.3.300-SNAPSHOT [250/521]
18:24:25 [2024-02-16T23:24:25.971Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/.polyglot.META-INF
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] The project's OSGi version is 1.3.300.v20240212-0924
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/saveproperties
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Director Application
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-76) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src_ant added.
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.971Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.971Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/main/resources
18:24:25 [2024-02-16T23:24:25.972Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.972Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.972Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/main/resources
18:24:25 [2024-02-16T23:24:25.972Z] [INFO] 
18:24:25 [2024-02-16T23:24:25.972Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.director.app ---
18:24:25 [2024-02-16T23:24:25.972Z] [INFO] Compiling 7 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] Compiling 1 source 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/ant_tasks/director-ant.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.228Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/test/resources
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.228Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.3.300-SNAPSHOT-sources.jar
18:24:26 [2024-02-16T23:24:26.228Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.229Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/ant_tasks/director-ant.jar
18:24:26 [2024-02-16T23:24:26.229Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.3.300-SNAPSHOT.jar
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.director.app:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/.tycho-consumer-pom.xml
18:24:26 [2024-02-16T23:24:26.229Z]     The main artifact has been replaced with the baseline version.
18:24:26 [2024-02-16T23:24:26.229Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:26 [2024-02-16T23:24:26.229Z] 
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.director.app:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/.tycho-consumer-pom.xml
18:24:26 [2024-02-16T23:24:26.229Z]     The main artifact has been replaced with the baseline version.
18:24:26 [2024-02-16T23:24:26.229Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:26 [2024-02-16T23:24:26.229Z] 
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] Execution was skipped
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] 
18:24:26 [2024-02-16T23:24:26.229Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.director.app ---
18:24:26 [2024-02-16T23:24:26.230Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.3.300-SNAPSHOT.jar_unpacked_2690476497526096178/ant_tasks/director-ant.jar' is disabled.
18:24:26 [2024-02-16T23:24:26.230Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.3.300-SNAPSHOT.jar_unpacked_2690476497526096178/ant_tasks/director-ant.jar' is already signed and will be resigned.
18:24:26 [2024-02-16T23:24:26.230Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.3.300-SNAPSHOT.jar_unpacked_2690476497526096178/ant_tasks/director-ant.jar
18:24:27 [2024-02-16T23:24:27.593Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:24:27 [2024-02-16T23:24:27.594Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.3.300-SNAPSHOT.jar
18:24:28 [2024-02-16T23:24:28.520Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:28 [2024-02-16T23:24:28.520Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/target/org.eclipse.equinox.p2.director.app-1.3.300-SNAPSHOT-sources.jar
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.director.app ---
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.director.app:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/.tycho-consumer-pom.xml
18:24:29 [2024-02-16T23:24:29.884Z]     The main artifact has been replaced with the baseline version.
18:24:29 [2024-02-16T23:24:29.884Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:29 [2024-02-16T23:24:29.884Z] 
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] -----< org.eclipse.platform:org.eclipse.equinox.p2.extras.feature >-----
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] Building [feature] Equinox p2, backward compatibility support 1.4.2300-SNAPSHOT [251/521]
18:24:29 [2024-02-16T23:24:29.884Z] [INFO]   from rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/.polyglot.feature.xml
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.extras.feature:1.4.2300-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/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/.polyglot.feature.xml
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.extras.feature ---
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] Deleting /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/features/org.eclipse.equinox.p2.extras.feature/target
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.extras.feature ---
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] The project's OSGi version is 1.4.2300.v20240216-0715
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.extras.feature ---
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.extras.feature ---
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.884Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.extras.feature ---
18:24:29 [2024-02-16T23:24:29.885Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/saveproperties
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.extras.feature ---
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.extras.feature ---
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.extras.feature ---
18:24:29 [2024-02-16T23:24:29.885Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/src/main/resources
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.extras.feature ---
18:24:29 [2024-02-16T23:24:29.885Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/src/main/resources
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] 
18:24:29 [2024-02-16T23:24:29.885Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 22 system scoped dependencies were not mapped to maven artifacts
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.141Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target/org.eclipse.equinox.p2.extras.feature-1.4.2300-SNAPSHOT.jar
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.extras.feature:eclipse-feature:1.4.2300-SNAPSHOT
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.141Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target/org.eclipse.equinox.p2.extras.feature-1.4.2300-SNAPSHOT-sources-feature.jar
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.extras.feature:eclipse-feature:1.4.2300-SNAPSHOT
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] Execution was skipped
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] 
18:24:30 [2024-02-16T23:24:30.141Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.extras.feature ---
18:24:30 [2024-02-16T23:24:30.142Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target/org.eclipse.equinox.p2.extras.feature-1.4.2300-SNAPSHOT.jar
18:24:31 [2024-02-16T23:24:31.068Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.extras.feature/target/org.eclipse.equinox.p2.extras.feature-1.4.2300-SNAPSHOT-sources-feature.jar
18:24:31 [2024-02-16T23:24:31.629Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.630Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.extras.feature ---
18:24:31 [2024-02-16T23:24:31.630Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.extras.feature:eclipse-feature:1.4.2300-SNAPSHOT
18:24:31 [2024-02-16T23:24:31.630Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.630Z] [INFO] ----< org.eclipse.platform:org.eclipse.equinox.p2.ui.importexport >-----
18:24:31 [2024-02-16T23:24:31.630Z] [INFO] Building [bundle] Equinox Provisioning Import and Export 1.4.300-SNAPSHOT [252/521]
18:24:31 [2024-02-16T23:24:31.630Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/.polyglot.META-INF
18:24:31 [2024-02-16T23:24:31.630Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:31 [2024-02-16T23:24:31.630Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:31 [2024-02-16T23:24:31.885Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.885Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.885Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.885Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.885Z] [INFO] The project's OSGi version is 1.4.300.v20240201-0843
18:24:31 [2024-02-16T23:24:31.885Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.886Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/saveproperties
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Import and Export
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.886Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/main/resources
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.886Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/main/resources
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] 
18:24:31 [2024-02-16T23:24:31.886Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:31 [2024-02-16T23:24:31.887Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:32 [2024-02-16T23:24:32.142Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.ui.importexport/src/org/eclipse/equinox/internal/p2/importexport/internal/wizard/AbstractPage.java:[85] 
18:24:32 [2024-02-16T23:24:32.142Z] 	super(parent, treeStyle, filter, useNewLook);
18:24:32 [2024-02-16T23:24:32.142Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:24:32 [2024-02-16T23:24:32.142Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:24:32 [2024-02-16T23:24:32.142Z] 1 problem (1 warning)
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.142Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/src/test/resources
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] 37 system scoped dependencies were not mapped to maven artifacts
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.142Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.143Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.4.300-SNAPSHOT-sources.jar
18:24:32 [2024-02-16T23:24:32.143Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.143Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.143Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.4.300-SNAPSHOT.jar
18:24:32 [2024-02-16T23:24:32.143Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.143Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.143Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.importexport:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/.tycho-consumer-pom.xml
18:24:32 [2024-02-16T23:24:32.143Z]     The main artifact has been replaced with the baseline version.
18:24:32 [2024-02-16T23:24:32.143Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:32 [2024-02-16T23:24:32.143Z] 
18:24:32 [2024-02-16T23:24:32.143Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.143Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.143Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.143Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.398Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.importexport:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/.tycho-consumer-pom.xml
18:24:32 [2024-02-16T23:24:32.398Z]     The main artifact has been replaced with the baseline version.
18:24:32 [2024-02-16T23:24:32.398Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:32 [2024-02-16T23:24:32.398Z] 
18:24:32 [2024-02-16T23:24:32.398Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.399Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.399Z] [INFO] Execution was skipped
18:24:32 [2024-02-16T23:24:32.399Z] [INFO] 
18:24:32 [2024-02-16T23:24:32.399Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:32 [2024-02-16T23:24:32.399Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:24:32 [2024-02-16T23:24:32.399Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.4.300-SNAPSHOT.jar
18:24:33 [2024-02-16T23:24:33.763Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:33 [2024-02-16T23:24:33.763Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/target/org.eclipse.equinox.p2.ui.importexport-1.4.300-SNAPSHOT-sources.jar
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.ui.importexport ---
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.importexport:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.importexport/.tycho-consumer-pom.xml
18:24:34 [2024-02-16T23:24:34.324Z]     The main artifact has been replaced with the baseline version.
18:24:34 [2024-02-16T23:24:34.324Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:34 [2024-02-16T23:24:34.324Z] 
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] -----< org.eclipse.platform:org.eclipse.equinox.p2.updatechecker >------
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] Building [bundle] Equinox Provisioning Update Checker 1.4.200-SNAPSHOT [253/521]
18:24:34 [2024-02-16T23:24:34.324Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/.polyglot.META-INF
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.324Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] The project's OSGi version is 1.4.200.v20240201-0843
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.325Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/saveproperties
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.325Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Update Checker
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.581Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/src/main/resources
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.581Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/src/main/resources
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.581Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.581Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/src/test/resources
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] 25 system scoped dependencies were not mapped to maven artifacts
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.582Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.4.200-SNAPSHOT-sources.jar
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.582Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.4.200-SNAPSHOT.jar
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.updatechecker:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/.tycho-consumer-pom.xml
18:24:34 [2024-02-16T23:24:34.582Z]     The main artifact has been replaced with the baseline version.
18:24:34 [2024-02-16T23:24:34.582Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:34 [2024-02-16T23:24:34.582Z] 
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.582Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.583Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.583Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.updatechecker:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/.tycho-consumer-pom.xml
18:24:34 [2024-02-16T23:24:34.583Z]     The main artifact has been replaced with the baseline version.
18:24:34 [2024-02-16T23:24:34.583Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:34 [2024-02-16T23:24:34.583Z] 
18:24:34 [2024-02-16T23:24:34.583Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.583Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.583Z] [INFO] Execution was skipped
18:24:34 [2024-02-16T23:24:34.583Z] [INFO] 
18:24:34 [2024-02-16T23:24:34.583Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.updatechecker ---
18:24:34 [2024-02-16T23:24:34.583Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:24:34 [2024-02-16T23:24:34.583Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.4.200-SNAPSHOT.jar
18:24:35 [2024-02-16T23:24:35.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:35 [2024-02-16T23:24:35.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/target/org.eclipse.equinox.p2.updatechecker-1.4.200-SNAPSHOT-sources.jar
18:24:36 [2024-02-16T23:24:36.070Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.070Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.updatechecker ---
18:24:36 [2024-02-16T23:24:36.070Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.updatechecker:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatechecker/.tycho-consumer-pom.xml
18:24:36 [2024-02-16T23:24:36.070Z]     The main artifact has been replaced with the baseline version.
18:24:36 [2024-02-16T23:24:36.070Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:36 [2024-02-16T23:24:36.070Z] 
18:24:36 [2024-02-16T23:24:36.070Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.070Z] [INFO] ----< org.eclipse.platform:org.eclipse.equinox.p2.ui.sdk.scheduler >----
18:24:36 [2024-02-16T23:24:36.070Z] [INFO] Building [bundle] Equinox Provisioning Platform Automatic Update Support 1.6.200-SNAPSHOT [254/521]
18:24:36 [2024-02-16T23:24:36.070Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/.polyglot.META-INF
18:24:36 [2024-02-16T23:24:36.070Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:36 [2024-02-16T23:24:36.071Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] The project's OSGi version is 1.6.200.v20240212-0924
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.327Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/saveproperties
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.327Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.328Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.328Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.328Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.328Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Platform Automatic Update Support
18:24:36 [2024-02-16T23:24:36.583Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.583Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.583Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/main/resources
18:24:36 [2024-02-16T23:24:36.583Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.583Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.583Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/main/resources
18:24:36 [2024-02-16T23:24:36.583Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.583Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.583Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:36 [2024-02-16T23:24:36.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/migration/MigrationPage.java:[98] 
18:24:36 [2024-02-16T23:24:36.839Z] 	super(parent, treeStyle, filter, useNewLook);
18:24:36 [2024-02-16T23:24:36.839Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:24:36 [2024-02-16T23:24:36.839Z] The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated
18:24:36 [2024-02-16T23:24:36.839Z] 1 problem (1 warning)
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/test/resources
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] 37 system scoped dependencies were not mapped to maven artifacts
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.839Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.6.200-SNAPSHOT-sources.jar
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.840Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.6.200-SNAPSHOT.jar
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.sdk.scheduler:1.6.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/.tycho-consumer-pom.xml
18:24:36 [2024-02-16T23:24:36.840Z]     The main artifact has been replaced with the baseline version.
18:24:36 [2024-02-16T23:24:36.840Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:36 [2024-02-16T23:24:36.840Z] 
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.sdk.scheduler:1.6.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/.tycho-consumer-pom.xml
18:24:36 [2024-02-16T23:24:36.840Z]     The main artifact has been replaced with the baseline version.
18:24:36 [2024-02-16T23:24:36.840Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:36 [2024-02-16T23:24:36.840Z] 
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] Execution was skipped
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] 
18:24:36 [2024-02-16T23:24:36.840Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:36 [2024-02-16T23:24:36.841Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.6.200-SNAPSHOT.jar' is already signed and will be resigned.
18:24:36 [2024-02-16T23:24:36.841Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.6.200-SNAPSHOT.jar
18:24:38 [2024-02-16T23:24:38.205Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.6.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:38 [2024-02-16T23:24:38.205Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/target/org.eclipse.equinox.p2.ui.sdk.scheduler-1.6.200-SNAPSHOT-sources.jar
18:24:39 [2024-02-16T23:24:39.133Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.133Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.ui.sdk.scheduler ---
18:24:39 [2024-02-16T23:24:39.133Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.sdk.scheduler:1.6.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/.tycho-consumer-pom.xml
18:24:39 [2024-02-16T23:24:39.133Z]     The main artifact has been replaced with the baseline version.
18:24:39 [2024-02-16T23:24:39.133Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:39 [2024-02-16T23:24:39.133Z] 
18:24:39 [2024-02-16T23:24:39.133Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.133Z] [INFO] ---------< org.eclipse.platform:org.eclipse.equinox.p2.ui.sdk >---------
18:24:39 [2024-02-16T23:24:39.133Z] [INFO] Building [bundle] Equinox Provisioning Platform Update Support 1.3.300-SNAPSHOT [255/521]
18:24:39 [2024-02-16T23:24:39.133Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/.polyglot.META-INF
18:24:39 [2024-02-16T23:24:39.133Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:39 [2024-02-16T23:24:39.390Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] The project's OSGi version is 1.3.300.v20240207-1113
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.645Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.646Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/saveproperties
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Platform Update Support
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.646Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/src/main/resources
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.646Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/src/main/resources
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.646Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] Compiling 14 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.902Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/src/test/resources
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] 37 system scoped dependencies were not mapped to maven artifacts
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.902Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:39 [2024-02-16T23:24:39.903Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.3.300-SNAPSHOT-sources.jar
18:24:39 [2024-02-16T23:24:39.903Z] [INFO] 
18:24:39 [2024-02-16T23:24:39.903Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:40 [2024-02-16T23:24:40.159Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.3.300-SNAPSHOT.jar
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] 
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.sdk:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/.tycho-consumer-pom.xml
18:24:40 [2024-02-16T23:24:40.159Z]     The main artifact has been replaced with the baseline version.
18:24:40 [2024-02-16T23:24:40.159Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:40 [2024-02-16T23:24:40.159Z] 
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] 
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] 
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.sdk:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/.tycho-consumer-pom.xml
18:24:40 [2024-02-16T23:24:40.159Z]     The main artifact has been replaced with the baseline version.
18:24:40 [2024-02-16T23:24:40.159Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:40 [2024-02-16T23:24:40.159Z] 
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] 
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] Execution was skipped
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] 
18:24:40 [2024-02-16T23:24:40.159Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:40 [2024-02-16T23:24:40.160Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:24:40 [2024-02-16T23:24:40.160Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.3.300-SNAPSHOT.jar
18:24:40 [2024-02-16T23:24:40.721Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:40 [2024-02-16T23:24:40.721Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/target/org.eclipse.equinox.p2.ui.sdk-1.3.300-SNAPSHOT-sources.jar
18:24:41 [2024-02-16T23:24:41.648Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.648Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.ui.sdk ---
18:24:41 [2024-02-16T23:24:41.649Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.sdk:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.sdk/.tycho-consumer-pom.xml
18:24:41 [2024-02-16T23:24:41.649Z]     The main artifact has been replaced with the baseline version.
18:24:41 [2024-02-16T23:24:41.649Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:41 [2024-02-16T23:24:41.649Z] 
18:24:41 [2024-02-16T23:24:41.649Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.649Z] [INFO] ------< org.eclipse.platform:org.eclipse.equinox.p2.rcp.feature >-------
18:24:41 [2024-02-16T23:24:41.649Z] [INFO] Building [feature] Equinox p2, minimal support for RCP applications 1.4.2300-SNAPSHOT [256/521]
18:24:41 [2024-02-16T23:24:41.649Z] [INFO]   from rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/.polyglot.feature.xml
18:24:41 [2024-02-16T23:24:41.649Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:24:41 [2024-02-16T23:24:41.649Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.rcp.feature:1.4.2300-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/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/.polyglot.feature.xml
18:24:41 [2024-02-16T23:24:41.649Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:41 [2024-02-16T23:24:41.905Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.905Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] Deleting /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/features/org.eclipse.equinox.p2.rcp.feature/target
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] The project's OSGi version is 1.4.2300.v20240216-0715
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.906Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/saveproperties
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.906Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.907Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/src/main/resources
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.907Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/src/main/resources
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] 33 system scoped dependencies were not mapped to maven artifacts
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.907Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.908Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target/org.eclipse.equinox.p2.rcp.feature-1.4.2300-SNAPSHOT.jar
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.rcp.feature:eclipse-feature:1.4.2300-SNAPSHOT
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.908Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target/org.eclipse.equinox.p2.rcp.feature-1.4.2300-SNAPSHOT-sources-feature.jar
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.rcp.feature:eclipse-feature:1.4.2300-SNAPSHOT
18:24:41 [2024-02-16T23:24:41.908Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.909Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.909Z] [INFO] Execution was skipped
18:24:41 [2024-02-16T23:24:41.909Z] [INFO] 
18:24:41 [2024-02-16T23:24:41.909Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:41 [2024-02-16T23:24:41.909Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target/org.eclipse.equinox.p2.rcp.feature-1.4.2300-SNAPSHOT.jar
18:24:42 [2024-02-16T23:24:42.835Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.rcp.feature/target/org.eclipse.equinox.p2.rcp.feature-1.4.2300-SNAPSHOT-sources-feature.jar
18:24:43 [2024-02-16T23:24:43.762Z] [INFO] 
18:24:43 [2024-02-16T23:24:43.762Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.rcp.feature ---
18:24:43 [2024-02-16T23:24:43.762Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.rcp.feature:eclipse-feature:1.4.2300-SNAPSHOT
18:24:43 [2024-02-16T23:24:43.762Z] [INFO] 
18:24:43 [2024-02-16T23:24:43.762Z] [INFO] --------< org.eclipse.platform:org.eclipse.equinox.p2.user.ui >---------
18:24:43 [2024-02-16T23:24:43.762Z] [INFO] Building [feature] Equinox p2, Provisioning for IDEs. 2.4.2300-SNAPSHOT [257/521]
18:24:43 [2024-02-16T23:24:43.762Z] [INFO]   from rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/.polyglot.feature.xml
18:24:43 [2024-02-16T23:24:43.762Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:24:43 [2024-02-16T23:24:43.762Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.user.ui:2.4.2300-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/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/.polyglot.feature.xml
18:24:43 [2024-02-16T23:24:43.762Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:44 [2024-02-16T23:24:44.018Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.018Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.019Z] [INFO] Deleting /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/features/org.eclipse.equinox.p2.user.ui/target
18:24:44 [2024-02-16T23:24:44.019Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.019Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] The project's OSGi version is 2.4.2300.v20240216-0715
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.275Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/saveproperties
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.275Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/src/main/resources
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.275Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/src/main/resources
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.275Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] 33 system scoped dependencies were not mapped to maven artifacts
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.276Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target/org.eclipse.equinox.p2.user.ui-2.4.2300-SNAPSHOT.jar
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.user.ui:eclipse-feature:2.4.2300-SNAPSHOT
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.276Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target/org.eclipse.equinox.p2.user.ui-2.4.2300-SNAPSHOT-sources-feature.jar
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.user.ui:eclipse-feature:2.4.2300-SNAPSHOT
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] Execution was skipped
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] 
18:24:44 [2024-02-16T23:24:44.276Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.user.ui ---
18:24:44 [2024-02-16T23:24:44.277Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target/org.eclipse.equinox.p2.user.ui-2.4.2300-SNAPSHOT.jar
18:24:45 [2024-02-16T23:24:45.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/rt.equinox.p2/features/org.eclipse.equinox.p2.user.ui/target/org.eclipse.equinox.p2.user.ui-2.4.2300-SNAPSHOT-sources-feature.jar
18:24:46 [2024-02-16T23:24:46.134Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.134Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.user.ui ---
18:24:46 [2024-02-16T23:24:46.134Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.user.ui:eclipse-feature:2.4.2300-SNAPSHOT
18:24:46 [2024-02-16T23:24:46.134Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.134Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.themes >-------------
18:24:46 [2024-02-16T23:24:46.134Z] [INFO] Building [bundle] Eclipse SDK Themes 1.2.2400-SNAPSHOT         [258/521]
18:24:46 [2024-02-16T23:24:46.134Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.themes/.polyglot.META-INF
18:24:46 [2024-02-16T23:24:46.134Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:46 [2024-02-16T23:24:46.134Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] The project's OSGi version is 1.2.2400.v20240213-1133
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.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.ui/bundles/org.eclipse.ui.themes/saveproperties
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.135Z] [INFO] Resolving class path of [bundle] Eclipse SDK Themes
18:24:46 [2024-02-16T23:24:46.391Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.391Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.391Z] [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.ui.themes/src/main/resources
18:24:46 [2024-02-16T23:24:46.391Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.391Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.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.ui/bundles/org.eclipse.ui.themes/src/main/resources
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.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.ui/bundles/org.eclipse.ui.themes/src/test/resources
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.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.ui/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.2400-SNAPSHOT-sources.jar
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.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.ui/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.2400-SNAPSHOT.jar
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.392Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.themes:1.2.2400-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.ui.themes/.polyglot.META-INF
18:24:46 [2024-02-16T23:24:46.392Z]     The main artifact has been replaced with the baseline version.
18:24:46 [2024-02-16T23:24:46.393Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:46 [2024-02-16T23:24:46.393Z] 
18:24:46 [2024-02-16T23:24:46.393Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.393Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.393Z] [INFO] Execution was skipped
18:24:46 [2024-02-16T23:24:46.393Z] [INFO] 
18:24:46 [2024-02-16T23:24:46.393Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.themes ---
18:24:46 [2024-02-16T23:24:46.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.ui/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.2400-SNAPSHOT.jar' is already signed and will be resigned.
18:24:46 [2024-02-16T23:24:46.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.ui/bundles/org.eclipse.ui.themes/target/org.eclipse.ui.themes-1.2.2400-SNAPSHOT.jar
18:24:47 [2024-02-16T23:24:47.758Z] [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.ui.themes/target/org.eclipse.ui.themes-1.2.2400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:47 [2024-02-16T23:24:47.758Z] [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.ui.themes/target/org.eclipse.ui.themes-1.2.2400-SNAPSHOT-sources.jar
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.themes ---
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.themes:1.2.2400-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.ui.themes/.polyglot.META-INF
18:24:48 [2024-02-16T23:24:48.686Z]     The main artifact has been replaced with the baseline version.
18:24:48 [2024-02-16T23:24:48.686Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:48 [2024-02-16T23:24:48.686Z] 
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] ----< org.eclipse.platform:org.eclipse.core.resources.win32.x86_64 >----
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] Building org.eclipse.core.resources.win32.x86_64 3.5.500-SNAPSHOT [259/521]
18:24:48 [2024-02-16T23:24:48.686Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.686Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] The project's OSGi version is 3.5.500.v20220812-1420
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [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/resources/bundles/org.eclipse.core.resources.win32.x86_64/saveproperties
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] Resolving class path of org.eclipse.core.resources.win32.x86_64
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [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/resources/bundles/org.eclipse.core.resources.win32.x86_64/src/main/resources
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [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/resources/bundles/org.eclipse.core.resources.win32.x86_64/src/main/resources
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.687Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.688Z] [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/resources/bundles/org.eclipse.core.resources.win32.x86_64/src/test/resources
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.688Z] [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/resources/bundles/org.eclipse.core.resources.win32.x86_64/target/org.eclipse.core.resources.win32.x86_64-3.5.500-SNAPSHOT.jar
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.688Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.944Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.resources.win32.x86_64:3.5.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/resources/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
18:24:48 [2024-02-16T23:24:48.944Z]     The main artifact has been replaced with the baseline version.
18:24:48 [2024-02-16T23:24:48.944Z] 
18:24:48 [2024-02-16T23:24:48.944Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.944Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.944Z] [INFO] Execution was skipped
18:24:48 [2024-02-16T23:24:48.944Z] [INFO] 
18:24:48 [2024-02-16T23:24:48.944Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:48 [2024-02-16T23:24:48.944Z] [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/resources/bundles/org.eclipse.core.resources.win32.x86_64/target/org.eclipse.core.resources.win32.x86_64-3.5.500-SNAPSHOT.jar' is already signed and will be resigned.
18:24:48 [2024-02-16T23:24:48.944Z] [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/resources/bundles/org.eclipse.core.resources.win32.x86_64/target/org.eclipse.core.resources.win32.x86_64-3.5.500-SNAPSHOT.jar
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.resources.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.resources.win32.x86_64:3.5.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/resources/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
18:24:49 [2024-02-16T23:24:49.871Z]     The main artifact has been replaced with the baseline version.
18:24:49 [2024-02-16T23:24:49.871Z] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] ---< org.eclipse.platform:org.eclipse.core.filesystem.win32.x86_64 >----
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] Building org.eclipse.core.filesystem.win32.x86_64 1.4.300-SNAPSHOT [260/521]
18:24:49 [2024-02-16T23:24:49.871Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] The project's OSGi version is 1.4.300.v20220812-1420
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.871Z] [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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/saveproperties
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.871Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] Resolving class path of org.eclipse.core.filesystem.win32.x86_64
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/src/main/resources
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/src/main/resources
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/src/test/resources
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.872Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.873Z] [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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/target/org.eclipse.core.filesystem.win32.x86_64-1.4.300-SNAPSHOT-sources.jar
18:24:49 [2024-02-16T23:24:49.873Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.873Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.873Z] [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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/target/org.eclipse.core.filesystem.win32.x86_64-1.4.300-SNAPSHOT.jar
18:24:49 [2024-02-16T23:24:49.873Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.873Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.873Z] [INFO] Artifact comparison detailed log 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/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/target/artifactcomparison
18:24:49 [2024-02-16T23:24:49.873Z] [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.win32.x86_64:1.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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml: baseline and build artifacts have same version but different contents
18:24:49 [2024-02-16T23:24:49.873Z]    classifier-sources: not present in baseline
18:24:49 [2024-02-16T23:24:49.873Z] 
18:24:49 [2024-02-16T23:24:49.873Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.win32.x86_64:1.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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
18:24:49 [2024-02-16T23:24:49.873Z]     The main artifact has been replaced with the baseline version.
18:24:49 [2024-02-16T23:24:49.873Z]     The following attached artifacts are not present in the baseline and have been removed: [sources]
18:24:49 [2024-02-16T23:24:49.873Z] 
18:24:49 [2024-02-16T23:24:49.873Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.874Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.874Z] [INFO] Execution was skipped
18:24:49 [2024-02-16T23:24:49.874Z] [INFO] 
18:24:49 [2024-02-16T23:24:49.874Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:49 [2024-02-16T23:24:49.874Z] [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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/target/org.eclipse.core.filesystem.win32.x86_64-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:24:49 [2024-02-16T23:24:49.874Z] [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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/target/org.eclipse.core.filesystem.win32.x86_64-1.4.300-SNAPSHOT.jar
18:24:50 [2024-02-16T23:24:50.435Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.435Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.filesystem.win32.x86_64 ---
18:24:50 [2024-02-16T23:24:50.435Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.win32.x86_64:1.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/resources/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
18:24:50 [2024-02-16T23:24:50.435Z]     The main artifact has been replaced with the baseline version.
18:24:50 [2024-02-16T23:24:50.435Z] 
18:24:50 [2024-02-16T23:24:50.435Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.435Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.win32 >--------------
18:24:50 [2024-02-16T23:24:50.435Z] [INFO] Building [bundle] Eclipse UI Win32 Enhancements 3.5.200-SNAPSHOT [261/521]
18:24:50 [2024-02-16T23:24:50.435Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.win32/.polyglot.META-INF
18:24:50 [2024-02-16T23:24:50.435Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:50 [2024-02-16T23:24:50.436Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] The project's OSGi version is 3.5.200.v20231214-2114
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.692Z] [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.ui.win32/saveproperties
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] Resolving class path of [bundle] Eclipse UI Win32 Enhancements
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.692Z] [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.ui.win32/src/main/resources
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.692Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.693Z] [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.ui.win32/src/main/resources
18:24:50 [2024-02-16T23:24:50.693Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.693Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.949Z] [INFO] Compiling 2 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.ui.win32/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:50 [2024-02-16T23:24:50.949Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.949Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.949Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.949Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.949Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.949Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.949Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.949Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.949Z] [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.ui.win32/src/test/resources
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.950Z] [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.ui.win32/target/org.eclipse.ui.win32-3.5.200-SNAPSHOT-sources.jar
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.950Z] [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.ui.win32/target/org.eclipse.ui.win32-3.5.200-SNAPSHOT.jar
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.win32:3.5.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.ui/bundles/org.eclipse.ui.win32/.polyglot.META-INF
18:24:50 [2024-02-16T23:24:50.950Z]     The main artifact has been replaced with the baseline version.
18:24:50 [2024-02-16T23:24:50.950Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:50 [2024-02-16T23:24:50.950Z] 
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] Execution was skipped
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] 
18:24:50 [2024-02-16T23:24:50.950Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.win32 ---
18:24:50 [2024-02-16T23:24:50.950Z] [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.ui.win32/target/org.eclipse.ui.win32-3.5.200-SNAPSHOT.jar' is already signed and will be resigned.
18:24:50 [2024-02-16T23:24:50.951Z] [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.ui.win32/target/org.eclipse.ui.win32-3.5.200-SNAPSHOT.jar
18:24:51 [2024-02-16T23:24:51.879Z] [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.ui.win32/target/org.eclipse.ui.win32-3.5.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:51 [2024-02-16T23:24:51.879Z] [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.ui.win32/target/org.eclipse.ui.win32-3.5.200-SNAPSHOT-sources.jar
18:24:52 [2024-02-16T23:24:52.827Z] [INFO] 
18:24:52 [2024-02-16T23:24:52.827Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.win32 ---
18:24:52 [2024-02-16T23:24:52.827Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.win32:3.5.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.ui/bundles/org.eclipse.ui.win32/.polyglot.META-INF
18:24:52 [2024-02-16T23:24:52.827Z]     The main artifact has been replaced with the baseline version.
18:24:52 [2024-02-16T23:24:52.827Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:52 [2024-02-16T23:24:52.827Z] 
18:24:52 [2024-02-16T23:24:52.827Z] [INFO] 
18:24:52 [2024-02-16T23:24:52.827Z] [INFO] ----------< org.eclipse.platform:org.eclipse.core.net.linux >-----------
18:24:52 [2024-02-16T23:24:52.827Z] [INFO] Building org.eclipse.core.net.linux 1.1.100-SNAPSHOT           [262/521]
18:24:52 [2024-02-16T23:24:52.827Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.core.net.linux/pom.xml
18:24:52 [2024-02-16T23:24:52.827Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:53 [2024-02-16T23:24:53.082Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.082Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.082Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] The project's OSGi version is 1.1.100.v20231214-1526
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.083Z] [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/team/bundles/org.eclipse.core.net.linux/saveproperties
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] Resolving class path of org.eclipse.core.net.linux
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.083Z] [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/team/bundles/org.eclipse.core.net.linux/src/main/resources
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.083Z] [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/team/bundles/org.eclipse.core.net.linux/src/main/resources
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.083Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] Compiling 1 source 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/team/bundles/org.eclipse.core.net.linux/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.084Z] [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/team/bundles/org.eclipse.core.net.linux/src/test/resources
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.084Z] [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/team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.1.100-SNAPSHOT-sources.jar
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.084Z] [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/team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.1.100-SNAPSHOT.jar
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.084Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.085Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net.linux:1.1.100-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/team/bundles/org.eclipse.core.net.linux/pom.xml
18:24:53 [2024-02-16T23:24:53.085Z]     The main artifact has been replaced with the baseline version.
18:24:53 [2024-02-16T23:24:53.085Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:53 [2024-02-16T23:24:53.085Z] 
18:24:53 [2024-02-16T23:24:53.085Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.085Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.085Z] [INFO] Execution was skipped
18:24:53 [2024-02-16T23:24:53.085Z] [INFO] 
18:24:53 [2024-02-16T23:24:53.085Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.net.linux ---
18:24:53 [2024-02-16T23:24:53.085Z] [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/team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.1.100-SNAPSHOT.jar' is already signed and will be resigned.
18:24:53 [2024-02-16T23:24:53.085Z] [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/team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.1.100-SNAPSHOT.jar
18:24:54 [2024-02-16T23:24:54.012Z] [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/team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.1.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:54 [2024-02-16T23:24:54.012Z] [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/team/bundles/org.eclipse.core.net.linux/target/org.eclipse.core.net.linux-1.1.100-SNAPSHOT-sources.jar
18:24:54 [2024-02-16T23:24:54.573Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.573Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.net.linux ---
18:24:54 [2024-02-16T23:24:54.573Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net.linux:1.1.100-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/team/bundles/org.eclipse.core.net.linux/pom.xml
18:24:54 [2024-02-16T23:24:54.574Z]     The main artifact has been replaced with the baseline version.
18:24:54 [2024-02-16T23:24:54.574Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:54 [2024-02-16T23:24:54.574Z] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] ------< org.eclipse.platform:org.eclipse.core.filesystem.macosx >-------
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] Building org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT   [263/521]
18:24:54 [2024-02-16T23:24:54.574Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] The project's OSGi version is 1.3.400.v20220812-1420
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.574Z] [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/resources/bundles/org.eclipse.core.filesystem.macosx/saveproperties
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] Resolving class path of org.eclipse.core.filesystem.macosx
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.574Z] [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/resources/bundles/org.eclipse.core.filesystem.macosx/src/main/resources
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.574Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [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/resources/bundles/org.eclipse.core.filesystem.macosx/src/main/resources
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [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/resources/bundles/org.eclipse.core.filesystem.macosx/src/test/resources
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [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/resources/bundles/org.eclipse.core.filesystem.macosx/target/org.eclipse.core.filesystem.macosx-1.3.400-SNAPSHOT-sources.jar
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.575Z] [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/resources/bundles/org.eclipse.core.filesystem.macosx/target/org.eclipse.core.filesystem.macosx-1.3.400-SNAPSHOT.jar
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.575Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.576Z] [INFO] Artifact comparison detailed log 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/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.macosx/target/artifactcomparison
18:24:54 [2024-02-16T23:24:54.576Z] [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.macosx:1.3.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/resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml: baseline and build artifacts have same version but different contents
18:24:54 [2024-02-16T23:24:54.576Z]    classifier-sources: not present in baseline
18:24:54 [2024-02-16T23:24:54.576Z] 
18:24:54 [2024-02-16T23:24:54.576Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.macosx:1.3.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/resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml
18:24:54 [2024-02-16T23:24:54.576Z]     The main artifact has been replaced with the baseline version.
18:24:54 [2024-02-16T23:24:54.576Z]     The following attached artifacts are not present in the baseline and have been removed: [sources]
18:24:54 [2024-02-16T23:24:54.576Z] 
18:24:54 [2024-02-16T23:24:54.576Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.576Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.576Z] [INFO] Execution was skipped
18:24:54 [2024-02-16T23:24:54.576Z] [INFO] 
18:24:54 [2024-02-16T23:24:54.576Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filesystem.macosx ---
18:24:54 [2024-02-16T23:24:54.576Z] [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/resources/bundles/org.eclipse.core.filesystem.macosx/target/org.eclipse.core.filesystem.macosx-1.3.400-SNAPSHOT.jar' is already signed and will be resigned.
18:24:54 [2024-02-16T23:24:54.577Z] [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/resources/bundles/org.eclipse.core.filesystem.macosx/target/org.eclipse.core.filesystem.macosx-1.3.400-SNAPSHOT.jar
18:24:55 [2024-02-16T23:24:55.939Z] [INFO] 
18:24:55 [2024-02-16T23:24:55.939Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.filesystem.macosx ---
18:24:55 [2024-02-16T23:24:55.939Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.macosx:1.3.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/resources/bundles/org.eclipse.core.filesystem.macosx/pom.xml
18:24:55 [2024-02-16T23:24:55.939Z]     The main artifact has been replaced with the baseline version.
18:24:55 [2024-02-16T23:24:55.939Z] 
18:24:55 [2024-02-16T23:24:55.939Z] [INFO] 
18:24:55 [2024-02-16T23:24:55.939Z] [INFO] --------< org.eclipse.platform:org.eclipse.debug.ui.launchview >--------
18:24:55 [2024-02-16T23:24:55.939Z] [INFO] Building [bundle] Debug UI Launch Configuration View 1.1.400-SNAPSHOT [264/521]
18:24:55 [2024-02-16T23:24:55.939Z] [INFO]   from eclipse.platform/debug/org.eclipse.debug.ui.launchview/.polyglot.META-INF
18:24:55 [2024-02-16T23:24:55.939Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:55 [2024-02-16T23:24:55.940Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] The project's OSGi version is 1.1.400.v20240110-1213
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.196Z] [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/debug/org.eclipse.debug.ui.launchview/saveproperties
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] Resolving class path of [bundle] Debug UI Launch Configuration View
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.196Z] [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/debug/org.eclipse.debug.ui.launchview/src/main/resources
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.196Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.197Z] [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/debug/org.eclipse.debug.ui.launchview/src/main/resources
18:24:56 [2024-02-16T23:24:56.197Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.197Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.453Z] [INFO] Compiling 26 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/debug/org.eclipse.debug.ui.launchview/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:56 [2024-02-16T23:24:56.453Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.453Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.453Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.453Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.453Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] 0 component(s) where generated, 2 where kept.
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.709Z] [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/debug/org.eclipse.debug.ui.launchview/src/test/resources
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.709Z] [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/debug/org.eclipse.debug.ui.launchview/target/org.eclipse.debug.ui.launchview-1.1.400-SNAPSHOT-sources.jar
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.709Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.709Z] [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/debug/org.eclipse.debug.ui.launchview/target/org.eclipse.debug.ui.launchview-1.1.400-SNAPSHOT.jar
18:24:56 [2024-02-16T23:24:56.710Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.710Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.710Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.ui.launchview:1.1.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/debug/org.eclipse.debug.ui.launchview/.polyglot.META-INF
18:24:56 [2024-02-16T23:24:56.710Z]     The main artifact has been replaced with the baseline version.
18:24:56 [2024-02-16T23:24:56.710Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:56 [2024-02-16T23:24:56.710Z] 
18:24:56 [2024-02-16T23:24:56.710Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.710Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.710Z] [INFO] Execution was skipped
18:24:56 [2024-02-16T23:24:56.710Z] [INFO] 
18:24:56 [2024-02-16T23:24:56.710Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.ui.launchview ---
18:24:56 [2024-02-16T23:24:56.710Z] [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/debug/org.eclipse.debug.ui.launchview/target/org.eclipse.debug.ui.launchview-1.1.400-SNAPSHOT.jar' is already signed and will be resigned.
18:24:56 [2024-02-16T23:24:56.710Z] [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/debug/org.eclipse.debug.ui.launchview/target/org.eclipse.debug.ui.launchview-1.1.400-SNAPSHOT.jar
18:24:57 [2024-02-16T23:24:57.636Z] [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/debug/org.eclipse.debug.ui.launchview/target/org.eclipse.debug.ui.launchview-1.1.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:24:57 [2024-02-16T23:24:57.636Z] [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/debug/org.eclipse.debug.ui.launchview/target/org.eclipse.debug.ui.launchview-1.1.400-SNAPSHOT-sources.jar
18:24:58 [2024-02-16T23:24:58.196Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.196Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.debug.ui.launchview ---
18:24:58 [2024-02-16T23:24:58.197Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.ui.launchview:1.1.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/debug/org.eclipse.debug.ui.launchview/.polyglot.META-INF
18:24:58 [2024-02-16T23:24:58.197Z]     The main artifact has been replaced with the baseline version.
18:24:58 [2024-02-16T23:24:58.197Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:58 [2024-02-16T23:24:58.197Z] 
18:24:58 [2024-02-16T23:24:58.197Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.197Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.monitoring >-----------
18:24:58 [2024-02-16T23:24:58.197Z] [INFO] Building [bundle] UI Freeze Monitoring 1.3.200-SNAPSHOT        [265/521]
18:24:58 [2024-02-16T23:24:58.197Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.monitoring/.polyglot.META-INF
18:24:58 [2024-02-16T23:24:58.197Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:24:58 [2024-02-16T23:24:58.197Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:24:58 [2024-02-16T23:24:58.452Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.452Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.452Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.452Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] The project's OSGi version is 1.3.200.v20240116-1723
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.453Z] [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.ui.monitoring/saveproperties
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.453Z] [INFO] Resolving class path of [bundle] UI Freeze Monitoring
18:24:58 [2024-02-16T23:24:58.709Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.709Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.709Z] [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.ui.monitoring/src/main/resources
18:24:58 [2024-02-16T23:24:58.709Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.709Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.709Z] [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.ui.monitoring/src/main/resources
18:24:58 [2024-02-16T23:24:58.709Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.709Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.709Z] [INFO] Compiling 18 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.ui.monitoring/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:24:58 [2024-02-16T23:24:58.965Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.965Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.965Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.965Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.965Z] [INFO] Using Declarative Service specification version 1.4.0 to generate component definitions
18:24:58 [2024-02-16T23:24:58.965Z] [INFO] 	org.eclipse.ui.internal.monitoring.MonitoringStartup.xml
18:24:58 [2024-02-16T23:24:58.965Z] [INFO] 1 component(s) where generated.
18:24:58 [2024-02-16T23:24:58.965Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.965Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.966Z] [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.ui.monitoring/src/test/resources
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.966Z] [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.ui.monitoring/target/org.eclipse.ui.monitoring-1.3.200-SNAPSHOT-sources.jar
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.966Z] [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.ui.monitoring/target/org.eclipse.ui.monitoring-1.3.200-SNAPSHOT.jar
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] 
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.monitoring ---
18:24:58 [2024-02-16T23:24:58.966Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.monitoring:1.3.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.ui/bundles/org.eclipse.ui.monitoring/.polyglot.META-INF
18:24:58 [2024-02-16T23:24:58.966Z]     The main artifact has been replaced with the baseline version.
18:24:58 [2024-02-16T23:24:58.966Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:24:58 [2024-02-16T23:24:58.966Z] 
18:24:59 [2024-02-16T23:24:59.222Z] [INFO] 
18:24:59 [2024-02-16T23:24:59.222Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.monitoring ---
18:24:59 [2024-02-16T23:24:59.222Z] [INFO] Execution was skipped
18:24:59 [2024-02-16T23:24:59.222Z] [INFO] 
18:24:59 [2024-02-16T23:24:59.222Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.monitoring ---
18:24:59 [2024-02-16T23:24:59.222Z] [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.ui.monitoring/target/org.eclipse.ui.monitoring-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:24:59 [2024-02-16T23:24:59.223Z] [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.ui.monitoring/target/org.eclipse.ui.monitoring-1.3.200-SNAPSHOT.jar
18:25:00 [2024-02-16T23:25:00.149Z] [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.ui.monitoring/target/org.eclipse.ui.monitoring-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:00 [2024-02-16T23:25:00.149Z] [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.ui.monitoring/target/org.eclipse.ui.monitoring-1.3.200-SNAPSHOT-sources.jar
18:25:00 [2024-02-16T23:25:00.725Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.725Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.monitoring ---
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.monitoring:1.3.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.ui/bundles/org.eclipse.ui.monitoring/.polyglot.META-INF
18:25:00 [2024-02-16T23:25:00.726Z]     The main artifact has been replaced with the baseline version.
18:25:00 [2024-02-16T23:25:00.726Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:00 [2024-02-16T23:25:00.726Z] 
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] ---------< org.eclipse.platform:org.eclipse.platform.doc.user >---------
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] Building org.eclipse.platform.doc.user 4.31.0-SNAPSHOT         [266/521]
18:25:00 [2024-02-16T23:25:00.726Z] [INFO]   from eclipse.platform.common/bundles/org.eclipse.platform.doc.user/pom.xml
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] The project's OSGi version is 4.31.0.v20240213-1430
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.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/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/saveproperties
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.726Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] Resolving class path of org.eclipse.platform.doc.user
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.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/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/src/main/resources
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.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/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/src/main/resources
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.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/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/src/test/resources
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.727Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.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/eclipse.platform.common/bundles/org.eclipse.platform.doc.user/target/org.eclipse.platform.doc.user-4.31.0-SNAPSHOT.jar
18:25:00 [2024-02-16T23:25:00.989Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.990Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.990Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.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.common/bundles/org.eclipse.platform.doc.user/pom.xml
18:25:00 [2024-02-16T23:25:00.990Z]     The main artifact has been replaced with the baseline version.
18:25:00 [2024-02-16T23:25:00.990Z] 
18:25:00 [2024-02-16T23:25:00.990Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.990Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.user ---
18:25:00 [2024-02-16T23:25:00.990Z] [INFO] Execution was skipped
18:25:00 [2024-02-16T23:25:00.990Z] [INFO] 
18:25:00 [2024-02-16T23:25:00.990Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.platform.doc.user ---
18:25:01 [2024-02-16T23:25:01.552Z] [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.common/bundles/org.eclipse.platform.doc.user/target/org.eclipse.platform.doc.user-4.31.0-SNAPSHOT.jar' is already signed and will be resigned.
18:25:01 [2024-02-16T23:25:01.552Z] [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.common/bundles/org.eclipse.platform.doc.user/target/org.eclipse.platform.doc.user-4.31.0-SNAPSHOT.jar
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.platform.doc.user ---
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.platform.doc.user:4.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.common/bundles/org.eclipse.platform.doc.user/pom.xml
18:25:02 [2024-02-16T23:25:02.918Z]     The main artifact has been replaced with the baseline version.
18:25:02 [2024-02-16T23:25:02.918Z] 
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] -----------< org.eclipse.platform:org.eclipse.compare.win32 >-----------
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] Building org.eclipse.compare.win32 1.3.300-SNAPSHOT            [267/521]
18:25:02 [2024-02-16T23:25:02.918Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.compare.win32/pom.xml
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] The project's OSGi version is 1.3.300.v20231214-1526
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.918Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.919Z] [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/team/bundles/org.eclipse.compare.win32/saveproperties
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] Resolving class path of org.eclipse.compare.win32
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.919Z] [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/team/bundles/org.eclipse.compare.win32/src/main/resources
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.919Z] [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/team/bundles/org.eclipse.compare.win32/src/main/resources
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] 
18:25:02 [2024-02-16T23:25:02.919Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.win32 ---
18:25:02 [2024-02-16T23:25:02.919Z] [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/team/bundles/org.eclipse.compare.win32/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:03 [2024-02-16T23:25:03.175Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.175Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.175Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.176Z] [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/team/bundles/org.eclipse.compare.win32/src/test/resources
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.176Z] [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/team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.3.300-SNAPSHOT-sources.jar
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.176Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.176Z] [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/team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.3.300-SNAPSHOT.jar
18:25:03 [2024-02-16T23:25:03.177Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.177Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.177Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.win32:1.3.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/team/bundles/org.eclipse.compare.win32/pom.xml
18:25:03 [2024-02-16T23:25:03.177Z]     The main artifact has been replaced with the baseline version.
18:25:03 [2024-02-16T23:25:03.177Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:03 [2024-02-16T23:25:03.177Z] 
18:25:03 [2024-02-16T23:25:03.177Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.177Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.177Z] [INFO] Execution was skipped
18:25:03 [2024-02-16T23:25:03.177Z] [INFO] 
18:25:03 [2024-02-16T23:25:03.177Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.compare.win32 ---
18:25:03 [2024-02-16T23:25:03.177Z] [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/team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:25:03 [2024-02-16T23:25:03.177Z] [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/team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.3.300-SNAPSHOT.jar
18:25:04 [2024-02-16T23:25:04.105Z] [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/team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:04 [2024-02-16T23:25:04.105Z] [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/team/bundles/org.eclipse.compare.win32/target/org.eclipse.compare.win32-1.3.300-SNAPSHOT-sources.jar
18:25:04 [2024-02-16T23:25:04.666Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.666Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.compare.win32 ---
18:25:04 [2024-02-16T23:25:04.666Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.win32:1.3.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/team/bundles/org.eclipse.compare.win32/pom.xml
18:25:04 [2024-02-16T23:25:04.666Z]     The main artifact has been replaced with the baseline version.
18:25:04 [2024-02-16T23:25:04.666Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:04 [2024-02-16T23:25:04.666Z] 
18:25:04 [2024-02-16T23:25:04.666Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.666Z] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.http.registry >--------
18:25:04 [2024-02-16T23:25:04.666Z] [INFO] Building [bundle] Http Service Registry Extensions 1.4.0-SNAPSHOT [268/521]
18:25:04 [2024-02-16T23:25:04.666Z] [INFO]   from equinox/bundles/org.eclipse.equinox.http.registry/.polyglot.META-INF
18:25:04 [2024-02-16T23:25:04.666Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] The project's OSGi version is 1.4.0.v20240213-1244
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [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.registry/saveproperties
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] Resolving class path of [bundle] Http Service Registry Extensions
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [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.registry/src/main/resources
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.922Z] [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.registry/src/main/resources
18:25:04 [2024-02-16T23:25:04.922Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.923Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.923Z] [INFO] Compiling 10 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.registry/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:04 [2024-02-16T23:25:04.923Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[20] 
18:25:04 [2024-02-16T23:25:04.923Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:25:04 [2024-02-16T23:25:04.923Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.923Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.923Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[31] 
18:25:04 [2024-02-16T23:25:04.923Z] 	private PackageAdmin packageAdmin;
18:25:04 [2024-02-16T23:25:04.923Z] 	        ^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.923Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.923Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[37] 
18:25:04 [2024-02-16T23:25:04.923Z] 	packageAdminTracker = new ServiceTracker<>(bundleContext, PackageAdmin.class, this);
18:25:04 [2024-02-16T23:25:04.923Z] 	                                                          ^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.923Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.923Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[55] 
18:25:04 [2024-02-16T23:25:04.923Z] 	if (service instanceof PackageAdmin && packageAdmin == null)
18:25:04 [2024-02-16T23:25:04.923Z] 	                       ^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.923Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.923Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/Activator.java:[56] 
18:25:04 [2024-02-16T23:25:04.924Z] 	packageAdmin = (PackageAdmin) service;
18:25:04 [2024-02-16T23:25:04.924Z] 	                ^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.924Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.924Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpContextManager.java:[100] 
18:25:04 [2024-02-16T23:25:04.924Z] 	if (System.getSecurityManager() != null) {
18:25:04 [2024-02-16T23:25:04.924Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.924Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:25:04 [2024-02-16T23:25:04.924Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[24] 
18:25:04 [2024-02-16T23:25:04.924Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:25:04 [2024-02-16T23:25:04.924Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.924Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.924Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[91] 
18:25:04 [2024-02-16T23:25:04.924Z] 	private PackageAdmin packageAdmin;
18:25:04 [2024-02-16T23:25:04.924Z] 	        ^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.924Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.924Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[98] 
18:25:04 [2024-02-16T23:25:04.924Z] 	public HttpRegistryManager(ServiceReference<?> reference, HttpService httpService, PackageAdmin packageAdmin,
18:25:04 [2024-02-16T23:25:04.924Z] 	                                                                                   ^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.924Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.924Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[177] 
18:25:04 [2024-02-16T23:25:04.924Z] 	if (System.getSecurityManager() != null) {
18:25:04 [2024-02-16T23:25:04.924Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.924Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:25:04 [2024-02-16T23:25:04.925Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[242] 
18:25:04 [2024-02-16T23:25:04.925Z] 	Bundle[] bundles = packageAdmin.getBundles(symbolicName, null);
18:25:04 [2024-02-16T23:25:04.925Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.925Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.925Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpRegistryManager.java:[350] 
18:25:04 [2024-02-16T23:25:04.925Z] 	if (System.getSecurityManager() != null) {
18:25:04 [2024-02-16T23:25:04.925Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.925Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:25:04 [2024-02-16T23:25:04.925Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpServiceTracker.java:[25] 
18:25:04 [2024-02-16T23:25:04.925Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:25:04 [2024-02-16T23:25:04.925Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.925Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.925Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpServiceTracker.java:[30] 
18:25:04 [2024-02-16T23:25:04.925Z] 	private PackageAdmin packageAdmin;
18:25:04 [2024-02-16T23:25:04.925Z] 	        ^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.925Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.925Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.registry/src/org/eclipse/equinox/http/registry/internal/HttpServiceTracker.java:[36] 
18:25:04 [2024-02-16T23:25:04.925Z] 	public HttpServiceTracker(BundleContext context, PackageAdmin packageAdmin, IExtensionRegistry registry) {
18:25:04 [2024-02-16T23:25:04.925Z] 	                                                 ^^^^^^^^^^^^
18:25:04 [2024-02-16T23:25:04.925Z] The type PackageAdmin is deprecated
18:25:04 [2024-02-16T23:25:04.925Z] 15 problems (15 warnings)
18:25:04 [2024-02-16T23:25:04.925Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.925Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.925Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.925Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.926Z] [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.registry/src/test/resources
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.926Z] [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.registry/target/org.eclipse.equinox.http.registry-1.4.0-SNAPSHOT-sources.jar
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.926Z] [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.registry/target/org.eclipse.equinox.http.registry-1.4.0-SNAPSHOT.jar
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.4.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.http.registry/.polyglot.META-INF
18:25:04 [2024-02-16T23:25:04.926Z]     The main artifact has been replaced with the baseline version.
18:25:04 [2024-02-16T23:25:04.926Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:04 [2024-02-16T23:25:04.926Z] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.926Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.927Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.4.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.http.registry/.polyglot.META-INF
18:25:04 [2024-02-16T23:25:04.927Z]     The main artifact has been replaced with the baseline version.
18:25:04 [2024-02-16T23:25:04.927Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:04 [2024-02-16T23:25:04.927Z] 
18:25:04 [2024-02-16T23:25:04.927Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.927Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.927Z] [INFO] Execution was skipped
18:25:04 [2024-02-16T23:25:04.927Z] [INFO] 
18:25:04 [2024-02-16T23:25:04.927Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.registry ---
18:25:04 [2024-02-16T23:25:04.927Z] [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.registry/target/org.eclipse.equinox.http.registry-1.4.0-SNAPSHOT.jar' is already signed and will be resigned.
18:25:04 [2024-02-16T23:25:04.927Z] [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.registry/target/org.eclipse.equinox.http.registry-1.4.0-SNAPSHOT.jar
18:25:05 [2024-02-16T23:25:05.854Z] [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.registry/target/org.eclipse.equinox.http.registry-1.4.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:05 [2024-02-16T23:25:05.854Z] [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.registry/target/org.eclipse.equinox.http.registry-1.4.0-SNAPSHOT-sources.jar
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.registry ---
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.registry:1.4.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.http.registry/.polyglot.META-INF
18:25:06 [2024-02-16T23:25:06.783Z]     The main artifact has been replaced with the baseline version.
18:25:06 [2024-02-16T23:25:06.783Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:06 [2024-02-16T23:25:06.783Z] 
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper >---------
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] Building [bundle] Jasper Jsp Support Bundle 1.2.0-SNAPSHOT     [269/521]
18:25:06 [2024-02-16T23:25:06.783Z] [INFO]   from equinox/bundles/org.eclipse.equinox.jsp.jasper/.polyglot.META-INF
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] The project's OSGi version is 1.2.0.v20240213-1427
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.783Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.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/equinox/bundles/org.eclipse.equinox.jsp.jasper/saveproperties
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] Resolving class path of [bundle] Jasper Jsp Support Bundle
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.784Z] [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.jsp.jasper/src/main/resources
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.784Z] [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.jsp.jasper/src/main/resources
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.784Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.784Z] [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/equinox/bundles/org.eclipse.equinox.jsp.jasper/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:06 [2024-02-16T23:25:06.785Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[22] 
18:25:06 [2024-02-16T23:25:06.785Z] 	import org.osgi.service.packageadmin.ExportedPackage;
18:25:06 [2024-02-16T23:25:06.785Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.785Z] The type ExportedPackage is deprecated
18:25:06 [2024-02-16T23:25:06.785Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[23] 
18:25:06 [2024-02-16T23:25:06.785Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:25:06 [2024-02-16T23:25:06.785Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.785Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.785Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[27] 
18:25:06 [2024-02-16T23:25:06.785Z] 	public class Activator implements BundleActivator, ServiceTrackerCustomizer<PackageAdmin, PackageAdmin> {
18:25:06 [2024-02-16T23:25:06.785Z] 	                                                                            ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.785Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.785Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[27] 
18:25:06 [2024-02-16T23:25:06.785Z] 	public class Activator implements BundleActivator, ServiceTrackerCustomizer<PackageAdmin, PackageAdmin> {
18:25:06 [2024-02-16T23:25:06.785Z] 	                                                                                          ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.785Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.785Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[29] 
18:25:06 [2024-02-16T23:25:06.785Z] 	private ServiceTracker<?, PackageAdmin> packageAdminTracker;
18:25:06 [2024-02-16T23:25:06.785Z] 	                          ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.785Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.785Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[30] 
18:25:06 [2024-02-16T23:25:06.785Z] 	private static PackageAdmin packageAdmin;
18:25:06 [2024-02-16T23:25:06.785Z] 	               ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.785Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.786Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[42] 
18:25:06 [2024-02-16T23:25:06.786Z] 	packageAdminTracker = new ServiceTracker<>(context, PackageAdmin.class, this);
18:25:06 [2024-02-16T23:25:06.786Z] 	                                                    ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.786Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.786Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[55] 
18:25:06 [2024-02-16T23:25:06.786Z] 	public PackageAdmin addingService(ServiceReference<PackageAdmin> reference) {
18:25:06 [2024-02-16T23:25:06.786Z] 	       ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.786Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.786Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[55] 
18:25:06 [2024-02-16T23:25:06.786Z] 	public PackageAdmin addingService(ServiceReference<PackageAdmin> reference) {
18:25:06 [2024-02-16T23:25:06.786Z] 	                                                   ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.786Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.786Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[63] 
18:25:06 [2024-02-16T23:25:06.786Z] 	public void modifiedService(ServiceReference<PackageAdmin> reference, PackageAdmin service) {
18:25:06 [2024-02-16T23:25:06.786Z] 	                                             ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.786Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.786Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[63] 
18:25:06 [2024-02-16T23:25:06.786Z] 	public void modifiedService(ServiceReference<PackageAdmin> reference, PackageAdmin service) {
18:25:06 [2024-02-16T23:25:06.786Z] 	                                                                      ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.786Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.787Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[68] 
18:25:06 [2024-02-16T23:25:06.787Z] 	public void removedService(ServiceReference<PackageAdmin> reference, PackageAdmin service) {
18:25:06 [2024-02-16T23:25:06.787Z] 	                                            ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.787Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.787Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[68] 
18:25:06 [2024-02-16T23:25:06.787Z] 	public void removedService(ServiceReference<PackageAdmin> reference, PackageAdmin service) {
18:25:06 [2024-02-16T23:25:06.787Z] 	                                                                     ^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.787Z] The type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.787Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[83] 
18:25:06 [2024-02-16T23:25:06.787Z] 	return packageAdmin.getFragments(bundle);
18:25:06 [2024-02-16T23:25:06.787Z] 	                    ^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.787Z] The method getFragments(Bundle) from the type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.787Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[94] 
18:25:06 [2024-02-16T23:25:06.787Z] 	ExportedPackage[] exportedPackages = packageAdmin.getExportedPackages("org.apache.jasper.servlet"); //$NON-NLS-1$
18:25:06 [2024-02-16T23:25:06.787Z] 	^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.787Z] The type ExportedPackage is deprecated
18:25:06 [2024-02-16T23:25:06.787Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[94] 
18:25:06 [2024-02-16T23:25:06.787Z] 	ExportedPackage[] exportedPackages = packageAdmin.getExportedPackages("org.apache.jasper.servlet"); //$NON-NLS-1$
18:25:06 [2024-02-16T23:25:06.787Z] 	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.787Z] The method getExportedPackages(String) from the type PackageAdmin is deprecated
18:25:06 [2024-02-16T23:25:06.787Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[95] 
18:25:06 [2024-02-16T23:25:06.788Z] 	for (ExportedPackage exportedPackage : exportedPackages) {
18:25:06 [2024-02-16T23:25:06.788Z] 	     ^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.788Z] The type ExportedPackage is deprecated
18:25:06 [2024-02-16T23:25:06.788Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[96] 
18:25:06 [2024-02-16T23:25:06.788Z] 	Bundle[] importingBundles = exportedPackage.getImportingBundles();
18:25:06 [2024-02-16T23:25:06.788Z] 	                                            ^^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.788Z] The method getImportingBundles() from the type ExportedPackage is deprecated
18:25:06 [2024-02-16T23:25:06.788Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/Activator.java:[99] 
18:25:06 [2024-02-16T23:25:06.788Z] 	return exportedPackage.getExportingBundle();
18:25:06 [2024-02-16T23:25:06.788Z] 	                       ^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.788Z] The method getExportingBundle() from the type ExportedPackage is deprecated
18:25:06 [2024-02-16T23:25:06.788Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[18] 
18:25:06 [2024-02-16T23:25:06.788Z] 	import java.security.AccessController;
18:25:06 [2024-02-16T23:25:06.788Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.788Z] The type AccessController has been deprecated since version 17 and marked for removal
18:25:06 [2024-02-16T23:25:06.788Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[29] 
18:25:06 [2024-02-16T23:25:06.788Z] 	static final class Finder extends SecurityManager {
18:25:06 [2024-02-16T23:25:06.788Z] 	                                  ^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.788Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:25:06 [2024-02-16T23:25:06.788Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[31] 
18:25:06 [2024-02-16T23:25:06.788Z] 	public Class<?>[] getClassContext() {
18:25:06 [2024-02-16T23:25:06.788Z] 	                  ^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.788Z] The method JSPContextFinder.Finder.getClassContext() overrides a deprecated method from SecurityManager
18:25:06 [2024-02-16T23:25:06.789Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[32] 
18:25:06 [2024-02-16T23:25:06.789Z] 	return super.getClassContext();
18:25:06 [2024-02-16T23:25:06.789Z] 	             ^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.789Z] The method getClassContext() from the type SecurityManager is deprecated
18:25:06 [2024-02-16T23:25:06.789Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[43] 
18:25:06 [2024-02-16T23:25:06.789Z] 	AccessController.doPrivileged((PrivilegedAction<Object>) () -> {
18:25:06 [2024-02-16T23:25:06.789Z] 	^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.789Z] The type AccessController has been deprecated since version 17 and marked for removal
18:25:06 [2024-02-16T23:25:06.789Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[43] 
18:25:06 [2024-02-16T23:25:06.789Z] 	AccessController.doPrivileged((PrivilegedAction<Object>) () -> {
18:25:06 [2024-02-16T23:25:06.789Z] 			contextFinder = new Finder();
18:25:06 [2024-02-16T23:25:06.789Z] 			return null;
18:25:06 [2024-02-16T23:25:06.789Z] 		});
18:25:06 [2024-02-16T23:25:06.789Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.789Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:25:06 [2024-02-16T23:25:06.789Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[98] 
18:25:06 [2024-02-16T23:25:06.789Z] 	if (System.getSecurityManager() == null)
18:25:06 [2024-02-16T23:25:06.789Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.789Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:25:06 [2024-02-16T23:25:06.789Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[100] 
18:25:06 [2024-02-16T23:25:06.789Z] 	return AccessController.doPrivileged(this);
18:25:06 [2024-02-16T23:25:06.789Z] 	       ^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.789Z] The type AccessController has been deprecated since version 17 and marked for removal
18:25:06 [2024-02-16T23:25:06.789Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/internal/jsp/jasper/JSPContextFinder.java:[100] 
18:25:06 [2024-02-16T23:25:06.790Z] 	return AccessController.doPrivileged(this);
18:25:06 [2024-02-16T23:25:06.790Z] 	                        ^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.790Z] The method doPrivileged(PrivilegedAction<ArrayList<ClassLoader>>) from the type AccessController is deprecated
18:25:06 [2024-02-16T23:25:06.790Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper/src/org/eclipse/equinox/jsp/jasper/JspServlet.java:[139] 
18:25:06 [2024-02-16T23:25:06.790Z] 	if (System.getSecurityManager() != null) {
18:25:06 [2024-02-16T23:25:06.790Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:25:06 [2024-02-16T23:25:06.790Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:25:06 [2024-02-16T23:25:06.790Z] 29 problems (29 warnings)
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.790Z] [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.jsp.jasper/src/test/resources
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.790Z] [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.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.2.0-SNAPSHOT-sources.jar
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.790Z] [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.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.2.0-SNAPSHOT.jar
18:25:06 [2024-02-16T23:25:06.790Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.2.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.jsp.jasper/.polyglot.META-INF
18:25:06 [2024-02-16T23:25:06.791Z]     The main artifact has been replaced with the baseline version.
18:25:06 [2024-02-16T23:25:06.791Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:06 [2024-02-16T23:25:06.791Z] 
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.2.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.jsp.jasper/.polyglot.META-INF
18:25:06 [2024-02-16T23:25:06.791Z]     The main artifact has been replaced with the baseline version.
18:25:06 [2024-02-16T23:25:06.791Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:06 [2024-02-16T23:25:06.791Z] 
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] Execution was skipped
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] 
18:25:06 [2024-02-16T23:25:06.791Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.jsp.jasper ---
18:25:06 [2024-02-16T23:25:06.791Z] [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.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.2.0-SNAPSHOT.jar' is already signed and will be resigned.
18:25:06 [2024-02-16T23:25:06.791Z] [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.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.2.0-SNAPSHOT.jar
18:25:07 [2024-02-16T23:25:07.719Z] [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.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.2.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:07 [2024-02-16T23:25:07.719Z] [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.jsp.jasper/target/org.eclipse.equinox.jsp.jasper-1.2.0-SNAPSHOT-sources.jar
18:25:08 [2024-02-16T23:25:08.280Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.280Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.jsp.jasper ---
18:25:08 [2024-02-16T23:25:08.280Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper:1.2.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.jsp.jasper/.polyglot.META-INF
18:25:08 [2024-02-16T23:25:08.280Z]     The main artifact has been replaced with the baseline version.
18:25:08 [2024-02-16T23:25:08.280Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:08 [2024-02-16T23:25:08.280Z] 
18:25:08 [2024-02-16T23:25:08.280Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.280Z] [INFO] ----< org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry >-----
18:25:08 [2024-02-16T23:25:08.280Z] [INFO] Building [bundle] Jasper Jsp Registry Support Plug-in 1.3.0-SNAPSHOT [270/521]
18:25:08 [2024-02-16T23:25:08.280Z] [INFO]   from equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/.polyglot.META-INF
18:25:08 [2024-02-16T23:25:08.280Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] The project's OSGi version is 1.3.0.v20240213-1427
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.537Z] [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.jsp.jasper.registry/saveproperties
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] Resolving class path of [bundle] Jasper Jsp Registry Support Plug-in
18:25:08 [2024-02-16T23:25:08.537Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.538Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.538Z] [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.jsp.jasper.registry/src/main/resources
18:25:08 [2024-02-16T23:25:08.538Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.538Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.538Z] [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.jsp.jasper.registry/src/main/resources
18:25:08 [2024-02-16T23:25:08.538Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.538Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.538Z] [INFO] Compiling 2 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.jsp.jasper.registry/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:08 [2024-02-16T23:25:08.538Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[17] 
18:25:08 [2024-02-16T23:25:08.538Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:25:08 [2024-02-16T23:25:08.538Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.538Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.538Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[21] 
18:25:08 [2024-02-16T23:25:08.538Z] 	public class Activator implements BundleActivator, ServiceTrackerCustomizer<PackageAdmin, PackageAdmin> {
18:25:08 [2024-02-16T23:25:08.538Z] 	                                                                            ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.538Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[21] 
18:25:08 [2024-02-16T23:25:08.539Z] 	public class Activator implements BundleActivator, ServiceTrackerCustomizer<PackageAdmin, PackageAdmin> {
18:25:08 [2024-02-16T23:25:08.539Z] 	                                                                                          ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.539Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[23] 
18:25:08 [2024-02-16T23:25:08.539Z] 	private ServiceTracker<?, PackageAdmin> packageAdminTracker;
18:25:08 [2024-02-16T23:25:08.539Z] 	                          ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.539Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[24] 
18:25:08 [2024-02-16T23:25:08.539Z] 	private static PackageAdmin packageAdmin;
18:25:08 [2024-02-16T23:25:08.539Z] 	               ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.539Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[30] 
18:25:08 [2024-02-16T23:25:08.539Z] 	packageAdminTracker = new ServiceTracker<>(context, PackageAdmin.class, this);
18:25:08 [2024-02-16T23:25:08.539Z] 	                                                    ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.539Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.539Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[45] 
18:25:08 [2024-02-16T23:25:08.539Z] 	Bundle[] bundles = packageAdmin.getBundles(symbolicName, null);
18:25:08 [2024-02-16T23:25:08.539Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.539Z] The method getBundles(String, String) from the type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[58] 
18:25:08 [2024-02-16T23:25:08.540Z] 	public PackageAdmin addingService(ServiceReference<PackageAdmin> reference) {
18:25:08 [2024-02-16T23:25:08.540Z] 	       ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.540Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[58] 
18:25:08 [2024-02-16T23:25:08.540Z] 	public PackageAdmin addingService(ServiceReference<PackageAdmin> reference) {
18:25:08 [2024-02-16T23:25:08.540Z] 	                                                   ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.540Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[66] 
18:25:08 [2024-02-16T23:25:08.540Z] 	public void modifiedService(ServiceReference<PackageAdmin> reference, PackageAdmin service) {
18:25:08 [2024-02-16T23:25:08.540Z] 	                                             ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.540Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[66] 
18:25:08 [2024-02-16T23:25:08.540Z] 	public void modifiedService(ServiceReference<PackageAdmin> reference, PackageAdmin service) {
18:25:08 [2024-02-16T23:25:08.540Z] 	                                                                      ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.540Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.540Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[71] 
18:25:08 [2024-02-16T23:25:08.540Z] 	public void removedService(ServiceReference<PackageAdmin> reference, PackageAdmin service) {
18:25:08 [2024-02-16T23:25:08.540Z] 	                                            ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.540Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.541Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.jsp.jasper.registry/src/org/eclipse/equinox/internal/jsp/jasper/registry/Activator.java:[71] 
18:25:08 [2024-02-16T23:25:08.541Z] 	public void removedService(ServiceReference<PackageAdmin> reference, PackageAdmin service) {
18:25:08 [2024-02-16T23:25:08.541Z] 	                                                                     ^^^^^^^^^^^^
18:25:08 [2024-02-16T23:25:08.541Z] The type PackageAdmin is deprecated
18:25:08 [2024-02-16T23:25:08.541Z] 13 problems (13 warnings)
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.541Z] [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.jsp.jasper.registry/src/test/resources
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.541Z] [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.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.3.0-SNAPSHOT-sources.jar
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.541Z] [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.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.3.0-SNAPSHOT.jar
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.541Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.3.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.jsp.jasper.registry/.polyglot.META-INF
18:25:08 [2024-02-16T23:25:08.542Z]     The main artifact has been replaced with the baseline version.
18:25:08 [2024-02-16T23:25:08.542Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:08 [2024-02-16T23:25:08.542Z] 
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.3.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.jsp.jasper.registry/.polyglot.META-INF
18:25:08 [2024-02-16T23:25:08.542Z]     The main artifact has been replaced with the baseline version.
18:25:08 [2024-02-16T23:25:08.542Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:08 [2024-02-16T23:25:08.542Z] 
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] Execution was skipped
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] 
18:25:08 [2024-02-16T23:25:08.542Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:08 [2024-02-16T23:25:08.542Z] [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.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:25:08 [2024-02-16T23:25:08.542Z] [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.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.3.0-SNAPSHOT.jar
18:25:09 [2024-02-16T23:25:09.921Z] [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.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:09 [2024-02-16T23:25:09.921Z] [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.jsp.jasper.registry/target/org.eclipse.equinox.jsp.jasper.registry-1.3.0-SNAPSHOT-sources.jar
18:25:10 [2024-02-16T23:25:10.483Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.483Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.jsp.jasper.registry ---
18:25:10 [2024-02-16T23:25:10.483Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.jsp.jasper.registry:1.3.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.jsp.jasper.registry/.polyglot.META-INF
18:25:10 [2024-02-16T23:25:10.483Z]     The main artifact has been replaced with the baseline version.
18:25:10 [2024-02-16T23:25:10.483Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:10 [2024-02-16T23:25:10.483Z] 
18:25:10 [2024-02-16T23:25:10.483Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.483Z] [INFO] --------------< org.eclipse.help:org.eclipse.help.webapp >--------------
18:25:10 [2024-02-16T23:25:10.483Z] [INFO] Building org.eclipse.help.webapp 3.11.300-SNAPSHOT             [271/521]
18:25:10 [2024-02-16T23:25:10.483Z] [INFO]   from eclipse.platform/ua/org.eclipse.help.webapp/pom.xml
18:25:10 [2024-02-16T23:25:10.483Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] The project's OSGi version is 3.11.300.v20240123-0655
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.739Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.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/ua/org.eclipse.help.webapp/saveproperties
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] Resolving class path of org.eclipse.help.webapp
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.740Z] [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/ua/org.eclipse.help.webapp/src/main/resources
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.740Z] [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/ua/org.eclipse.help.webapp/src/main/resources
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.740Z] [INFO] Compiling 100 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/ua/org.eclipse.help.webapp/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:10 [2024-02-16T23:25:10.995Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.webapp/src/org/eclipse/help/internal/webapp/servlet/IndexFragmentServlet.java:[112] 
18:25:10 [2024-02-16T23:25:10.995Z] 	new ActivitiesData(this.getServletContext(), req, resp);
18:25:10 [2024-02-16T23:25:10.995Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:10 [2024-02-16T23:25:10.996Z] The allocated object is never used
18:25:10 [2024-02-16T23:25:10.996Z] 1 problem (1 warning)
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] 
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] --- jetty-jspc:10.0.16:jspc (jspc) @ org.eclipse.help.webapp ---
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.pom
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.pom
18:25:10 [2024-02-16T23:25:10.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.pom
18:25:11 [2024-02-16T23:25:11.251Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.pom
18:25:11 [2024-02-16T23:25:11.251Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.pom
18:25:11 [2024-02-16T23:25:11.251Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.pom (3.7 kB at 111 kB/s)
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom (1.6 kB at 70 kB/s)
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom
18:25:11 [2024-02-16T23:25:11.252Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom (16 kB at 1.2 MB/s)
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom (4.4 kB at 493 kB/s)
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.253Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.254Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.254Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom (17 kB at 1.9 MB/s)
18:25:11 [2024-02-16T23:25:11.254Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.pom (7.7 kB at 171 kB/s)
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.9.0/maven-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.9.0/maven-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.9.0/maven-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.9.0/maven-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.9.0/maven-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.0/maven-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.0/maven-3.9.0.pom (28 kB at 1.1 MB/s)
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.510Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.pom (2.7 kB at 194 kB/s)
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.pom (1.8 kB at 167 kB/s)
18:25:11 [2024-02-16T23:25:11.511Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.768Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.768Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.768Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.768Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.768Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.pom (2.5 kB at 137 kB/s)
18:25:11 [2024-02-16T23:25:11.768Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.768Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.768Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.pom (1.4 kB at 114 kB/s)
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.pom (2.1 kB at 51 kB/s)
18:25:11 [2024-02-16T23:25:11.769Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.770Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.770Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.pom
18:25:11 [2024-02-16T23:25:11.770Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.pom (2.3 kB at 178 kB/s)
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.025Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.pom (2.9 kB at 140 kB/s)
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.pom (3.5 kB at 104 kB/s)
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.026Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.pom
18:25:12 [2024-02-16T23:25:12.282Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.pom (4.5 kB at 43 kB/s)
18:25:12 [2024-02-16T23:25:12.282Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.282Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.282Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.282Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.282Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.283Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.pom (2.7 kB at 11 kB/s)
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver/1.9.4/maven-resolver-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver/1.9.4/maven-resolver-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.9.4/maven-resolver-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.9.4/maven-resolver-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.9.4/maven-resolver-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.4/maven-resolver-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.4/maven-resolver-1.9.4.pom (24 kB at 402 kB/s)
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.539Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.540Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.540Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.540Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.pom (2.7 kB at 113 kB/s)
18:25:12 [2024-02-16T23:25:12.540Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.540Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.540Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.540Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.540Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.540Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.pom (2.9 kB at 49 kB/s)
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.pom (4.8 kB at 231 kB/s)
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.797Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.798Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.798Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.798Z] [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.4/maven-resolver-named-locks-1.9.4.pom
18:25:12 [2024-02-16T23:25:12.798Z] [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.4/maven-resolver-named-locks-1.9.4.pom (3.2 kB at 85 kB/s)
18:25:12 [2024-02-16T23:25:12.798Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom
18:25:12 [2024-02-16T23:25:12.798Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom
18:25:12 [2024-02-16T23:25:12.798Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom
18:25:12 [2024-02-16T23:25:12.798Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom
18:25:12 [2024-02-16T23:25:12.798Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom
18:25:12 [2024-02-16T23:25:12.798Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom
18:25:13 [2024-02-16T23:25:13.054Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom (13 kB at 221 kB/s)
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom (20 kB at 524 kB/s)
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.055Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.pom (3.5 kB at 76 kB/s)
18:25:13 [2024-02-16T23:25:13.056Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.056Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.056Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.056Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.056Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.056Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.312Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.pom (17 kB at 434 kB/s)
18:25:13 [2024-02-16T23:25:13.312Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/mortbay/jasper/jasper-jsp/9.0.52/jasper-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.312Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/mortbay/jasper/jasper-jsp/9.0.52/jasper-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.312Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/mortbay/jasper/jasper-jsp/9.0.52/jasper-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.312Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mortbay/jasper/jasper-jsp/9.0.52/jasper-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.312Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/mortbay/jasper/jasper-jsp/9.0.52/jasper-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.312Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/jasper-jsp/9.0.52/jasper-jsp-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.312Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/jasper-jsp/9.0.52/jasper-jsp-9.0.52.pom (8.1 kB at 624 kB/s)
18:25:13 [2024-02-16T23:25:13.312Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.pom (7.8 kB at 413 kB/s)
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.pom (1.7 kB at 60 kB/s)
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.313Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.314Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.314Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.314Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.pom
18:25:13 [2024-02-16T23:25:13.569Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.pom (2.1 kB at 29 kB/s)
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.pom (5.3 kB at 404 kB/s)
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.570Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard/1.2.5/taglibs-standard-1.2.5.pom (4.3 kB at 194 kB/s)
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-parent/3/taglibs-parent-3.pom (7.6 kB at 155 kB/s)
18:25:13 [2024-02-16T23:25:13.571Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/10/apache-10.pom
18:25:13 [2024-02-16T23:25:13.827Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/10/apache-10.pom
18:25:13 [2024-02-16T23:25:13.827Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/10/apache-10.pom
18:25:13 [2024-02-16T23:25:13.827Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom
18:25:13 [2024-02-16T23:25:13.827Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/10/apache-10.pom
18:25:13 [2024-02-16T23:25:13.827Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
18:25:13 [2024-02-16T23:25:13.827Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 1.1 MB/s)
18:25:13 [2024-02-16T23:25:13.827Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.pom (6.9 kB at 382 kB/s)
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.jar
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.828Z] [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.jar
18:25:13 [2024-02-16T23:25:13.828Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/inject/guice/5.1.0/guice-5.1.0.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar
18:25:13 [2024-02-16T23:25:13.829Z] [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.jar
18:25:13 [2024-02-16T23:25:13.829Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.830Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.831Z] [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.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/inject/guice/5.1.0/guice-5.1.0.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:25:13 [2024-02-16T23:25:13.831Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar
18:25:13 [2024-02-16T23:25:13.831Z] [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.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.jar
18:25:13 [2024-02-16T23:25:13.832Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar
18:25:14 [2024-02-16T23:25:14.088Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.088Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar
18:25:14 [2024-02-16T23:25:14.088Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.089Z] [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.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.089Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/5.1.0/guice-5.1.0.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar
18:25:14 [2024-02-16T23:25:14.090Z] [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.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.090Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.091Z] [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.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.091Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/5.1.0/guice-5.1.0.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar
18:25:14 [2024-02-16T23:25:14.092Z] [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.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.092Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-named-locks/1.9.4/maven-resolver-named-locks-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/5.1.0/guice-5.1.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:25:14 [2024-02-16T23:25:14.093Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar
18:25:14 [2024-02-16T23:25:14.094Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.350Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/10.0.16/jetty-util-10.0.16.jar (571 kB at 5.1 MB/s)
18:25:14 [2024-02-16T23:25:14.350Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar
18:25:14 [2024-02-16T23:25:14.350Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.350Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.350Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.350Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.350Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.0/maven-settings-builder-3.9.0.jar (42 kB at 3.0 MB/s)
18:25:14 [2024-02-16T23:25:14.350Z] [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.jar
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar (54 kB at 3.4 MB/s)
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.0/maven-settings-3.9.0.jar (45 kB at 2.8 MB/s)
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.jar (62 kB at 3.3 MB/s)
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.351Z] [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.jar (24 kB at 549 kB/s)
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.0/maven-core-3.9.0.jar (668 kB at 13 MB/s)
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.351Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.0/maven-builder-support-3.9.0.jar (14 kB at 239 kB/s)
18:25:14 [2024-02-16T23:25:14.352Z] [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.4/maven-resolver-named-locks-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.352Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.0/maven-repository-metadata-3.9.0.jar (29 kB at 476 kB/s)
18:25:14 [2024-02-16T23:25:14.352Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.352Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.0/maven-model-builder-3.9.0.jar (198 kB at 3.2 MB/s)
18:25:14 [2024-02-16T23:25:14.352Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.352Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.0/maven-resolver-provider-3.9.0.jar (74 kB at 1.0 MB/s)
18:25:14 [2024-02-16T23:25:14.352Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.jar
18:25:14 [2024-02-16T23:25:14.352Z] [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.4/maven-resolver-named-locks-1.9.4.jar (34 kB at 442 kB/s)
18:25:14 [2024-02-16T23:25:14.352Z] [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.jar
18:25:14 [2024-02-16T23:25:14.352Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.4/maven-resolver-api-1.9.4.jar (156 kB at 2.1 MB/s)
18:25:14 [2024-02-16T23:25:14.352Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.4/maven-resolver-impl-1.9.4.jar (310 kB at 3.9 MB/s)
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 53 kB/s)
18:25:14 [2024-02-16T23:25:14.353Z] [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.jar
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.4/maven-resolver-util-1.9.4.jar (187 kB at 2.0 MB/s)
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.353Z] [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.jar (53 kB at 557 kB/s)
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.353Z] [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.jar (778 kB at 7.1 MB/s)
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.jar
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar (3.0 MB at 23 MB/s)
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.353Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.0/maven-model-3.9.0.jar (217 kB at 1.6 MB/s)
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.jar
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.0/maven-plugin-api-3.9.0.jar (47 kB at 340 kB/s)
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.jar
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.4/maven-resolver-spi-1.9.4.jar (51 kB at 366 kB/s)
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/9.0.52/apache-el-9.0.52.jar (253 kB at 1.7 MB/s)
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.jar
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jsp/10.0.16/apache-jsp-10.0.16.jar (21 kB at 94 kB/s)
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.jar
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jstl/10.0.16/apache-jstl-10.0.16.jar (12 kB at 54 kB/s)
18:25:14 [2024-02-16T23:25:14.354Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar
18:25:14 [2024-02-16T23:25:14.355Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/9.0.52/apache-jsp-9.0.52.jar (1.0 MB at 4.5 MB/s)
18:25:14 [2024-02-16T23:25:14.355Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.0/maven-artifact-3.9.0.jar (59 kB at 243 kB/s)
18:25:14 [2024-02-16T23:25:14.611Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.26.0/ecj-3.26.0.jar (3.1 MB at 13 MB/s)
18:25:14 [2024-02-16T23:25:14.611Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard-impl/1.2.5/taglibs-standard-impl-1.2.5.jar (206 kB at 819 kB/s)
18:25:14 [2024-02-16T23:25:14.611Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/taglibs/taglibs-standard-spec/1.2.5/taglibs-standard-spec-1.2.5.jar (40 kB at 158 kB/s)
18:25:14 [2024-02-16T23:25:14.612Z] [INFO] Compiling advanced/advanced.jsp,advanced/bookmarksToolbar.jsp,advanced/bookmarksView.jsp,advanced/confirmShowAll.jsp,advanced/content.jsp,advanced/contentToolbar.jsp,advanced/deferredView.jsp,advanced/err.jsp,advanced/header.jsp,advanced/help.jsp,advanced/helpToolbar.jsp,advanced/index.jsp,advanced/indexToolbar.jsp,advanced/indexView.jsp,advanced/livehelp_js.jsp,advanced/nav.jsp,advanced/print.jsp,advanced/printConfirm.jsp,advanced/printError.jsp,advanced/quickSearch.jsp,advanced/search.jsp,advanced/searchScoped.jsp,advanced/searchSimple.jsp,advanced/searchToolbar.jsp,advanced/searchView.jsp,advanced/tabs.jsp,advanced/tocToolbar.jsp,advanced/tocView.jsp,advanced/toolbar.jsp,advanced/view.jsp,advanced/views.jsp,advanced/workingSet.jsp,advanced/workingSetManager.jsp,advancedstate/scopeState.jsp,advancedstate/workingSetState.jsp,index.jsp from includes=**\/*.jsp, **\/*.jspx excludes=**\/.svn\/**
18:25:14 [2024-02-16T23:25:14.867Z] [INFO] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] Generation completed with [0] errors in [1152] milliseconds
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.help.webapp/src/main/webapp/WEB-INF/web.xml does not exist, cannot merge with generated fragment
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] 
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.help.webapp ---
18:25:15 [2024-02-16T23:25:15.795Z] [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/ua/org.eclipse.help.webapp/src/test/resources
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] 
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.help.webapp ---
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] 
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help.webapp ---
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] 
18:25:15 [2024-02-16T23:25:15.795Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help.webapp ---
18:25:16 [2024-02-16T23:25:16.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/ua/org.eclipse.help.webapp/target/org.eclipse.help.webapp-3.11.300-SNAPSHOT-sources.jar
18:25:16 [2024-02-16T23:25:16.051Z] [INFO] 
18:25:16 [2024-02-16T23:25:16.051Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.help.webapp ---
18:25:16 [2024-02-16T23:25:16.052Z] [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/ua/org.eclipse.help.webapp/target/org.eclipse.help.webapp-3.11.300-SNAPSHOT.jar
18:25:16 [2024-02-16T23:25:16.052Z] [INFO] 
18:25:16 [2024-02-16T23:25:16.052Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help.webapp ---
18:25:16 [2024-02-16T23:25:16.052Z] [INFO] 
18:25:16 [2024-02-16T23:25:16.052Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help.webapp ---
18:25:16 [2024-02-16T23:25:16.052Z] [INFO] Execution was skipped
18:25:16 [2024-02-16T23:25:16.052Z] [INFO] 
18:25:16 [2024-02-16T23:25:16.052Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.help.webapp ---
18:25:16 [2024-02-16T23:25:16.340Z] [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/ua/org.eclipse.help.webapp/target/org.eclipse.help.webapp-3.11.300-SNAPSHOT.jar
18:25:17 [2024-02-16T23:25:17.266Z] [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/ua/org.eclipse.help.webapp/target/org.eclipse.help.webapp-3.11.300-SNAPSHOT-sources.jar
18:25:18 [2024-02-16T23:25:18.630Z] [INFO] 
18:25:18 [2024-02-16T23:25:18.630Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.help.webapp ---
18:25:18 [2024-02-16T23:25:18.886Z] [INFO] 
18:25:18 [2024-02-16T23:25:18.886Z] [INFO] -------------< org.eclipse.help.feature:org.eclipse.help >--------------
18:25:18 [2024-02-16T23:25:18.886Z] [INFO] Building org.eclipse.help.feature 2.3.1700-SNAPSHOT            [272/521]
18:25:18 [2024-02-16T23:25:18.886Z] [INFO]   from eclipse.platform.releng/features/org.eclipse.help-feature/pom.xml
18:25:18 [2024-02-16T23:25:18.886Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:25:18 [2024-02-16T23:25:18.886Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.help.feature:org.eclipse.help:2.3.1700-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.releng/features/org.eclipse.help-feature/pom.xml
18:25:18 [2024-02-16T23:25:18.887Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] Deleting /home/jenkins/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/features/org.eclipse.help-feature/target
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] The project's OSGi version is 2.3.1700.v20240216-1800
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.142Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.142Z] [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/features/org.eclipse.help-feature/saveproperties
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [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/features/org.eclipse.help-feature/src/main/resources
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [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/features/org.eclipse.help-feature/src/main/resources
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [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.releng/features/org.eclipse.help-feature/target/org.eclipse.help-2.3.1700-SNAPSHOT.jar
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] No baseline version org.eclipse.help.feature:org.eclipse.help:eclipse-feature:2.3.1700-SNAPSHOT
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.143Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.144Z] [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.releng/features/org.eclipse.help-feature/target/org.eclipse.help-2.3.1700-SNAPSHOT-sources-feature.jar
18:25:19 [2024-02-16T23:25:19.144Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.144Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.144Z] [INFO] No baseline version org.eclipse.help.feature:org.eclipse.help:eclipse-feature:2.3.1700-SNAPSHOT
18:25:19 [2024-02-16T23:25:19.144Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.144Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.144Z] [INFO] Execution was skipped
18:25:19 [2024-02-16T23:25:19.144Z] [INFO] 
18:25:19 [2024-02-16T23:25:19.144Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.help ---
18:25:19 [2024-02-16T23:25:19.144Z] [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.releng/features/org.eclipse.help-feature/target/org.eclipse.help-2.3.1700-SNAPSHOT.jar
18:25:20 [2024-02-16T23:25:20.069Z] [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.releng/features/org.eclipse.help-feature/target/org.eclipse.help-2.3.1700-SNAPSHOT-sources-feature.jar
18:25:20 [2024-02-16T23:25:20.995Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.995Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.help ---
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] No baseline version org.eclipse.help.feature:org.eclipse.help:eclipse-feature:2.3.1700-SNAPSHOT
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] ---< org.eclipse.platform:org.eclipse.core.filesystem.linux.x86_64 >----
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] Building org.eclipse.core.filesystem.linux.x86_64 1.2.400-SNAPSHOT [273/521]
18:25:20 [2024-02-16T23:25:20.996Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] The project's OSGi version is 1.2.400.v20220812-1420
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.996Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/saveproperties
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] Resolving class path of org.eclipse.core.filesystem.linux.x86_64
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.996Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/src/main/resources
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/src/main/resources
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/src/test/resources
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.997Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.997Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/target/org.eclipse.core.filesystem.linux.x86_64-1.2.400-SNAPSHOT-sources.jar
18:25:20 [2024-02-16T23:25:20.998Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.998Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.998Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/target/org.eclipse.core.filesystem.linux.x86_64-1.2.400-SNAPSHOT.jar
18:25:20 [2024-02-16T23:25:20.998Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.998Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.998Z] [INFO] Artifact comparison detailed log 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/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/target/artifactcomparison
18:25:20 [2024-02-16T23:25:20.998Z] [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.x86_64:1.2.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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml: baseline and build artifacts have same version but different contents
18:25:20 [2024-02-16T23:25:20.998Z]    classifier-sources: not present in baseline
18:25:20 [2024-02-16T23:25:20.998Z] 
18:25:20 [2024-02-16T23:25:20.998Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.x86_64:1.2.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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
18:25:20 [2024-02-16T23:25:20.998Z]     The main artifact has been replaced with the baseline version.
18:25:20 [2024-02-16T23:25:20.998Z]     The following attached artifacts are not present in the baseline and have been removed: [sources]
18:25:20 [2024-02-16T23:25:20.998Z] 
18:25:20 [2024-02-16T23:25:20.998Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.999Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.999Z] [INFO] Execution was skipped
18:25:20 [2024-02-16T23:25:20.999Z] [INFO] 
18:25:20 [2024-02-16T23:25:20.999Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:20 [2024-02-16T23:25:20.999Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/target/org.eclipse.core.filesystem.linux.x86_64-1.2.400-SNAPSHOT.jar' is already signed and will be resigned.
18:25:20 [2024-02-16T23:25:20.999Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/target/org.eclipse.core.filesystem.linux.x86_64-1.2.400-SNAPSHOT.jar
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.filesystem.linux.x86_64 ---
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.x86_64:1.2.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/resources/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
18:25:21 [2024-02-16T23:25:21.927Z]     The main artifact has been replaced with the baseline version.
18:25:21 [2024-02-16T23:25:21.927Z] 
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] ---< org.eclipse.platform:org.eclipse.core.filesystem.linux.aarch64 >---
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] Building org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT [274/521]
18:25:21 [2024-02-16T23:25:21.927Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] The project's OSGi version is 1.4.200.v20220812-1420
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.927Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.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/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/saveproperties
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] Resolving class path of org.eclipse.core.filesystem.linux.aarch64
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.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/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/src/main/resources
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.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/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/src/main/resources
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.928Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.929Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/src/test/resources
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.929Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.200-SNAPSHOT-sources.jar
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.929Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.200-SNAPSHOT.jar
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.929Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.aarch64:1.4.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/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
18:25:21 [2024-02-16T23:25:21.930Z]     The main artifact has been replaced with the baseline version.
18:25:21 [2024-02-16T23:25:21.930Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:21 [2024-02-16T23:25:21.930Z] 
18:25:21 [2024-02-16T23:25:21.930Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.930Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.930Z] [INFO] Execution was skipped
18:25:21 [2024-02-16T23:25:21.930Z] [INFO] 
18:25:21 [2024-02-16T23:25:21.930Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:21 [2024-02-16T23:25:21.930Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:25:21 [2024-02-16T23:25:21.930Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.200-SNAPSHOT.jar
18:25:22 [2024-02-16T23:25:22.857Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:22 [2024-02-16T23:25:22.858Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/target/org.eclipse.core.filesystem.linux.aarch64-1.4.200-SNAPSHOT-sources.jar
18:25:24 [2024-02-16T23:25:24.224Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.224Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.filesystem.linux.aarch64 ---
18:25:24 [2024-02-16T23:25:24.224Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.aarch64:1.4.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/resources/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
18:25:24 [2024-02-16T23:25:24.224Z]     The main artifact has been replaced with the baseline version.
18:25:24 [2024-02-16T23:25:24.224Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:24 [2024-02-16T23:25:24.224Z] 
18:25:24 [2024-02-16T23:25:24.224Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.224Z] [INFO] ----------< org.eclipse.platform:org.eclipse.core.net.win32 >-----------
18:25:24 [2024-02-16T23:25:24.224Z] [INFO] Building org.eclipse.core.net.win32 1.1.300-SNAPSHOT           [275/521]
18:25:24 [2024-02-16T23:25:24.224Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.core.net.win32/pom.xml
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1526
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.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/team/bundles/org.eclipse.core.net.win32/saveproperties
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] Resolving class path of org.eclipse.core.net.win32
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.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/team/bundles/org.eclipse.core.net.win32/src/main/resources
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.225Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.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/team/bundles/org.eclipse.core.net.win32/src/main/resources
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.226Z] [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/team/bundles/org.eclipse.core.net.win32/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.226Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.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/team/bundles/org.eclipse.core.net.win32/src/test/resources
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.227Z] [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/team/bundles/org.eclipse.core.net.win32/target/org.eclipse.core.net.win32-1.1.300-SNAPSHOT-sources.jar
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.227Z] [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/team/bundles/org.eclipse.core.net.win32/target/org.eclipse.core.net.win32-1.1.300-SNAPSHOT.jar
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.227Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.228Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net.win32: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/team/bundles/org.eclipse.core.net.win32/pom.xml
18:25:24 [2024-02-16T23:25:24.228Z]     The main artifact has been replaced with the baseline version.
18:25:24 [2024-02-16T23:25:24.228Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:24 [2024-02-16T23:25:24.228Z] 
18:25:24 [2024-02-16T23:25:24.228Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.228Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.228Z] [INFO] Execution was skipped
18:25:24 [2024-02-16T23:25:24.228Z] [INFO] 
18:25:24 [2024-02-16T23:25:24.228Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.net.win32 ---
18:25:24 [2024-02-16T23:25:24.228Z] [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/team/bundles/org.eclipse.core.net.win32/target/org.eclipse.core.net.win32-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:25:24 [2024-02-16T23:25:24.228Z] [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/team/bundles/org.eclipse.core.net.win32/target/org.eclipse.core.net.win32-1.1.300-SNAPSHOT.jar
18:25:25 [2024-02-16T23:25:25.154Z] [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/team/bundles/org.eclipse.core.net.win32/target/org.eclipse.core.net.win32-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:25 [2024-02-16T23:25:25.155Z] [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/team/bundles/org.eclipse.core.net.win32/target/org.eclipse.core.net.win32-1.1.300-SNAPSHOT-sources.jar
18:25:25 [2024-02-16T23:25:25.736Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.736Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.net.win32 ---
18:25:25 [2024-02-16T23:25:25.736Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net.win32: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/team/bundles/org.eclipse.core.net.win32/pom.xml
18:25:25 [2024-02-16T23:25:25.736Z]     The main artifact has been replaced with the baseline version.
18:25:25 [2024-02-16T23:25:25.736Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:25 [2024-02-16T23:25:25.736Z] 
18:25:25 [2024-02-16T23:25:25.736Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.736Z] [INFO] -------< org.eclipse.platform:org.eclipse.core.net.win32.x86_64 >-------
18:25:25 [2024-02-16T23:25:25.736Z] [INFO] Building org.eclipse.core.net.win32.x86_64 1.2.200-SNAPSHOT    [276/521]
18:25:25 [2024-02-16T23:25:25.736Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.core.net.win32.x86_64/pom.xml
18:25:25 [2024-02-16T23:25:25.736Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] The project's OSGi version is 1.2.200.v20231214-1012
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.992Z] [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/team/bundles/org.eclipse.core.net.win32.x86_64/saveproperties
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] Resolving class path of org.eclipse.core.net.win32.x86_64
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.992Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.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/team/bundles/org.eclipse.core.net.win32.x86_64/src/main/resources
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.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/team/bundles/org.eclipse.core.net.win32.x86_64/src/main/resources
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.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/team/bundles/org.eclipse.core.net.win32.x86_64/src/test/resources
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.993Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.994Z] [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/team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.2.200-SNAPSHOT-sources.jar
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.994Z] [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/team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.2.200-SNAPSHOT.jar
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net.win32.x86_64:1.2.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/team/bundles/org.eclipse.core.net.win32.x86_64/pom.xml
18:25:25 [2024-02-16T23:25:25.994Z]     The main artifact has been replaced with the baseline version.
18:25:25 [2024-02-16T23:25:25.994Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:25 [2024-02-16T23:25:25.994Z] 
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] Execution was skipped
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] 
18:25:25 [2024-02-16T23:25:25.994Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.net.win32.x86_64 ---
18:25:25 [2024-02-16T23:25:25.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/team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.2.200-SNAPSHOT.jar' is already signed and will be resigned.
18:25:25 [2024-02-16T23:25:25.995Z] [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/team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.2.200-SNAPSHOT.jar
18:25:26 [2024-02-16T23:25:26.921Z] [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/team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.2.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:26 [2024-02-16T23:25:26.921Z] [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/team/bundles/org.eclipse.core.net.win32.x86_64/target/org.eclipse.core.net.win32.x86_64-1.2.200-SNAPSHOT-sources.jar
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.net.win32.x86_64 ---
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.net.win32.x86_64:1.2.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/team/bundles/org.eclipse.core.net.win32.x86_64/pom.xml
18:25:28 [2024-02-16T23:25:28.283Z]     The main artifact has been replaced with the baseline version.
18:25:28 [2024-02-16T23:25:28.283Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:28 [2024-02-16T23:25:28.283Z] 
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] ---------< eclipse.platform.ua:org.eclipse.ui.intro.universal >---------
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] Building [bundle] Universal Welcome 3.5.300-SNAPSHOT           [277/521]
18:25:28 [2024-02-16T23:25:28.283Z] [INFO]   from eclipse.platform/ua/org.eclipse.ui.intro.universal/.polyglot.META-INF
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] The project's OSGi version is 3.5.300.v20240122-1701
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.283Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.284Z] [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/ua/org.eclipse.ui.intro.universal/saveproperties
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] Resolving class path of [bundle] Universal Welcome
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.284Z] [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/ua/org.eclipse.ui.intro.universal/src/main/resources
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.284Z] [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/ua/org.eclipse.ui.intro.universal/src/main/resources
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.284Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.284Z] [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/eclipse.platform/ua/org.eclipse.ui.intro.universal/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.540Z] [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/ua/org.eclipse.ui.intro.universal/src/test/resources
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.540Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.541Z] [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/ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.5.300-SNAPSHOT-sources.jar
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.541Z] [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/ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.5.300-SNAPSHOT.jar
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.universal:3.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/ua/org.eclipse.ui.intro.universal/.polyglot.META-INF
18:25:28 [2024-02-16T23:25:28.541Z]     The main artifact has been replaced with the baseline version.
18:25:28 [2024-02-16T23:25:28.541Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:28 [2024-02-16T23:25:28.541Z] 
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] Execution was skipped
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] 
18:25:28 [2024-02-16T23:25:28.541Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.intro.universal ---
18:25:28 [2024-02-16T23:25:28.797Z] [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/ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:25:28 [2024-02-16T23:25:28.797Z] [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/ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.5.300-SNAPSHOT.jar
18:25:30 [2024-02-16T23:25:30.162Z] [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/ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:30 [2024-02-16T23:25:30.162Z] [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/ua/org.eclipse.ui.intro.universal/target/org.eclipse.ui.intro.universal-3.5.300-SNAPSHOT-sources.jar
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.intro.universal ---
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.universal:3.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/ua/org.eclipse.ui.intro.universal/.polyglot.META-INF
18:25:31 [2024-02-16T23:25:31.088Z]     The main artifact has been replaced with the baseline version.
18:25:31 [2024-02-16T23:25:31.088Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:31 [2024-02-16T23:25:31.088Z] 
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] ---< org.eclipse.platform:org.eclipse.core.filesystem.linux.ppc64le >---
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] Building org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT [278/521]
18:25:31 [2024-02-16T23:25:31.088Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] The project's OSGi version is 1.4.200.v20220812-1420
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.088Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/saveproperties
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.088Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] Resolving class path of org.eclipse.core.filesystem.linux.ppc64le
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/src/main/resources
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/src/main/resources
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.089Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/src/test/resources
18:25:31 [2024-02-16T23:25:31.089Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.090Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/target/org.eclipse.core.filesystem.linux.ppc64le-1.4.200-SNAPSHOT-sources.jar
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.090Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/target/org.eclipse.core.filesystem.linux.ppc64le-1.4.200-SNAPSHOT.jar
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.090Z] [INFO] Artifact comparison detailed log 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/eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/target/artifactcomparison
18:25:31 [2024-02-16T23:25:31.091Z] [WARNING] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.ppc64le:1.4.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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml: baseline and build artifacts have same version but different contents
18:25:31 [2024-02-16T23:25:31.091Z]    classifier-sources: not present in baseline
18:25:31 [2024-02-16T23:25:31.091Z] 
18:25:31 [2024-02-16T23:25:31.091Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.ppc64le:1.4.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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
18:25:31 [2024-02-16T23:25:31.091Z]     The main artifact has been replaced with the baseline version.
18:25:31 [2024-02-16T23:25:31.091Z]     The following attached artifacts are not present in the baseline and have been removed: [sources]
18:25:31 [2024-02-16T23:25:31.091Z] 
18:25:31 [2024-02-16T23:25:31.091Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.091Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.091Z] [INFO] Execution was skipped
18:25:31 [2024-02-16T23:25:31.091Z] [INFO] 
18:25:31 [2024-02-16T23:25:31.091Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:31 [2024-02-16T23:25:31.091Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/target/org.eclipse.core.filesystem.linux.ppc64le-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:25:31 [2024-02-16T23:25:31.091Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/target/org.eclipse.core.filesystem.linux.ppc64le-1.4.200-SNAPSHOT.jar
18:25:32 [2024-02-16T23:25:32.017Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.017Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.filesystem.linux.ppc64le ---
18:25:32 [2024-02-16T23:25:32.017Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.filesystem.linux.ppc64le:1.4.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/resources/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
18:25:32 [2024-02-16T23:25:32.017Z]     The main artifact has been replaced with the baseline version.
18:25:32 [2024-02-16T23:25:32.017Z] 
18:25:32 [2024-02-16T23:25:32.017Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.017Z] [INFO] --------< eclipse.platform.ua:org.eclipse.ui.intro.quicklinks >---------
18:25:32 [2024-02-16T23:25:32.017Z] [INFO] Building [bundle] Quicklinks for the Welcome Framework 1.2.300-SNAPSHOT [279/521]
18:25:32 [2024-02-16T23:25:32.017Z] [INFO]   from eclipse.platform/ua/org.eclipse.ui.intro.quicklinks/.polyglot.META-INF
18:25:32 [2024-02-16T23:25:32.017Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] The project's OSGi version is 1.2.300.v20231214-1012
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.018Z] [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/ua/org.eclipse.ui.intro.quicklinks/saveproperties
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] Resolving class path of [bundle] Quicklinks for the Welcome Framework
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.018Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.018Z] [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/ua/org.eclipse.ui.intro.quicklinks/src/main/resources
18:25:32 [2024-02-16T23:25:32.019Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.019Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.019Z] [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/ua/org.eclipse.ui.intro.quicklinks/src/main/resources
18:25:32 [2024-02-16T23:25:32.019Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.019Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.019Z] [INFO] Compiling 2 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/ua/org.eclipse.ui.intro.quicklinks/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:32 [2024-02-16T23:25:32.275Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.ui.intro.quicklinks/src/org/eclipse/ui/intro/quicklinks/QuicklinksViewer.java:[434] 
18:25:32 [2024-02-16T23:25:32.275Z] 	ImageData data = descriptor.getImageData();
18:25:32 [2024-02-16T23:25:32.275Z] 	                            ^^^^^^^^^^^^^^
18:25:32 [2024-02-16T23:25:32.275Z] The method getImageData() from the type ImageDescriptor is deprecated
18:25:32 [2024-02-16T23:25:32.275Z] 1 problem (1 warning)
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.275Z] [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/ua/org.eclipse.ui.intro.quicklinks/src/test/resources
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.275Z] [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/ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.2.300-SNAPSHOT-sources.jar
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.275Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.276Z] [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/ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.2.300-SNAPSHOT.jar
18:25:32 [2024-02-16T23:25:32.276Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.276Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.276Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.quicklinks:1.2.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/ua/org.eclipse.ui.intro.quicklinks/.polyglot.META-INF
18:25:32 [2024-02-16T23:25:32.276Z]     The main artifact has been replaced with the baseline version.
18:25:32 [2024-02-16T23:25:32.276Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:32 [2024-02-16T23:25:32.276Z] 
18:25:32 [2024-02-16T23:25:32.276Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.276Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.276Z] [INFO] Execution was skipped
18:25:32 [2024-02-16T23:25:32.276Z] [INFO] 
18:25:32 [2024-02-16T23:25:32.276Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.intro.quicklinks ---
18:25:32 [2024-02-16T23:25:32.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/ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:25:32 [2024-02-16T23:25:32.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/ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.2.300-SNAPSHOT.jar
18:25:33 [2024-02-16T23:25:33.641Z] [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/ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.2.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:33 [2024-02-16T23:25:33.641Z] [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/ua/org.eclipse.ui.intro.quicklinks/target/org.eclipse.ui.intro.quicklinks-1.2.300-SNAPSHOT-sources.jar
18:25:34 [2024-02-16T23:25:34.205Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.205Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.intro.quicklinks ---
18:25:34 [2024-02-16T23:25:34.205Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.ui.intro.quicklinks:1.2.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/ua/org.eclipse.ui.intro.quicklinks/.polyglot.META-INF
18:25:34 [2024-02-16T23:25:34.205Z]     The main artifact has been replaced with the baseline version.
18:25:34 [2024-02-16T23:25:34.205Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:34 [2024-02-16T23:25:34.205Z] 
18:25:34 [2024-02-16T23:25:34.205Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.205Z] [INFO] ---------< org.eclipse.platform:org.eclipse.text.quicksearch >----------
18:25:34 [2024-02-16T23:25:34.205Z] [INFO] Building [bundle] Quick Search 1.2.300-SNAPSHOT                [280/521]
18:25:34 [2024-02-16T23:25:34.205Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.text.quicksearch/.polyglot.META-INF
18:25:34 [2024-02-16T23:25:34.205Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:34 [2024-02-16T23:25:34.205Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] The project's OSGi version is 1.2.300.v20240125-1313
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.461Z] [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.text.quicksearch/saveproperties
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] Resolving class path of [bundle] Quick Search
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.461Z] [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.text.quicksearch/src/main/resources
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.461Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.462Z] [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.text.quicksearch/src/main/resources
18:25:34 [2024-02-16T23:25:34.462Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.462Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.462Z] [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/eclipse.platform.ui/bundles/org.eclipse.text.quicksearch/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:34 [2024-02-16T23:25:34.717Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.717Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.717Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.717Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.717Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.717Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.717Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.717Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.718Z] [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.text.quicksearch/src/test/resources
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.718Z] [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.text.quicksearch/target/org.eclipse.text.quicksearch-1.2.300-SNAPSHOT-sources.jar
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.718Z] [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.text.quicksearch/target/org.eclipse.text.quicksearch-1.2.300-SNAPSHOT.jar
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.718Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.974Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch:1.2.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.text.quicksearch/.polyglot.META-INF
18:25:34 [2024-02-16T23:25:34.974Z]     The main artifact has been replaced with the baseline version.
18:25:34 [2024-02-16T23:25:34.974Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:34 [2024-02-16T23:25:34.974Z] 
18:25:34 [2024-02-16T23:25:34.974Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.974Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.974Z] [INFO] Execution was skipped
18:25:34 [2024-02-16T23:25:34.974Z] [INFO] 
18:25:34 [2024-02-16T23:25:34.974Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.text.quicksearch ---
18:25:34 [2024-02-16T23:25:34.974Z] [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.text.quicksearch/target/org.eclipse.text.quicksearch-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:25:34 [2024-02-16T23:25:34.974Z] [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.text.quicksearch/target/org.eclipse.text.quicksearch-1.2.300-SNAPSHOT.jar
18:25:35 [2024-02-16T23:25:35.535Z] [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.text.quicksearch/target/org.eclipse.text.quicksearch-1.2.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:35 [2024-02-16T23:25:35.535Z] [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.text.quicksearch/target/org.eclipse.text.quicksearch-1.2.300-SNAPSHOT-sources.jar
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.text.quicksearch ---
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch:1.2.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.text.quicksearch/.polyglot.META-INF
18:25:36 [2024-02-16T23:25:36.461Z]     The main artifact has been replaced with the baseline version.
18:25:36 [2024-02-16T23:25:36.461Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:36 [2024-02-16T23:25:36.461Z] 
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.cocoa >--------------
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] Building [bundle] Eclipse UI MacOS X Enhancements 1.3.100-SNAPSHOT [281/521]
18:25:36 [2024-02-16T23:25:36.461Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.ui.cocoa/.polyglot.META-INF
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] The project's OSGi version is 1.3.100.v20230214-1401
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.461Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.462Z] [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.ui.cocoa/saveproperties
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] Resolving class path of [bundle] Eclipse UI MacOS X Enhancements
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.462Z] [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.ui.cocoa/src/main/resources
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.462Z] [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.ui.cocoa/src/main/resources
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.462Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.718Z] [INFO] Compiling 1 source 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.ui/bundles/org.eclipse.ui.cocoa/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:36 [2024-02-16T23:25:36.718Z] [WARNING] /home/jenkins/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.ui.cocoa/src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java:[19] 
18:25:36 [2024-02-16T23:25:36.719Z] 	import org.eclipse.ui.internal.tweaklets.TitlePathUpdater;
18:25:36 [2024-02-16T23:25:36.719Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:36 [2024-02-16T23:25:36.719Z] Discouraged access: The type 'TitlePathUpdater' is not API (restriction on classpath entry '/home/jenkins/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.ui.workbench/target/classes')
18:25:36 [2024-02-16T23:25:36.719Z] [WARNING] /home/jenkins/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.ui.cocoa/src/org/eclipse/ui/internal/cocoa/CocoaTitlePathUpdater.java:[26] 
18:25:36 [2024-02-16T23:25:36.719Z] 	public class CocoaTitlePathUpdater extends TitlePathUpdater {
18:25:36 [2024-02-16T23:25:36.719Z] 	                                           ^^^^^^^^^^^^^^^^
18:25:36 [2024-02-16T23:25:36.719Z] Discouraged access: The type 'TitlePathUpdater' is not API (restriction on classpath entry '/home/jenkins/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.ui.workbench/target/classes')
18:25:36 [2024-02-16T23:25:36.719Z] 2 problems (2 warnings)
18:25:36 [2024-02-16T23:25:36.719Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.719Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.719Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.719Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.719Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.719Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.719Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.719Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.719Z] [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.ui.cocoa/src/test/resources
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.720Z] [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.ui.cocoa/target/org.eclipse.ui.cocoa-1.3.100-SNAPSHOT-sources.jar
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.720Z] [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.ui.cocoa/target/org.eclipse.ui.cocoa-1.3.100-SNAPSHOT.jar
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.cocoa:1.3.100-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.ui.cocoa/.polyglot.META-INF
18:25:36 [2024-02-16T23:25:36.720Z]     The main artifact has been replaced with the baseline version.
18:25:36 [2024-02-16T23:25:36.720Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:36 [2024-02-16T23:25:36.720Z] 
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] Execution was skipped
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] 
18:25:36 [2024-02-16T23:25:36.720Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.cocoa ---
18:25:36 [2024-02-16T23:25:36.720Z] [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.ui.cocoa/target/org.eclipse.ui.cocoa-1.3.100-SNAPSHOT.jar' is already signed and will be resigned.
18:25:36 [2024-02-16T23:25:36.721Z] [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.ui.cocoa/target/org.eclipse.ui.cocoa-1.3.100-SNAPSHOT.jar
18:25:37 [2024-02-16T23:25:37.647Z] [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.ui.cocoa/target/org.eclipse.ui.cocoa-1.3.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:37 [2024-02-16T23:25:37.647Z] [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.ui.cocoa/target/org.eclipse.ui.cocoa-1.3.100-SNAPSHOT-sources.jar
18:25:39 [2024-02-16T23:25:39.011Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.011Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.cocoa ---
18:25:39 [2024-02-16T23:25:39.011Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.cocoa:1.3.100-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.ui.cocoa/.polyglot.META-INF
18:25:39 [2024-02-16T23:25:39.011Z]     The main artifact has been replaced with the baseline version.
18:25:39 [2024-02-16T23:25:39.011Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:39 [2024-02-16T23:25:39.011Z] 
18:25:39 [2024-02-16T23:25:39.011Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.011Z] [INFO] ------------------< org.eclipse.rcp:org.eclipse.rcp >-------------------
18:25:39 [2024-02-16T23:25:39.011Z] [INFO] Building org.eclipse.rcp 4.31.0-SNAPSHOT                       [282/521]
18:25:39 [2024-02-16T23:25:39.011Z] [INFO]   from eclipse.platform.releng/bundles/org.eclipse.rcp/pom.xml
18:25:39 [2024-02-16T23:25:39.011Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [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/bundles/org.eclipse.rcp/saveproperties
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] Resolving class path of org.eclipse.rcp
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [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/bundles/org.eclipse.rcp/src/main/resources
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.012Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.012Z] [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/bundles/org.eclipse.rcp/src/main/resources
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [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/bundles/org.eclipse.rcp/src/test/resources
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] Copying 1 resource from  to target
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [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.releng/bundles/org.eclipse.rcp/target/org.eclipse.rcp-4.31.0-SNAPSHOT.jar
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] No baseline version org.eclipse.rcp:org.eclipse.rcp:eclipse-plugin:4.31.0-SNAPSHOT
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] Execution was skipped
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.013Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.013Z] [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.releng/bundles/org.eclipse.rcp/target/org.eclipse.rcp-4.31.0-SNAPSHOT.jar
18:25:39 [2024-02-16T23:25:39.574Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.574Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.rcp ---
18:25:39 [2024-02-16T23:25:39.574Z] [INFO] No baseline version org.eclipse.rcp:org.eclipse.rcp:eclipse-plugin:4.31.0-SNAPSHOT
18:25:39 [2024-02-16T23:25:39.574Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.574Z] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64 >--
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.900-SNAPSHOT [283/521]
18:25:39 [2024-02-16T23:25:39.575Z] [INFO]   from equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/.polyglot.META-INF
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:39 [2024-02-16T23:25:39.575Z] [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)'
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] The project's OSGi version is 1.2.900.v20240129-1338
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.575Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.576Z] [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.launcher.cocoa.macosx.x86_64/saveproperties
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] Resolving class path of [bundle] Equinox Launcher MacOSX Cocoa Fragment
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.576Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.577Z] [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.launcher.cocoa.macosx.x86_64/src/main/resources
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.577Z] [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.launcher.cocoa.macosx.x86_64/src/main/resources
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] Executing tasks
18:25:39 [2024-02-16T23:25:39.577Z] [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/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/target
18:25:39 [2024-02-16T23:25:39.577Z] [INFO]     [chmod] Applied chmod to 1 file and 0 directories.
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] Executed tasks
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.577Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.578Z] [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.launcher.cocoa.macosx.x86_64/src/test/resources
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.578Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.834Z] [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.launcher.cocoa.macosx.x86_64/target/org.eclipse.equinox.launcher.cocoa.macosx.x86_64-1.2.900-SNAPSHOT.jar
18:25:39 [2024-02-16T23:25:39.834Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.834Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.900-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.launcher.cocoa.macosx.x86_64/.polyglot.META-INF
18:25:39 [2024-02-16T23:25:39.835Z]     The main artifact has been replaced with the baseline version.
18:25:39 [2024-02-16T23:25:39.835Z] 
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.900-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.launcher.cocoa.macosx.x86_64/.polyglot.META-INF
18:25:39 [2024-02-16T23:25:39.835Z]     The main artifact has been replaced with the baseline version.
18:25:39 [2024-02-16T23:25:39.835Z] 
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] Execution was skipped
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] 
18:25:39 [2024-02-16T23:25:39.835Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:39 [2024-02-16T23:25:39.835Z] [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.launcher.cocoa.macosx.x86_64/target/org.eclipse.equinox.launcher.cocoa.macosx.x86_64-1.2.900-SNAPSHOT.jar' is already signed and will be resigned.
18:25:39 [2024-02-16T23:25:39.836Z] [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.launcher.cocoa.macosx.x86_64/target/org.eclipse.equinox.launcher.cocoa.macosx.x86_64-1.2.900-SNAPSHOT.jar
18:25:40 [2024-02-16T23:25:40.396Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.396Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx.x86_64 ---
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.900-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.launcher.cocoa.macosx.x86_64/.polyglot.META-INF
18:25:40 [2024-02-16T23:25:40.397Z]     The main artifact has been replaced with the baseline version.
18:25:40 [2024-02-16T23:25:40.397Z] 
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64 >--
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] Building [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.900-SNAPSHOT [284/521]
18:25:40 [2024-02-16T23:25:40.397Z] [INFO]   from equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/.polyglot.META-INF
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:40 [2024-02-16T23:25:40.397Z] [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)'
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] The project's OSGi version is 1.2.900.v20240129-1338
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.397Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.398Z] [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.launcher.gtk.linux.x86_64/saveproperties
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] Resolving class path of [bundle] Equinox Launcher Linux X86_64 Fragment
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.398Z] [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.launcher.gtk.linux.x86_64/src/main/resources
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.398Z] [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.launcher.gtk.linux.x86_64/src/main/resources
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] Executing tasks
18:25:40 [2024-02-16T23:25:40.398Z] [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/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/target
18:25:40 [2024-02-16T23:25:40.398Z] [INFO]     [chmod] Applied chmod to 1 file and 0 directories.
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] Executed tasks
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.398Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.399Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.399Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.399Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.399Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.399Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.654Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.654Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.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/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/src/test/resources
18:25:40 [2024-02-16T23:25:40.654Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.654Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.654Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.654Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.654Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.654Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.654Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.655Z] [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.launcher.gtk.linux.x86_64/target/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.900-SNAPSHOT.jar
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.900-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.launcher.gtk.linux.x86_64/.polyglot.META-INF
18:25:40 [2024-02-16T23:25:40.655Z]     The main artifact has been replaced with the baseline version.
18:25:40 [2024-02-16T23:25:40.655Z] 
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.900-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.launcher.gtk.linux.x86_64/.polyglot.META-INF
18:25:40 [2024-02-16T23:25:40.655Z]     The main artifact has been replaced with the baseline version.
18:25:40 [2024-02-16T23:25:40.655Z] 
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] Execution was skipped
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] 
18:25:40 [2024-02-16T23:25:40.655Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:40 [2024-02-16T23:25:40.656Z] [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.launcher.gtk.linux.x86_64/target/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.900-SNAPSHOT.jar' is already signed and will be resigned.
18:25:40 [2024-02-16T23:25:40.656Z] [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.launcher.gtk.linux.x86_64/target/org.eclipse.equinox.launcher.gtk.linux.x86_64-1.2.900-SNAPSHOT.jar
18:25:41 [2024-02-16T23:25:41.590Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.590Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.x86_64 ---
18:25:41 [2024-02-16T23:25:41.590Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.900-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.launcher.gtk.linux.x86_64/.polyglot.META-INF
18:25:41 [2024-02-16T23:25:41.590Z]     The main artifact has been replaced with the baseline version.
18:25:41 [2024-02-16T23:25:41.590Z] 
18:25:41 [2024-02-16T23:25:41.590Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.590Z] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64 >--
18:25:41 [2024-02-16T23:25:41.590Z] [INFO] Building [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.900-SNAPSHOT [285/521]
18:25:41 [2024-02-16T23:25:41.590Z] [INFO]   from equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/.polyglot.META-INF
18:25:41 [2024-02-16T23:25:41.590Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:41 [2024-02-16T23:25:41.590Z] [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)'
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] The project's OSGi version is 1.2.900.v20240129-1338
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.846Z] [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.launcher.gtk.linux.aarch64/saveproperties
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] Resolving class path of [bundle] Equinox Launcher Linux AARCH64 Fragment
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.846Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.847Z] [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.launcher.gtk.linux.aarch64/src/main/resources
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.847Z] [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.launcher.gtk.linux.aarch64/src/main/resources
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] Executing tasks
18:25:41 [2024-02-16T23:25:41.847Z] [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/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/target
18:25:41 [2024-02-16T23:25:41.847Z] [INFO]     [chmod] Applied chmod to 1 file and 0 directories.
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] Executed tasks
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.847Z] [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.launcher.gtk.linux.aarch64/src/test/resources
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.847Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.848Z] [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.launcher.gtk.linux.aarch64/target/org.eclipse.equinox.launcher.gtk.linux.aarch64-1.2.900-SNAPSHOT.jar
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.900-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.launcher.gtk.linux.aarch64/.polyglot.META-INF
18:25:41 [2024-02-16T23:25:41.848Z]     The main artifact has been replaced with the baseline version.
18:25:41 [2024-02-16T23:25:41.848Z] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.900-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.launcher.gtk.linux.aarch64/.polyglot.META-INF
18:25:41 [2024-02-16T23:25:41.848Z]     The main artifact has been replaced with the baseline version.
18:25:41 [2024-02-16T23:25:41.848Z] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] Execution was skipped
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] 
18:25:41 [2024-02-16T23:25:41.848Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:41 [2024-02-16T23:25:41.849Z] [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.launcher.gtk.linux.aarch64/target/org.eclipse.equinox.launcher.gtk.linux.aarch64-1.2.900-SNAPSHOT.jar' is already signed and will be resigned.
18:25:41 [2024-02-16T23:25:41.849Z] [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.launcher.gtk.linux.aarch64/target/org.eclipse.equinox.launcher.gtk.linux.aarch64-1.2.900-SNAPSHOT.jar
18:25:42 [2024-02-16T23:25:42.777Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.777Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.aarch64 ---
18:25:42 [2024-02-16T23:25:42.777Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.900-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.launcher.gtk.linux.aarch64/.polyglot.META-INF
18:25:42 [2024-02-16T23:25:42.777Z]     The main artifact has been replaced with the baseline version.
18:25:42 [2024-02-16T23:25:42.777Z] 
18:25:42 [2024-02-16T23:25:42.777Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.777Z] [INFO] ------< org.eclipse.platform:org.eclipse.core.databinding.beans >-------
18:25:42 [2024-02-16T23:25:42.777Z] [INFO] Building [bundle] JFace Data Binding for JavaBeans 1.10.200-SNAPSHOT [286/521]
18:25:42 [2024-02-16T23:25:42.778Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] The project's OSGi version is 1.10.200.v20231214-1513
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [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.databinding.beans/saveproperties
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] Resolving class path of [bundle] JFace Data Binding for JavaBeans
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [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.databinding.beans/src/main/resources
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.778Z] [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.databinding.beans/src/main/resources
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.778Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] Compiling 40 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.databinding.beans/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.779Z] [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.databinding.beans/src/test/resources
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.779Z] [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.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.200-SNAPSHOT-sources.jar
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.779Z] [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.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.200-SNAPSHOT.jar
18:25:42 [2024-02-16T23:25:42.779Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.780Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.780Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.10.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.ui/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF
18:25:42 [2024-02-16T23:25:42.780Z]     The main artifact has been replaced with the baseline version.
18:25:42 [2024-02-16T23:25:42.780Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:42 [2024-02-16T23:25:42.780Z] 
18:25:42 [2024-02-16T23:25:42.780Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.780Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.780Z] [INFO] Execution was skipped
18:25:42 [2024-02-16T23:25:42.780Z] [INFO] 
18:25:42 [2024-02-16T23:25:42.780Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.databinding.beans ---
18:25:42 [2024-02-16T23:25:42.780Z] [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.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.200-SNAPSHOT.jar' is already signed and will be resigned.
18:25:42 [2024-02-16T23:25:42.780Z] [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.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.200-SNAPSHOT.jar
18:25:43 [2024-02-16T23:25:43.705Z] [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.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:43 [2024-02-16T23:25:43.706Z] [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.databinding.beans/target/org.eclipse.core.databinding.beans-1.10.200-SNAPSHOT-sources.jar
18:25:44 [2024-02-16T23:25:44.631Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.631Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.databinding.beans ---
18:25:44 [2024-02-16T23:25:44.631Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.databinding.beans:1.10.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.ui/bundles/org.eclipse.core.databinding.beans/.polyglot.META-INF
18:25:44 [2024-02-16T23:25:44.631Z]     The main artifact has been replaced with the baseline version.
18:25:44 [2024-02-16T23:25:44.631Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:44 [2024-02-16T23:25:44.631Z] 
18:25:44 [2024-02-16T23:25:44.631Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.631Z] [INFO] -------------< org.eclipse.equinox:org.eclipse.osgi.util >--------------
18:25:44 [2024-02-16T23:25:44.631Z] [INFO] Building [bundle] OSGi Release 4.2.0 Utility Classes 3.7.300-SNAPSHOT [287/521]
18:25:44 [2024-02-16T23:25:44.631Z] [INFO]   from equinox/bundles/org.eclipse.osgi.util/.polyglot.META-INF
18:25:44 [2024-02-16T23:25:44.631Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:44 [2024-02-16T23:25:44.631Z] [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.pom
18:25:44 [2024-02-16T23:25:44.632Z] [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.pom (1.4 kB at 48 kB/s)
18:25:44 [2024-02-16T23:25:44.632Z] [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.pom
18:25:44 [2024-02-16T23:25:44.632Z] [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.pom (1.3 kB at 43 kB/s)
18:25:44 [2024-02-16T23:25:44.632Z] [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.pom
18:25:44 [2024-02-16T23:25:44.888Z] [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.pom (1.9 kB at 29 kB/s)
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] The project's OSGi version is 3.7.300.v20231104-1118
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.888Z] [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.util/saveproperties
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] Resolving class path of [bundle] OSGi Release 4.2.0 Utility Classes
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.888Z] [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.util/src/main/resources
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.888Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [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.util/src/main/resources
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [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.util/src/test/resources
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [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.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT-sources.jar
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.889Z] [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.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT.jar
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.889Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.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/equinox/bundles/org.eclipse.osgi.util/.polyglot.META-INF
18:25:44 [2024-02-16T23:25:44.890Z]     The main artifact has been replaced with the baseline version.
18:25:44 [2024-02-16T23:25:44.890Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:44 [2024-02-16T23:25:44.890Z] 
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.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/equinox/bundles/org.eclipse.osgi.util/.polyglot.META-INF
18:25:44 [2024-02-16T23:25:44.890Z]     The main artifact has been replaced with the baseline version.
18:25:44 [2024-02-16T23:25:44.890Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:44 [2024-02-16T23:25:44.890Z] 
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] Execution was skipped
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] 
18:25:44 [2024-02-16T23:25:44.890Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi.util ---
18:25:44 [2024-02-16T23:25:44.890Z] [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.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT.jar' is already signed and will be resigned.
18:25:44 [2024-02-16T23:25:44.891Z] [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.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT.jar
18:25:45 [2024-02-16T23:25:45.818Z] [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.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:45 [2024-02-16T23:25:45.818Z] [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.util/target/org.eclipse.osgi.util-3.7.300-SNAPSHOT-sources.jar
18:25:46 [2024-02-16T23:25:46.379Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.379Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.osgi.util ---
18:25:46 [2024-02-16T23:25:46.379Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.osgi.util:3.7.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/equinox/bundles/org.eclipse.osgi.util/.polyglot.META-INF
18:25:46 [2024-02-16T23:25:46.379Z]     The main artifact has been replaced with the baseline version.
18:25:46 [2024-02-16T23:25:46.379Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:46 [2024-02-16T23:25:46.379Z] 
18:25:46 [2024-02-16T23:25:46.379Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.379Z] [INFO] ----------< org.eclipse.platform:org.eclipse.e4.ui.swt.win32 >----------
18:25:46 [2024-02-16T23:25:46.379Z] [INFO] Building [bundle] Eclipse UI WIN32 Enhancements 1.2.200-SNAPSHOT [288/521]
18:25:46 [2024-02-16T23:25:46.379Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.win32/.polyglot.META-INF
18:25:46 [2024-02-16T23:25:46.379Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:46 [2024-02-16T23:25:46.380Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:46 [2024-02-16T23:25:46.380Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.380Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.380Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.380Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.634Z] [INFO] The project's OSGi version is 1.2.200.v20231201-1637
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [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.swt.win32/saveproperties
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] Resolving class path of [bundle] Eclipse UI WIN32 Enhancements
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [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.swt.win32/src/main/resources
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [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.swt.win32/src/main/resources
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] Compiling 1 source 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.ui/bundles/org.eclipse.e4.ui.swt.win32/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.635Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.636Z] [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.swt.win32/src/test/resources
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.636Z] [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.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.2.200-SNAPSHOT-sources.jar
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.636Z] [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.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.2.200-SNAPSHOT.jar
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.win32:1.2.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.ui/bundles/org.eclipse.e4.ui.swt.win32/.polyglot.META-INF
18:25:46 [2024-02-16T23:25:46.636Z]     The main artifact has been replaced with the baseline version.
18:25:46 [2024-02-16T23:25:46.636Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:46 [2024-02-16T23:25:46.636Z] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.636Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.637Z] [INFO] Execution was skipped
18:25:46 [2024-02-16T23:25:46.637Z] [INFO] 
18:25:46 [2024-02-16T23:25:46.637Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.swt.win32 ---
18:25:46 [2024-02-16T23:25:46.637Z] [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.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.2.200-SNAPSHOT.jar' is already signed and will be resigned.
18:25:46 [2024-02-16T23:25:46.637Z] [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.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.2.200-SNAPSHOT.jar
18:25:47 [2024-02-16T23:25:47.563Z] [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.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.2.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:47 [2024-02-16T23:25:47.563Z] [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.swt.win32/target/org.eclipse.e4.ui.swt.win32-1.2.200-SNAPSHOT-sources.jar
18:25:48 [2024-02-16T23:25:48.123Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.123Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.swt.win32 ---
18:25:48 [2024-02-16T23:25:48.123Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.win32:1.2.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.ui/bundles/org.eclipse.e4.ui.swt.win32/.polyglot.META-INF
18:25:48 [2024-02-16T23:25:48.123Z]     The main artifact has been replaced with the baseline version.
18:25:48 [2024-02-16T23:25:48.123Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:48 [2024-02-16T23:25:48.123Z] 
18:25:48 [2024-02-16T23:25:48.123Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.123Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.console >-----------
18:25:48 [2024-02-16T23:25:48.123Z] [INFO] Building [bundle] Console plug-in 1.4.700-SNAPSHOT             [289/521]
18:25:48 [2024-02-16T23:25:48.123Z] [INFO]   from equinox/bundles/org.eclipse.equinox.console/.polyglot.META-INF
18:25:48 [2024-02-16T23:25:48.123Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:48 [2024-02-16T23:25:48.123Z] [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.pom
18:25:48 [2024-02-16T23:25:48.124Z] [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.pom (3.5 kB at 130 kB/s)
18:25:48 [2024-02-16T23:25:48.124Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom
18:25:48 [2024-02-16T23:25:48.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom (5.4 kB at 208 kB/s)
18:25:48 [2024-02-16T23:25:48.379Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom
18:25:48 [2024-02-16T23:25:48.379Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom (22 kB at 521 kB/s)
18:25:48 [2024-02-16T23:25:48.379Z] [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.4/org.apache.felix.gogo.runtime-1.1.4.pom
18:25:48 [2024-02-16T23:25:48.379Z] [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.4/org.apache.felix.gogo.runtime-1.1.4.pom (3.9 kB at 203 kB/s)
18:25:48 [2024-02-16T23:25:48.379Z] [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.pom
18:25:48 [2024-02-16T23:25:48.379Z] [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.pom (3.9 kB at 176 kB/s)
18:25:48 [2024-02-16T23:25:48.379Z] [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.pom
18:25:48 [2024-02-16T23:25:48.380Z] [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.pom (3.7 kB at 186 kB/s)
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] The project's OSGi version is 1.4.700.v20240213-1244
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [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.console/saveproperties
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] Resolving class path of [bundle] Console plug-in
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [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.console/src/main/resources
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [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.console/src/main/resources
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.380Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.380Z] [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/equinox/bundles/org.eclipse.equinox.console/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:48 [2024-02-16T23:25:48.636Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/command/adapter/Activator.java:[57] 
18:25:48 [2024-02-16T23:25:48.636Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:25:48 [2024-02-16T23:25:48.636Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:48 [2024-02-16T23:25:48.636Z] The type PackageAdmin is deprecated
18:25:48 [2024-02-16T23:25:48.636Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:[81] 
18:25:48 [2024-02-16T23:25:48.636Z] 	import org.osgi.service.packageadmin.ExportedPackage;
18:25:48 [2024-02-16T23:25:48.636Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:48 [2024-02-16T23:25:48.636Z] The type ExportedPackage is deprecated
18:25:48 [2024-02-16T23:25:48.636Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java:[82] 
18:25:48 [2024-02-16T23:25:48.636Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:25:48 [2024-02-16T23:25:48.636Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:48 [2024-02-16T23:25:48.636Z] The type PackageAdmin is deprecated
18:25:48 [2024-02-16T23:25:48.636Z] 3 problems (3 warnings)
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.636Z] [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.console/src/test/resources
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.636Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.637Z] [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.console/target/org.eclipse.equinox.console-1.4.700-SNAPSHOT-sources.jar
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.637Z] [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.console/target/org.eclipse.equinox.console-1.4.700-SNAPSHOT.jar
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.700-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.console/.polyglot.META-INF
18:25:48 [2024-02-16T23:25:48.637Z]     The main artifact has been replaced with the baseline version.
18:25:48 [2024-02-16T23:25:48.637Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:48 [2024-02-16T23:25:48.637Z] 
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.700-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.console/.polyglot.META-INF
18:25:48 [2024-02-16T23:25:48.637Z]     The main artifact has been replaced with the baseline version.
18:25:48 [2024-02-16T23:25:48.637Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:48 [2024-02-16T23:25:48.637Z] 
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] Execution was skipped
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] 
18:25:48 [2024-02-16T23:25:48.637Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.console ---
18:25:48 [2024-02-16T23:25:48.638Z] [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.console/target/org.eclipse.equinox.console-1.4.700-SNAPSHOT.jar' is already signed and will be resigned.
18:25:48 [2024-02-16T23:25:48.638Z] [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.console/target/org.eclipse.equinox.console-1.4.700-SNAPSHOT.jar
18:25:49 [2024-02-16T23:25:49.563Z] [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.console/target/org.eclipse.equinox.console-1.4.700-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:49 [2024-02-16T23:25:49.563Z] [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.console/target/org.eclipse.equinox.console-1.4.700-SNAPSHOT-sources.jar
18:25:50 [2024-02-16T23:25:50.505Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.505Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.console ---
18:25:50 [2024-02-16T23:25:50.505Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console:1.4.700-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.console/.polyglot.META-INF
18:25:50 [2024-02-16T23:25:50.505Z]     The main artifact has been replaced with the baseline version.
18:25:50 [2024-02-16T23:25:50.505Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:50 [2024-02-16T23:25:50.505Z] 
18:25:50 [2024-02-16T23:25:50.505Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.505Z] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le >--
18:25:50 [2024-02-16T23:25:50.505Z] [INFO] Building [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.900-SNAPSHOT [290/521]
18:25:50 [2024-02-16T23:25:50.505Z] [INFO]   from equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/.polyglot.META-INF
18:25:50 [2024-02-16T23:25:50.505Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:50 [2024-02-16T23:25:50.505Z] [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)'
18:25:50 [2024-02-16T23:25:50.505Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] The project's OSGi version is 1.2.900.v20240129-1338
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.506Z] [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.launcher.gtk.linux.ppc64le/saveproperties
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] Resolving class path of [bundle] Equinox Launcher Linux PPC64le Fragment
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.506Z] [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.launcher.gtk.linux.ppc64le/src/main/resources
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.506Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [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.launcher.gtk.linux.ppc64le/src/main/resources
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] Executing tasks
18:25:50 [2024-02-16T23:25:50.507Z] [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/equinox/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/target
18:25:50 [2024-02-16T23:25:50.507Z] [INFO]     [chmod] Applied chmod to 1 file and 0 directories.
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] Executed tasks
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [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.launcher.gtk.linux.ppc64le/src/test/resources
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.507Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.508Z] [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.launcher.gtk.linux.ppc64le/target/org.eclipse.equinox.launcher.gtk.linux.ppc64le-1.2.900-SNAPSHOT.jar
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.900-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.launcher.gtk.linux.ppc64le/.polyglot.META-INF
18:25:50 [2024-02-16T23:25:50.508Z]     The main artifact has been replaced with the baseline version.
18:25:50 [2024-02-16T23:25:50.508Z] 
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.900-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.launcher.gtk.linux.ppc64le/.polyglot.META-INF
18:25:50 [2024-02-16T23:25:50.508Z]     The main artifact has been replaced with the baseline version.
18:25:50 [2024-02-16T23:25:50.508Z] 
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] Execution was skipped
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] 
18:25:50 [2024-02-16T23:25:50.508Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:50 [2024-02-16T23:25:50.508Z] [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.launcher.gtk.linux.ppc64le/target/org.eclipse.equinox.launcher.gtk.linux.ppc64le-1.2.900-SNAPSHOT.jar' is already signed and will be resigned.
18:25:50 [2024-02-16T23:25:50.509Z] [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.launcher.gtk.linux.ppc64le/target/org.eclipse.equinox.launcher.gtk.linux.ppc64le-1.2.900-SNAPSHOT.jar
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.launcher.gtk.linux.ppc64le ---
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.gtk.linux.ppc64le:1.2.900-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.launcher.gtk.linux.ppc64le/.polyglot.META-INF
18:25:51 [2024-02-16T23:25:51.435Z]     The main artifact has been replaced with the baseline version.
18:25:51 [2024-02-16T23:25:51.435Z] 
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] --------< org.eclipse.platform:org.eclipse.jface.notifications >--------
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] Building [bundle] Notification API 0.7.100-SNAPSHOT            [291/521]
18:25:51 [2024-02-16T23:25:51.435Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.jface.notifications/.polyglot.META-INF
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] The project's OSGi version is 0.7.100.v20231214-2114
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.435Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.436Z] [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.notifications/saveproperties
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] Resolving class path of [bundle] Notification API
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.436Z] [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.notifications/src/main/resources
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.436Z] [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.notifications/src/main/resources
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.436Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.436Z] [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.ui/bundles/org.eclipse.jface.notifications/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.692Z] [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.notifications/src/test/resources
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.692Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.693Z] [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.notifications/target/org.eclipse.jface.notifications-0.7.100-SNAPSHOT-sources.jar
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.693Z] [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.notifications/target/org.eclipse.jface.notifications-0.7.100-SNAPSHOT.jar
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.notifications:0.7.100-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.notifications/.polyglot.META-INF
18:25:51 [2024-02-16T23:25:51.693Z]     The main artifact has been replaced with the baseline version.
18:25:51 [2024-02-16T23:25:51.693Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:51 [2024-02-16T23:25:51.693Z] 
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] Execution was skipped
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] 
18:25:51 [2024-02-16T23:25:51.693Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.notifications ---
18:25:51 [2024-02-16T23:25:51.693Z] [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.notifications/target/org.eclipse.jface.notifications-0.7.100-SNAPSHOT.jar' is already signed and will be resigned.
18:25:51 [2024-02-16T23:25:51.694Z] [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.notifications/target/org.eclipse.jface.notifications-0.7.100-SNAPSHOT.jar
18:25:53 [2024-02-16T23:25:53.059Z] [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.notifications/target/org.eclipse.jface.notifications-0.7.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:53 [2024-02-16T23:25:53.059Z] [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.notifications/target/org.eclipse.jface.notifications-0.7.100-SNAPSHOT-sources.jar
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.notifications ---
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.notifications:0.7.100-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.notifications/.polyglot.META-INF
18:25:53 [2024-02-16T23:25:53.620Z]     The main artifact has been replaced with the baseline version.
18:25:53 [2024-02-16T23:25:53.620Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:53 [2024-02-16T23:25:53.620Z] 
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.ui.swt.gtk >-----------
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] Building [bundle] Eclipse UI GTK Enhancements 1.2.100-SNAPSHOT [292/521]
18:25:53 [2024-02-16T23:25:53.620Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.swt.gtk/.polyglot.META-INF
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.620Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] The project's OSGi version is 1.2.100.v20231030-2045
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.621Z] [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.swt.gtk/saveproperties
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.621Z] [INFO] Resolving class path of [bundle] Eclipse UI GTK Enhancements
18:25:53 [2024-02-16T23:25:53.876Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.876Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.876Z] [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.swt.gtk/src/main/resources
18:25:53 [2024-02-16T23:25:53.876Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.876Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.877Z] [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.swt.gtk/src/main/resources
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] Compiling 1 source 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.ui/bundles/org.eclipse.e4.ui.swt.gtk/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.877Z] [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.swt.gtk/src/test/resources
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.877Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.877Z] [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.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.2.100-SNAPSHOT-sources.jar
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.878Z] [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.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.2.100-SNAPSHOT.jar
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.gtk:1.2.100-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.swt.gtk/.polyglot.META-INF
18:25:53 [2024-02-16T23:25:53.878Z]     The main artifact has been replaced with the baseline version.
18:25:53 [2024-02-16T23:25:53.878Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:53 [2024-02-16T23:25:53.878Z] 
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] Execution was skipped
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] 
18:25:53 [2024-02-16T23:25:53.878Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.swt.gtk ---
18:25:53 [2024-02-16T23:25:53.878Z] [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.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.2.100-SNAPSHOT.jar' is already signed and will be resigned.
18:25:53 [2024-02-16T23:25:53.878Z] [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.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.2.100-SNAPSHOT.jar
18:25:54 [2024-02-16T23:25:54.805Z] [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.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.2.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:54 [2024-02-16T23:25:54.806Z] [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.swt.gtk/target/org.eclipse.e4.ui.swt.gtk-1.2.100-SNAPSHOT-sources.jar
18:25:55 [2024-02-16T23:25:55.733Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.733Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.swt.gtk ---
18:25:55 [2024-02-16T23:25:55.733Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.swt.gtk:1.2.100-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.swt.gtk/.polyglot.META-INF
18:25:55 [2024-02-16T23:25:55.733Z]     The main artifact has been replaced with the baseline version.
18:25:55 [2024-02-16T23:25:55.733Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:55 [2024-02-16T23:25:55.733Z] 
18:25:55 [2024-02-16T23:25:55.733Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.733Z] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64 >--
18:25:55 [2024-02-16T23:25:55.733Z] [INFO] Building [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.900-SNAPSHOT [293/521]
18:25:55 [2024-02-16T23:25:55.733Z] [INFO]   from equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/.polyglot.META-INF
18:25:55 [2024-02-16T23:25:55.733Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:55 [2024-02-16T23:25:55.733Z] [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)'
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] The project's OSGi version is 1.2.900.v20240213-1244
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.734Z] [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.launcher.win32.win32.x86_64/saveproperties
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] Resolving class path of [bundle] Equinox Launcher Win32 X86_64 Fragment
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.734Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.735Z] [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.launcher.win32.win32.x86_64/src/main/resources
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.735Z] [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.launcher.win32.win32.x86_64/src/main/resources
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] Executing tasks
18:25:55 [2024-02-16T23:25:55.735Z] [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/equinox/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/target
18:25:55 [2024-02-16T23:25:55.735Z] [INFO]     [chmod] Skipping fileset for 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.launcher.win32.win32.x86_64/target. It is empty.
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] Executed tasks
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.735Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.736Z] [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.launcher.win32.win32.x86_64/src/test/resources
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.736Z] [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.launcher.win32.win32.x86_64/target/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900-SNAPSHOT.jar
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.900-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.launcher.win32.win32.x86_64/.polyglot.META-INF
18:25:55 [2024-02-16T23:25:55.736Z]     The main artifact has been replaced with the baseline version.
18:25:55 [2024-02-16T23:25:55.736Z] 
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.736Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.737Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.900-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.launcher.win32.win32.x86_64/.polyglot.META-INF
18:25:55 [2024-02-16T23:25:55.737Z]     The main artifact has been replaced with the baseline version.
18:25:55 [2024-02-16T23:25:55.737Z] 
18:25:55 [2024-02-16T23:25:55.737Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.737Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.737Z] [INFO] Execution was skipped
18:25:55 [2024-02-16T23:25:55.737Z] [INFO] 
18:25:55 [2024-02-16T23:25:55.737Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:55 [2024-02-16T23:25:55.993Z] [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.launcher.win32.win32.x86_64/target/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900-SNAPSHOT.jar' is already signed and will be resigned.
18:25:55 [2024-02-16T23:25:55.993Z] [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.launcher.win32.win32.x86_64/target/org.eclipse.equinox.launcher.win32.win32.x86_64-1.2.900-SNAPSHOT.jar
18:25:56 [2024-02-16T23:25:56.919Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.919Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.launcher.win32.win32.x86_64 ---
18:25:56 [2024-02-16T23:25:56.919Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.900-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.launcher.win32.win32.x86_64/.polyglot.META-INF
18:25:56 [2024-02-16T23:25:56.919Z]     The main artifact has been replaced with the baseline version.
18:25:56 [2024-02-16T23:25:56.919Z] 
18:25:56 [2024-02-16T23:25:56.919Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.919Z] [INFO] --< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64 >--
18:25:56 [2024-02-16T23:25:56.919Z] [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT [294/521]
18:25:56 [2024-02-16T23:25:56.920Z] [INFO]   from equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/.polyglot.META-INF
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:56 [2024-02-16T23:25:56.920Z] [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)'
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] The project's OSGi version is 1.2.900.v20240129-1338
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.920Z] [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.launcher.cocoa.macosx.aarch64/saveproperties
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] Resolving class path of [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.920Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [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.launcher.cocoa.macosx.aarch64/src/main/resources
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [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.launcher.cocoa.macosx.aarch64/src/main/resources
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] Executing tasks
18:25:56 [2024-02-16T23:25:56.921Z] [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/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/target
18:25:56 [2024-02-16T23:25:56.921Z] [INFO]     [chmod] Applied chmod to 1 file and 0 directories.
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] Executed tasks
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [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.launcher.cocoa.macosx.aarch64/src/test/resources
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.921Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.922Z] [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.launcher.cocoa.macosx.aarch64/target/org.eclipse.equinox.launcher.cocoa.macosx.aarch64-1.2.900-SNAPSHOT.jar
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.900-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.launcher.cocoa.macosx.aarch64/.polyglot.META-INF
18:25:56 [2024-02-16T23:25:56.922Z]     The main artifact has been replaced with the baseline version.
18:25:56 [2024-02-16T23:25:56.922Z] 
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.900-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.launcher.cocoa.macosx.aarch64/.polyglot.META-INF
18:25:56 [2024-02-16T23:25:56.922Z]     The main artifact has been replaced with the baseline version.
18:25:56 [2024-02-16T23:25:56.922Z] 
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] Execution was skipped
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] 
18:25:56 [2024-02-16T23:25:56.922Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:56 [2024-02-16T23:25:56.923Z] [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.launcher.cocoa.macosx.aarch64/target/org.eclipse.equinox.launcher.cocoa.macosx.aarch64-1.2.900-SNAPSHOT.jar' is already signed and will be resigned.
18:25:56 [2024-02-16T23:25:56.923Z] [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.launcher.cocoa.macosx.aarch64/target/org.eclipse.equinox.launcher.cocoa.macosx.aarch64-1.2.900-SNAPSHOT.jar
18:25:57 [2024-02-16T23:25:57.850Z] [INFO] 
18:25:57 [2024-02-16T23:25:57.850Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx.aarch64 ---
18:25:57 [2024-02-16T23:25:57.850Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.900-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.launcher.cocoa.macosx.aarch64/.polyglot.META-INF
18:25:57 [2024-02-16T23:25:57.850Z]     The main artifact has been replaced with the baseline version.
18:25:57 [2024-02-16T23:25:57.850Z] 
18:25:57 [2024-02-16T23:25:57.850Z] [INFO] 
18:25:57 [2024-02-16T23:25:57.850Z] [INFO] --< org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa >--
18:25:57 [2024-02-16T23:25:57.850Z] [INFO] Building [bundle] Eclipse UI MacOS X Enhancements 0.14.300-SNAPSHOT [295/521]
18:25:57 [2024-02-16T23:25:57.850Z] [INFO]   from eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/.polyglot.META-INF
18:25:57 [2024-02-16T23:25:57.850Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] The project's OSGi version is 0.14.300.v20240119-2127
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.107Z] [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.workbench.renderers.swt.cocoa/saveproperties
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] Resolving class path of [bundle] Eclipse UI MacOS X Enhancements
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.107Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.108Z] [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.workbench.renderers.swt.cocoa/src/main/resources
18:25:58 [2024-02-16T23:25:58.108Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.108Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.108Z] [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.workbench.renderers.swt.cocoa/src/main/resources
18:25:58 [2024-02-16T23:25:58.108Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.108Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.108Z] [INFO] Compiling 9 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.workbench.renderers.swt.cocoa/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:25:58 [2024-02-16T23:25:58.365Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/swt/internal/cocoa/CocoaDarkThemeProcessor.java:[27] 
18:25:58 [2024-02-16T23:25:58.365Z] 	public class CocoaDarkThemeProcessor {
18:25:58 [2024-02-16T23:25:58.365Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.365Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.366Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/swt/internal/cocoa/CocoaDarkThemeProcessor.java:[35] 
18:25:58 [2024-02-16T23:25:58.366Z] 	public void intialize() {
18:25:58 [2024-02-16T23:25:58.366Z] 	            ^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.366Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.366Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/swt/internal/cocoa/CocoaDarkThemeProcessor.java:[55] 
18:25:58 [2024-02-16T23:25:58.366Z] 	public void cleanUp() {
18:25:58 [2024-02-16T23:25:58.366Z] 	            ^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.366Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.366Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java:[22] 
18:25:58 [2024-02-16T23:25:58.366Z] 	import org.eclipse.swt.internal.cocoa.NSWindow;
18:25:58 [2024-02-16T23:25:58.366Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.366Z] Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.367Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java:[30] 
18:25:58 [2024-02-16T23:25:58.367Z] 	public boolean canExecute(
18:25:58 [2024-02-16T23:25:58.367Z] 			@Optional @Named(IServiceConstants.ACTIVE_SHELL) Shell shell) {
18:25:58 [2024-02-16T23:25:58.367Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.367Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.367Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java:[35] 
18:25:58 [2024-02-16T23:25:58.367Z] 	NSWindow window = shell.view.window();
18:25:58 [2024-02-16T23:25:58.367Z] 	^^^^^^^^
18:25:58 [2024-02-16T23:25:58.367Z] Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.367Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java:[35] 
18:25:58 [2024-02-16T23:25:58.367Z] 	NSWindow window = shell.view.window();
18:25:58 [2024-02-16T23:25:58.367Z] 	                             ^^^^^^
18:25:58 [2024-02-16T23:25:58.367Z] Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.368Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/AbstractWindowHandler.java:[39] 
18:25:58 [2024-02-16T23:25:58.368Z] 	return !window.isMiniaturized();
18:25:58 [2024-02-16T23:25:58.368Z] 	               ^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.368Z] Discouraged access: The method 'NSWindow.isMiniaturized()' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.368Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[21] 
18:25:58 [2024-02-16T23:25:58.368Z] 	import org.eclipse.swt.internal.cocoa.NSApplication;
18:25:58 [2024-02-16T23:25:58.368Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.368Z] Discouraged access: The type 'NSApplication' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.369Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[30] 
18:25:58 [2024-02-16T23:25:58.369Z] 	public boolean canExecute(@Optional Display display) {
18:25:58 [2024-02-16T23:25:58.369Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.369Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.369Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[40] 
18:25:58 [2024-02-16T23:25:58.369Z] 	if (shells[i].view.window().isKeyWindow()) {
18:25:58 [2024-02-16T23:25:58.369Z] 	                   ^^^^^^
18:25:58 [2024-02-16T23:25:58.369Z] Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.369Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[40] 
18:25:58 [2024-02-16T23:25:58.369Z] 	if (shells[i].view.window().isKeyWindow()) {
18:25:58 [2024-02-16T23:25:58.369Z] 	                            ^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.370Z] Discouraged access: The method 'NSWindow.isKeyWindow()' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[49] 
18:25:58 [2024-02-16T23:25:58.370Z] 	public void execute() {
18:25:58 [2024-02-16T23:25:58.370Z] 	            ^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.370Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[50] 
18:25:58 [2024-02-16T23:25:58.370Z] 	NSApplication app = NSApplication.sharedApplication();
18:25:58 [2024-02-16T23:25:58.370Z] 	^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.370Z] Discouraged access: The type 'NSApplication' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[50] 
18:25:58 [2024-02-16T23:25:58.371Z] 	NSApplication app = NSApplication.sharedApplication();
18:25:58 [2024-02-16T23:25:58.371Z] 	                    ^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.371Z] Discouraged access: The type 'NSApplication' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[50] 
18:25:58 [2024-02-16T23:25:58.371Z] 	NSApplication app = NSApplication.sharedApplication();
18:25:58 [2024-02-16T23:25:58.371Z] 	                                  ^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.371Z] Discouraged access: The method 'NSApplication.sharedApplication()' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java:[51] 
18:25:58 [2024-02-16T23:25:58.372Z] 	app.arrangeInFront(app);
18:25:58 [2024-02-16T23:25:58.372Z] 	    ^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.372Z] Discouraged access: The method 'NSApplication.arrangeInFront(id)' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CloseDialogHandler.java:[32] 
18:25:58 [2024-02-16T23:25:58.372Z] 	public Object execute(@Named(IServiceConstants.ACTIVE_SHELL) Shell shell) {
18:25:58 [2024-02-16T23:25:58.372Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.372Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[37] 
18:25:58 [2024-02-16T23:25:58.372Z] 	import org.eclipse.e4.core.services.statusreporter.StatusReporter;
18:25:58 [2024-02-16T23:25:58.372Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.372Z] Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[90] 
18:25:58 [2024-02-16T23:25:58.373Z] 	protected Provider<StatusReporter> statusReporter;
18:25:58 [2024-02-16T23:25:58.373Z] 	                   ^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.373Z] Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[147] 
18:25:58 [2024-02-16T23:25:58.373Z] 	statusReporter.get().report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID,
18:25:58 [2024-02-16T23:25:58.373Z] 	                     ^^^^^^
18:25:58 [2024-02-16T23:25:58.373Z] Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.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/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[148] 
18:25:58 [2024-02-16T23:25:58.374Z] 	"Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$
18:25:58 [2024-02-16T23:25:58.374Z] 	                                                    ^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.374Z] Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.374Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[148] 
18:25:58 [2024-02-16T23:25:58.374Z] 	"Exception occurred during CocoaUI processing", e), StatusReporter.LOG); //$NON-NLS-1$
18:25:58 [2024-02-16T23:25:58.374Z] 	                                                                   ^^^
18:25:58 [2024-02-16T23:25:58.374Z] Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.375Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[388] 
18:25:58 [2024-02-16T23:25:58.375Z] 	.report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID,
18:25:58 [2024-02-16T23:25:58.375Z] 	 ^^^^^^
18:25:58 [2024-02-16T23:25:58.375Z] Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.375Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[390] 
18:25:58 [2024-02-16T23:25:58.375Z] 	StatusReporter.LOG);
18:25:58 [2024-02-16T23:25:58.375Z] 	^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.375Z] Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.375Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIHandler.java:[390] 
18:25:58 [2024-02-16T23:25:58.375Z] 	StatusReporter.LOG);
18:25:58 [2024-02-16T23:25:58.375Z] 	               ^^^
18:25:58 [2024-02-16T23:25:58.376Z] Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.376Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[22] 
18:25:58 [2024-02-16T23:25:58.376Z] 	import org.eclipse.e4.core.services.statusreporter.StatusReporter;
18:25:58 [2024-02-16T23:25:58.376Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.376Z] Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.376Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[61] 
18:25:58 [2024-02-16T23:25:58.376Z] 	protected Provider<StatusReporter> statusReporter;
18:25:58 [2024-02-16T23:25:58.376Z] 	                   ^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.376Z] Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.377Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[153] 
18:25:58 [2024-02-16T23:25:58.377Z] 	.report(new Status(IStatus.WARNING, CocoaUIProcessor.FRAGMENT_ID,
18:25:58 [2024-02-16T23:25:58.377Z] 	 ^^^^^^
18:25:58 [2024-02-16T23:25:58.377Z] Discouraged access: The method 'StatusReporter.report(IStatus, int, Object[])' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.377Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[155] 
18:25:58 [2024-02-16T23:25:58.377Z] 	StatusReporter.LOG);
18:25:58 [2024-02-16T23:25:58.377Z] 	^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.377Z] Discouraged access: The type 'StatusReporter' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.377Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/CocoaUIProcessor.java:[155] 
18:25:58 [2024-02-16T23:25:58.377Z] 	StatusReporter.LOG);
18:25:58 [2024-02-16T23:25:58.377Z] 	               ^^^
18:25:58 [2024-02-16T23:25:58.377Z] Discouraged access: The field 'StatusReporter.LOG' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.378Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java:[21] 
18:25:58 [2024-02-16T23:25:58.378Z] 	import org.eclipse.swt.internal.cocoa.NSWindow;
18:25:58 [2024-02-16T23:25:58.378Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.378Z] Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.378Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java:[29] 
18:25:58 [2024-02-16T23:25:58.378Z] 	public void execute(@Named(IServiceConstants.ACTIVE_SHELL) Shell shell) {
18:25:58 [2024-02-16T23:25:58.378Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.378Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.378Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java:[33] 
18:25:58 [2024-02-16T23:25:58.378Z] 	NSWindow window = shell.view.window();
18:25:58 [2024-02-16T23:25:58.378Z] 	^^^^^^^^
18:25:58 [2024-02-16T23:25:58.378Z] Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.378Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java:[33] 
18:25:58 [2024-02-16T23:25:58.379Z] 	NSWindow window = shell.view.window();
18:25:58 [2024-02-16T23:25:58.379Z] 	                             ^^^^^^
18:25:58 [2024-02-16T23:25:58.379Z] Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.379Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/MinimizeWindowHandler.java:[37] 
18:25:58 [2024-02-16T23:25:58.379Z] 	window.miniaturize(window);
18:25:58 [2024-02-16T23:25:58.379Z] 	       ^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.379Z] Discouraged access: The method 'NSWindow.miniaturize(id)' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.379Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java:[17] 
18:25:58 [2024-02-16T23:25:58.379Z] 	import org.eclipse.swt.internal.cocoa.NSObject;
18:25:58 [2024-02-16T23:25:58.379Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.379Z] Discouraged access: The type 'NSObject' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.380Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java:[19] 
18:25:58 [2024-02-16T23:25:58.380Z] 	public class SWTCocoaEnhancerDelegate extends NSObject {
18:25:58 [2024-02-16T23:25:58.380Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.380Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.380Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java:[19] 
18:25:58 [2024-02-16T23:25:58.380Z] 	public class SWTCocoaEnhancerDelegate extends NSObject {
18:25:58 [2024-02-16T23:25:58.380Z] 	                                              ^^^^^^^^
18:25:58 [2024-02-16T23:25:58.380Z] Discouraged access: The type 'NSObject' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.380Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java:[21] 
18:25:58 [2024-02-16T23:25:58.380Z] 	public SWTCocoaEnhancerDelegate() {
18:25:58 [2024-02-16T23:25:58.380Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.380Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.380Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/SWTCocoaEnhancerDelegate.java:[22] 
18:25:58 [2024-02-16T23:25:58.380Z] 	super();
18:25:58 [2024-02-16T23:25:58.380Z] 	^^^^^^^^
18:25:58 [2024-02-16T23:25:58.380Z] Discouraged access: The constructor 'NSObject()' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.381Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java:[21] 
18:25:58 [2024-02-16T23:25:58.381Z] 	import org.eclipse.swt.internal.cocoa.NSWindow;
18:25:58 [2024-02-16T23:25:58.381Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.381Z] Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.381Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java:[29] 
18:25:58 [2024-02-16T23:25:58.381Z] 	public void execute(@Named(IServiceConstants.ACTIVE_SHELL) Shell shell) {
18:25:58 [2024-02-16T23:25:58.381Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:25:58 [2024-02-16T23:25:58.381Z] Javadoc: Missing comment for public declaration
18:25:58 [2024-02-16T23:25:58.381Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java:[33] 
18:25:58 [2024-02-16T23:25:58.381Z] 	NSWindow window = shell.view.window();
18:25:58 [2024-02-16T23:25:58.381Z] 	^^^^^^^^
18:25:58 [2024-02-16T23:25:58.381Z] Discouraged access: The type 'NSWindow' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.382Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java:[33] 
18:25:58 [2024-02-16T23:25:58.382Z] 	NSWindow window = shell.view.window();
18:25:58 [2024-02-16T23:25:58.382Z] 	                             ^^^^^^
18:25:58 [2024-02-16T23:25:58.382Z] Discouraged access: The method 'NSView.window()' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.382Z] [WARNING] /home/jenkins/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.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ZoomWindowHandler.java:[37] 
18:25:58 [2024-02-16T23:25:58.382Z] 	window.zoom(window);
18:25:58 [2024-02-16T23:25:58.382Z] 	       ^^^^
18:25:58 [2024-02-16T23:25:58.382Z] Discouraged access: The method 'NSWindow.zoom(id)' is not API (restriction on classpath entry '/home/jenkins/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')
18:25:58 [2024-02-16T23:25:58.382Z] 46 problems (46 warnings)
18:25:58 [2024-02-16T23:25:58.382Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.382Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.382Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.382Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.382Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.382Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.382Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.382Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.383Z] [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.workbench.renderers.swt.cocoa/src/test/resources
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.383Z] [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.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300-SNAPSHOT-sources.jar
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.383Z] [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.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300-SNAPSHOT.jar
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.383Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa: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.workbench.renderers.swt.cocoa/.polyglot.META-INF
18:25:58 [2024-02-16T23:25:58.383Z]     The main artifact has been replaced with the baseline version.
18:25:58 [2024-02-16T23:25:58.384Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:25:58 [2024-02-16T23:25:58.384Z] 
18:25:58 [2024-02-16T23:25:58.384Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.384Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.384Z] [INFO] Execution was skipped
18:25:58 [2024-02-16T23:25:58.384Z] [INFO] 
18:25:58 [2024-02-16T23:25:58.384Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:25:58 [2024-02-16T23:25:58.384Z] [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.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300-SNAPSHOT.jar' is already signed and will be resigned.
18:25:58 [2024-02-16T23:25:58.384Z] [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.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300-SNAPSHOT.jar
18:25:59 [2024-02-16T23:25:59.313Z] [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.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:25:59 [2024-02-16T23:25:59.314Z] [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.workbench.renderers.swt.cocoa/target/org.eclipse.e4.ui.workbench.renderers.swt.cocoa-0.14.300-SNAPSHOT-sources.jar
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench.renderers.swt.cocoa ---
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.workbench.renderers.swt.cocoa: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.workbench.renderers.swt.cocoa/.polyglot.META-INF
18:26:00 [2024-02-16T23:26:00.677Z]     The main artifact has been replaced with the baseline version.
18:26:00 [2024-02-16T23:26:00.677Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:00 [2024-02-16T23:26:00.677Z] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] ------------------< org.eclipse.platform:ui-features >------------------
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] Building [aggregator] features 4.31.0-SNAPSHOT                 [296/521]
18:26:00 [2024-02-16T23:26:00.677Z] [INFO]   from eclipse.platform.ui/features/.polyglot.pom.tycho
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --------------------------------[ pom ]---------------------------------
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --- clean:3.3.2:clean (default-clean) @ ui-features ---
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ ui-features ---
18:26:00 [2024-02-16T23:26:00.677Z] [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/features/saveproperties
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ ui-features ---
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ ui-features ---
18:26:00 [2024-02-16T23:26:00.677Z] [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/features/src/main/resources
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ ui-features ---
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ ui-features ---
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ ui-features ---
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] Execution was skipped
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.677Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ ui-features ---
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ ui-features ---
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] --------------< org.eclipse.platform:org.eclipse.e4.rcp >---------------
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] Building [feature] Eclipse 4 Rich Client Platform 4.31.0-SNAPSHOT [297/521]
18:26:00 [2024-02-16T23:26:00.678Z] [INFO]   from eclipse.platform.ui/features/org.eclipse.e4.rcp/.polyglot.feature.xml
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.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.ui/features/org.eclipse.e4.rcp/.polyglot.feature.xml
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] Deleting /home/jenkins/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/features/org.eclipse.e4.rcp/target
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] The project's OSGi version is 4.31.0.v20240215-1631
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.678Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.679Z] [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/features/org.eclipse.e4.rcp/saveproperties
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.679Z] [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/features/org.eclipse.e4.rcp/src/main/resources
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.679Z] [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/features/org.eclipse.e4.rcp/src/main/resources
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.679Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.934Z] [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/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.31.0-SNAPSHOT.jar
18:26:00 [2024-02-16T23:26:00.934Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.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.ui/features/org.eclipse.e4.rcp/.polyglot.feature.xml
18:26:00 [2024-02-16T23:26:00.935Z]     The main artifact has been replaced with the baseline version.
18:26:00 [2024-02-16T23:26:00.935Z] 
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.935Z] [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/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.31.0-SNAPSHOT-sources-feature.jar
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.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.ui/features/org.eclipse.e4.rcp/.polyglot.feature.xml
18:26:00 [2024-02-16T23:26:00.935Z]     The main artifact has been replaced with the baseline version.
18:26:00 [2024-02-16T23:26:00.935Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:26:00 [2024-02-16T23:26:00.935Z] 
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] Execution was skipped
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] 
18:26:00 [2024-02-16T23:26:00.935Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.rcp ---
18:26:00 [2024-02-16T23:26:00.935Z] [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/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.31.0-SNAPSHOT.jar' is already signed and will be resigned.
18:26:00 [2024-02-16T23:26:00.936Z] [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/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.31.0-SNAPSHOT.jar
18:26:01 [2024-02-16T23:26:01.861Z] [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/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.31.0-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:26:01 [2024-02-16T23:26:01.861Z] [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/features/org.eclipse.e4.rcp/target/org.eclipse.e4.rcp-4.31.0-SNAPSHOT-sources-feature.jar
18:26:02 [2024-02-16T23:26:02.786Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.786Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.rcp ---
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.rcp:4.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.ui/features/org.eclipse.e4.rcp/.polyglot.feature.xml
18:26:02 [2024-02-16T23:26:02.787Z]     The main artifact has been replaced with the baseline version.
18:26:02 [2024-02-16T23:26:02.787Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:26:02 [2024-02-16T23:26:02.787Z] 
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] --------------< org.eclipse.rcp.feature:org.eclipse.rcp >---------------
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] Building org.eclipse.rcp.feature 4.31.0-SNAPSHOT               [298/521]
18:26:02 [2024-02-16T23:26:02.787Z] [INFO]   from eclipse.platform.releng/features/org.eclipse.rcp/pom.xml
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.rcp.feature:org.eclipse.rcp:4.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.releng/features/org.eclipse.rcp/pom.xml
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] Deleting /home/jenkins/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/features/org.eclipse.rcp/target
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.787Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.787Z] [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/features/org.eclipse.rcp/saveproperties
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [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/features/org.eclipse.rcp/src/main/resources
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [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/features/org.eclipse.rcp/src/main/resources
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [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.releng/features/org.eclipse.rcp/target/org.eclipse.rcp-4.31.0-SNAPSHOT.jar
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] No baseline version org.eclipse.rcp.feature:org.eclipse.rcp:eclipse-feature:4.31.0-SNAPSHOT
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [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.releng/features/org.eclipse.rcp/target/org.eclipse.rcp-4.31.0-SNAPSHOT-sources-feature.jar
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] No baseline version org.eclipse.rcp.feature:org.eclipse.rcp:eclipse-feature:4.31.0-SNAPSHOT
18:26:02 [2024-02-16T23:26:02.788Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.789Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.789Z] [INFO] Execution was skipped
18:26:02 [2024-02-16T23:26:02.789Z] [INFO] 
18:26:02 [2024-02-16T23:26:02.789Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.rcp ---
18:26:02 [2024-02-16T23:26:02.789Z] [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.releng/features/org.eclipse.rcp/target/org.eclipse.rcp-4.31.0-SNAPSHOT.jar
18:26:03 [2024-02-16T23:26:03.714Z] [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.releng/features/org.eclipse.rcp/target/org.eclipse.rcp-4.31.0-SNAPSHOT-sources-feature.jar
18:26:04 [2024-02-16T23:26:04.639Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.639Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.rcp ---
18:26:04 [2024-02-16T23:26:04.639Z] [INFO] No baseline version org.eclipse.rcp.feature:org.eclipse.rcp:eclipse-feature:4.31.0-SNAPSHOT
18:26:04 [2024-02-16T23:26:04.894Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.894Z] [INFO] --------------< org.eclipse.platform:org.eclipse.ui.net >---------------
18:26:04 [2024-02-16T23:26:04.894Z] [INFO] Building [bundle] Internet Connection Management UI 1.5.300-SNAPSHOT [299/521]
18:26:04 [2024-02-16T23:26:04.894Z] [INFO]   from eclipse.platform/team/bundles/org.eclipse.ui.net/.polyglot.META-INF
18:26:04 [2024-02-16T23:26:04.894Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.net ---
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.net ---
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] The project's OSGi version is 1.5.300.v20231214-1012
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.net ---
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.net ---
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.net ---
18:26:04 [2024-02-16T23:26:04.895Z] [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/team/bundles/org.eclipse.ui.net/saveproperties
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.net ---
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.net ---
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] 
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.net ---
18:26:04 [2024-02-16T23:26:04.895Z] [INFO] Resolving class path of [bundle] Internet Connection Management UI
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.151Z] [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/team/bundles/org.eclipse.ui.net/src/main/resources
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.151Z] [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/team/bundles/org.eclipse.ui.net/src/main/resources
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.151Z] [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/eclipse.platform/team/bundles/org.eclipse.ui.net/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.151Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.152Z] [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/team/bundles/org.eclipse.ui.net/src/test/resources
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.152Z] [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/team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.5.300-SNAPSHOT-sources.jar
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.152Z] [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/team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.5.300-SNAPSHOT.jar
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.152Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.407Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.net: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/team/bundles/org.eclipse.ui.net/.polyglot.META-INF
18:26:05 [2024-02-16T23:26:05.407Z]     The main artifact has been replaced with the baseline version.
18:26:05 [2024-02-16T23:26:05.408Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:05 [2024-02-16T23:26:05.408Z] 
18:26:05 [2024-02-16T23:26:05.408Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.408Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.408Z] [INFO] Execution was skipped
18:26:05 [2024-02-16T23:26:05.408Z] [INFO] 
18:26:05 [2024-02-16T23:26:05.408Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.net ---
18:26:05 [2024-02-16T23:26:05.408Z] [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/team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:05 [2024-02-16T23:26:05.408Z] [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/team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.5.300-SNAPSHOT.jar
18:26:06 [2024-02-16T23:26:06.334Z] [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/team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:06 [2024-02-16T23:26:06.334Z] [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/team/bundles/org.eclipse.ui.net/target/org.eclipse.ui.net-1.5.300-SNAPSHOT-sources.jar
18:26:06 [2024-02-16T23:26:06.915Z] [INFO] 
18:26:06 [2024-02-16T23:26:06.915Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.net ---
18:26:06 [2024-02-16T23:26:06.916Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.net: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/team/bundles/org.eclipse.ui.net/.polyglot.META-INF
18:26:06 [2024-02-16T23:26:06.916Z]     The main artifact has been replaced with the baseline version.
18:26:06 [2024-02-16T23:26:06.916Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:06 [2024-02-16T23:26:06.916Z] 
18:26:06 [2024-02-16T23:26:06.916Z] [INFO] 
18:26:06 [2024-02-16T23:26:06.916Z] [INFO] ---------< org.eclipse.platform.feature:org.eclipse.platform >----------
18:26:06 [2024-02-16T23:26:06.916Z] [INFO] Building org.eclipse.platform.feature 4.31.0-SNAPSHOT          [300/521]
18:26:06 [2024-02-16T23:26:06.916Z] [INFO]   from eclipse.platform.releng/features/org.eclipse.platform-feature/pom.xml
18:26:06 [2024-02-16T23:26:06.916Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:26:06 [2024-02-16T23:26:06.916Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.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.releng/features/org.eclipse.platform-feature/pom.xml
18:26:06 [2024-02-16T23:26:06.916Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] Deleting /home/jenkins/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/features/org.eclipse.platform-feature/target
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.477Z] [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/features/org.eclipse.platform-feature/saveproperties
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.477Z] [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/features/org.eclipse.platform-feature/src/main/resources
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.477Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.477Z] [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/features/org.eclipse.platform-feature/src/main/resources
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.478Z] [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.releng/features/org.eclipse.platform-feature/target/org.eclipse.platform-4.31.0-SNAPSHOT.jar
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.478Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.733Z] [INFO] No baseline version org.eclipse.platform.feature:org.eclipse.platform:eclipse-feature:4.31.0-SNAPSHOT
18:26:07 [2024-02-16T23:26:07.733Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.733Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.733Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.733Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.733Z] [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.releng/features/org.eclipse.platform-feature/target/org.eclipse.platform-4.31.0-SNAPSHOT-sources-feature.jar
18:26:07 [2024-02-16T23:26:07.734Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.734Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.734Z] [INFO] No baseline version org.eclipse.platform.feature:org.eclipse.platform:eclipse-feature:4.31.0-SNAPSHOT
18:26:07 [2024-02-16T23:26:07.734Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.734Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.734Z] [INFO] Execution was skipped
18:26:07 [2024-02-16T23:26:07.734Z] [INFO] 
18:26:07 [2024-02-16T23:26:07.734Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.platform ---
18:26:07 [2024-02-16T23:26:07.734Z] [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.releng/features/org.eclipse.platform-feature/target/org.eclipse.platform-4.31.0-SNAPSHOT.jar
18:26:08 [2024-02-16T23:26:08.295Z] [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.releng/features/org.eclipse.platform-feature/target/org.eclipse.platform-4.31.0-SNAPSHOT-sources-feature.jar
18:26:09 [2024-02-16T23:26:09.221Z] [INFO] 
18:26:09 [2024-02-16T23:26:09.221Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.platform ---
18:26:09 [2024-02-16T23:26:09.221Z] [INFO] No baseline version org.eclipse.platform.feature:org.eclipse.platform:eclipse-feature:4.31.0-SNAPSHOT
18:26:09 [2024-02-16T23:26:09.221Z] [INFO] 
18:26:09 [2024-02-16T23:26:09.221Z] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.ua.tests >--------------
18:26:09 [2024-02-16T23:26:09.221Z] [INFO] Building org.eclipse.pde.ua.tests 1.3.300-SNAPSHOT             [301/521]
18:26:09 [2024-02-16T23:26:09.221Z] [INFO]   from eclipse.pde/ua/org.eclipse.pde.ua.tests/pom.xml
18:26:09 [2024-02-16T23:26:09.221Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:26:09 [2024-02-16T23:26:09.221Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:10 [2024-02-16T23:26:10.147Z] [INFO] 
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ua.tests ---
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] 
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ua.tests ---
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] The project's OSGi version is 1.3.300.v20231215-1019
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] 
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ua.tests ---
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] 
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ua.tests ---
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] 
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ua.tests ---
18:26:10 [2024-02-16T23:26:10.148Z] [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.pde/ua/org.eclipse.pde.ua.tests/saveproperties
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] 
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ua.tests ---
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] 
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ua.tests ---
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] 
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ua.tests ---
18:26:10 [2024-02-16T23:26:10.148Z] [INFO] Resolving class path of org.eclipse.pde.ua.tests
18:26:11 [2024-02-16T23:26:11.075Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.075Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.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/eclipse.pde/ua/org.eclipse.pde.ua.tests/src/main/resources
18:26:11 [2024-02-16T23:26:11.075Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.075Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.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/eclipse.pde/ua/org.eclipse.pde.ua.tests/src/main/resources
18:26:11 [2024-02-16T23:26:11.075Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.075Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.075Z] [INFO] Compiling 10 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.pde/ua/org.eclipse.pde.ua.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:11 [2024-02-16T23:26:11.330Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.330Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.330Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.330Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.330Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.331Z] [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.pde/ua/org.eclipse.pde.ua.tests/src/test/resources
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.331Z] [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.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.3.300-SNAPSHOT-sources.jar
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.331Z] [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.pde/ua/org.eclipse.pde.ua.tests/tests.jar
18:26:11 [2024-02-16T23:26:11.331Z] [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.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.3.300-SNAPSHOT.jar
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.331Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.3.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.pde/ua/org.eclipse.pde.ua.tests/pom.xml
18:26:11 [2024-02-16T23:26:11.332Z]     The main artifact has been replaced with the baseline version.
18:26:11 [2024-02-16T23:26:11.332Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:11 [2024-02-16T23:26:11.332Z] 
18:26:11 [2024-02-16T23:26:11.332Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.332Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.332Z] [INFO] Skipping tests
18:26:11 [2024-02-16T23:26:11.332Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.332Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.332Z] [INFO] Execution was skipped
18:26:11 [2024-02-16T23:26:11.332Z] [INFO] 
18:26:11 [2024-02-16T23:26:11.332Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ua.tests ---
18:26:11 [2024-02-16T23:26:11.332Z] [INFO] Signing of nested jars of '/home/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/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.3.300-SNAPSHOT.jar_unpacked_17080561057572957602/tests.jar' is disabled.
18:26:11 [2024-02-16T23:26:11.332Z] [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.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.3.300-SNAPSHOT.jar_unpacked_17080561057572957602/tests.jar' is already signed and will be resigned.
18:26:11 [2024-02-16T23:26:11.332Z] [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.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.3.300-SNAPSHOT.jar_unpacked_17080561057572957602/tests.jar
18:26:12 [2024-02-16T23:26:12.260Z] [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.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:12 [2024-02-16T23:26:12.260Z] [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.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.3.300-SNAPSHOT.jar
18:26:12 [2024-02-16T23:26:12.820Z] [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.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:12 [2024-02-16T23:26:12.821Z] [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.pde/ua/org.eclipse.pde.ua.tests/target/org.eclipse.pde.ua.tests-1.3.300-SNAPSHOT-sources.jar
18:26:13 [2024-02-16T23:26:13.746Z] [INFO] 
18:26:13 [2024-02-16T23:26:13.746Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ua.tests ---
18:26:13 [2024-02-16T23:26:13.746Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ua.tests:1.3.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.pde/ua/org.eclipse.pde.ua.tests/pom.xml
18:26:13 [2024-02-16T23:26:13.746Z]     The main artifact has been replaced with the baseline version.
18:26:13 [2024-02-16T23:26:13.746Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:13 [2024-02-16T23:26:13.746Z] 
18:26:13 [2024-02-16T23:26:13.746Z] [INFO] 
18:26:13 [2024-02-16T23:26:13.746Z] [INFO] --------< org.eclipse.pde:org.eclipse.pde.junit.runtime.tests >---------
18:26:13 [2024-02-16T23:26:13.747Z] [INFO] Building org.eclipse.pde.junit.runtime.tests 3.7.200-SNAPSHOT  [302/521]
18:26:13 [2024-02-16T23:26:13.747Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.junit.runtime.tests/pom.xml
18:26:13 [2024-02-16T23:26:13.747Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:26:13 [2024-02-16T23:26:13.747Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:14 [2024-02-16T23:26:14.307Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.307Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.307Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.307Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] The project's OSGi version is 3.7.200.v20231214-1521
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.308Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/saveproperties
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.308Z] [INFO] Resolving class path of org.eclipse.pde.junit.runtime.tests
18:26:14 [2024-02-16T23:26:14.564Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.564Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.564Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/src/main/resources
18:26:14 [2024-02-16T23:26:14.564Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.564Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.564Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/src/main/resources
18:26:14 [2024-02-16T23:26:14.565Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.565Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.565Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.821Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/src/test/resources
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.821Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.7.200-SNAPSHOT-sources.jar
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.821Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.821Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.7.200-SNAPSHOT.jar
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime.tests:3.7.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.pde/ui/org.eclipse.pde.junit.runtime.tests/pom.xml
18:26:14 [2024-02-16T23:26:14.822Z]     The main artifact has been replaced with the baseline version.
18:26:14 [2024-02-16T23:26:14.822Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:14 [2024-02-16T23:26:14.822Z] 
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] Skipping tests
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] Execution was skipped
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] 
18:26:14 [2024-02-16T23:26:14.822Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.junit.runtime.tests ---
18:26:14 [2024-02-16T23:26:14.822Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.7.200-SNAPSHOT.jar' is already signed and will be resigned.
18:26:14 [2024-02-16T23:26:14.822Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.7.200-SNAPSHOT.jar
18:26:15 [2024-02-16T23:26:15.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.pde/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.7.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:15 [2024-02-16T23:26:15.772Z] [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.pde/ui/org.eclipse.pde.junit.runtime.tests/target/org.eclipse.pde.junit.runtime.tests-3.7.200-SNAPSHOT-sources.jar
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.junit.runtime.tests ---
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.junit.runtime.tests:3.7.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.pde/ui/org.eclipse.pde.junit.runtime.tests/pom.xml
18:26:16 [2024-02-16T23:26:16.333Z]     The main artifact has been replaced with the baseline version.
18:26:16 [2024-02-16T23:26:16.333Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:16 [2024-02-16T23:26:16.333Z] 
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.spy.core >--------------
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] Building [bundle] Spy Core plug-in 1.1.300-SNAPSHOT            [303/521]
18:26:16 [2024-02-16T23:26:16.333Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.spy.core/.polyglot.META-INF
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.333Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1521
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.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.pde/ui/org.eclipse.pde.spy.core/saveproperties
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] Resolving class path of [bundle] Spy Core plug-in
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.589Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.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.pde/ui/org.eclipse.pde.spy.core/src/main/resources
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.590Z] [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.pde/ui/org.eclipse.pde.spy.core/src/main/resources
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] Compiling 3 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.pde/ui/org.eclipse.pde.spy.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.590Z] [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.pde/ui/org.eclipse.pde.spy.core/src/test/resources
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.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.pde/ui/org.eclipse.pde.spy.core/target/org.eclipse.pde.spy.core-1.1.300-SNAPSHOT-sources.jar
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.590Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.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.pde/ui/org.eclipse.pde.spy.core/target/org.eclipse.pde.spy.core-1.1.300-SNAPSHOT.jar
18:26:16 [2024-02-16T23:26:16.591Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.591Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.591Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.core: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.pde/ui/org.eclipse.pde.spy.core/.polyglot.META-INF
18:26:16 [2024-02-16T23:26:16.591Z]     The main artifact has been replaced with the baseline version.
18:26:16 [2024-02-16T23:26:16.591Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:16 [2024-02-16T23:26:16.591Z] 
18:26:16 [2024-02-16T23:26:16.591Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.591Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.591Z] [INFO] Execution was skipped
18:26:16 [2024-02-16T23:26:16.591Z] [INFO] 
18:26:16 [2024-02-16T23:26:16.591Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.spy.core ---
18:26:16 [2024-02-16T23:26:16.591Z] [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.pde/ui/org.eclipse.pde.spy.core/target/org.eclipse.pde.spy.core-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:16 [2024-02-16T23:26:16.591Z] [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.pde/ui/org.eclipse.pde.spy.core/target/org.eclipse.pde.spy.core-1.1.300-SNAPSHOT.jar
18:26:17 [2024-02-16T23:26:17.518Z] [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.pde/ui/org.eclipse.pde.spy.core/target/org.eclipse.pde.spy.core-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:17 [2024-02-16T23:26:17.518Z] [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.pde/ui/org.eclipse.pde.spy.core/target/org.eclipse.pde.spy.core-1.1.300-SNAPSHOT-sources.jar
18:26:20 [2024-02-16T23:26:20.785Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.spy.core ---
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.core: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.pde/ui/org.eclipse.pde.spy.core/.polyglot.META-INF
18:26:20 [2024-02-16T23:26:20.786Z]     The main artifact has been replaced with the baseline version.
18:26:20 [2024-02-16T23:26:20.786Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:20 [2024-02-16T23:26:20.786Z] 
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.spy.bundle >-------------
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] Building [bundle] Bundle Spy 0.13.300-SNAPSHOT                 [304/521]
18:26:20 [2024-02-16T23:26:20.786Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.spy.bundle/.polyglot.META-INF
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] The project's OSGi version is 0.13.300.v20231213-1508
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.786Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.787Z] [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.pde/ui/org.eclipse.pde.spy.bundle/saveproperties
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] Resolving class path of [bundle] Bundle Spy
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.787Z] [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.pde/ui/org.eclipse.pde.spy.bundle/src/main/resources
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.787Z] [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.pde/ui/org.eclipse.pde.spy.bundle/src/main/resources
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] 
18:26:20 [2024-02-16T23:26:20.787Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.bundle ---
18:26:20 [2024-02-16T23:26:20.787Z] [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.pde/ui/org.eclipse.pde.spy.bundle/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.043Z] [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.pde/ui/org.eclipse.pde.spy.bundle/src/test/resources
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.043Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.044Z] [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.pde/ui/org.eclipse.pde.spy.bundle/target/org.eclipse.pde.spy.bundle-0.13.300-SNAPSHOT-sources.jar
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.044Z] [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.pde/ui/org.eclipse.pde.spy.bundle/target/org.eclipse.pde.spy.bundle-0.13.300-SNAPSHOT.jar
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.bundle:0.13.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.pde/ui/org.eclipse.pde.spy.bundle/.polyglot.META-INF
18:26:21 [2024-02-16T23:26:21.044Z]     The main artifact has been replaced with the baseline version.
18:26:21 [2024-02-16T23:26:21.044Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:21 [2024-02-16T23:26:21.044Z] 
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] Execution was skipped
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] 
18:26:21 [2024-02-16T23:26:21.044Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.spy.bundle ---
18:26:21 [2024-02-16T23:26:21.044Z] [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.pde/ui/org.eclipse.pde.spy.bundle/target/org.eclipse.pde.spy.bundle-0.13.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:21 [2024-02-16T23:26:21.045Z] [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.pde/ui/org.eclipse.pde.spy.bundle/target/org.eclipse.pde.spy.bundle-0.13.300-SNAPSHOT.jar
18:26:21 [2024-02-16T23:26:21.607Z] [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.pde/ui/org.eclipse.pde.spy.bundle/target/org.eclipse.pde.spy.bundle-0.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:21 [2024-02-16T23:26:21.607Z] [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.pde/ui/org.eclipse.pde.spy.bundle/target/org.eclipse.pde.spy.bundle-0.13.300-SNAPSHOT-sources.jar
18:26:22 [2024-02-16T23:26:22.970Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.970Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.spy.bundle ---
18:26:22 [2024-02-16T23:26:22.970Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.bundle:0.13.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.pde/ui/org.eclipse.pde.spy.bundle/.polyglot.META-INF
18:26:22 [2024-02-16T23:26:22.970Z]     The main artifact has been replaced with the baseline version.
18:26:22 [2024-02-16T23:26:22.970Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:22 [2024-02-16T23:26:22.970Z] 
18:26:22 [2024-02-16T23:26:22.970Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.970Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.spy.event >--------------
18:26:22 [2024-02-16T23:26:22.970Z] [INFO] Building [bundle] Event Spy 1.1.300-SNAPSHOT                   [305/521]
18:26:22 [2024-02-16T23:26:22.970Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.spy.event/.polyglot.META-INF
18:26:22 [2024-02-16T23:26:22.970Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.spy.event ---
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.event ---
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] The project's OSGi version is 1.1.300.v20240127-1338
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.event ---
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.event ---
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.spy.event ---
18:26:22 [2024-02-16T23:26:22.971Z] [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.pde/ui/org.eclipse.pde.spy.event/saveproperties
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.spy.event ---
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.event ---
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] 
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.event ---
18:26:22 [2024-02-16T23:26:22.971Z] [INFO] Resolving class path of [bundle] Event Spy
18:26:23 [2024-02-16T23:26:23.226Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.227Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.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.pde/ui/org.eclipse.pde.spy.event/src/main/resources
18:26:23 [2024-02-16T23:26:23.227Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.227Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.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.pde/ui/org.eclipse.pde.spy.event/src/main/resources
18:26:23 [2024-02-16T23:26:23.227Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.227Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.227Z] [INFO] Compiling 25 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.pde/ui/org.eclipse.pde.spy.event/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:23 [2024-02-16T23:26:23.482Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.482Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.482Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.482Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.482Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.482Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.482Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.482Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.483Z] [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.pde/ui/org.eclipse.pde.spy.event/src/test/resources
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.483Z] [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.pde/ui/org.eclipse.pde.spy.event/target/org.eclipse.pde.spy.event-1.1.300-SNAPSHOT-sources.jar
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.483Z] [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.pde/ui/org.eclipse.pde.spy.event/target/org.eclipse.pde.spy.event-1.1.300-SNAPSHOT.jar
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.event: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.pde/ui/org.eclipse.pde.spy.event/.polyglot.META-INF
18:26:23 [2024-02-16T23:26:23.483Z]     The main artifact has been replaced with the baseline version.
18:26:23 [2024-02-16T23:26:23.483Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:23 [2024-02-16T23:26:23.483Z] 
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] Execution was skipped
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] 
18:26:23 [2024-02-16T23:26:23.483Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.spy.event ---
18:26:23 [2024-02-16T23:26:23.484Z] [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.pde/ui/org.eclipse.pde.spy.event/target/org.eclipse.pde.spy.event-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:23 [2024-02-16T23:26:23.484Z] [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.pde/ui/org.eclipse.pde.spy.event/target/org.eclipse.pde.spy.event-1.1.300-SNAPSHOT.jar
18:26:24 [2024-02-16T23:26:24.414Z] [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.pde/ui/org.eclipse.pde.spy.event/target/org.eclipse.pde.spy.event-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:24 [2024-02-16T23:26:24.414Z] [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.pde/ui/org.eclipse.pde.spy.event/target/org.eclipse.pde.spy.event-1.1.300-SNAPSHOT-sources.jar
18:26:25 [2024-02-16T23:26:25.339Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.339Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.spy.event ---
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.event: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.pde/ui/org.eclipse.pde.spy.event/.polyglot.META-INF
18:26:25 [2024-02-16T23:26:25.340Z]     The main artifact has been replaced with the baseline version.
18:26:25 [2024-02-16T23:26:25.340Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:25 [2024-02-16T23:26:25.340Z] 
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] --------------< org.eclipse.pde:org.eclipse.pde.spy.css >---------------
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] Building [bundle] CSS Spy 0.13.300-SNAPSHOT                    [306/521]
18:26:25 [2024-02-16T23:26:25.340Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.spy.css/.polyglot.META-INF
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] The project's OSGi version is 0.13.300.v20231214-1521
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.340Z] [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.pde/ui/org.eclipse.pde.spy.css/saveproperties
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.340Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] Resolving class path of [bundle] CSS Spy
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.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.pde/ui/org.eclipse.pde.spy.css/src/main/resources
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.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.pde/ui/org.eclipse.pde.spy.css/src/main/resources
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.341Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.341Z] [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.pde/ui/org.eclipse.pde.spy.css/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:25 [2024-02-16T23:26:25.596Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.596Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.596Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.597Z] [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.pde/ui/org.eclipse.pde.spy.css/src/test/resources
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.597Z] [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.pde/ui/org.eclipse.pde.spy.css/target/org.eclipse.pde.spy.css-0.13.300-SNAPSHOT-sources.jar
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.597Z] [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.pde/ui/org.eclipse.pde.spy.css/target/org.eclipse.pde.spy.css-0.13.300-SNAPSHOT.jar
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.597Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.598Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.css:0.13.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.pde/ui/org.eclipse.pde.spy.css/.polyglot.META-INF
18:26:25 [2024-02-16T23:26:25.598Z]     The main artifact has been replaced with the baseline version.
18:26:25 [2024-02-16T23:26:25.598Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:25 [2024-02-16T23:26:25.598Z] 
18:26:25 [2024-02-16T23:26:25.598Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.598Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.598Z] [INFO] Execution was skipped
18:26:25 [2024-02-16T23:26:25.598Z] [INFO] 
18:26:25 [2024-02-16T23:26:25.598Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.spy.css ---
18:26:25 [2024-02-16T23:26:25.598Z] [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.pde/ui/org.eclipse.pde.spy.css/target/org.eclipse.pde.spy.css-0.13.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:25 [2024-02-16T23:26:25.598Z] [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.pde/ui/org.eclipse.pde.spy.css/target/org.eclipse.pde.spy.css-0.13.300-SNAPSHOT.jar
18:26:26 [2024-02-16T23:26:26.961Z] [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.pde/ui/org.eclipse.pde.spy.css/target/org.eclipse.pde.spy.css-0.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:26 [2024-02-16T23:26:26.961Z] [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.pde/ui/org.eclipse.pde.spy.css/target/org.eclipse.pde.spy.css-0.13.300-SNAPSHOT-sources.jar
18:26:27 [2024-02-16T23:26:27.521Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.521Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.spy.css ---
18:26:27 [2024-02-16T23:26:27.521Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.css:0.13.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.pde/ui/org.eclipse.pde.spy.css/.polyglot.META-INF
18:26:27 [2024-02-16T23:26:27.522Z]     The main artifact has been replaced with the baseline version.
18:26:27 [2024-02-16T23:26:27.522Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:27 [2024-02-16T23:26:27.522Z] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] ----------------< org.eclipse.pde:eclipse.pde.e4tools >-----------------
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] Building eclipse.pde.e4tools 4.31.0-SNAPSHOT                   [307/521]
18:26:27 [2024-02-16T23:26:27.522Z] [INFO]   from eclipse.pde/e4tools/pom.xml
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --------------------------------[ pom ]---------------------------------
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.pde.e4tools ---
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.pde.e4tools ---
18:26:27 [2024-02-16T23:26:27.522Z] [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.pde/e4tools/saveproperties
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.pde.e4tools ---
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.pde.e4tools ---
18:26:27 [2024-02-16T23:26:27.522Z] [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.pde/e4tools/src/main/resources
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.pde.e4tools ---
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.pde.e4tools ---
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.pde.e4tools ---
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] Execution was skipped
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.pde.e4tools ---
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.pde.e4tools ---
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] ----------------------< org.eclipse.pde:bundles >-----------------------
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] Building [aggregator] bundles 4.31.0-SNAPSHOT                  [308/521]
18:26:27 [2024-02-16T23:26:27.522Z] [INFO]   from eclipse.pde/e4tools/bundles/.polyglot.pom.tycho
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --------------------------------[ pom ]---------------------------------
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- clean:3.3.2:clean (default-clean) @ bundles ---
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ bundles ---
18:26:27 [2024-02-16T23:26:27.522Z] [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.pde/e4tools/bundles/saveproperties
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ bundles ---
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.522Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ bundles ---
18:26:27 [2024-02-16T23:26:27.523Z] [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.pde/e4tools/bundles/src/main/resources
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ bundles ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ bundles ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] Execution was skipped
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ bundles ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ bundles ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] -----------< org.eclipse.pde:org.eclipse.e4.tools.services >------------
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] Building [bundle] Services 4.10.400-SNAPSHOT                   [309/521]
18:26:27 [2024-02-16T23:26:27.523Z] [INFO]   from eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] The project's OSGi version is 4.10.400.v20240128-1101
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.523Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/saveproperties
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.523Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.524Z] [INFO] Resolving class path of [bundle] Services
18:26:27 [2024-02-16T23:26:27.524Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.524Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.524Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/src/main/resources
18:26:27 [2024-02-16T23:26:27.524Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.524Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.524Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/src/main/resources
18:26:27 [2024-02-16T23:26:27.524Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.524Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.524Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:27 [2024-02-16T23:26:27.779Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.services/src/org/eclipse/e4/tools/services/BasicResourceProvider.java:[33] 
18:26:27 [2024-02-16T23:26:27.779Z] 	// TODO Auto-generated catch block
18:26:27 [2024-02-16T23:26:27.779Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:27 [2024-02-16T23:26:27.779Z] TODO Auto-generated catch block
18:26:27 [2024-02-16T23:26:27.779Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.services/src/org/eclipse/e4/tools/services/BasicResourceProvider.java:[38] 
18:26:27 [2024-02-16T23:26:27.780Z] 	// TODO Auto-generated method stub
18:26:27 [2024-02-16T23:26:27.780Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:27 [2024-02-16T23:26:27.780Z] TODO Auto-generated method stub
18:26:27 [2024-02-16T23:26:27.780Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.services/src/org/eclipse/e4/tools/services/impl/ResourceBundleHelper.java:[20] 
18:26:27 [2024-02-16T23:26:27.780Z] 	import java.security.AccessController;
18:26:27 [2024-02-16T23:26:27.780Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:27 [2024-02-16T23:26:27.780Z] The type AccessController has been deprecated since version 17 and marked for removal
18:26:27 [2024-02-16T23:26:27.780Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.services/src/org/eclipse/e4/tools/services/impl/ResourceBundleHelper.java:[412] 
18:26:27 [2024-02-16T23:26:27.780Z] 	try (InputStream stream = AccessController.doPrivileged(action)) {
18:26:27 [2024-02-16T23:26:27.780Z] 	                          ^^^^^^^^^^^^^^^^
18:26:27 [2024-02-16T23:26:27.780Z] The type AccessController has been deprecated since version 17 and marked for removal
18:26:27 [2024-02-16T23:26:27.780Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.services/src/org/eclipse/e4/tools/services/impl/ResourceBundleHelper.java:[412] 
18:26:27 [2024-02-16T23:26:27.780Z] 	try (InputStream stream = AccessController.doPrivileged(action)) {
18:26:27 [2024-02-16T23:26:27.780Z] 	                                           ^^^^^^^^^^^^^^^^^^^^
18:26:27 [2024-02-16T23:26:27.780Z] The method doPrivileged(PrivilegedExceptionAction<InputStream>) from the type AccessController is deprecated
18:26:27 [2024-02-16T23:26:27.780Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.services/src/org/eclipse/e4/tools/services/impl/ResourceService.java:[346] 
18:26:27 [2024-02-16T23:26:27.780Z] 	// TODO Auto-generated catch block
18:26:27 [2024-02-16T23:26:27.780Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:27 [2024-02-16T23:26:27.780Z] TODO Auto-generated catch block
18:26:27 [2024-02-16T23:26:27.780Z] 6 problems (null, 6 warnings)
18:26:27 [2024-02-16T23:26:27.780Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.780Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.780Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.780Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.780Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.780Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.780Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.780Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.781Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/src/test/resources
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.781Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.400-SNAPSHOT-sources.jar
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.781Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.400-SNAPSHOT.jar
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.services:4.10.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.pde/e4tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF
18:26:27 [2024-02-16T23:26:27.781Z]     The main artifact has been replaced with the baseline version.
18:26:27 [2024-02-16T23:26:27.781Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:27 [2024-02-16T23:26:27.781Z] 
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] Execution was skipped
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] 
18:26:27 [2024-02-16T23:26:27.781Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.services ---
18:26:27 [2024-02-16T23:26:27.782Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.400-SNAPSHOT.jar' is already signed and will be resigned.
18:26:27 [2024-02-16T23:26:27.782Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.400-SNAPSHOT.jar
18:26:28 [2024-02-16T23:26:28.706Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:28 [2024-02-16T23:26:28.706Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.services/target/org.eclipse.e4.tools.services-4.10.400-SNAPSHOT-sources.jar
18:26:29 [2024-02-16T23:26:29.632Z] [INFO] 
18:26:29 [2024-02-16T23:26:29.632Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.services ---
18:26:29 [2024-02-16T23:26:29.632Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.services:4.10.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.pde/e4tools/bundles/org.eclipse.e4.tools.services/.polyglot.META-INF
18:26:29 [2024-02-16T23:26:29.632Z]     The main artifact has been replaced with the baseline version.
18:26:29 [2024-02-16T23:26:29.632Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:29 [2024-02-16T23:26:29.632Z] 
18:26:29 [2024-02-16T23:26:29.632Z] [INFO] 
18:26:29 [2024-02-16T23:26:29.632Z] [INFO] ----------< eclipse.platform.ui:org.eclipse.e4.tools.emf.ui >-----------
18:26:29 [2024-02-16T23:26:29.632Z] [INFO] Building org.eclipse.e4.tools.emf.ui 4.8.300-SNAPSHOT          [310/521]
18:26:29 [2024-02-16T23:26:29.632Z] [INFO]   from eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
18:26:29 [2024-02-16T23:26:29.632Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:29 [2024-02-16T23:26:29.632Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] 
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.emf.ui ---
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] 
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.emf.ui ---
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] The project's OSGi version is 4.8.300.v20240207-1047
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] 
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.emf.ui ---
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] 
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.emf.ui ---
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] 
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.emf.ui ---
18:26:29 [2024-02-16T23:26:29.887Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/saveproperties
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] 
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.emf.ui ---
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] 
18:26:29 [2024-02-16T23:26:29.887Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.emf.ui ---
18:26:30 [2024-02-16T23:26:30.143Z] [INFO] 
18:26:30 [2024-02-16T23:26:30.143Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.emf.ui ---
18:26:30 [2024-02-16T23:26:30.143Z] [INFO] Resolving class path of org.eclipse.e4.tools.emf.ui
18:26:30 [2024-02-16T23:26:30.143Z] [INFO] 
18:26:30 [2024-02-16T23:26:30.143Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.emf.ui ---
18:26:30 [2024-02-16T23:26:30.143Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/main/resources
18:26:30 [2024-02-16T23:26:30.143Z] [INFO] 
18:26:30 [2024-02-16T23:26:30.143Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.emf.ui ---
18:26:30 [2024-02-16T23:26:30.143Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/main/resources
18:26:30 [2024-02-16T23:26:30.143Z] [INFO] 
18:26:30 [2024-02-16T23:26:30.143Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.emf.ui ---
18:26:30 [2024-02-16T23:26:30.144Z] [INFO] Compiling 229 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:31 [2024-02-16T23:26:31.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/eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[92] 
18:26:31 [2024-02-16T23:26:31.072Z] 	// TODO In future support different name formats something like
18:26:31 [2024-02-16T23:26:31.072Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.072Z] TODO In future support different name formats something like
18:26:31 [2024-02-16T23:26:31.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/eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[115] 
18:26:31 [2024-02-16T23:26:31.072Z] 	// TODO: handle exception
18:26:31 [2024-02-16T23:26:31.072Z] 	   ^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.072Z] TODO: handle exception
18:26:31 [2024-02-16T23:26:31.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/eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java:[132] 
18:26:31 [2024-02-16T23:26:31.072Z] 	// TODO: handle exception
18:26:31 [2024-02-16T23:26:31.072Z] 	   ^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.072Z] TODO: handle exception
18:26:31 [2024-02-16T23:26:31.072Z] 4. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/Util.java (at line 174)
18:26:31 [2024-02-16T23:26:31.073Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.073Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.073Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.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/eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/XMIModelResource.java:[156] 
18:26:31 [2024-02-16T23:26:31.073Z] 	// TODO: handle exception
18:26:31 [2024-02-16T23:26:31.073Z] 	   ^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.073Z] TODO: handle exception
18:26:31 [2024-02-16T23:26:31.073Z] 6. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java (at line 494)
18:26:31 [2024-02-16T23:26:31.073Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.073Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.073Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.073Z] 7. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/component/AbstractComponentEditor.java (at line 496)
18:26:31 [2024-02-16T23:26:31.073Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.073Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.073Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.073Z] 8. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 87)
18:26:31 [2024-02-16T23:26:31.073Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.073Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.073Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.074Z] 9. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 92)
18:26:31 [2024-02-16T23:26:31.074Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.074Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.074Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.074Z] 10. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 97)
18:26:31 [2024-02-16T23:26:31.074Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.074Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.074Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.074Z] 11. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 102)
18:26:31 [2024-02-16T23:26:31.074Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.074Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.074Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.074Z] 12. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 108)
18:26:31 [2024-02-16T23:26:31.074Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.074Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.074Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.075Z] 13. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 113)
18:26:31 [2024-02-16T23:26:31.075Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.075Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.075Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.075Z] 14. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 118)
18:26:31 [2024-02-16T23:26:31.075Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.075Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.075Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.075Z] 15. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 123)
18:26:31 [2024-02-16T23:26:31.075Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.075Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.075Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.075Z] 16. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 128)
18:26:31 [2024-02-16T23:26:31.075Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.075Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.075Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.075Z] 17. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 133)
18:26:31 [2024-02-16T23:26:31.075Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.075Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.075Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.076Z] 18. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 138)
18:26:31 [2024-02-16T23:26:31.076Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.076Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.076Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.076Z] 19. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 143)
18:26:31 [2024-02-16T23:26:31.076Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.076Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.076Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.076Z] 20. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 148)
18:26:31 [2024-02-16T23:26:31.076Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.076Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.076Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.076Z] 21. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 153)
18:26:31 [2024-02-16T23:26:31.076Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.076Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.076Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.077Z] 22. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 158)
18:26:31 [2024-02-16T23:26:31.077Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.077Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.077Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.077Z] 23. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 163)
18:26:31 [2024-02-16T23:26:31.077Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.077Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.077Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.077Z] 24. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 168)
18:26:31 [2024-02-16T23:26:31.077Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.077Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.077Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.077Z] 25. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 173)
18:26:31 [2024-02-16T23:26:31.077Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.077Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.077Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.077Z] 26. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 178)
18:26:31 [2024-02-16T23:26:31.077Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.077Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.077Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.078Z] 27. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 183)
18:26:31 [2024-02-16T23:26:31.078Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.078Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.078Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.078Z] 28. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 188)
18:26:31 [2024-02-16T23:26:31.078Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.078Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.078Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.078Z] 29. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 193)
18:26:31 [2024-02-16T23:26:31.078Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.078Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.078Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.078Z] 30. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 198)
18:26:31 [2024-02-16T23:26:31.078Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.078Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.078Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.078Z] 31. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 203)
18:26:31 [2024-02-16T23:26:31.078Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.078Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.078Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.079Z] 32. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 208)
18:26:31 [2024-02-16T23:26:31.079Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.079Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.079Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.079Z] 33. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 213)
18:26:31 [2024-02-16T23:26:31.079Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.079Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.079Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.079Z] 34. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 218)
18:26:31 [2024-02-16T23:26:31.079Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.079Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.079Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.079Z] 35. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 223)
18:26:31 [2024-02-16T23:26:31.079Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.079Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.079Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.079Z] 36. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 228)
18:26:31 [2024-02-16T23:26:31.079Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.079Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.079Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.080Z] 37. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 233)
18:26:31 [2024-02-16T23:26:31.080Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.080Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.080Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.080Z] 38. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 238)
18:26:31 [2024-02-16T23:26:31.080Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.080Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.080Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.080Z] 39. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 243)
18:26:31 [2024-02-16T23:26:31.080Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.080Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.080Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.080Z] 40. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 248)
18:26:31 [2024-02-16T23:26:31.080Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.080Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.080Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.080Z] 41. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 253)
18:26:31 [2024-02-16T23:26:31.080Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.080Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.080Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.081Z] 42. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 258)
18:26:31 [2024-02-16T23:26:31.081Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.081Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.081Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.081Z] 43. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 263)
18:26:31 [2024-02-16T23:26:31.081Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.081Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.081Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.081Z] 44. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 268)
18:26:31 [2024-02-16T23:26:31.081Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.081Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.081Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.081Z] 45. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 273)
18:26:31 [2024-02-16T23:26:31.081Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.081Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.081Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.081Z] 46. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 278)
18:26:31 [2024-02-16T23:26:31.082Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.082Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.082Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.082Z] 47. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 284)
18:26:31 [2024-02-16T23:26:31.082Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.082Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.082Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.082Z] 48. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 290)
18:26:31 [2024-02-16T23:26:31.082Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.082Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.082Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.082Z] 49. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 296)
18:26:31 [2024-02-16T23:26:31.082Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.082Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.082Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.082Z] 50. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 302)
18:26:31 [2024-02-16T23:26:31.082Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.082Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.082Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.083Z] 51. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 307)
18:26:31 [2024-02-16T23:26:31.083Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.083Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.083Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.083Z] 52. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 312)
18:26:31 [2024-02-16T23:26:31.083Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.083Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.083Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.083Z] 53. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 317)
18:26:31 [2024-02-16T23:26:31.083Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.083Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.083Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.083Z] 54. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 322)
18:26:31 [2024-02-16T23:26:31.083Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.083Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.083Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.083Z] 55. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 327)
18:26:31 [2024-02-16T23:26:31.083Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.083Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.083Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.084Z] 56. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 332)
18:26:31 [2024-02-16T23:26:31.084Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.084Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.084Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.084Z] 57. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 337)
18:26:31 [2024-02-16T23:26:31.084Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.084Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.084Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.084Z] 58. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 342)
18:26:31 [2024-02-16T23:26:31.084Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.084Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.084Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.084Z] 59. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 347)
18:26:31 [2024-02-16T23:26:31.084Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.084Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.084Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.085Z] 60. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 352)
18:26:31 [2024-02-16T23:26:31.085Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.085Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.085Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.085Z] 61. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 357)
18:26:31 [2024-02-16T23:26:31.085Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.085Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.085Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.085Z] 62. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 362)
18:26:31 [2024-02-16T23:26:31.085Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.085Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.085Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.085Z] 63. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 367)
18:26:31 [2024-02-16T23:26:31.085Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.085Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.085Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.085Z] 64. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 372)
18:26:31 [2024-02-16T23:26:31.085Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.085Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.085Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.086Z] 65. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 377)
18:26:31 [2024-02-16T23:26:31.086Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.086Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.086Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.086Z] 66. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 383)
18:26:31 [2024-02-16T23:26:31.086Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.086Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.086Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.086Z] 67. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 388)
18:26:31 [2024-02-16T23:26:31.086Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.086Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.086Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.086Z] 68. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 394)
18:26:31 [2024-02-16T23:26:31.086Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.086Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.086Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.087Z] 69. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 399)
18:26:31 [2024-02-16T23:26:31.087Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.087Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.087Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.087Z] 70. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 405)
18:26:31 [2024-02-16T23:26:31.087Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.087Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.087Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.087Z] 71. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 410)
18:26:31 [2024-02-16T23:26:31.087Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.087Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.087Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.087Z] 72. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 416)
18:26:31 [2024-02-16T23:26:31.087Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.087Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.087Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.087Z] 73. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 421)
18:26:31 [2024-02-16T23:26:31.087Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.087Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.087Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.088Z] 74. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 426)
18:26:31 [2024-02-16T23:26:31.088Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.088Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.088Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.088Z] 75. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 432)
18:26:31 [2024-02-16T23:26:31.088Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.088Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.088Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.088Z] 76. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 438)
18:26:31 [2024-02-16T23:26:31.088Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.088Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.088Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.088Z] 77. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 443)
18:26:31 [2024-02-16T23:26:31.088Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.088Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.088Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.088Z] 78. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 448)
18:26:31 [2024-02-16T23:26:31.089Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.089Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.089Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.089Z] 79. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 454)
18:26:31 [2024-02-16T23:26:31.089Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.089Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.089Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.089Z] 80. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 460)
18:26:31 [2024-02-16T23:26:31.089Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.089Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.089Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.089Z] 81. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 466)
18:26:31 [2024-02-16T23:26:31.089Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.089Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.089Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.089Z] 82. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 472)
18:26:31 [2024-02-16T23:26:31.089Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.089Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.089Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.090Z] 83. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 478)
18:26:31 [2024-02-16T23:26:31.090Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.090Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.090Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.090Z] 84. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 484)
18:26:31 [2024-02-16T23:26:31.090Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.090Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.090Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.090Z] 85. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 490)
18:26:31 [2024-02-16T23:26:31.090Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.090Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.090Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.090Z] 86. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 496)
18:26:31 [2024-02-16T23:26:31.090Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.090Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.090Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.090Z] 87. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 501)
18:26:31 [2024-02-16T23:26:31.090Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.090Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.090Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.091Z] 88. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 506)
18:26:31 [2024-02-16T23:26:31.091Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.091Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.091Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.091Z] 89. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 511)
18:26:31 [2024-02-16T23:26:31.091Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.091Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.091Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.091Z] 90. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 516)
18:26:31 [2024-02-16T23:26:31.091Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.091Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.091Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.091Z] 91. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 521)
18:26:31 [2024-02-16T23:26:31.091Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.091Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.091Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.091Z] 92. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 526)
18:26:31 [2024-02-16T23:26:31.091Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.091Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.091Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.092Z] 93. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 531)
18:26:31 [2024-02-16T23:26:31.092Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.092Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.092Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.092Z] 94. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 536)
18:26:31 [2024-02-16T23:26:31.092Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.092Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.092Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.092Z] 95. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 541)
18:26:31 [2024-02-16T23:26:31.092Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.092Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.092Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.092Z] 96. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 546)
18:26:31 [2024-02-16T23:26:31.092Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.092Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.092Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.092Z] 97. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 551)
18:26:31 [2024-02-16T23:26:31.092Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.092Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.092Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.093Z] 98. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 556)
18:26:31 [2024-02-16T23:26:31.093Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.093Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.093Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.093Z] 99. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 561)
18:26:31 [2024-02-16T23:26:31.093Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.093Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.093Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.093Z] 100. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 566)
18:26:31 [2024-02-16T23:26:31.093Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.093Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.093Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.093Z] 101. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/E4Properties.java (at line 571)
18:26:31 [2024-02-16T23:26:31.093Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.093Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.093Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.093Z] 102. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/ObservableColumnLabelProvider.java (at line 39)
18:26:31 [2024-02-16T23:26:31.093Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.094Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.094Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.094Z] 103. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/ObservableColumnLabelProvider.java (at line 49)
18:26:31 [2024-02-16T23:26:31.094Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.094Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.094Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.094Z] 104. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/ObservableColumnLabelProvider.java (at line 68)
18:26:31 [2024-02-16T23:26:31.094Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.094Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.094Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.094Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/PreferenceInitializer.java:[42] 
18:26:31 [2024-02-16T23:26:31.094Z] 	// TODO: After XMI tab is not forced disabled, this should default to
18:26:31 [2024-02-16T23:26:31.094Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.094Z] TODO: After XMI tab is not forced disabled, this should default to
18:26:31 [2024-02-16T23:26:31.094Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/AbstractPickList.java:[78] 
18:26:31 [2024-02-16T23:26:31.094Z] 	// TODO remove dependency AbstractComponentEditor. They
18:26:31 [2024-02-16T23:26:31.094Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.094Z] TODO remove dependency AbstractComponentEditor. They
18:26:31 [2024-02-16T23:26:31.095Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/Autocomplete.java:[80] 
18:26:31 [2024-02-16T23:26:31.095Z] 	// TODO this would be faster using binary search if we could insure that
18:26:31 [2024-02-16T23:26:31.095Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.095Z] TODO this would be faster using binary search if we could insure that
18:26:31 [2024-02-16T23:26:31.095Z] 108. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java (at line 121)
18:26:31 [2024-02-16T23:26:31.095Z] 	@SuppressWarnings({ "unchecked", "rawtypes" })
18:26:31 [2024-02-16T23:26:31.095Z] 	                    ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.095Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.095Z] 109. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4PickList.java (at line 121)
18:26:31 [2024-02-16T23:26:31.095Z] 	@SuppressWarnings({ "unchecked", "rawtypes" })
18:26:31 [2024-02-16T23:26:31.095Z] 	                                 ^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.095Z] At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.095Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/E4StringPickList.java:[73] 
18:26:31 [2024-02-16T23:26:31.095Z] 	// TODO does not respect NO_ORDER yet
18:26:31 [2024-02-16T23:26:31.095Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.095Z] TODO does not respect NO_ORDER yet
18:26:31 [2024-02-16T23:26:31.096Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[405] 
18:26:31 [2024-02-16T23:26:31.096Z] 	// TODO simplify once we break e4 tools
18:26:31 [2024-02-16T23:26:31.096Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.096Z] TODO simplify once we break e4 tools
18:26:31 [2024-02-16T23:26:31.096Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[607] 
18:26:31 [2024-02-16T23:26:31.096Z] 	obsManager.runAndCollect(() -> {
18:26:31 [2024-02-16T23:26:31.096Z] 							final Composite comp = editor1.getEditor(contentContainer, s.getFirstElement());
18:26:31 [2024-02-16T23:26:31.096Z] 							layout.topControl = comp;
18:26:31 [2024-02-16T23:26:31.096Z] 							contentContainer.layout(true);
18:26:31 [2024-02-16T23:26:31.096Z] 						});
18:26:31 [2024-02-16T23:26:31.096Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.096Z] The method runAndCollect(Runnable) from the type ObservablesManager is deprecated since version 1.11.0
18:26:31 [2024-02-16T23:26:31.096Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[619] 
18:26:31 [2024-02-16T23:26:31.096Z] 	obsManager.runAndCollect(() -> {
18:26:31 [2024-02-16T23:26:31.096Z] 							final Composite comp = editor2.getEditor(contentContainer, s.getFirstElement());
18:26:31 [2024-02-16T23:26:31.096Z] 							layout.topControl = comp;
18:26:31 [2024-02-16T23:26:31.096Z] 							contentContainer.layout(true);
18:26:31 [2024-02-16T23:26:31.096Z] 						});
18:26:31 [2024-02-16T23:26:31.096Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.096Z] The method runAndCollect(Runnable) from the type ObservablesManager is deprecated since version 1.11.0
18:26:31 [2024-02-16T23:26:31.097Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java:[700] 
18:26:31 [2024-02-16T23:26:31.097Z] 	// TODO WIM - extract nls
18:26:31 [2024-02-16T23:26:31.097Z] 	   ^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.097Z] TODO WIM - extract nls
18:26:31 [2024-02-16T23:26:31.097Z] 115. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java (at line 745)
18:26:31 [2024-02-16T23:26:31.097Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.097Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.097Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.097Z] 116. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java (at line 1091)
18:26:31 [2024-02-16T23:26:31.097Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.097Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.097Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.097Z] 117. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java (at line 1562)
18:26:31 [2024-02-16T23:26:31.097Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.097Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.097Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.097Z] 118. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java (at line 1784)
18:26:31 [2024-02-16T23:26:31.097Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.097Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.098Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.098Z] 119. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java (at line 1847)
18:26:31 [2024-02-16T23:26:31.098Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.098Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.098Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.098Z] 120. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java (at line 2034)
18:26:31 [2024-02-16T23:26:31.098Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.098Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.098Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.098Z] 121. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/ModelEditor.java (at line 2043)
18:26:31 [2024-02-16T23:26:31.098Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.098Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.098Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.098Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/BindingTableEditor.java:[186] 
18:26:31 [2024-02-16T23:26:31.098Z] 	// TODO: Verify that this works
18:26:31 [2024-02-16T23:26:31.098Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.098Z] TODO: Verify that this works
18:26:31 [2024-02-16T23:26:31.099Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CommandEditor.java:[196] 
18:26:31 [2024-02-16T23:26:31.099Z] 	// TODO: Verify that this works
18:26:31 [2024-02-16T23:26:31.099Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.099Z] TODO: Verify that this works
18:26:31 [2024-02-16T23:26:31.099Z] 124. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/CompositePartEditor.java (at line 327)
18:26:31 [2024-02-16T23:26:31.099Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.099Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.099Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.099Z] 125. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java (at line 275)
18:26:31 [2024-02-16T23:26:31.099Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.099Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.099Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.099Z] 126. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java (at line 300)
18:26:31 [2024-02-16T23:26:31.099Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.099Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.099Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.099Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java:[316] 
18:26:31 [2024-02-16T23:26:31.099Z] 	// FIXME How can we react upon changes in the Map-Value?
18:26:31 [2024-02-16T23:26:31.099Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.099Z] FIXME How can we react upon changes in the Map-Value?
18:26:31 [2024-02-16T23:26:31.099Z] 128. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java (at line 323)
18:26:31 [2024-02-16T23:26:31.099Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.099Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.099Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.100Z] 129. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java (at line 343)
18:26:31 [2024-02-16T23:26:31.100Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.100Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.100Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.100Z] 130. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java (at line 361)
18:26:31 [2024-02-16T23:26:31.100Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.100Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.100Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.100Z] 131. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java (at line 572)
18:26:31 [2024-02-16T23:26:31.100Z] 	@SuppressWarnings({ "unchecked", "rawtypes" })
18:26:31 [2024-02-16T23:26:31.100Z] 	                    ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.100Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.100Z] 132. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java (at line 572)
18:26:31 [2024-02-16T23:26:31.100Z] 	@SuppressWarnings({ "unchecked", "rawtypes" })
18:26:31 [2024-02-16T23:26:31.100Z] 	                                 ^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.100Z] At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.100Z] 133. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java (at line 677)
18:26:31 [2024-02-16T23:26:31.100Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.100Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.101Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.101Z] 134. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ControlFactory.java (at line 866)
18:26:31 [2024-02-16T23:26:31.101Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.101Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.101Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.101Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/DefaultEditor.java:[39] 
18:26:31 [2024-02-16T23:26:31.101Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.101Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.101Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.101Z] 136. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java (at line 119)
18:26:31 [2024-02-16T23:26:31.101Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.101Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.101Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.101Z] 137. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/MenuItemEditor.java (at line 420)
18:26:31 [2024-02-16T23:26:31.101Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.101Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.101Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.101Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[174] 
18:26:31 [2024-02-16T23:26:31.102Z] 	// TODO What object is master? We need to cast.
18:26:31 [2024-02-16T23:26:31.102Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.102Z] TODO What object is master? We need to cast.
18:26:31 [2024-02-16T23:26:31.102Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ModelFragmentsEditor.java:[246] 
18:26:31 [2024-02-16T23:26:31.102Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.102Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.102Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.102Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java:[247] 
18:26:31 [2024-02-16T23:26:31.102Z] 	// TODO: Is it correct to use containerData on an MPartDescriptor?
18:26:31 [2024-02-16T23:26:31.102Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.102Z] TODO: Is it correct to use containerData on an MPartDescriptor?
18:26:31 [2024-02-16T23:26:31.102Z] 141. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java (at line 248)
18:26:31 [2024-02-16T23:26:31.102Z] 	@SuppressWarnings({ "unchecked", "rawtypes" })
18:26:31 [2024-02-16T23:26:31.102Z] 	                    ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.102Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.102Z] 142. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/PartDescriptorEditor.java (at line 248)
18:26:31 [2024-02-16T23:26:31.102Z] 	@SuppressWarnings({ "unchecked", "rawtypes" })
18:26:31 [2024-02-16T23:26:31.102Z] 	                                 ^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.102Z] At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.102Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[665] 
18:26:31 [2024-02-16T23:26:31.103Z] 	// UIElementContainer<XXX> and in this case childRef is XXX
18:26:31 [2024-02-16T23:26:31.103Z] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.103Z] XXX> and in this case childRef is
18:26:31 [2024-02-16T23:26:31.103Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/StringModelFragment.java:[665] 
18:26:31 [2024-02-16T23:26:31.103Z] 	// UIElementContainer<XXX> and in this case childRef is XXX
18:26:31 [2024-02-16T23:26:31.103Z] 	                                                        ^^^
18:26:31 [2024-02-16T23:26:31.103Z] XXX
18:26:31 [2024-02-16T23:26:31.103Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[95] 
18:26:31 [2024-02-16T23:26:31.103Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.103Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.103Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.103Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolControlEditor.java:[257] 
18:26:31 [2024-02-16T23:26:31.103Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.103Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.103Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.103Z] 147. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java (at line 95)
18:26:31 [2024-02-16T23:26:31.103Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.103Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.103Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.104Z] 148. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/ToolItemEditor.java (at line 453)
18:26:31 [2024-02-16T23:26:31.104Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.104Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.104Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.104Z] 149. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/UnsettableUpdateValueStrategy.java (at line 52)
18:26:31 [2024-02-16T23:26:31.104Z] 	@SuppressWarnings("rawtypes")
18:26:31 [2024-02-16T23:26:31.104Z] 	                  ^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.104Z] At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.104Z] 150. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/UnsettableUpdateValueStrategy.java (at line 117)
18:26:31 [2024-02-16T23:26:31.104Z] 	@SuppressWarnings({ "rawtypes", "unchecked" })
18:26:31 [2024-02-16T23:26:31.104Z] 	                    ^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.104Z] At least one of the problems in category 'rawtypes' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.104Z] 151. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/UnsettableUpdateValueStrategy.java (at line 117)
18:26:31 [2024-02-16T23:26:31.104Z] 	@SuppressWarnings({ "rawtypes", "unchecked" })
18:26:31 [2024-02-16T23:26:31.104Z] 	                                ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.104Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.105Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/UnsettableUpdateValueStrategy.java:[120] 
18:26:31 [2024-02-16T23:26:31.105Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.105Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.105Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.105Z] 153. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/UnsettableUpdateValueStrategy.java (at line 124)
18:26:31 [2024-02-16T23:26:31.105Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.105Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.105Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.105Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialogWithHardcodedScope.java:[172] 
18:26:31 [2024-02-16T23:26:31.105Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.105Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.105Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.105Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialogWithHardcodedScope.java:[260] 
18:26:31 [2024-02-16T23:26:31.105Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.105Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.105Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.105Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialogWithHardcodedScope.java:[263] 
18:26:31 [2024-02-16T23:26:31.105Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.105Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.105Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.106Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialogWithHardcodedScope.java:[339] 
18:26:31 [2024-02-16T23:26:31.106Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.106Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.106Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.106Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialogWithHardcodedScope.java:[360] 
18:26:31 [2024-02-16T23:26:31.106Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.106Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.106Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.106Z] 159. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIconDialogWithScopeAndFilter.java (at line 260)
18:26:31 [2024-02-16T23:26:31.106Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.106Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.106Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.106Z] 160. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIdDialog.java (at line 131)
18:26:31 [2024-02-16T23:26:31.106Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.106Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.106Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.106Z] 161. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/AbstractIdDialog.java (at line 145)
18:26:31 [2024-02-16T23:26:31.106Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.106Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.106Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.107Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[86] 
18:26:31 [2024-02-16T23:26:31.107Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.107Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.107Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.107Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[92] 
18:26:31 [2024-02-16T23:26:31.107Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.107Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.107Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.107Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[98] 
18:26:31 [2024-02-16T23:26:31.107Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.107Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.107Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.107Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[104] 
18:26:31 [2024-02-16T23:26:31.107Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.107Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.107Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.107Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[110] 
18:26:31 [2024-02-16T23:26:31.107Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.107Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.107Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[116] 
18:26:31 [2024-02-16T23:26:31.108Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.108Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[122] 
18:26:31 [2024-02-16T23:26:31.108Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.108Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[128] 
18:26:31 [2024-02-16T23:26:31.108Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.108Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[134] 
18:26:31 [2024-02-16T23:26:31.108Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.108Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[140] 
18:26:31 [2024-02-16T23:26:31.108Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.108Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.108Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[146] 
18:26:31 [2024-02-16T23:26:31.109Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.109Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[152] 
18:26:31 [2024-02-16T23:26:31.109Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.109Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[158] 
18:26:31 [2024-02-16T23:26:31.109Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.109Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[164] 
18:26:31 [2024-02-16T23:26:31.109Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.109Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[170] 
18:26:31 [2024-02-16T23:26:31.109Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.109Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.109Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[176] 
18:26:31 [2024-02-16T23:26:31.110Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.110Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[182] 
18:26:31 [2024-02-16T23:26:31.110Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.110Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[188] 
18:26:31 [2024-02-16T23:26:31.110Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.110Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[194] 
18:26:31 [2024-02-16T23:26:31.110Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.110Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[205] 
18:26:31 [2024-02-16T23:26:31.110Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.110Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.110Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[211] 
18:26:31 [2024-02-16T23:26:31.111Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.111Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[217] 
18:26:31 [2024-02-16T23:26:31.111Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.111Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[223] 
18:26:31 [2024-02-16T23:26:31.111Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.111Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[229] 
18:26:31 [2024-02-16T23:26:31.111Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.111Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[235] 
18:26:31 [2024-02-16T23:26:31.111Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.111Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.111Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.112Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[241] 
18:26:31 [2024-02-16T23:26:31.112Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.112Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.112Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.112Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[247] 
18:26:31 [2024-02-16T23:26:31.112Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.112Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.112Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.112Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[253] 
18:26:31 [2024-02-16T23:26:31.112Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.112Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.112Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.112Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[259] 
18:26:31 [2024-02-16T23:26:31.112Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.112Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.112Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.113Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[265] 
18:26:31 [2024-02-16T23:26:31.113Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.113Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.113Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.113Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[271] 
18:26:31 [2024-02-16T23:26:31.113Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.113Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.113Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.113Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[277] 
18:26:31 [2024-02-16T23:26:31.113Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.113Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.113Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.113Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[283] 
18:26:31 [2024-02-16T23:26:31.113Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.113Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.113Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[289] 
18:26:31 [2024-02-16T23:26:31.114Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.114Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[295] 
18:26:31 [2024-02-16T23:26:31.114Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.114Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[301] 
18:26:31 [2024-02-16T23:26:31.114Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.114Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[307] 
18:26:31 [2024-02-16T23:26:31.114Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.114Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[313] 
18:26:31 [2024-02-16T23:26:31.114Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.114Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.114Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.115Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[319] 
18:26:31 [2024-02-16T23:26:31.115Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.115Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.115Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.115Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[325] 
18:26:31 [2024-02-16T23:26:31.115Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.115Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.115Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.115Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[331] 
18:26:31 [2024-02-16T23:26:31.115Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.115Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.115Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.115Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[337] 
18:26:31 [2024-02-16T23:26:31.115Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.115Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.115Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.115Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[343] 
18:26:31 [2024-02-16T23:26:31.116Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.116Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.116Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.116Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[349] 
18:26:31 [2024-02-16T23:26:31.116Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.116Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.116Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.116Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[356] 
18:26:31 [2024-02-16T23:26:31.116Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.116Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.116Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.116Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[362] 
18:26:31 [2024-02-16T23:26:31.116Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.116Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.116Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.116Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[368] 
18:26:31 [2024-02-16T23:26:31.116Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.116Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.116Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[374] 
18:26:31 [2024-02-16T23:26:31.117Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.117Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[380] 
18:26:31 [2024-02-16T23:26:31.117Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.117Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[386] 
18:26:31 [2024-02-16T23:26:31.117Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.117Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[392] 
18:26:31 [2024-02-16T23:26:31.117Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.117Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[399] 
18:26:31 [2024-02-16T23:26:31.117Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.117Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.117Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[405] 
18:26:31 [2024-02-16T23:26:31.118Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.118Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[411] 
18:26:31 [2024-02-16T23:26:31.118Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.118Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[417] 
18:26:31 [2024-02-16T23:26:31.118Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.118Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[424] 
18:26:31 [2024-02-16T23:26:31.118Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.118Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[430] 
18:26:31 [2024-02-16T23:26:31.118Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.118Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.118Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[436] 
18:26:31 [2024-02-16T23:26:31.119Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.119Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.119Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.119Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[443] 
18:26:31 [2024-02-16T23:26:31.119Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.119Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.119Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.119Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[449] 
18:26:31 [2024-02-16T23:26:31.119Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.119Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.119Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.119Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[455] 
18:26:31 [2024-02-16T23:26:31.119Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.119Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.119Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.119Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[462] 
18:26:31 [2024-02-16T23:26:31.119Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.119Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.119Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[468] 
18:26:31 [2024-02-16T23:26:31.120Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.120Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[474] 
18:26:31 [2024-02-16T23:26:31.120Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.120Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[480] 
18:26:31 [2024-02-16T23:26:31.120Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.120Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[486] 
18:26:31 [2024-02-16T23:26:31.120Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.120Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[492] 
18:26:31 [2024-02-16T23:26:31.120Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.120Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.120Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[498] 
18:26:31 [2024-02-16T23:26:31.121Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.121Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[504] 
18:26:31 [2024-02-16T23:26:31.121Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.121Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[511] 
18:26:31 [2024-02-16T23:26:31.121Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.121Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[517] 
18:26:31 [2024-02-16T23:26:31.121Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.121Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[523] 
18:26:31 [2024-02-16T23:26:31.121Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.121Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.121Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[529] 
18:26:31 [2024-02-16T23:26:31.122Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.122Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.122Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.122Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[535] 
18:26:31 [2024-02-16T23:26:31.122Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.122Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.122Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.122Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[541] 
18:26:31 [2024-02-16T23:26:31.122Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.122Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.122Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.122Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[547] 
18:26:31 [2024-02-16T23:26:31.122Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.122Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.122Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.122Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[553] 
18:26:31 [2024-02-16T23:26:31.122Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.122Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.122Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[559] 
18:26:31 [2024-02-16T23:26:31.123Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.123Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[565] 
18:26:31 [2024-02-16T23:26:31.123Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.123Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[571] 
18:26:31 [2024-02-16T23:26:31.123Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.123Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[619] 
18:26:31 [2024-02-16T23:26:31.123Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.123Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[626] 
18:26:31 [2024-02-16T23:26:31.123Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.123Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.123Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[637] 
18:26:31 [2024-02-16T23:26:31.124Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.124Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.124Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.124Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[643] 
18:26:31 [2024-02-16T23:26:31.124Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.124Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.124Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.124Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[649] 
18:26:31 [2024-02-16T23:26:31.124Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.124Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.124Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.124Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[656] 
18:26:31 [2024-02-16T23:26:31.124Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.124Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.124Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.124Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[663] 
18:26:31 [2024-02-16T23:26:31.124Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.124Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.124Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[669] 
18:26:31 [2024-02-16T23:26:31.125Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.125Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[676] 
18:26:31 [2024-02-16T23:26:31.125Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.125Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[683] 
18:26:31 [2024-02-16T23:26:31.125Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.125Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[689] 
18:26:31 [2024-02-16T23:26:31.125Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.125Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[695] 
18:26:31 [2024-02-16T23:26:31.125Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.125Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.125Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ContributionDataFile.java:[701] 
18:26:31 [2024-02-16T23:26:31.126Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.126Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.126Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.126Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[287] 
18:26:31 [2024-02-16T23:26:31.126Z] 	// TODO add results found (and/or more indicator)
18:26:31 [2024-02-16T23:26:31.126Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.126Z] TODO add results found (and/or more indicator)
18:26:31 [2024-02-16T23:26:31.126Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[309] 
18:26:31 [2024-02-16T23:26:31.126Z] 	// TODO param or context
18:26:31 [2024-02-16T23:26:31.126Z] 	   ^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.126Z] TODO param or context
18:26:31 [2024-02-16T23:26:31.126Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[661] 
18:26:31 [2024-02-16T23:26:31.126Z] 	// TODO make HasBundles an interface so we are not tied to
18:26:31 [2024-02-16T23:26:31.126Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.126Z] TODO make HasBundles an interface so we are not tied to
18:26:31 [2024-02-16T23:26:31.126Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[701] 
18:26:31 [2024-02-16T23:26:31.126Z] 	// TODO make HasPackages an interface so we are not tied to
18:26:31 [2024-02-16T23:26:31.126Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.126Z] TODO make HasPackages an interface so we are not tied to
18:26:31 [2024-02-16T23:26:31.127Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/FilteredContributionDialog.java:[749] 
18:26:31 [2024-02-16T23:26:31.127Z] 	// TODO make HasLocations an interface so we are not tied to
18:26:31 [2024-02-16T23:26:31.127Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.127Z] TODO make HasLocations an interface so we are not tied to
18:26:31 [2024-02-16T23:26:31.127Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/ToolBarIdDialog.java:[97] 
18:26:31 [2024-02-16T23:26:31.127Z] 	* TODO Check which information is most relevant for the user
18:26:31 [2024-02-16T23:26:31.127Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.127Z] TODO Check which information is most relevant for the user
18:26:31 [2024-02-16T23:26:31.127Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/XmiTab.java:[129] 
18:26:31 [2024-02-16T23:26:31.127Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.127Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.127Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.127Z] 262. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/AbstractVTrimEditor.java (at line 72)
18:26:31 [2024-02-16T23:26:31.127Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.127Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.127Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.127Z] 263. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationAddons.java (at line 93)
18:26:31 [2024-02-16T23:26:31.127Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.127Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.127Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.128Z] 264. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VApplicationCategoriesEditor.java (at line 112)
18:26:31 [2024-02-16T23:26:31.128Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.128Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.128Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.128Z] 265. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VBindingTableEditor.java (at line 92)
18:26:31 [2024-02-16T23:26:31.128Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.128Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.128Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.128Z] 266. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VCommandEditor.java (at line 112)
18:26:31 [2024-02-16T23:26:31.128Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.128Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.128Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.128Z] 267. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VControlsEditor.java (at line 159)
18:26:31 [2024-02-16T23:26:31.128Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.128Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.128Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.129Z] 268. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VHandlerEditor.java (at line 103)
18:26:31 [2024-02-16T23:26:31.129Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.129Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.129Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.129Z] 269. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VItemParametersEditor.java (at line 92)
18:26:31 [2024-02-16T23:26:31.129Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.129Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.129Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.129Z] 270. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuContributionsEditor.java (at line 92)
18:26:31 [2024-02-16T23:26:31.129Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.129Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.129Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.129Z] 271. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VMenuEditor.java (at line 120)
18:26:31 [2024-02-16T23:26:31.129Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.129Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.129Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.129Z] 272. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelFragmentsEditor.java (at line 90)
18:26:31 [2024-02-16T23:26:31.129Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.129Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.130Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.130Z] 273. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VModelImportsEditor.java (at line 87)
18:26:31 [2024-02-16T23:26:31.130Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.130Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.130Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.130Z] 274. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPartDescriptor.java (at line 116)
18:26:31 [2024-02-16T23:26:31.130Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.130Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.130Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.130Z] 275. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VPerspectiveControlEditor.java (at line 124)
18:26:31 [2024-02-16T23:26:31.130Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.130Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.130Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.130Z] 276. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VRootBindingContexts.java (at line 91)
18:26:31 [2024-02-16T23:26:31.130Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.130Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.130Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.131Z] 277. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VSnippetsEditor.java (at line 177)
18:26:31 [2024-02-16T23:26:31.131Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.131Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.131Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.131Z] 278. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VToolBarContributionsEditor.java (at line 91)
18:26:31 [2024-02-16T23:26:31.131Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.131Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.131Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.131Z] 279. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VTrimContributionsEditor.java (at line 91)
18:26:31 [2024-02-16T23:26:31.131Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.131Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.131Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.131Z] 280. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowControlEditor.java (at line 134)
18:26:31 [2024-02-16T23:26:31.131Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.131Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.131Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.132Z] 281. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowEditor.java (at line 99)
18:26:31 [2024-02-16T23:26:31.132Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.132Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.132Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.132Z] 282. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/virtual/VWindowSharedElementsEditor.java (at line 148)
18:26:31 [2024-02-16T23:26:31.132Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.132Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.132Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.132Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java:[66] 
18:26:31 [2024-02-16T23:26:31.132Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.132Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.132Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.132Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java:[135] 
18:26:31 [2024-02-16T23:26:31.132Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.132Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.132Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.132Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/JavaAttribute.java:[138] 
18:26:31 [2024-02-16T23:26:31.132Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.132Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.132Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.133Z] 286. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java (at line 49)
18:26:31 [2024-02-16T23:26:31.133Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.133Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.133Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.133Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java:[97] 
18:26:31 [2024-02-16T23:26:31.133Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.133Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.133Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.133Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/objectdata/ObjectViewer.java:[277] 
18:26:31 [2024-02-16T23:26:31.133Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.133Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.133Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.133Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[111] 
18:26:31 [2024-02-16T23:26:31.133Z] 	// FIXME We need the label provider
18:26:31 [2024-02-16T23:26:31.133Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.133Z] FIXME We need the label provider
18:26:31 [2024-02-16T23:26:31.133Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[124] 
18:26:31 [2024-02-16T23:26:31.133Z] 	// FIXME We need the label provider
18:26:31 [2024-02-16T23:26:31.133Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.133Z] FIXME We need the label provider
18:26:31 [2024-02-16T23:26:31.134Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[251] 
18:26:31 [2024-02-16T23:26:31.134Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.134Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.134Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.134Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[254] 
18:26:31 [2024-02-16T23:26:31.134Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.134Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.134Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.134Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[290] 
18:26:31 [2024-02-16T23:26:31.134Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.134Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.134Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.134Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ExternalizeStringHandler.java:[293] 
18:26:31 [2024-02-16T23:26:31.134Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.134Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.134Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.134Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java:[7] 
18:26:31 [2024-02-16T23:26:31.134Z] 	import java.security.AccessController;
18:26:31 [2024-02-16T23:26:31.134Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.134Z] The type AccessController has been deprecated since version 17 and marked for removal
18:26:31 [2024-02-16T23:26:31.135Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java:[58] 
18:26:31 [2024-02-16T23:26:31.135Z] 	// TODO change parameter to Locale instead of String once we break e4 tools
18:26:31 [2024-02-16T23:26:31.135Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.135Z] TODO change parameter to Locale instead of String once we break e4 tools
18:26:31 [2024-02-16T23:26:31.135Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java:[71] 
18:26:31 [2024-02-16T23:26:31.135Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.135Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.135Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.135Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java:[86] 
18:26:31 [2024-02-16T23:26:31.135Z] 	// TODO remove once we break e4 tools
18:26:31 [2024-02-16T23:26:31.135Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.135Z] TODO remove once we break e4 tools
18:26:31 [2024-02-16T23:26:31.135Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java:[180] 
18:26:31 [2024-02-16T23:26:31.135Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.135Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.135Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.135Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java:[183] 
18:26:31 [2024-02-16T23:26:31.135Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.135Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.135Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.136Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java:[262] 
18:26:31 [2024-02-16T23:26:31.136Z] 	stream = AccessController.doPrivileged((PrivilegedExceptionAction<InputStream>) () -> getResourceAsStream(resourceName));
18:26:31 [2024-02-16T23:26:31.136Z] 	         ^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.136Z] The type AccessController has been deprecated since version 17 and marked for removal
18:26:31 [2024-02-16T23:26:31.136Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/properties/ProjectOSGiTranslationProvider.java:[262] 
18:26:31 [2024-02-16T23:26:31.136Z] 	stream = AccessController.doPrivileged((PrivilegedExceptionAction<InputStream>) () -> getResourceAsStream(resourceName));
18:26:31 [2024-02-16T23:26:31.136Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.136Z] The method doPrivileged(PrivilegedExceptionAction<InputStream>) from the type AccessController is deprecated
18:26:31 [2024-02-16T23:26:31.136Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/BundleConverter.java:[51] 
18:26:31 [2024-02-16T23:26:31.136Z] 	// TODO prompt for names
18:26:31 [2024-02-16T23:26:31.136Z] 	   ^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.136Z] TODO prompt for names
18:26:31 [2024-02-16T23:26:31.136Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[221] 
18:26:31 [2024-02-16T23:26:31.136Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.136Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.136Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.136Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[383] 
18:26:31 [2024-02-16T23:26:31.137Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.137Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.137Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.137Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[386] 
18:26:31 [2024-02-16T23:26:31.137Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.137Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.137Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.137Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[417] 
18:26:31 [2024-02-16T23:26:31.137Z] 	// TODO odd this is not a bean.
18:26:31 [2024-02-16T23:26:31.137Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.137Z] TODO odd this is not a bean.
18:26:31 [2024-02-16T23:26:31.137Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[430] 
18:26:31 [2024-02-16T23:26:31.137Z] 	// TODO JA
18:26:31 [2024-02-16T23:26:31.137Z] 	   ^^^^^^^
18:26:31 [2024-02-16T23:26:31.137Z] TODO JA
18:26:31 [2024-02-16T23:26:31.137Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[440] 
18:26:31 [2024-02-16T23:26:31.137Z] 	// TODO ProgressMonitorDialog should encapsulate
18:26:31 [2024-02-16T23:26:31.137Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.137Z] TODO ProgressMonitorDialog should encapsulate
18:26:31 [2024-02-16T23:26:31.137Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[467] 
18:26:31 [2024-02-16T23:26:31.138Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.138Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.138Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.138Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[470] 
18:26:31 [2024-02-16T23:26:31.138Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.138Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.138Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.138Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java:[549] 
18:26:31 [2024-02-16T23:26:31.138Z] 	// TODO we need project to strip source paths.
18:26:31 [2024-02-16T23:26:31.138Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.138Z] TODO we need project to strip source paths.
18:26:31 [2024-02-16T23:26:31.138Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/BundleClassDialog.java:[224] 
18:26:31 [2024-02-16T23:26:31.138Z] 	// TODO: handle exception
18:26:31 [2024-02-16T23:26:31.138Z] 	   ^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.138Z] TODO: handle exception
18:26:31 [2024-02-16T23:26:31.138Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/DynamicWizard.java:[77] 
18:26:31 [2024-02-16T23:26:31.138Z] 	// TODO file bug: IWizardPage is missing the setMessage method!
18:26:31 [2024-02-16T23:26:31.138Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.138Z] TODO file bug: IWizardPage is missing the setMessage method!
18:26:31 [2024-02-16T23:26:31.139Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/FindContributionDialog.java:[97] 
18:26:31 [2024-02-16T23:26:31.139Z] 	// TODO param
18:26:31 [2024-02-16T23:26:31.139Z] 	   ^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.139Z] TODO param
18:26:31 [2024-02-16T23:26:31.139Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/FindContributionDialog.java:[101] 
18:26:31 [2024-02-16T23:26:31.139Z] 	// TODO create icon
18:26:31 [2024-02-16T23:26:31.139Z] 	   ^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.139Z] TODO create icon
18:26:31 [2024-02-16T23:26:31.139Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/FindContributionDialog.java:[103] 
18:26:31 [2024-02-16T23:26:31.139Z] 	// TODO create icon
18:26:31 [2024-02-16T23:26:31.139Z] 	   ^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.139Z] TODO create icon
18:26:31 [2024-02-16T23:26:31.139Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/FindContributionDialog.java:[105] 
18:26:31 [2024-02-16T23:26:31.139Z] 	// TODO create icon
18:26:31 [2024-02-16T23:26:31.139Z] 	   ^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.139Z] TODO create icon
18:26:31 [2024-02-16T23:26:31.139Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/FindContributionDialog.java:[125] 
18:26:31 [2024-02-16T23:26:31.139Z] 	// TODO param
18:26:31 [2024-02-16T23:26:31.139Z] 	   ^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.139Z] TODO param
18:26:31 [2024-02-16T23:26:31.140Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/FindContributionDialog.java:[130] 
18:26:31 [2024-02-16T23:26:31.140Z] 	// TODO param
18:26:31 [2024-02-16T23:26:31.140Z] 	   ^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.140Z] TODO param
18:26:31 [2024-02-16T23:26:31.140Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedActionPage.java:[248] 
18:26:31 [2024-02-16T23:26:31.140Z] 	// TODO ensure the packageName is not
18:26:31 [2024-02-16T23:26:31.140Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.140Z] TODO ensure the packageName is not
18:26:31 [2024-02-16T23:26:31.140Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceDialog.java:[246] 
18:26:31 [2024-02-16T23:26:31.140Z] 	// TODO ensure the packageName is not
18:26:31 [2024-02-16T23:26:31.140Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.140Z] TODO ensure the packageName is not
18:26:31 [2024-02-16T23:26:31.140Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceWizard.java:[90] 
18:26:31 [2024-02-16T23:26:31.140Z] 	// TODO Page to set version
18:26:31 [2024-02-16T23:26:31.140Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.140Z] TODO Page to set version
18:26:31 [2024-02-16T23:26:31.140Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceWizard.java:[93] 
18:26:31 [2024-02-16T23:26:31.141Z] 	// TODO Page to set version
18:26:31 [2024-02-16T23:26:31.141Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.141Z] TODO Page to set version
18:26:31 [2024-02-16T23:26:31.141Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/NonReferencedResourceWizard.java:[96] 
18:26:31 [2024-02-16T23:26:31.141Z] 	// TODO Page for new bundle's information
18:26:31 [2024-02-16T23:26:31.141Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.141Z] TODO Page for new bundle's information
18:26:31 [2024-02-16T23:26:31.141Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/PickProjectFolderPage.java:[65] 
18:26:31 [2024-02-16T23:26:31.141Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.141Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.141Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.141Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/dialogs/ProjectFolderPickerDialog.java:[198] 
18:26:31 [2024-02-16T23:26:31.141Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.141Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.141Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.141Z] 328. INFO 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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java (at line 47)
18:26:31 [2024-02-16T23:26:31.141Z] 	@SuppressWarnings("unchecked")
18:26:31 [2024-02-16T23:26:31.141Z] 	                  ^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.141Z] At least one of the problems in category 'unchecked' is not analysed due to a compiler option being ignored
18:26:31 [2024-02-16T23:26:31.141Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/UIViewer.java:[91] 
18:26:31 [2024-02-16T23:26:31.141Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.141Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.142Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.142Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/uistructure/WidgetContentProvider.java:[111] 
18:26:31 [2024-02-16T23:26:31.142Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.142Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.142Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.142Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/AnnotationAccess.java:[36] 
18:26:31 [2024-02-16T23:26:31.142Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.142Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.142Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.142Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/AnnotationAccess.java:[42] 
18:26:31 [2024-02-16T23:26:31.142Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.142Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.142Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.142Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/AnnotationAccess.java:[48] 
18:26:31 [2024-02-16T23:26:31.142Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.142Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.142Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.142Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/AnnotationAccess.java:[55] 
18:26:31 [2024-02-16T23:26:31.142Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.142Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.142Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.143Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/AnnotationAccess.java:[62] 
18:26:31 [2024-02-16T23:26:31.143Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.143Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.143Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.143Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/AnnotationAccess.java:[69] 
18:26:31 [2024-02-16T23:26:31.143Z] 	// TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.143Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.143Z] TODO Auto-generated method stub
18:26:31 [2024-02-16T23:26:31.143Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[100] 
18:26:31 [2024-02-16T23:26:31.143Z] 	// TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.143Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.143Z] TODO Auto-generated catch block
18:26:31 [2024-02-16T23:26:31.143Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/xml/EMFDocumentResourceMediator.java:[120] 
18:26:31 [2024-02-16T23:26:31.143Z] 	// TODO This will not work if the element has '<' or '>' in an
18:26:31 [2024-02-16T23:26:31.143Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.143Z] TODO This will not work if the element has '<' or '>' in an
18:26:31 [2024-02-16T23:26:31.143Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[313] 
18:26:31 [2024-02-16T23:26:31.143Z] 	// FIXME any other cases?
18:26:31 [2024-02-16T23:26:31.143Z] 	   ^^^^^^^^^^^^^^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.143Z] FIXME any other cases?
18:26:31 [2024-02-16T23:26:31.144Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/imp/RegistryUtil.java:[427] 
18:26:31 [2024-02-16T23:26:31.144Z] 	// FIXME log
18:26:31 [2024-02-16T23:26:31.144Z] 	   ^^^^^^^^^
18:26:31 [2024-02-16T23:26:31.144Z] FIXME log
18:26:31 [2024-02-16T23:26:31.144Z] 340 problems (0 errors, 185 warnings, 155 infos)
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.144Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/test/resources
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.144Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.8.300-SNAPSHOT-sources.jar
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.144Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.8.300-SNAPSHOT.jar
18:26:31 [2024-02-16T23:26:31.400Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.400Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.400Z] [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.tools.emf.ui:4.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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
18:26:31 [2024-02-16T23:26:31.400Z]     The main artifact has been replaced with the baseline version.
18:26:31 [2024-02-16T23:26:31.400Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:31 [2024-02-16T23:26:31.400Z] 
18:26:31 [2024-02-16T23:26:31.400Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.400Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.400Z] [INFO] Execution was skipped
18:26:31 [2024-02-16T23:26:31.400Z] [INFO] 
18:26:31 [2024-02-16T23:26:31.400Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.emf.ui ---
18:26:31 [2024-02-16T23:26:31.656Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:31 [2024-02-16T23:26:31.657Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.8.300-SNAPSHOT.jar
18:26:33 [2024-02-16T23:26:33.020Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:33 [2024-02-16T23:26:33.020Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/target/org.eclipse.e4.tools.emf.ui-4.8.300-SNAPSHOT-sources.jar
18:26:34 [2024-02-16T23:26:34.384Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.384Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.emf.ui ---
18:26:34 [2024-02-16T23:26:34.384Z] [INFO] MavenProject: eclipse.platform.ui:org.eclipse.e4.tools.emf.ui:4.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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
18:26:34 [2024-02-16T23:26:34.384Z]     The main artifact has been replaced with the baseline version.
18:26:34 [2024-02-16T23:26:34.384Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:34 [2024-02-16T23:26:34.384Z] 
18:26:34 [2024-02-16T23:26:34.384Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.384Z] [INFO] -------------< org.eclipse.pde:org.eclipse.pde.spy.model >--------------
18:26:34 [2024-02-16T23:26:34.384Z] [INFO] Building [bundle] Model Spy 0.13.300-SNAPSHOT                  [311/521]
18:26:34 [2024-02-16T23:26:34.384Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.spy.model/.polyglot.META-INF
18:26:34 [2024-02-16T23:26:34.384Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:34 [2024-02-16T23:26:34.384Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] The project's OSGi version is 0.13.300.v20240131-2101
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.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.pde/ui/org.eclipse.pde.spy.model/saveproperties
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.640Z] [INFO] Resolving class path of [bundle] Model Spy
18:26:34 [2024-02-16T23:26:34.895Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.895Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.896Z] [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.pde/ui/org.eclipse.pde.spy.model/src/main/resources
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.896Z] [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.pde/ui/org.eclipse.pde.spy.model/src/main/resources
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.896Z] [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.pde/ui/org.eclipse.pde.spy.model/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.896Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.896Z] [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.pde/ui/org.eclipse.pde.spy.model/src/test/resources
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.897Z] [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.pde/ui/org.eclipse.pde.spy.model/target/org.eclipse.pde.spy.model-0.13.300-SNAPSHOT-sources.jar
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.897Z] [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.pde/ui/org.eclipse.pde.spy.model/target/org.eclipse.pde.spy.model-0.13.300-SNAPSHOT.jar
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.model:0.13.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.pde/ui/org.eclipse.pde.spy.model/.polyglot.META-INF
18:26:34 [2024-02-16T23:26:34.897Z]     The main artifact has been replaced with the baseline version.
18:26:34 [2024-02-16T23:26:34.897Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:34 [2024-02-16T23:26:34.897Z] 
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.model ---
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] Execution was skipped
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] 
18:26:34 [2024-02-16T23:26:34.897Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.spy.model ---
18:26:35 [2024-02-16T23:26:35.153Z] [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.pde/ui/org.eclipse.pde.spy.model/target/org.eclipse.pde.spy.model-0.13.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:35 [2024-02-16T23:26:35.154Z] [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.pde/ui/org.eclipse.pde.spy.model/target/org.eclipse.pde.spy.model-0.13.300-SNAPSHOT.jar
18:26:36 [2024-02-16T23:26:36.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.pde/ui/org.eclipse.pde.spy.model/target/org.eclipse.pde.spy.model-0.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:36 [2024-02-16T23:26:36.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.pde/ui/org.eclipse.pde.spy.model/target/org.eclipse.pde.spy.model-0.13.300-SNAPSHOT-sources.jar
18:26:36 [2024-02-16T23:26:36.639Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.639Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.spy.model ---
18:26:36 [2024-02-16T23:26:36.639Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.model:0.13.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.pde/ui/org.eclipse.pde.spy.model/.polyglot.META-INF
18:26:36 [2024-02-16T23:26:36.639Z]     The main artifact has been replaced with the baseline version.
18:26:36 [2024-02-16T23:26:36.639Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:36 [2024-02-16T23:26:36.639Z] 
18:26:36 [2024-02-16T23:26:36.639Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.639Z] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.spy.context >-------------
18:26:36 [2024-02-16T23:26:36.639Z] [INFO] Building [bundle] Context Spy 1.1.300-SNAPSHOT                 [312/521]
18:26:36 [2024-02-16T23:26:36.639Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.spy.context/.polyglot.META-INF
18:26:36 [2024-02-16T23:26:36.639Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:36 [2024-02-16T23:26:36.640Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] The project's OSGi version is 1.1.300.v20231214-1521
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.895Z] [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.pde/ui/org.eclipse.pde.spy.context/saveproperties
18:26:36 [2024-02-16T23:26:36.895Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] Resolving class path of [bundle] Context Spy
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [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.pde/ui/org.eclipse.pde.spy.context/src/main/resources
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [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.pde/ui/org.eclipse.pde.spy.context/src/main/resources
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [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.pde/ui/org.eclipse.pde.spy.context/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [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.pde/ui/org.eclipse.pde.spy.context/src/test/resources
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.896Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.897Z] [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.pde/ui/org.eclipse.pde.spy.context/target/org.eclipse.pde.spy.context-1.1.300-SNAPSHOT-sources.jar
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.897Z] [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.pde/ui/org.eclipse.pde.spy.context/target/org.eclipse.pde.spy.context-1.1.300-SNAPSHOT.jar
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.context: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.pde/ui/org.eclipse.pde.spy.context/.polyglot.META-INF
18:26:36 [2024-02-16T23:26:36.897Z]     The main artifact has been replaced with the baseline version.
18:26:36 [2024-02-16T23:26:36.897Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:36 [2024-02-16T23:26:36.897Z] 
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] Execution was skipped
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] 
18:26:36 [2024-02-16T23:26:36.897Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.spy.context ---
18:26:36 [2024-02-16T23:26:36.897Z] [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.pde/ui/org.eclipse.pde.spy.context/target/org.eclipse.pde.spy.context-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:36 [2024-02-16T23:26:36.897Z] [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.pde/ui/org.eclipse.pde.spy.context/target/org.eclipse.pde.spy.context-1.1.300-SNAPSHOT.jar
18:26:37 [2024-02-16T23:26:37.823Z] [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.pde/ui/org.eclipse.pde.spy.context/target/org.eclipse.pde.spy.context-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:37 [2024-02-16T23:26:37.823Z] [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.pde/ui/org.eclipse.pde.spy.context/target/org.eclipse.pde.spy.context-1.1.300-SNAPSHOT-sources.jar
18:26:38 [2024-02-16T23:26:38.383Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.383Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.spy.context ---
18:26:38 [2024-02-16T23:26:38.383Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.context: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.pde/ui/org.eclipse.pde.spy.context/.polyglot.META-INF
18:26:38 [2024-02-16T23:26:38.383Z]     The main artifact has been replaced with the baseline version.
18:26:38 [2024-02-16T23:26:38.383Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:38 [2024-02-16T23:26:38.383Z] 
18:26:38 [2024-02-16T23:26:38.383Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.383Z] [INFO] ----------< org.eclipse.pde:org.eclipse.pde.spy.preferences >-----------
18:26:38 [2024-02-16T23:26:38.383Z] [INFO] Building [bundle] Preference Spy 0.13.300-SNAPSHOT             [313/521]
18:26:38 [2024-02-16T23:26:38.383Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.spy.preferences/.polyglot.META-INF
18:26:38 [2024-02-16T23:26:38.383Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] The project's OSGi version is 0.13.300.v20240207-1047
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.639Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.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.pde/ui/org.eclipse.pde.spy.preferences/saveproperties
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] Resolving class path of [bundle] Preference Spy
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.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.pde/ui/org.eclipse.pde.spy.preferences/src/main/resources
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.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.pde/ui/org.eclipse.pde.spy.preferences/src/main/resources
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.640Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.640Z] [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/eclipse.pde/ui/org.eclipse.pde.spy.preferences/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.896Z] [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.pde/ui/org.eclipse.pde.spy.preferences/src/test/resources
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.896Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.897Z] [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.pde/ui/org.eclipse.pde.spy.preferences/target/org.eclipse.pde.spy.preferences-0.13.300-SNAPSHOT-sources.jar
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.897Z] [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.pde/ui/org.eclipse.pde.spy.preferences/target/org.eclipse.pde.spy.preferences-0.13.300-SNAPSHOT.jar
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.preferences:0.13.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.pde/ui/org.eclipse.pde.spy.preferences/.polyglot.META-INF
18:26:38 [2024-02-16T23:26:38.897Z]     The main artifact has been replaced with the baseline version.
18:26:38 [2024-02-16T23:26:38.897Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:38 [2024-02-16T23:26:38.897Z] 
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] Execution was skipped
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] 
18:26:38 [2024-02-16T23:26:38.897Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.spy.preferences ---
18:26:38 [2024-02-16T23:26:38.897Z] [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.pde/ui/org.eclipse.pde.spy.preferences/target/org.eclipse.pde.spy.preferences-0.13.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:38 [2024-02-16T23:26:38.897Z] [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.pde/ui/org.eclipse.pde.spy.preferences/target/org.eclipse.pde.spy.preferences-0.13.300-SNAPSHOT.jar
18:26:39 [2024-02-16T23:26:39.826Z] [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.pde/ui/org.eclipse.pde.spy.preferences/target/org.eclipse.pde.spy.preferences-0.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:39 [2024-02-16T23:26:39.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.pde/ui/org.eclipse.pde.spy.preferences/target/org.eclipse.pde.spy.preferences-0.13.300-SNAPSHOT-sources.jar
18:26:40 [2024-02-16T23:26:40.774Z] [INFO] 
18:26:40 [2024-02-16T23:26:40.774Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.spy.preferences ---
18:26:40 [2024-02-16T23:26:40.774Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spy.preferences:0.13.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.pde/ui/org.eclipse.pde.spy.preferences/.polyglot.META-INF
18:26:40 [2024-02-16T23:26:40.774Z]     The main artifact has been replaced with the baseline version.
18:26:40 [2024-02-16T23:26:40.774Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:40 [2024-02-16T23:26:40.774Z] 
18:26:40 [2024-02-16T23:26:40.774Z] [INFO] 
18:26:40 [2024-02-16T23:26:40.774Z] [INFO] ------------< org.eclipse.pde:org.eclipse.tools.layout.spy >------------
18:26:40 [2024-02-16T23:26:40.774Z] [INFO] Building [bundle] Layout Spy 1.2.300-SNAPSHOT                  [314/521]
18:26:40 [2024-02-16T23:26:40.774Z] [INFO]   from eclipse.pde/ui/org.eclipse.tools.layout.spy/.polyglot.META-INF
18:26:40 [2024-02-16T23:26:40.774Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:40 [2024-02-16T23:26:40.774Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] The project's OSGi version is 1.2.300.v20231214-1521
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [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.pde/ui/org.eclipse.tools.layout.spy/saveproperties
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] Resolving class path of [bundle] Layout Spy
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [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.pde/ui/org.eclipse.tools.layout.spy/src/main/resources
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.031Z] [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.pde/ui/org.eclipse.tools.layout.spy/src/main/resources
18:26:41 [2024-02-16T23:26:41.031Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] Compiling 7 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.pde/ui/org.eclipse.tools.layout.spy/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.032Z] [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.pde/ui/org.eclipse.tools.layout.spy/src/test/resources
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.032Z] [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.pde/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.2.300-SNAPSHOT-sources.jar
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.032Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.032Z] [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.pde/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.2.300-SNAPSHOT.jar
18:26:41 [2024-02-16T23:26:41.289Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.289Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.290Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.tools.layout.spy:1.2.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.pde/ui/org.eclipse.tools.layout.spy/.polyglot.META-INF
18:26:41 [2024-02-16T23:26:41.290Z]     The main artifact has been replaced with the baseline version.
18:26:41 [2024-02-16T23:26:41.290Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:41 [2024-02-16T23:26:41.290Z] 
18:26:41 [2024-02-16T23:26:41.290Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.290Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.290Z] [INFO] Execution was skipped
18:26:41 [2024-02-16T23:26:41.290Z] [INFO] 
18:26:41 [2024-02-16T23:26:41.290Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.tools.layout.spy ---
18:26:41 [2024-02-16T23:26:41.290Z] [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.pde/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:41 [2024-02-16T23:26:41.290Z] [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.pde/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.2.300-SNAPSHOT.jar
18:26:41 [2024-02-16T23:26:41.852Z] [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.pde/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.2.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:41 [2024-02-16T23:26:41.852Z] [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.pde/ui/org.eclipse.tools.layout.spy/target/org.eclipse.tools.layout.spy-1.2.300-SNAPSHOT-sources.jar
18:26:43 [2024-02-16T23:26:43.216Z] [INFO] 
18:26:43 [2024-02-16T23:26:43.216Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.tools.layout.spy ---
18:26:43 [2024-02-16T23:26:43.216Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.tools.layout.spy:1.2.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.pde/ui/org.eclipse.tools.layout.spy/.polyglot.META-INF
18:26:43 [2024-02-16T23:26:43.216Z]     The main artifact has been replaced with the baseline version.
18:26:43 [2024-02-16T23:26:43.216Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:43 [2024-02-16T23:26:43.216Z] 
18:26:43 [2024-02-16T23:26:43.216Z] [INFO] 
18:26:43 [2024-02-16T23:26:43.216Z] [INFO] ---------< org.eclipse.pde:org.eclipse.pde.ui.templates.tests >---------
18:26:43 [2024-02-16T23:26:43.216Z] [INFO] Building org.eclipse.pde.ui.templates.tests 1.2.300-SNAPSHOT   [315/521]
18:26:43 [2024-02-16T23:26:43.216Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.ui.templates.tests/pom.xml
18:26:43 [2024-02-16T23:26:43.216Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:26:43 [2024-02-16T23:26:43.217Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:44 [2024-02-16T23:26:44.142Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.142Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.142Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.142Z] [INFO] The project's OSGi version is 1.2.300.v20231214-1521
18:26:44 [2024-02-16T23:26:44.142Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.142Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.143Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/saveproperties
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.143Z] [INFO] Resolving class path of org.eclipse.pde.ui.templates.tests
18:26:44 [2024-02-16T23:26:44.398Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.398Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.399Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/src/main/resources
18:26:44 [2024-02-16T23:26:44.399Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.399Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.399Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/src/main/resources
18:26:44 [2024-02-16T23:26:44.399Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.399Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.399Z] [INFO] Compiling 1 source 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.pde/ui/org.eclipse.pde.ui.templates.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:44 [2024-02-16T23:26:44.654Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.654Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.654Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.654Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.654Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.654Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.655Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/src/test/resources
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.655Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.300-SNAPSHOT-sources.jar
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.655Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/tests.jar
18:26:44 [2024-02-16T23:26:44.655Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.300-SNAPSHOT.jar
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates.tests:1.2.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.pde/ui/org.eclipse.pde.ui.templates.tests/pom.xml
18:26:44 [2024-02-16T23:26:44.655Z]     The main artifact has been replaced with the baseline version.
18:26:44 [2024-02-16T23:26:44.655Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:44 [2024-02-16T23:26:44.655Z] 
18:26:44 [2024-02-16T23:26:44.655Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.656Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.656Z] [INFO] Skipping tests
18:26:44 [2024-02-16T23:26:44.656Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.656Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.656Z] [INFO] Execution was skipped
18:26:44 [2024-02-16T23:26:44.656Z] [INFO] 
18:26:44 [2024-02-16T23:26:44.656Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.ui.templates.tests ---
18:26:44 [2024-02-16T23:26:44.656Z] [INFO] Signing of nested jars of '/home/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/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.300-SNAPSHOT.jar_unpacked_4236446009956056641/tests.jar' is disabled.
18:26:44 [2024-02-16T23:26:44.656Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.300-SNAPSHOT.jar_unpacked_4236446009956056641/tests.jar' is already signed and will be resigned.
18:26:44 [2024-02-16T23:26:44.656Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.300-SNAPSHOT.jar_unpacked_4236446009956056641/tests.jar
18:26:45 [2024-02-16T23:26:45.584Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:45 [2024-02-16T23:26:45.584Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.300-SNAPSHOT.jar
18:26:46 [2024-02-16T23:26:46.145Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:46 [2024-02-16T23:26:46.145Z] [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.pde/ui/org.eclipse.pde.ui.templates.tests/target/org.eclipse.pde.ui.templates.tests-1.2.300-SNAPSHOT-sources.jar
18:26:47 [2024-02-16T23:26:47.072Z] [INFO] 
18:26:47 [2024-02-16T23:26:47.073Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.ui.templates.tests ---
18:26:47 [2024-02-16T23:26:47.073Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.ui.templates.tests:1.2.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.pde/ui/org.eclipse.pde.ui.templates.tests/pom.xml
18:26:47 [2024-02-16T23:26:47.073Z]     The main artifact has been replaced with the baseline version.
18:26:47 [2024-02-16T23:26:47.073Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:47 [2024-02-16T23:26:47.073Z] 
18:26:47 [2024-02-16T23:26:47.073Z] [INFO] 
18:26:47 [2024-02-16T23:26:47.073Z] [INFO] ---< org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests >----
18:26:47 [2024-02-16T23:26:47.073Z] [INFO] Building org.eclipse.pde.genericeditor.extension.tests 1.2.300-SNAPSHOT [316/521]
18:26:47 [2024-02-16T23:26:47.073Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml
18:26:47 [2024-02-16T23:26:47.073Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:26:47 [2024-02-16T23:26:47.073Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] The project's OSGi version is 1.2.300.v20240113-1001
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.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/eclipse.pde/ui/org.eclipse.pde.genericeditor.extension.tests/saveproperties
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.002Z] [INFO] Resolving class path of org.eclipse.pde.genericeditor.extension.tests
18:26:48 [2024-02-16T23:26:48.258Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.258Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.258Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/src/main/resources
18:26:48 [2024-02-16T23:26:48.258Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.258Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.258Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/src/main/resources
18:26:48 [2024-02-16T23:26:48.258Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.259Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.259Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.515Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/src/test/resources
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.515Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.2.300-SNAPSHOT-sources.jar
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.515Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.516Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.2.300-SNAPSHOT.jar
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests:1.2.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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml
18:26:48 [2024-02-16T23:26:48.516Z]     The main artifact has been replaced with the baseline version.
18:26:48 [2024-02-16T23:26:48.516Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:48 [2024-02-16T23:26:48.516Z] 
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] Skipping tests
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] Execution was skipped
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] 
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:48 [2024-02-16T23:26:48.516Z] [INFO] Signing of nested jars of '/home/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/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.2.300-SNAPSHOT.jar' is disabled.
18:26:48 [2024-02-16T23:26:48.516Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:48 [2024-02-16T23:26:48.516Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.2.300-SNAPSHOT.jar
18:26:49 [2024-02-16T23:26:49.459Z] [INFO] Signing of nested jars of '/home/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/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.2.300-SNAPSHOT-sources.jar' is disabled.
18:26:49 [2024-02-16T23:26:49.459Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.2.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:49 [2024-02-16T23:26:49.459Z] [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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/target/org.eclipse.pde.genericeditor.extension.tests-1.2.300-SNAPSHOT-sources.jar
18:26:50 [2024-02-16T23:26:50.824Z] [INFO] 
18:26:50 [2024-02-16T23:26:50.824Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.genericeditor.extension.tests ---
18:26:50 [2024-02-16T23:26:50.824Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.genericeditor.extension.tests:1.2.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.pde/ui/org.eclipse.pde.genericeditor.extension.tests/pom.xml
18:26:50 [2024-02-16T23:26:50.824Z]     The main artifact has been replaced with the baseline version.
18:26:50 [2024-02-16T23:26:50.824Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:50 [2024-02-16T23:26:50.824Z] 
18:26:50 [2024-02-16T23:26:50.824Z] [INFO] 
18:26:50 [2024-02-16T23:26:50.824Z] [INFO] -----------< org.eclipse.pde:org.eclipse.pde.unittest.junit >-----------
18:26:50 [2024-02-16T23:26:50.824Z] [INFO] Building [bundle] Plug-in Development Unit Test support 1.1.300-SNAPSHOT [317/521]
18:26:50 [2024-02-16T23:26:50.824Z] [INFO]   from eclipse.pde/ui/org.eclipse.pde.unittest.junit/.polyglot.META-INF
18:26:50 [2024-02-16T23:26:50.824Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:50 [2024-02-16T23:26:50.824Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] The project's OSGi version is 1.1.300.v20240127-1338
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.081Z] [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.pde/ui/org.eclipse.pde.unittest.junit/saveproperties
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.081Z] [INFO] Resolving class path of [bundle] Plug-in Development Unit Test support
18:26:51 [2024-02-16T23:26:51.337Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.337Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.337Z] [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.pde/ui/org.eclipse.pde.unittest.junit/src/main/resources
18:26:51 [2024-02-16T23:26:51.337Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.337Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.337Z] [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.pde/ui/org.eclipse.pde.unittest.junit/src/main/resources
18:26:51 [2024-02-16T23:26:51.337Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.337Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.338Z] [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.pde/ui/org.eclipse.pde.unittest.junit/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.593Z] [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.pde/ui/org.eclipse.pde.unittest.junit/src/test/resources
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.593Z] [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.pde/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.1.300-SNAPSHOT-sources.jar
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.593Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.594Z] [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.pde/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.1.300-SNAPSHOT.jar
18:26:51 [2024-02-16T23:26:51.594Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.594Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.594Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.unittest.junit: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.pde/ui/org.eclipse.pde.unittest.junit/.polyglot.META-INF
18:26:51 [2024-02-16T23:26:51.594Z]     The main artifact has been replaced with the baseline version.
18:26:51 [2024-02-16T23:26:51.594Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:51 [2024-02-16T23:26:51.594Z] 
18:26:51 [2024-02-16T23:26:51.594Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.594Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.594Z] [INFO] Execution was skipped
18:26:51 [2024-02-16T23:26:51.594Z] [INFO] 
18:26:51 [2024-02-16T23:26:51.594Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.unittest.junit ---
18:26:51 [2024-02-16T23:26:51.594Z] [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.pde/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:51 [2024-02-16T23:26:51.594Z] [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.pde/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.1.300-SNAPSHOT.jar
18:26:52 [2024-02-16T23:26:52.523Z] [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.pde/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:52 [2024-02-16T23:26:52.523Z] [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.pde/ui/org.eclipse.pde.unittest.junit/target/org.eclipse.pde.unittest.junit-1.1.300-SNAPSHOT-sources.jar
18:26:53 [2024-02-16T23:26:53.086Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.086Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.unittest.junit ---
18:26:53 [2024-02-16T23:26:53.086Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.unittest.junit: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.pde/ui/org.eclipse.pde.unittest.junit/.polyglot.META-INF
18:26:53 [2024-02-16T23:26:53.086Z]     The main artifact has been replaced with the baseline version.
18:26:53 [2024-02-16T23:26:53.086Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:53 [2024-02-16T23:26:53.086Z] 
18:26:53 [2024-02-16T23:26:53.086Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.086Z] [INFO] ----------------< org.eclipse.pde:org.eclipse.e4.tools >----------------
18:26:53 [2024-02-16T23:26:53.086Z] [INFO] Building [bundle] Tools 4.10.300-SNAPSHOT                      [318/521]
18:26:53 [2024-02-16T23:26:53.086Z] [INFO]   from eclipse.pde/e4tools/bundles/org.eclipse.e4.tools/.polyglot.META-INF
18:26:53 [2024-02-16T23:26:53.086Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:53 [2024-02-16T23:26:53.087Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:53 [2024-02-16T23:26:53.342Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.342Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.342Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.342Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.342Z] [INFO] The project's OSGi version is 4.10.300.v20240128-1101
18:26:53 [2024-02-16T23:26:53.342Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.343Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.343Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.343Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.343Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.343Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.343Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools/saveproperties
18:26:53 [2024-02-16T23:26:53.343Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.343Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.343Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.343Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.598Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.599Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.599Z] [INFO] Resolving class path of [bundle] Tools
18:26:53 [2024-02-16T23:26:53.599Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.599Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.599Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools/src/main/resources
18:26:53 [2024-02-16T23:26:53.599Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.599Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.599Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools/src/main/resources
18:26:53 [2024-02-16T23:26:53.599Z] [INFO] 
18:26:53 [2024-02-16T23:26:53.599Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools ---
18:26:53 [2024-02-16T23:26:53.855Z] [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/eclipse.pde/e4tools/bundles/org.eclipse.e4.tools/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:54 [2024-02-16T23:26:54.111Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java:[296] 
18:26:54 [2024-02-16T23:26:54.111Z] 	bd.updateModelToTarget(); // TODO Find out why this is needed
18:26:54 [2024-02-16T23:26:54.111Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:54 [2024-02-16T23:26:54.111Z] TODO Find out why this is needed
18:26:54 [2024-02-16T23:26:54.111Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassPage.java:[520] 
18:26:54 [2024-02-16T23:26:54.111Z] 	return JavaConventions.validateJavaTypeName(name, JavaCore.VERSION_1_3, JavaCore.VERSION_1_3);
18:26:54 [2024-02-16T23:26:54.111Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:54 [2024-02-16T23:26:54.111Z] The method validateJavaTypeName(String, String, String) from the type JavaConventions is deprecated
18:26:54 [2024-02-16T23:26:54.111Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassWizard.java:[145] 
18:26:54 [2024-02-16T23:26:54.111Z] 	// TODO
18:26:54 [2024-02-16T23:26:54.111Z] 	   ^^^^
18:26:54 [2024-02-16T23:26:54.111Z] TODO
18:26:54 [2024-02-16T23:26:54.112Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassWizard.java:[206] 
18:26:54 [2024-02-16T23:26:54.112Z] 	// TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:54 [2024-02-16T23:26:54.112Z] TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassWizard.java:[276] 
18:26:54 [2024-02-16T23:26:54.112Z] 	// TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:54 [2024-02-16T23:26:54.112Z] TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassWizard.java:[296] 
18:26:54 [2024-02-16T23:26:54.112Z] 	// TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:54 [2024-02-16T23:26:54.112Z] TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/classes/AbstractNewClassWizard.java:[312] 
18:26:54 [2024-02-16T23:26:54.112Z] 	// TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:54 [2024-02-16T23:26:54.112Z] TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools/src/org/eclipse/e4/internal/tools/wizards/model/NewApplicationModelWizard.java:[67] 
18:26:54 [2024-02-16T23:26:54.112Z] 	// TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:54 [2024-02-16T23:26:54.112Z] TODO Auto-generated catch block
18:26:54 [2024-02-16T23:26:54.112Z] 8 problems (null, 8 warnings)
18:26:54 [2024-02-16T23:26:54.112Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.112Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.112Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.112Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.112Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.112Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.112Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.112Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.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/eclipse.pde/e4tools/bundles/org.eclipse.e4.tools/src/test/resources
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.113Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.10.300-SNAPSHOT-sources.jar
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.113Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.10.300-SNAPSHOT.jar
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools:4.10.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.pde/e4tools/bundles/org.eclipse.e4.tools/.polyglot.META-INF
18:26:54 [2024-02-16T23:26:54.113Z]     The main artifact has been replaced with the baseline version.
18:26:54 [2024-02-16T23:26:54.113Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:54 [2024-02-16T23:26:54.113Z] 
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] Execution was skipped
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] 
18:26:54 [2024-02-16T23:26:54.113Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools ---
18:26:54 [2024-02-16T23:26:54.113Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:54 [2024-02-16T23:26:54.114Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.10.300-SNAPSHOT.jar
18:26:55 [2024-02-16T23:26:55.038Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:55 [2024-02-16T23:26:55.038Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools/target/org.eclipse.e4.tools-4.10.300-SNAPSHOT-sources.jar
18:26:55 [2024-02-16T23:26:55.964Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.964Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools ---
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools:4.10.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.pde/e4tools/bundles/org.eclipse.e4.tools/.polyglot.META-INF
18:26:55 [2024-02-16T23:26:55.965Z]     The main artifact has been replaced with the baseline version.
18:26:55 [2024-02-16T23:26:55.965Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:55 [2024-02-16T23:26:55.965Z] 
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] ------------< org.eclipse.pde:org.eclipse.e4.tools.compat >-------------
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] Building [bundle] Compat 4.9.300-SNAPSHOT                      [319/521]
18:26:55 [2024-02-16T23:26:55.965Z] [INFO]   from eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.compat/.polyglot.META-INF
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.compat ---
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.compat ---
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] The project's OSGi version is 4.9.300.v20240128-1121
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.compat ---
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.compat ---
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.compat ---
18:26:55 [2024-02-16T23:26:55.965Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/saveproperties
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.965Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.compat ---
18:26:55 [2024-02-16T23:26:55.966Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.966Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.compat ---
18:26:55 [2024-02-16T23:26:55.966Z] [INFO] 
18:26:55 [2024-02-16T23:26:55.966Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.compat ---
18:26:55 [2024-02-16T23:26:55.966Z] [INFO] Resolving class path of [bundle] Compat
18:26:56 [2024-02-16T23:26:56.221Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.221Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.222Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/src/main/resources
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.222Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/src/main/resources
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] Compiling 14 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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:56 [2024-02-16T23:26:56.222Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.compat/src/org/eclipse/e4/tools/compat/internal/PartHelper.java:[75] 
18:26:56 [2024-02-16T23:26:56.222Z] 	// FIXME This should be read from the CSS
18:26:56 [2024-02-16T23:26:56.222Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:26:56 [2024-02-16T23:26:56.222Z] FIXME This should be read from the CSS
18:26:56 [2024-02-16T23:26:56.222Z] 1 problem (1 warning)
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.222Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.223Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/src/test/resources
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.223Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.9.300-SNAPSHOT-sources.jar
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.223Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.9.300-SNAPSHOT.jar
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.compat:4.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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/.polyglot.META-INF
18:26:56 [2024-02-16T23:26:56.223Z]     The main artifact has been replaced with the baseline version.
18:26:56 [2024-02-16T23:26:56.223Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:56 [2024-02-16T23:26:56.223Z] 
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.223Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.224Z] [INFO] Execution was skipped
18:26:56 [2024-02-16T23:26:56.224Z] [INFO] 
18:26:56 [2024-02-16T23:26:56.224Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.compat ---
18:26:56 [2024-02-16T23:26:56.224Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.9.300-SNAPSHOT.jar' is already signed and will be resigned.
18:26:56 [2024-02-16T23:26:56.224Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.9.300-SNAPSHOT.jar
18:26:57 [2024-02-16T23:26:57.151Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.9.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:26:57 [2024-02-16T23:26:57.151Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/target/org.eclipse.e4.tools.compat-4.9.300-SNAPSHOT-sources.jar
18:26:58 [2024-02-16T23:26:58.514Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.514Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.compat ---
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.compat:4.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.pde/e4tools/bundles/org.eclipse.e4.tools.compat/.polyglot.META-INF
18:26:58 [2024-02-16T23:26:58.515Z]     The main artifact has been replaced with the baseline version.
18:26:58 [2024-02-16T23:26:58.515Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:58 [2024-02-16T23:26:58.515Z] 
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] ----------< org.eclipse.pde:org.eclipse.e4.tools.persistence >----------
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] Building [bundle] Persistence Model 1.1.200-SNAPSHOT           [320/521]
18:26:58 [2024-02-16T23:26:58.515Z] [INFO]   from eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/.polyglot.META-INF
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] The project's OSGi version is 1.1.200.v20240128-1101
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.515Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/saveproperties
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.515Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.516Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.516Z] [INFO] Resolving class path of [bundle] Persistence Model
18:26:58 [2024-02-16T23:26:58.516Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.516Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.516Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/src/main/resources
18:26:58 [2024-02-16T23:26:58.516Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.516Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.516Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/src/main/resources
18:26:58 [2024-02-16T23:26:58.516Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.516Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.516Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.772Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/src/test/resources
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.772Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/target/org.eclipse.e4.tools.persistence-1.1.200-SNAPSHOT-sources.jar
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.772Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/target/org.eclipse.e4.tools.persistence-1.1.200-SNAPSHOT.jar
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.772Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.773Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.persistence:1.1.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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/.polyglot.META-INF
18:26:58 [2024-02-16T23:26:58.773Z]     The main artifact has been replaced with the baseline version.
18:26:58 [2024-02-16T23:26:58.773Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:26:58 [2024-02-16T23:26:58.773Z] 
18:26:58 [2024-02-16T23:26:58.773Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.773Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.773Z] [INFO] Execution was skipped
18:26:58 [2024-02-16T23:26:58.773Z] [INFO] 
18:26:58 [2024-02-16T23:26:58.773Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.persistence ---
18:26:58 [2024-02-16T23:26:58.773Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/target/org.eclipse.e4.tools.persistence-1.1.200-SNAPSHOT.jar' is already signed and will be resigned.
18:26:58 [2024-02-16T23:26:58.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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/target/org.eclipse.e4.tools.persistence-1.1.200-SNAPSHOT.jar
18:27:00 [2024-02-16T23:27:00.139Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/target/org.eclipse.e4.tools.persistence-1.1.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:27:00 [2024-02-16T23:27:00.139Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/target/org.eclipse.e4.tools.persistence-1.1.200-SNAPSHOT-sources.jar
18:27:00 [2024-02-16T23:27:00.699Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.699Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.persistence ---
18:27:00 [2024-02-16T23:27:00.700Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.persistence:1.1.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.pde/e4tools/bundles/org.eclipse.e4.tools.persistence/.polyglot.META-INF
18:27:00 [2024-02-16T23:27:00.700Z]     The main artifact has been replaced with the baseline version.
18:27:00 [2024-02-16T23:27:00.700Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:00 [2024-02-16T23:27:00.700Z] 
18:27:00 [2024-02-16T23:27:00.700Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.700Z] [INFO] ----< org.eclipse.pde:org.eclipse.e4.tools.compatibility.migration >----
18:27:00 [2024-02-16T23:27:00.700Z] [INFO] Building [bundle] Perspective migrate compatibility Util  1.1.200-SNAPSHOT [321/521]
18:27:00 [2024-02-16T23:27:00.700Z] [INFO]   from eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/.polyglot.META-INF
18:27:00 [2024-02-16T23:27:00.700Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:27:00 [2024-02-16T23:27:00.700Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:00 [2024-02-16T23:27:00.955Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.955Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.955Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.955Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] The project's OSGi version is 1.1.200.v20240128-1101
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.956Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/saveproperties
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] Resolving class path of [bundle] Perspective migrate compatibility Util 
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.956Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.956Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/src/main/resources
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.957Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/src/main/resources
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] Compiling 3 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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.957Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/src/test/resources
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.957Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.958Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/org.eclipse.e4.tools.compatibility.migration-1.1.200-SNAPSHOT-sources.jar
18:27:00 [2024-02-16T23:27:00.958Z] [INFO] 
18:27:00 [2024-02-16T23:27:00.958Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:00 [2024-02-16T23:27:00.958Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/org.eclipse.e4.tools.compatibility.migration-1.1.200-SNAPSHOT.jar
18:27:01 [2024-02-16T23:27:01.213Z] [INFO] 
18:27:01 [2024-02-16T23:27:01.213Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:01 [2024-02-16T23:27:01.213Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.compatibility.migration:1.1.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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/.polyglot.META-INF
18:27:01 [2024-02-16T23:27:01.213Z]     The main artifact has been replaced with the baseline version.
18:27:01 [2024-02-16T23:27:01.213Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:01 [2024-02-16T23:27:01.214Z] 
18:27:01 [2024-02-16T23:27:01.214Z] [INFO] 
18:27:01 [2024-02-16T23:27:01.214Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:01 [2024-02-16T23:27:01.214Z] [INFO] Execution was skipped
18:27:01 [2024-02-16T23:27:01.214Z] [INFO] 
18:27:01 [2024-02-16T23:27:01.214Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:01 [2024-02-16T23:27:01.214Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/org.eclipse.e4.tools.compatibility.migration-1.1.200-SNAPSHOT.jar' is already signed and will be resigned.
18:27:01 [2024-02-16T23:27:01.214Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/org.eclipse.e4.tools.compatibility.migration-1.1.200-SNAPSHOT.jar
18:27:02 [2024-02-16T23:27:02.141Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/org.eclipse.e4.tools.compatibility.migration-1.1.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:27:02 [2024-02-16T23:27:02.141Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/target/org.eclipse.e4.tools.compatibility.migration-1.1.200-SNAPSHOT-sources.jar
18:27:03 [2024-02-16T23:27:03.068Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.068Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.compatibility.migration ---
18:27:03 [2024-02-16T23:27:03.068Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.compatibility.migration:1.1.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.pde/e4tools/bundles/org.eclipse.e4.tools.compatibility.migration/.polyglot.META-INF
18:27:03 [2024-02-16T23:27:03.068Z]     The main artifact has been replaced with the baseline version.
18:27:03 [2024-02-16T23:27:03.069Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:03 [2024-02-16T23:27:03.069Z] 
18:27:03 [2024-02-16T23:27:03.069Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.069Z] [INFO] ---------< org.eclipse.pde:org.eclipse.e4.tools.emf.editor3x >----------
18:27:03 [2024-02-16T23:27:03.069Z] [INFO] Building [bundle] Editor3x 4.9.300-SNAPSHOT                    [322/521]
18:27:03 [2024-02-16T23:27:03.069Z] [INFO]   from eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/.polyglot.META-INF
18:27:03 [2024-02-16T23:27:03.069Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:27:03 [2024-02-16T23:27:03.069Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] The project's OSGi version is 4.9.300.v20240128-1101
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.325Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/saveproperties
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.325Z] [INFO] Resolving class path of [bundle] Editor3x
18:27:03 [2024-02-16T23:27:03.582Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.582Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/main/resources
18:27:03 [2024-02-16T23:27:03.582Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.582Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/main/resources
18:27:03 [2024-02-16T23:27:03.582Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.582Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.583Z] [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/eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:03 [2024-02-16T23:27:03.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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java:[147] 
18:27:03 [2024-02-16T23:27:03.839Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.839Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.839Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java:[150] 
18:27:03 [2024-02-16T23:27:03.839Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.839Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.839Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/PDEClassContributionProvider.java:[174] 
18:27:03 [2024-02-16T23:27:03.839Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.839Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.839Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.840Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/emf/EditUIUtil.java:[73] 
18:27:03 [2024-02-16T23:27:03.840Z] 	// TODO Log error
18:27:03 [2024-02-16T23:27:03.840Z] 	   ^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.840Z] TODO Log error
18:27:03 [2024-02-16T23:27:03.840Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java:[89] 
18:27:03 [2024-02-16T23:27:03.840Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.840Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.840Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.840Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java:[111] 
18:27:03 [2024-02-16T23:27:03.840Z] 	// TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.840Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.840Z] TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.840Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/AddonContributionEditor.java:[133] 
18:27:03 [2024-02-16T23:27:03.840Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.840Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.840Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.840Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/DynamicMenuContributionContributionEditor.java:[85] 
18:27:03 [2024-02-16T23:27:03.840Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.840Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.840Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.840Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/DynamicMenuContributionContributionEditor.java:[107] 
18:27:03 [2024-02-16T23:27:03.841Z] 	// TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.841Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.841Z] TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.841Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/DynamicMenuContributionContributionEditor.java:[129] 
18:27:03 [2024-02-16T23:27:03.841Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.841Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.841Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.841Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java:[84] 
18:27:03 [2024-02-16T23:27:03.841Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.841Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.841Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.841Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java:[106] 
18:27:03 [2024-02-16T23:27:03.841Z] 	// TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.841Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.841Z] TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.841Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/HandlerContributionEditor.java:[128] 
18:27:03 [2024-02-16T23:27:03.841Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.841Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.841Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.841Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/ImperativeExpressionContributionEditor.java:[82] 
18:27:03 [2024-02-16T23:27:03.841Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.841Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.841Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.842Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/ImperativeExpressionContributionEditor.java:[104] 
18:27:03 [2024-02-16T23:27:03.842Z] 	// TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.842Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.842Z] TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.842Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/ImperativeExpressionContributionEditor.java:[126] 
18:27:03 [2024-02-16T23:27:03.842Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.842Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.842Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.842Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java:[85] 
18:27:03 [2024-02-16T23:27:03.842Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.842Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.842Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.842Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java:[110] 
18:27:03 [2024-02-16T23:27:03.842Z] 	// TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.842Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.842Z] TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.842Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/PartContributionEditor.java:[132] 
18:27:03 [2024-02-16T23:27:03.842Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.842Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.842Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.842Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/ToolControlContributionEditor.java:[82] 
18:27:03 [2024-02-16T23:27:03.843Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.843Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.843Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.843Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/ToolControlContributionEditor.java:[103] 
18:27:03 [2024-02-16T23:27:03.843Z] 	// TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.843Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.843Z] TODO If this is not a WS-Resource we need to open differently
18:27:03 [2024-02-16T23:27:03.843Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/ToolControlContributionEditor.java:[125] 
18:27:03 [2024-02-16T23:27:03.843Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.843Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.843Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.843Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/org/eclipse/e4/tools/emf/editor3x/extension/Util.java:[38] 
18:27:03 [2024-02-16T23:27:03.843Z] 	// TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.843Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:03 [2024-02-16T23:27:03.843Z] TODO Auto-generated catch block
18:27:03 [2024-02-16T23:27:03.843Z] 23 problems (null, 23 warnings)
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.843Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/src/test/resources
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.843Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.844Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.9.300-SNAPSHOT-sources.jar
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.844Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.9.300-SNAPSHOT.jar
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.emf.editor3x:4.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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/.polyglot.META-INF
18:27:03 [2024-02-16T23:27:03.844Z]     The main artifact has been replaced with the baseline version.
18:27:03 [2024-02-16T23:27:03.844Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:03 [2024-02-16T23:27:03.844Z] 
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] Execution was skipped
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] 
18:27:03 [2024-02-16T23:27:03.844Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:03 [2024-02-16T23:27:03.844Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.9.300-SNAPSHOT.jar' is already signed and will be resigned.
18:27:03 [2024-02-16T23:27:03.844Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.9.300-SNAPSHOT.jar
18:27:05 [2024-02-16T23:27:05.227Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.9.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:27:05 [2024-02-16T23:27:05.227Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/target/org.eclipse.e4.tools.emf.editor3x-4.9.300-SNAPSHOT-sources.jar
18:27:06 [2024-02-16T23:27:06.157Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.157Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.emf.editor3x ---
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.emf.editor3x:4.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.pde/e4tools/bundles/org.eclipse.e4.tools.emf.editor3x/.polyglot.META-INF
18:27:06 [2024-02-16T23:27:06.158Z]     The main artifact has been replaced with the baseline version.
18:27:06 [2024-02-16T23:27:06.158Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:06 [2024-02-16T23:27:06.158Z] 
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] ---------< org.eclipse.pde:org.eclipse.e4.tools.jdt.templates >---------
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] Building [bundle] e4 JDT code templates 4.10.300-SNAPSHOT      [323/521]
18:27:06 [2024-02-16T23:27:06.158Z] [INFO]   from eclipse.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/.polyglot.META-INF
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] The project's OSGi version is 4.10.300.v20240128-1101
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.158Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/saveproperties
18:27:06 [2024-02-16T23:27:06.159Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.159Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.159Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.159Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.414Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.415Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.415Z] [INFO] Resolving class path of [bundle] e4 JDT code templates
18:27:06 [2024-02-16T23:27:06.415Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.415Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.415Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/main/resources
18:27:06 [2024-02-16T23:27:06.415Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.415Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.415Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/main/resources
18:27:06 [2024-02-16T23:27:06.415Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.415Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.415Z] [INFO] Compiling 2 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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:06 [2024-02-16T23:27:06.415Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/org/eclipse/e4/internal/tools/jdt/templates/E4TemplateCompletionProposalComputer.java:[31] 
18:27:06 [2024-02-16T23:27:06.415Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:27:06 [2024-02-16T23:27:06.415Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:06 [2024-02-16T23:27:06.415Z] The type ContextTypeRegistry is deprecated
18:27:06 [2024-02-16T23:27:06.416Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/org/eclipse/e4/internal/tools/jdt/templates/E4TemplateCompletionProposalComputer.java:[138] 
18:27:06 [2024-02-16T23:27:06.416Z] 	final ContextTypeRegistry templateContextRegistry = JavaPlugin.getDefault().getTemplateContextRegistry();
18:27:06 [2024-02-16T23:27:06.416Z] 	      ^^^^^^^^^^^^^^^^^^^
18:27:06 [2024-02-16T23:27:06.416Z] The type ContextTypeRegistry is deprecated
18:27:06 [2024-02-16T23:27:06.416Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/org/eclipse/e4/internal/tools/jdt/templates/E4TemplateCompletionProposalComputer.java:[146] 
18:27:06 [2024-02-16T23:27:06.416Z] 	private static TemplateEngine createTemplateEngine(ContextTypeRegistry templateContextRegistry, String contextTypeId) {
18:27:06 [2024-02-16T23:27:06.416Z] 	                                                   ^^^^^^^^^^^^^^^^^^^
18:27:06 [2024-02-16T23:27:06.416Z] The type ContextTypeRegistry is deprecated
18:27:06 [2024-02-16T23:27:06.416Z] [WARNING] /home/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/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/org/eclipse/e4/internal/tools/jdt/templates/E4TemplateCompletionProposalComputer.java:[147] 
18:27:06 [2024-02-16T23:27:06.416Z] 	final TemplateContextType contextType = templateContextRegistry.getContextType(contextTypeId);
18:27:06 [2024-02-16T23:27:06.416Z] 	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:06 [2024-02-16T23:27:06.416Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:27:06 [2024-02-16T23:27:06.416Z] 4 problems (4 warnings)
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.416Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/src/test/resources
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.416Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.417Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.417Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.417Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.417Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.10.300-SNAPSHOT-sources.jar
18:27:06 [2024-02-16T23:27:06.672Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.672Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.672Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.10.300-SNAPSHOT.jar
18:27:06 [2024-02-16T23:27:06.672Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.672Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.672Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.jdt.templates:4.10.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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/.polyglot.META-INF
18:27:06 [2024-02-16T23:27:06.673Z]     The main artifact has been replaced with the baseline version.
18:27:06 [2024-02-16T23:27:06.673Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:06 [2024-02-16T23:27:06.673Z] 
18:27:06 [2024-02-16T23:27:06.673Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.673Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.673Z] [INFO] Execution was skipped
18:27:06 [2024-02-16T23:27:06.673Z] [INFO] 
18:27:06 [2024-02-16T23:27:06.673Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.jdt.templates ---
18:27:06 [2024-02-16T23:27:06.673Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:27:06 [2024-02-16T23:27:06.673Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.10.300-SNAPSHOT.jar
18:27:07 [2024-02-16T23:27:07.599Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:27:07 [2024-02-16T23:27:07.599Z] [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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/target/org.eclipse.e4.tools.jdt.templates-4.10.300-SNAPSHOT-sources.jar
18:27:08 [2024-02-16T23:27:08.524Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.524Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.jdt.templates ---
18:27:08 [2024-02-16T23:27:08.525Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.jdt.templates:4.10.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.pde/e4tools/bundles/org.eclipse.e4.tools.jdt.templates/.polyglot.META-INF
18:27:08 [2024-02-16T23:27:08.525Z]     The main artifact has been replaced with the baseline version.
18:27:08 [2024-02-16T23:27:08.525Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:08 [2024-02-16T23:27:08.525Z] 
18:27:08 [2024-02-16T23:27:08.525Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.525Z] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.tests.harness >----------
18:27:08 [2024-02-16T23:27:08.525Z] [INFO] Building [test-bundle] Harness Plug-in 1.10.300-SNAPSHOT       [324/521]
18:27:08 [2024-02-16T23:27:08.525Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.tests.harness/.polyglot.META-INF
18:27:08 [2024-02-16T23:27:08.525Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:08 [2024-02-16T23:27:08.525Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] The project's OSGi version is 1.10.300.v20240207-1054
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.780Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.781Z] [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/tests/org.eclipse.ui.tests.harness/saveproperties
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] Resolving class path of [test-bundle] Harness Plug-in
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.781Z] [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/tests/org.eclipse.ui.tests.harness/src/main/resources
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.781Z] [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/tests/org.eclipse.ui.tests.harness/src/main/resources
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] 
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.harness ---
18:27:08 [2024-02-16T23:27:08.781Z] [INFO] Compiling 27 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/tests/org.eclipse.ui.tests.harness/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:09 [2024-02-16T23:27:09.036Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.036Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.036Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.036Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.036Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.036Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.037Z] [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/tests/org.eclipse.ui.tests.harness/src/test/resources
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.037Z] [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/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.10.300-SNAPSHOT-sources.jar
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.037Z] [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/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.10.300-SNAPSHOT.jar
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.harness:1.10.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/tests/org.eclipse.ui.tests.harness/.polyglot.META-INF
18:27:09 [2024-02-16T23:27:09.037Z]     The main artifact has been replaced with the baseline version.
18:27:09 [2024-02-16T23:27:09.037Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:09 [2024-02-16T23:27:09.037Z] 
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] Skipping tests
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] Execution was skipped
18:27:09 [2024-02-16T23:27:09.037Z] [INFO] 
18:27:09 [2024-02-16T23:27:09.038Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.tests.harness ---
18:27:09 [2024-02-16T23:27:09.038Z] [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/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:27:09 [2024-02-16T23:27:09.038Z] [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/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.10.300-SNAPSHOT.jar
18:27:09 [2024-02-16T23:27:09.965Z] [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/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:27:09 [2024-02-16T23:27:09.965Z] [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/tests/org.eclipse.ui.tests.harness/target/org.eclipse.ui.tests.harness-1.10.300-SNAPSHOT-sources.jar
18:27:10 [2024-02-16T23:27:10.892Z] [INFO] 
18:27:10 [2024-02-16T23:27:10.892Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests.harness ---
18:27:10 [2024-02-16T23:27:10.893Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.harness:1.10.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/tests/org.eclipse.ui.tests.harness/.polyglot.META-INF
18:27:10 [2024-02-16T23:27:10.893Z]     The main artifact has been replaced with the baseline version.
18:27:10 [2024-02-16T23:27:10.893Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:10 [2024-02-16T23:27:10.893Z] 
18:27:10 [2024-02-16T23:27:10.893Z] [INFO] 
18:27:10 [2024-02-16T23:27:10.893Z] [INFO] --< org.eclipse.pde:org.eclipse.e4.tools.compatibility.migration.tests >--
18:27:10 [2024-02-16T23:27:10.893Z] [INFO] Building org.eclipse.e4.tools.compatibility.migration.tests 1.1.0-SNAPSHOT [325/521]
18:27:10 [2024-02-16T23:27:10.893Z] [INFO]   from eclipse.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/pom.xml
18:27:10 [2024-02-16T23:27:10.893Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:11 [2024-02-16T23:27:11.149Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:11 [2024-02-16T23:27:11.149Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.149Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.150Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.150Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.405Z] [INFO] The project's OSGi version is 1.1.0.v20240128-1101
18:27:11 [2024-02-16T23:27:11.405Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.405Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.405Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.406Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/saveproperties
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] Resolving class path of org.eclipse.e4.tools.compatibility.migration.tests
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.406Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/src/main/resources
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.406Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/src/main/resources
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.406Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] Compiling 2 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.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.407Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/src/test/resources
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.407Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/target/org.eclipse.e4.tools.compatibility.migration.tests-1.1.0-SNAPSHOT-sources.jar
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.407Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.407Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/target/org.eclipse.e4.tools.compatibility.migration.tests-1.1.0-SNAPSHOT.jar
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.e4.tools.compatibility.migration.tests:eclipse-test-plugin:1.1.0-SNAPSHOT
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] Skipping tests
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] Execution was skipped
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] 
18:27:11 [2024-02-16T23:27:11.663Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:11 [2024-02-16T23:27:11.663Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/target/org.eclipse.e4.tools.compatibility.migration.tests-1.1.0-SNAPSHOT.jar
18:27:12 [2024-02-16T23:27:12.224Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.compatibility.migration.tests/target/org.eclipse.e4.tools.compatibility.migration.tests-1.1.0-SNAPSHOT-sources.jar
18:27:13 [2024-02-16T23:27:13.150Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.150Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.compatibility.migration.tests ---
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.e4.tools.compatibility.migration.tests:eclipse-test-plugin:1.1.0-SNAPSHOT
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] -------< org.eclipse.pde:org.eclipse.e4.tools.persistence.tests >-------
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] Building org.eclipse.e4.tools.persistence.tests 1.1.0-SNAPSHOT [326/521]
18:27:13 [2024-02-16T23:27:13.151Z] [INFO]   from eclipse.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/pom.xml
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] The project's OSGi version is 1.1.0.v20240128-1101
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.151Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/saveproperties
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.151Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.152Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.152Z] [INFO] Resolving class path of org.eclipse.e4.tools.persistence.tests
18:27:13 [2024-02-16T23:27:13.407Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.407Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.407Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/src/main/resources
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.408Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/src/main/resources
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.408Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.408Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/src/test/resources
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.408Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.409Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/target/org.eclipse.e4.tools.persistence.tests-1.1.0-SNAPSHOT-sources.jar
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.409Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/target/org.eclipse.e4.tools.persistence.tests-1.1.0-SNAPSHOT.jar
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.e4.tools.persistence.tests:eclipse-test-plugin:1.1.0-SNAPSHOT
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] Skipping tests
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] Execution was skipped
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] 
18:27:13 [2024-02-16T23:27:13.409Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.persistence.tests ---
18:27:13 [2024-02-16T23:27:13.409Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/target/org.eclipse.e4.tools.persistence.tests-1.1.0-SNAPSHOT.jar
18:27:14 [2024-02-16T23:27:14.341Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.persistence.tests/target/org.eclipse.e4.tools.persistence.tests-1.1.0-SNAPSHOT-sources.jar
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.persistence.tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.e4.tools.persistence.tests:eclipse-test-plugin:1.1.0-SNAPSHOT
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] -----------------------< org.eclipse.pde:tests >------------------------
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] Building [aggregator] tests 4.31.0-SNAPSHOT                    [327/521]
18:27:15 [2024-02-16T23:27:15.706Z] [INFO]   from eclipse.pde/e4tools/tests/.polyglot.pom.tycho
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --------------------------------[ pom ]---------------------------------
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- clean:3.3.2:clean (default-clean) @ tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [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.pde/e4tools/tests/saveproperties
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [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.pde/e4tools/tests/src/main/resources
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] Execution was skipped
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ tests ---
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] -------------< org.eclipse.pde:org.eclipse.e4.tools.test >--------------
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] Building [test-bundle] Test 1.3.100-SNAPSHOT                   [328/521]
18:27:15 [2024-02-16T23:27:15.706Z] [INFO]   from eclipse.pde/e4tools/tests/org.eclipse.e4.tools.test/.polyglot.META-INF
18:27:15 [2024-02-16T23:27:15.706Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:15 [2024-02-16T23:27:15.707Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:15 [2024-02-16T23:27:15.707Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.707Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.test ---
18:27:15 [2024-02-16T23:27:15.707Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.707Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.tools.test ---
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] The project's OSGi version is 1.3.100.v20240128-1101
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.test ---
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.test ---
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.test ---
18:27:15 [2024-02-16T23:27:15.962Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.test/saveproperties
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.test ---
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.test ---
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] 
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.tools.test ---
18:27:15 [2024-02-16T23:27:15.962Z] [INFO] Resolving class path of [test-bundle] Test
18:27:16 [2024-02-16T23:27:16.217Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.217Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.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.pde/e4tools/tests/org.eclipse.e4.tools.test/src/main/resources
18:27:16 [2024-02-16T23:27:16.217Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.217Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.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.pde/e4tools/tests/org.eclipse.e4.tools.test/src/main/resources
18:27:16 [2024-02-16T23:27:16.217Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.217Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] Compiling 2 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.pde/e4tools/tests/org.eclipse.e4.tools.test/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.test/src/test/resources
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.test/target/org.eclipse.e4.tools.test-1.3.100-SNAPSHOT-sources.jar
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.test/target/org.eclipse.e4.tools.test-1.3.100-SNAPSHOT.jar
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.e4.tools.test:eclipse-test-plugin:1.3.100-SNAPSHOT
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] Skipping tests
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] Execution was skipped
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] 
18:27:16 [2024-02-16T23:27:16.218Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.test ---
18:27:16 [2024-02-16T23:27:16.219Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.test/target/org.eclipse.e4.tools.test-1.3.100-SNAPSHOT.jar
18:27:17 [2024-02-16T23:27:17.583Z] [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.pde/e4tools/tests/org.eclipse.e4.tools.test/target/org.eclipse.e4.tools.test-1.3.100-SNAPSHOT-sources.jar
18:27:18 [2024-02-16T23:27:18.509Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.509Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.test ---
18:27:18 [2024-02-16T23:27:18.509Z] [INFO] No baseline version org.eclipse.pde:org.eclipse.e4.tools.test:eclipse-test-plugin:1.3.100-SNAPSHOT
18:27:18 [2024-02-16T23:27:18.509Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.509Z] [INFO] ------------< org.eclipse.pde:org.eclipse.pde.build.tests >-------------
18:27:18 [2024-02-16T23:27:18.509Z] [INFO] Building org.eclipse.pde.build.tests 1.4.300-SNAPSHOT          [329/521]
18:27:18 [2024-02-16T23:27:18.509Z] [INFO]   from eclipse.pde/build/org.eclipse.pde.build.tests/pom.xml
18:27:18 [2024-02-16T23:27:18.509Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:18 [2024-02-16T23:27:18.509Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] The project's OSGi version is 1.4.300.v20240212-0530
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.765Z] [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.pde/build/org.eclipse.pde.build.tests/saveproperties
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.765Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.766Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.766Z] [INFO] Resolving class path of org.eclipse.pde.build.tests
18:27:18 [2024-02-16T23:27:18.766Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.766Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.766Z] [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.pde/build/org.eclipse.pde.build.tests/src/main/resources
18:27:18 [2024-02-16T23:27:18.766Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.766Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.766Z] [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.pde/build/org.eclipse.pde.build.tests/src/main/resources
18:27:18 [2024-02-16T23:27:18.766Z] [INFO] 
18:27:18 [2024-02-16T23:27:18.766Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.pde.build.tests ---
18:27:18 [2024-02-16T23:27:18.766Z] [INFO] Compiling 17 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.pde/build/org.eclipse.pde.build.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.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.pde/build/org.eclipse.pde.build.tests/src/test/resources
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.022Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT-sources.jar
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.022Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.022Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar
18:27:19 [2024-02-16T23:27:19.278Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.278Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.278Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.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.pde/build/org.eclipse.pde.build.tests/pom.xml
18:27:19 [2024-02-16T23:27:19.278Z]     The main artifact has been replaced with the baseline version.
18:27:19 [2024-02-16T23:27:19.278Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:19 [2024-02-16T23:27:19.278Z] 
18:27:19 [2024-02-16T23:27:19.278Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.278Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.279Z] [INFO] Skipping tests
18:27:19 [2024-02-16T23:27:19.279Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.279Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.279Z] [INFO] Execution was skipped
18:27:19 [2024-02-16T23:27:19.279Z] [INFO] 
18:27:19 [2024-02-16T23:27:19.279Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.build.tests ---
18:27:19 [2024-02-16T23:27:19.279Z] [INFO] Signing of nested jars of '/home/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/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/208011/plugins/a_1.0.0.jar' is disabled.
18:27:19 [2024-02-16T23:27:19.279Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/208011/plugins/a_1.0.0.jar' is already signed and will be resigned.
18:27:19 [2024-02-16T23:27:19.279Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/208011/plugins/a_1.0.0.jar
18:27:20 [2024-02-16T23:27:20.644Z] [INFO] Signing of nested jars of '/home/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/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/208011/plugins/c_1.0.0.jar' is disabled.
18:27:20 [2024-02-16T23:27:20.645Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/208011/plugins/c_1.0.0.jar' is already signed and will be resigned.
18:27:20 [2024-02-16T23:27:20.645Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/208011/plugins/c_1.0.0.jar
18:27:21 [2024-02-16T23:27:21.207Z] [INFO] Signing of nested jars of '/home/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/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/features/aFeature_1.0.0.jar' is disabled.
18:27:21 [2024-02-16T23:27:21.208Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/features/aFeature_1.0.0.jar' is already signed and will be resigned.
18:27:21 [2024-02-16T23:27:21.208Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/features/aFeature_1.0.0.jar
18:27:22 [2024-02-16T23:27:22.135Z] [INFO] Signing of nested jars of '/home/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/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/plugins/aBundle.win32_1.0.0.jar' is disabled.
18:27:22 [2024-02-16T23:27:22.136Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/plugins/aBundle.win32_1.0.0.jar' is already signed and will be resigned.
18:27:22 [2024-02-16T23:27:22.136Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/plugins/aBundle.win32_1.0.0.jar
18:27:23 [2024-02-16T23:27:23.062Z] [INFO] Signing of nested jars of '/home/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/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/plugins/aBundle_1.0.0.jar' is disabled.
18:27:23 [2024-02-16T23:27:23.062Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/plugins/aBundle_1.0.0.jar' is already signed and will be resigned.
18:27:23 [2024-02-16T23:27:23.062Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/plugins/aBundle_1.0.0.jar
18:27:23 [2024-02-16T23:27:23.988Z] [INFO] Signing of nested jars of '/home/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/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/plugins/aDirectoryBundle_1.0.0.jar' is disabled.
18:27:23 [2024-02-16T23:27:23.988Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/plugins/aDirectoryBundle_1.0.0.jar' is already signed and will be resigned.
18:27:23 [2024-02-16T23:27:23.988Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar_unpacked_2313009158519619927/resources/repos/1/plugins/aDirectoryBundle_1.0.0.jar
18:27:25 [2024-02-16T23:27:25.353Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:27:25 [2024-02-16T23:27:25.353Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT.jar
18:27:26 [2024-02-16T23:27:26.279Z] [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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:27:26 [2024-02-16T23:27:26.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.pde/build/org.eclipse.pde.build.tests/target/org.eclipse.pde.build.tests-1.4.300-SNAPSHOT-sources.jar
18:27:27 [2024-02-16T23:27:27.643Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.643Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.build.tests ---
18:27:27 [2024-02-16T23:27:27.643Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.build.tests:1.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.pde/build/org.eclipse.pde.build.tests/pom.xml
18:27:27 [2024-02-16T23:27:27.643Z]     The main artifact has been replaced with the baseline version.
18:27:27 [2024-02-16T23:27:27.643Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:27 [2024-02-16T23:27:27.643Z] 
18:27:27 [2024-02-16T23:27:27.643Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.643Z] [INFO] ---------< org.eclipse.pde:org.eclipse.e4.core.tools.feature >----------
18:27:27 [2024-02-16T23:27:27.643Z] [INFO] Building [feature] Eclipse e4 Tools 4.30.100-SNAPSHOT          [330/521]
18:27:27 [2024-02-16T23:27:27.643Z] [INFO]   from eclipse.pde/features/org.eclipse.e4.core.tools.feature/.polyglot.feature.xml
18:27:27 [2024-02-16T23:27:27.643Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:27:27 [2024-02-16T23:27:27.643Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.e4.core.tools.feature:4.30.100-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.pde/features/org.eclipse.e4.core.tools.feature/.polyglot.feature.xml
18:27:27 [2024-02-16T23:27:27.644Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] Deleting /home/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/features/org.eclipse.e4.core.tools.feature/target
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] The project's OSGi version is 4.30.100.v20240211-0942
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.899Z] [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.pde/features/org.eclipse.e4.core.tools.feature/saveproperties
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.899Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.899Z] [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.pde/features/org.eclipse.e4.core.tools.feature/src/main/resources
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.900Z] [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.pde/features/org.eclipse.e4.core.tools.feature/src/main/resources
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.900Z] [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.pde/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.30.100-SNAPSHOT.jar
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.core.tools.feature:4.30.100-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.pde/features/org.eclipse.e4.core.tools.feature/.polyglot.feature.xml
18:27:27 [2024-02-16T23:27:27.900Z]     The main artifact has been replaced with the baseline version.
18:27:27 [2024-02-16T23:27:27.900Z] 
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.900Z] [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.pde/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.30.100-SNAPSHOT-sources-feature.jar
18:27:27 [2024-02-16T23:27:27.900Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.901Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.901Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.core.tools.feature:4.30.100-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.pde/features/org.eclipse.e4.core.tools.feature/.polyglot.feature.xml
18:27:27 [2024-02-16T23:27:27.901Z]     The main artifact has been replaced with the baseline version.
18:27:27 [2024-02-16T23:27:27.901Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:27:27 [2024-02-16T23:27:27.901Z] 
18:27:27 [2024-02-16T23:27:27.901Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.901Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.901Z] [INFO] Execution was skipped
18:27:27 [2024-02-16T23:27:27.901Z] [INFO] 
18:27:27 [2024-02-16T23:27:27.901Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.tools.feature ---
18:27:27 [2024-02-16T23:27:27.901Z] [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.pde/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.30.100-SNAPSHOT.jar' is already signed and will be resigned.
18:27:27 [2024-02-16T23:27:27.901Z] [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.pde/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.30.100-SNAPSHOT.jar
18:27:28 [2024-02-16T23:27:28.827Z] [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.pde/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.30.100-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:27:28 [2024-02-16T23:27:28.827Z] [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.pde/features/org.eclipse.e4.core.tools.feature/target/org.eclipse.e4.core.tools.feature-4.30.100-SNAPSHOT-sources-feature.jar
18:27:29 [2024-02-16T23:27:29.753Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.tools.feature ---
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.core.tools.feature:4.30.100-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.pde/features/org.eclipse.e4.core.tools.feature/.polyglot.feature.xml
18:27:29 [2024-02-16T23:27:29.754Z]     The main artifact has been replaced with the baseline version.
18:27:29 [2024-02-16T23:27:29.754Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:27:29 [2024-02-16T23:27:29.754Z] 
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] ------< org.eclipse.pde:org.eclipse.e4.tools.persistence.feature >------
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] Building [feature] Eclipse Persistence 1.1.300-SNAPSHOT        [331/521]
18:27:29 [2024-02-16T23:27:29.754Z] [INFO]   from eclipse.pde/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.e4.tools.persistence.feature: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.pde/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.754Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] Deleting /home/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/features/org.eclipse.e4.tools.persistence.feature/target
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] The project's OSGi version is 1.1.300.v20240211-0942
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.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/eclipse.pde/features/org.eclipse.e4.tools.persistence.feature/saveproperties
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.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/eclipse.pde/features/org.eclipse.e4.tools.persistence.feature/src/main/resources
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.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/eclipse.pde/features/org.eclipse.e4.tools.persistence.feature/src/main/resources
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.755Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.756Z] [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.pde/features/org.eclipse.e4.tools.persistence.feature/target/org.eclipse.e4.tools.persistence.feature-1.1.300-SNAPSHOT.jar
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.persistence.feature: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.pde/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml
18:27:29 [2024-02-16T23:27:29.756Z]     The main artifact has been replaced with the baseline version.
18:27:29 [2024-02-16T23:27:29.756Z] 
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.756Z] [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.pde/features/org.eclipse.e4.tools.persistence.feature/target/org.eclipse.e4.tools.persistence.feature-1.1.300-SNAPSHOT-sources-feature.jar
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.756Z] [INFO] Artifact comparison detailed log 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/eclipse.pde/features/org.eclipse.e4.tools.persistence.feature/target/artifactcomparison
18:27:29 [2024-02-16T23:27:29.757Z] [WARNING] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.persistence.feature: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.pde/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml: baseline and build artifacts have same version but different contents
18:27:29 [2024-02-16T23:27:29.757Z]    classifier-sources-feature: not present in baseline
18:27:29 [2024-02-16T23:27:29.757Z] 
18:27:29 [2024-02-16T23:27:29.757Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.persistence.feature: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.pde/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml
18:27:29 [2024-02-16T23:27:29.757Z]     The main artifact has been replaced with the baseline version.
18:27:29 [2024-02-16T23:27:29.757Z]     The following attached artifacts are not present in the baseline and have been removed: [sources-feature]
18:27:29 [2024-02-16T23:27:29.757Z] 
18:27:29 [2024-02-16T23:27:29.757Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.757Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.757Z] [INFO] Execution was skipped
18:27:29 [2024-02-16T23:27:29.757Z] [INFO] 
18:27:29 [2024-02-16T23:27:29.757Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.tools.persistence.feature ---
18:27:29 [2024-02-16T23:27:29.757Z] [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.pde/features/org.eclipse.e4.tools.persistence.feature/target/org.eclipse.e4.tools.persistence.feature-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:27:29 [2024-02-16T23:27:29.757Z] [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.pde/features/org.eclipse.e4.tools.persistence.feature/target/org.eclipse.e4.tools.persistence.feature-1.1.300-SNAPSHOT.jar
18:27:30 [2024-02-16T23:27:30.684Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.684Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.tools.persistence.feature ---
18:27:30 [2024-02-16T23:27:30.684Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.e4.tools.persistence.feature: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.pde/features/org.eclipse.e4.tools.persistence.feature/.polyglot.feature.xml
18:27:30 [2024-02-16T23:27:30.684Z]     The main artifact has been replaced with the baseline version.
18:27:30 [2024-02-16T23:27:30.684Z] 
18:27:30 [2024-02-16T23:27:30.684Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.684Z] [INFO] ---------------< org.eclipse.pde:org.eclipse.pde.spies >----------------
18:27:30 [2024-02-16T23:27:30.684Z] [INFO] Building [feature] Eclipse Plug-in Development Environment Spies 1.0.300-SNAPSHOT [332/521]
18:27:30 [2024-02-16T23:27:30.684Z] [INFO]   from eclipse.pde/features/org.eclipse.pde.spies-feature/.polyglot.feature.xml
18:27:30 [2024-02-16T23:27:30.684Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:27:30 [2024-02-16T23:27:30.684Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde:org.eclipse.pde.spies:1.0.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.pde/features/org.eclipse.pde.spies-feature/.polyglot.feature.xml
18:27:30 [2024-02-16T23:27:30.684Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:30 [2024-02-16T23:27:30.961Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] Deleting /home/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/features/org.eclipse.pde.spies-feature/target
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] The project's OSGi version is 1.0.300.v20240207-1047
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [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.pde/features/org.eclipse.pde.spies-feature/saveproperties
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [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.pde/features/org.eclipse.pde.spies-feature/src/main/resources
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [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.pde/features/org.eclipse.pde.spies-feature/src/main/resources
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.962Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.963Z] [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.pde/features/org.eclipse.pde.spies-feature/target/org.eclipse.pde.spies-1.0.300-SNAPSHOT.jar
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spies:1.0.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.pde/features/org.eclipse.pde.spies-feature/.polyglot.feature.xml
18:27:30 [2024-02-16T23:27:30.963Z]     The main artifact has been replaced with the baseline version.
18:27:30 [2024-02-16T23:27:30.963Z] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.963Z] [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.pde/features/org.eclipse.pde.spies-feature/target/org.eclipse.pde.spies-1.0.300-SNAPSHOT-sources-feature.jar
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spies:1.0.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.pde/features/org.eclipse.pde.spies-feature/.polyglot.feature.xml
18:27:30 [2024-02-16T23:27:30.963Z]     The main artifact has been replaced with the baseline version.
18:27:30 [2024-02-16T23:27:30.963Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:27:30 [2024-02-16T23:27:30.963Z] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.963Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.964Z] [INFO] Execution was skipped
18:27:30 [2024-02-16T23:27:30.964Z] [INFO] 
18:27:30 [2024-02-16T23:27:30.964Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.spies ---
18:27:30 [2024-02-16T23:27:30.964Z] [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.pde/features/org.eclipse.pde.spies-feature/target/org.eclipse.pde.spies-1.0.300-SNAPSHOT.jar' is already signed and will be resigned.
18:27:30 [2024-02-16T23:27:30.964Z] [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.pde/features/org.eclipse.pde.spies-feature/target/org.eclipse.pde.spies-1.0.300-SNAPSHOT.jar
18:27:31 [2024-02-16T23:27:31.890Z] [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.pde/features/org.eclipse.pde.spies-feature/target/org.eclipse.pde.spies-1.0.300-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:27:31 [2024-02-16T23:27:31.891Z] [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.pde/features/org.eclipse.pde.spies-feature/target/org.eclipse.pde.spies-1.0.300-SNAPSHOT-sources-feature.jar
18:27:33 [2024-02-16T23:27:33.252Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.253Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.spies ---
18:27:33 [2024-02-16T23:27:33.253Z] [INFO] MavenProject: org.eclipse.pde:org.eclipse.pde.spies:1.0.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.pde/features/org.eclipse.pde.spies-feature/.polyglot.feature.xml
18:27:33 [2024-02-16T23:27:33.253Z]     The main artifact has been replaced with the baseline version.
18:27:33 [2024-02-16T23:27:33.253Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:27:33 [2024-02-16T23:27:33.253Z] 
18:27:33 [2024-02-16T23:27:33.253Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.253Z] [INFO] --< org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit >--
18:27:33 [2024-02-16T23:27:33.253Z] [INFO] Building [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) 1.0.700-SNAPSHOT [333/521]
18:27:33 [2024-02-16T23:27:33.253Z] [INFO]   from eclipse.pde/features/org.eclipse.pde.unittest.junit-feature/.polyglot.feature.xml
18:27:33 [2024-02-16T23:27:33.253Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:27:33 [2024-02-16T23:27:33.253Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.700-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.pde/features/org.eclipse.pde.unittest.junit-feature/.polyglot.feature.xml
18:27:33 [2024-02-16T23:27:33.253Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:33 [2024-02-16T23:27:33.254Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.254Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.254Z] [INFO] Deleting /home/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/features/org.eclipse.pde.unittest.junit-feature/target
18:27:33 [2024-02-16T23:27:33.254Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.254Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] The project's OSGi version is 1.0.700.v20240127-1338
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.510Z] [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.pde/features/org.eclipse.pde.unittest.junit-feature/saveproperties
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.510Z] [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.pde/features/org.eclipse.pde.unittest.junit-feature/src/main/resources
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.510Z] [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.pde/features/org.eclipse.pde.unittest.junit-feature/src/main/resources
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.510Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.511Z] [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.pde/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.700-SNAPSHOT.jar
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.700-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.pde/features/org.eclipse.pde.unittest.junit-feature/.polyglot.feature.xml
18:27:33 [2024-02-16T23:27:33.511Z]     The main artifact has been replaced with the baseline version.
18:27:33 [2024-02-16T23:27:33.511Z] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.511Z] [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.pde/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.700-SNAPSHOT-sources-feature.jar
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.700-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.pde/features/org.eclipse.pde.unittest.junit-feature/.polyglot.feature.xml
18:27:33 [2024-02-16T23:27:33.511Z]     The main artifact has been replaced with the baseline version.
18:27:33 [2024-02-16T23:27:33.511Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:27:33 [2024-02-16T23:27:33.511Z] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] Execution was skipped
18:27:33 [2024-02-16T23:27:33.511Z] [INFO] 
18:27:33 [2024-02-16T23:27:33.512Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.pde.unittest.junit ---
18:27:33 [2024-02-16T23:27:33.512Z] [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.pde/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.700-SNAPSHOT.jar' is already signed and will be resigned.
18:27:33 [2024-02-16T23:27:33.512Z] [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.pde/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.700-SNAPSHOT.jar
18:27:34 [2024-02-16T23:27:34.073Z] [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.pde/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.700-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:27:34 [2024-02-16T23:27:34.073Z] [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.pde/features/org.eclipse.pde.unittest.junit-feature/target/org.eclipse.pde.unittest.junit-1.0.700-SNAPSHOT-sources-feature.jar
18:27:34 [2024-02-16T23:27:34.999Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.pde.unittest.junit ---
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] MavenProject: org.eclipse.pde.unittest.junit.feature:org.eclipse.pde.unittest.junit:1.0.700-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.pde/features/org.eclipse.pde.unittest.junit-feature/.polyglot.feature.xml
18:27:35 [2024-02-16T23:27:35.000Z]     The main artifact has been replaced with the baseline version.
18:27:35 [2024-02-16T23:27:35.000Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:27:35 [2024-02-16T23:27:35.000Z] 
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] -----< org.eclipse.platform:org.eclipse.update.configurator.tests >-----
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] Building [test-bundle] Install/Update Configurator Test Plugin 0.2.0-SNAPSHOT [334/521]
18:27:35 [2024-02-16T23:27:35.000Z] [INFO]   from eclipse.platform/update/org.eclipse.update.configurator.tests/.polyglot.META-INF
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.000Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] The project's OSGi version is 0.2.0.v20231214-1012
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.256Z] [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/update/org.eclipse.update.configurator.tests/saveproperties
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] Resolving class path of [test-bundle] Install/Update Configurator Test Plugin
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.256Z] [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/update/org.eclipse.update.configurator.tests/src/main/resources
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.256Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.257Z] [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/update/org.eclipse.update.configurator.tests/src/main/resources
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] Compiling 2 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/update/org.eclipse.update.configurator.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.257Z] [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/update/org.eclipse.update.configurator.tests/src/test/resources
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.257Z] [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/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.2.0-SNAPSHOT-sources.jar
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.257Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.513Z] [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/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.2.0-SNAPSHOT.jar
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.update.configurator.tests:eclipse-test-plugin:0.2.0-SNAPSHOT
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] Skipping tests
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] Execution was skipped
18:27:35 [2024-02-16T23:27:35.513Z] [INFO] 
18:27:35 [2024-02-16T23:27:35.514Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.update.configurator.tests ---
18:27:35 [2024-02-16T23:27:35.514Z] [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/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.2.0-SNAPSHOT.jar
18:27:36 [2024-02-16T23:27:36.440Z] [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/update/org.eclipse.update.configurator.tests/target/org.eclipse.update.configurator.tests-0.2.0-SNAPSHOT-sources.jar
18:27:37 [2024-02-16T23:27:37.365Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.365Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.update.configurator.tests ---
18:27:37 [2024-02-16T23:27:37.365Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.update.configurator.tests:eclipse-test-plugin:0.2.0-SNAPSHOT
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] ----------< org.eclipse.platform:org.eclipse.ant.tests.core >-----------
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] Building [test-bundle] Ant Core Test Plugin 3.7.300-SNAPSHOT   [335/521]
18:27:37 [2024-02-16T23:27:37.366Z] [INFO]   from eclipse.platform/ant/org.eclipse.ant.tests.core/.polyglot.META-INF
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] The project's OSGi version is 3.7.300.v20240126-1936
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.366Z] [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/ant/org.eclipse.ant.tests.core/saveproperties
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.366Z] [INFO] Resolving class path of [test-bundle] Ant Core Test Plugin
18:27:37 [2024-02-16T23:27:37.622Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.622Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-20) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.622Z] [INFO] Test 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/eclipse.platform/ant/org.eclipse.ant.tests.core/tests added.
18:27:37 [2024-02-16T23:27:37.622Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.622Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-21) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.623Z] [INFO] Test 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/eclipse.platform/ant/org.eclipse.ant.tests.core/test support added.
18:27:37 [2024-02-16T23:27:37.623Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.623Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.623Z] [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/ant/org.eclipse.ant.tests.core/src/main/resources
18:27:37 [2024-02-16T23:27:37.623Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.623Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.623Z] [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/ant/org.eclipse.ant.tests.core/src/main/resources
18:27:37 [2024-02-16T23:27:37.623Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.623Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.623Z] [INFO] Compiling 15 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/ant/org.eclipse.ant.tests.core/target/anttestscore.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:37 [2024-02-16T23:27:37.879Z] [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/ant/org.eclipse.ant.tests.core/target/lib/antTestsSupport.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:37 [2024-02-16T23:27:37.879Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.879Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.879Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.879Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.879Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.879Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.880Z] [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/ant/org.eclipse.ant.tests.core/src/test/resources
18:27:37 [2024-02-16T23:27:37.880Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.880Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.880Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.880Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.880Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT-sources.jar
18:27:37 [2024-02-16T23:27:37.880Z] [INFO] 
18:27:37 [2024-02-16T23:27:37.880Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.core ---
18:27:37 [2024-02-16T23:27:37.880Z] [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/ant/org.eclipse.ant.tests.core/anttestscore.jar
18:27:37 [2024-02-16T23:27:37.880Z] [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/ant/org.eclipse.ant.tests.core/lib/antTestsSupport.jar
18:27:37 [2024-02-16T23:27:37.880Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar
18:27:38 [2024-02-16T23:27:38.135Z] [INFO] 
18:27:38 [2024-02-16T23:27:38.135Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.tests.core ---
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.tests.core:3.7.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/ant/org.eclipse.ant.tests.core/.polyglot.META-INF
18:27:38 [2024-02-16T23:27:38.136Z]     The main artifact has been replaced with the baseline version.
18:27:38 [2024-02-16T23:27:38.136Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:38 [2024-02-16T23:27:38.136Z] 
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] 
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ant.tests.core ---
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] Skipping tests
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] 
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.tests.core ---
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] Execution was skipped
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] 
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ant.tests.core ---
18:27:38 [2024-02-16T23:27:38.136Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/testlib/classpathOrdering1.jar' is disabled.
18:27:38 [2024-02-16T23:27:38.136Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/testlib/classpathOrdering1.jar' is already signed and will be resigned.
18:27:38 [2024-02-16T23:27:38.136Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/testlib/classpathOrdering1.jar
18:27:39 [2024-02-16T23:27:39.081Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/testlib/classpathOrdering2.jar' is disabled.
18:27:39 [2024-02-16T23:27:39.081Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/testlib/classpathOrdering2.jar' is already signed and will be resigned.
18:27:39 [2024-02-16T23:27:39.082Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/testlib/classpathOrdering2.jar
18:27:40 [2024-02-16T23:27:40.008Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/lib/antTestsSupport.jar' is disabled.
18:27:40 [2024-02-16T23:27:40.008Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/lib/antTestsSupport.jar' is already signed and will be resigned.
18:27:40 [2024-02-16T23:27:40.008Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/lib/antTestsSupport.jar
18:27:40 [2024-02-16T23:27:40.570Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/anttestscore.jar' is disabled.
18:27:40 [2024-02-16T23:27:40.570Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/anttestscore.jar' is already signed and will be resigned.
18:27:40 [2024-02-16T23:27:40.570Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar_unpacked_16479138794063771953/anttestscore.jar
18:27:41 [2024-02-16T23:27:41.497Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar' is already signed and will be resigned.
18:27:41 [2024-02-16T23:27:41.498Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT.jar
18:27:42 [2024-02-16T23:27:42.860Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:27:42 [2024-02-16T23:27:42.860Z] [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/ant/org.eclipse.ant.tests.core/target/org.eclipse.ant.tests.core-3.7.300-SNAPSHOT-sources.jar
18:27:43 [2024-02-16T23:27:43.787Z] [INFO] 
18:27:43 [2024-02-16T23:27:43.787Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ant.tests.core ---
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.tests.core:3.7.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/ant/org.eclipse.ant.tests.core/.polyglot.META-INF
18:27:43 [2024-02-16T23:27:43.788Z]     The main artifact has been replaced with the baseline version.
18:27:43 [2024-02-16T23:27:43.788Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:43 [2024-02-16T23:27:43.788Z] 
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] 
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ant.tests.ui >------------
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] Building [test-bundle] Ant UI Test Plugin 3.11.300-SNAPSHOT    [336/521]
18:27:43 [2024-02-16T23:27:43.788Z] [INFO]   from eclipse.platform/ant/org.eclipse.ant.tests.ui/.polyglot.META-INF
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] 
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ant.tests.ui ---
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] 
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.tests.ui ---
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] The project's OSGi version is 3.11.300.v20240129-1117
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] 
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.tests.ui ---
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] 
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.tests.ui ---
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] 
18:27:43 [2024-02-16T23:27:43.788Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ant.tests.ui ---
18:27:43 [2024-02-16T23:27:43.788Z] [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/ant/org.eclipse.ant.tests.ui/saveproperties
18:27:43 [2024-02-16T23:27:43.789Z] [INFO] 
18:27:43 [2024-02-16T23:27:43.789Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ant.tests.ui ---
18:27:43 [2024-02-16T23:27:43.789Z] [INFO] 
18:27:43 [2024-02-16T23:27:43.789Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] Resolving class path of [test-bundle] Ant UI Test Plugin
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-22) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] Test 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/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Debug Tests added.
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-23) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] Test 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/eclipse.platform/ant/org.eclipse.ant.tests.ui/test plugin added.
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.044Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-24) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] Test 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/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Tests added.
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-25) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] Test 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/eclipse.platform/ant/org.eclipse.ant.tests.ui/External Tools added.
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-26) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] Test 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/eclipse.platform/ant/org.eclipse.ant.tests.ui/test support added.
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.045Z] [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/ant/org.eclipse.ant.tests.ui/src/main/resources
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.045Z] [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/ant/org.eclipse.ant.tests.ui/src/main/resources
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.045Z] [INFO] Compiling 50 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/ant/org.eclipse.ant.tests.ui/target/anttestsui.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:44 [2024-02-16T23:27:44.606Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/BreakpointTests.java:[225] 
18:27:44 [2024-02-16T23:27:44.606Z] 	Thread.sleep(3000); // TODO bug 121207: wait for previous launch to fully terminate
18:27:44 [2024-02-16T23:27:44.606Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:44 [2024-02-16T23:27:44.606Z] TODO bug 121207: wait for previous launch to fully terminate
18:27:44 [2024-02-16T23:27:44.607Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Editor Tests/org/eclipse/ant/tests/ui/editor/CodeCompletionTest.java:[271] 
18:27:44 [2024-02-16T23:27:44.607Z] 	// XXX why do we not want a valid proposal?
18:27:44 [2024-02-16T23:27:44.607Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:44 [2024-02-16T23:27:44.607Z] XXX why do we not want a valid proposal?
18:27:44 [2024-02-16T23:27:44.607Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Editor Tests/org/eclipse/ant/tests/ui/editor/formatter/XmlTagFormatterTest.java:[34] 
18:27:44 [2024-02-16T23:27:44.607Z] 	// TODO This test is too low level and too tightly coupled to internals.
18:27:44 [2024-02-16T23:27:44.607Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:44 [2024-02-16T23:27:44.607Z] TODO This test is too low level and too tightly coupled to internals.
18:27:44 [2024-02-16T23:27:44.607Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Editor Tests/org/eclipse/ant/tests/ui/editor/performance/EditorTestHelper.java:[82] 
18:27:44 [2024-02-16T23:27:44.607Z] 	// XXX do nothing, just spin the loop
18:27:44 [2024-02-16T23:27:44.607Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:27:44 [2024-02-16T23:27:44.607Z] XXX do nothing, just spin the loop
18:27:44 [2024-02-16T23:27:44.607Z] 4 problems (null, 4 warnings)
18:27:44 [2024-02-16T23:27:44.607Z] [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/ant/org.eclipse.ant.tests.ui/target/lib/antUITestsSupport.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:44 [2024-02-16T23:27:44.607Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.607Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.607Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.607Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.607Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.607Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.608Z] [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/ant/org.eclipse.ant.tests.ui/src/test/resources
18:27:44 [2024-02-16T23:27:44.608Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.608Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.608Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.608Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.608Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT-sources.jar
18:27:44 [2024-02-16T23:27:44.608Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.608Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.608Z] [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/ant/org.eclipse.ant.tests.ui/anttestsui.jar
18:27:44 [2024-02-16T23:27:44.608Z] [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/ant/org.eclipse.ant.tests.ui/lib/antUITestsSupport.jar
18:27:44 [2024-02-16T23:27:44.608Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar
18:27:44 [2024-02-16T23:27:44.608Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.608Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.tests.ui:3.11.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/ant/org.eclipse.ant.tests.ui/.polyglot.META-INF
18:27:44 [2024-02-16T23:27:44.864Z]     The main artifact has been replaced with the baseline version.
18:27:44 [2024-02-16T23:27:44.864Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:44 [2024-02-16T23:27:44.864Z] 
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] Skipping tests
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] Execution was skipped
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] 
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ant.tests.ui ---
18:27:44 [2024-02-16T23:27:44.864Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar_unpacked_6164453052234182806/testbuildfiles/antUITestsSupport.jar' is disabled.
18:27:44 [2024-02-16T23:27:44.864Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar_unpacked_6164453052234182806/testbuildfiles/antUITestsSupport.jar' is already signed and will be resigned.
18:27:44 [2024-02-16T23:27:44.864Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar_unpacked_6164453052234182806/testbuildfiles/antUITestsSupport.jar
18:27:45 [2024-02-16T23:27:45.790Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar_unpacked_6164453052234182806/lib/antUITestsSupport.jar' is disabled.
18:27:45 [2024-02-16T23:27:45.790Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar_unpacked_6164453052234182806/lib/antUITestsSupport.jar' is already signed and will be resigned.
18:27:45 [2024-02-16T23:27:45.790Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar_unpacked_6164453052234182806/lib/antUITestsSupport.jar
18:27:46 [2024-02-16T23:27:46.717Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar_unpacked_6164453052234182806/anttestsui.jar' is disabled.
18:27:46 [2024-02-16T23:27:46.718Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar_unpacked_6164453052234182806/anttestsui.jar' is already signed and will be resigned.
18:27:46 [2024-02-16T23:27:46.718Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar_unpacked_6164453052234182806/anttestsui.jar
18:27:47 [2024-02-16T23:27:47.646Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar' is already signed and will be resigned.
18:27:47 [2024-02-16T23:27:47.646Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT.jar
18:27:49 [2024-02-16T23:27:49.012Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:27:49 [2024-02-16T23:27:49.012Z] [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/ant/org.eclipse.ant.tests.ui/target/org.eclipse.ant.tests.ui-3.11.300-SNAPSHOT-sources.jar
18:27:49 [2024-02-16T23:27:49.573Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.573Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ant.tests.ui ---
18:27:49 [2024-02-16T23:27:49.573Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ant.tests.ui:3.11.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/ant/org.eclipse.ant.tests.ui/.polyglot.META-INF
18:27:49 [2024-02-16T23:27:49.573Z]     The main artifact has been replaced with the baseline version.
18:27:49 [2024-02-16T23:27:49.573Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:27:49 [2024-02-16T23:27:49.573Z] 
18:27:49 [2024-02-16T23:27:49.573Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.573Z] [INFO] ----------------< org.eclipse.platform:org.eclipse.sdk >----------------
18:27:49 [2024-02-16T23:27:49.573Z] [INFO] Building [bundle] Eclipse Project SDK 4.31.0-SNAPSHOT          [337/521]
18:27:49 [2024-02-16T23:27:49.573Z] [INFO]   from eclipse.platform/platform/org.eclipse.sdk/.polyglot.META-INF
18:27:49 [2024-02-16T23:27:49.573Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:27:49 [2024-02-16T23:27:49.574Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:49 [2024-02-16T23:27:49.829Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.829Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.sdk ---
18:27:49 [2024-02-16T23:27:49.829Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.829Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.sdk ---
18:27:49 [2024-02-16T23:27:49.829Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:27:49 [2024-02-16T23:27:49.829Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.829Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk ---
18:27:49 [2024-02-16T23:27:49.829Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk ---
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.sdk ---
18:27:49 [2024-02-16T23:27:49.830Z] [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/platform/org.eclipse.sdk/saveproperties
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.sdk ---
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk ---
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] 
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.sdk ---
18:27:49 [2024-02-16T23:27:49.830Z] [INFO] Resolving class path of [bundle] Eclipse Project SDK
18:27:50 [2024-02-16T23:27:50.085Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.085Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.085Z] [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/platform/org.eclipse.sdk/src/main/resources
18:27:50 [2024-02-16T23:27:50.085Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.085Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.085Z] [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/platform/org.eclipse.sdk/src/main/resources
18:27:50 [2024-02-16T23:27:50.085Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [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/platform/org.eclipse.sdk/src/test/resources
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] Copying 1 resource from  to target
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [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/platform/org.eclipse.sdk/target/org.eclipse.sdk-4.31.0-SNAPSHOT.jar
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.sdk:eclipse-plugin:4.31.0-SNAPSHOT
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] Execution was skipped
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] 
18:27:50 [2024-02-16T23:27:50.086Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.sdk ---
18:27:50 [2024-02-16T23:27:50.086Z] [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/platform/org.eclipse.sdk/target/org.eclipse.sdk-4.31.0-SNAPSHOT.jar
18:27:51 [2024-02-16T23:27:51.012Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.012Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.sdk ---
18:27:51 [2024-02-16T23:27:51.012Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.sdk:eclipse-plugin:4.31.0-SNAPSHOT
18:27:51 [2024-02-16T23:27:51.012Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.012Z] [INFO] ------------< org.eclipse.platform:org.eclipse.core.tools >-------------
18:27:51 [2024-02-16T23:27:51.012Z] [INFO] Building [bundle] Core Tools 1.9.200-SNAPSHOT                  [338/521]
18:27:51 [2024-02-16T23:27:51.012Z] [INFO]   from eclipse.platform/runtime/bundles/org.eclipse.core.tools/.polyglot.META-INF
18:27:51 [2024-02-16T23:27:51.012Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:27:51 [2024-02-16T23:27:51.013Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:51 [2024-02-16T23:27:51.268Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.268Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.268Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.268Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.268Z] [INFO] The project's OSGi version is 1.9.200.v20231214-1012
18:27:51 [2024-02-16T23:27:51.268Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.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/eclipse.platform/runtime/bundles/org.eclipse.core.tools/saveproperties
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] Resolving class path of [bundle] Core Tools
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.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/eclipse.platform/runtime/bundles/org.eclipse.core.tools/src/main/resources
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.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/eclipse.platform/runtime/bundles/org.eclipse.core.tools/src/main/resources
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.269Z] [INFO] Compiling 63 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.tools/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:51 [2024-02-16T23:27:51.830Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.830Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.830Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.830Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.830Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.830Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.830Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.830Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.831Z] [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.tools/src/test/resources
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.831Z] [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.tools/target/org.eclipse.core.tools-1.9.200-SNAPSHOT-sources.jar
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] Copying 1 resource from  to target
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.831Z] [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.tools/target/org.eclipse.core.tools-1.9.200-SNAPSHOT.jar
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tools:eclipse-plugin:1.9.200-SNAPSHOT
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] Execution was skipped
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] 
18:27:51 [2024-02-16T23:27:51.831Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tools ---
18:27:51 [2024-02-16T23:27:51.831Z] [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.tools/target/org.eclipse.core.tools-1.9.200-SNAPSHOT.jar
18:27:53 [2024-02-16T23:27:53.196Z] [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.tools/target/org.eclipse.core.tools-1.9.200-SNAPSHOT-sources.jar
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tools ---
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tools:eclipse-plugin:1.9.200-SNAPSHOT
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] --------------------< org.eclipse.equinox:features >--------------------
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] Building [aggregator] features 4.31.0-SNAPSHOT                 [339/521]
18:27:54 [2024-02-16T23:27:54.123Z] [INFO]   from equinox/features/.polyglot.pom.tycho
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] --------------------------------[ pom ]---------------------------------
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] --- clean:3.3.2:clean (default-clean) @ features ---
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.123Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [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/features/saveproperties
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [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/features/src/main/resources
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] Execution was skipped
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ features ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.core.feature >--------
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] Building [feature] Equinox Core Function 1.15.0-SNAPSHOT       [340/521]
18:27:54 [2024-02-16T23:27:54.124Z] [INFO]   from equinox/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.15.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/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.core.feature/target
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] The project's OSGi version is 1.15.0.v20240214-0846
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.124Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.125Z] [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/features/org.eclipse.equinox.core.feature/saveproperties
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.125Z] [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/features/org.eclipse.equinox.core.feature/src/main/resources
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.125Z] [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/features/org.eclipse.equinox.core.feature/src/main/resources
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.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/equinox/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.15.0-SNAPSHOT.jar
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.125Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.15.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/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml
18:27:54 [2024-02-16T23:27:54.126Z]     The main artifact has been replaced with the baseline version.
18:27:54 [2024-02-16T23:27:54.126Z] 
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.126Z] [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/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.15.0-SNAPSHOT-sources-feature.jar
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.15.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/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml
18:27:54 [2024-02-16T23:27:54.126Z]     The main artifact has been replaced with the baseline version.
18:27:54 [2024-02-16T23:27:54.126Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:27:54 [2024-02-16T23:27:54.126Z] 
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] Execution was skipped
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] 
18:27:54 [2024-02-16T23:27:54.126Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.core.feature ---
18:27:54 [2024-02-16T23:27:54.126Z] [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/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.15.0-SNAPSHOT.jar' is already signed and will be resigned.
18:27:54 [2024-02-16T23:27:54.126Z] [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/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.15.0-SNAPSHOT.jar
18:27:55 [2024-02-16T23:27:55.052Z] [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/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.15.0-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:27:55 [2024-02-16T23:27:55.053Z] [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/features/org.eclipse.equinox.core.feature/target/org.eclipse.equinox.core.feature-1.15.0-SNAPSHOT-sources-feature.jar
18:27:55 [2024-02-16T23:27:55.613Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.613Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.core.feature ---
18:27:55 [2024-02-16T23:27:55.614Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.feature:1.15.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/features/org.eclipse.equinox.core.feature/.polyglot.feature.xml
18:27:55 [2024-02-16T23:27:55.614Z]     The main artifact has been replaced with the baseline version.
18:27:55 [2024-02-16T23:27:55.614Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:27:55 [2024-02-16T23:27:55.614Z] 
18:27:55 [2024-02-16T23:27:55.614Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.614Z] [INFO] -------< org.eclipse.platform:org.eclipse.core.runtime.feature >--------
18:27:55 [2024-02-16T23:27:55.614Z] [INFO] Building [feature] Eclipse Core Runtime Infrastructure 1.4.300-SNAPSHOT [341/521]
18:27:55 [2024-02-16T23:27:55.614Z] [INFO]   from eclipse.platform/runtime/features/org.eclipse.core.runtime.feature/.polyglot.feature.xml
18:27:55 [2024-02-16T23:27:55.614Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:27:55 [2024-02-16T23:27:55.614Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.runtime.feature:1.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/features/org.eclipse.core.runtime.feature/.polyglot.feature.xml
18:27:55 [2024-02-16T23:27:55.872Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.872Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.872Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.872Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] The project's OSGi version is 1.4.300.v20240215-1631
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [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/features/org.eclipse.core.runtime.feature/saveproperties
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [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/features/org.eclipse.core.runtime.feature/src/main/resources
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [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/features/org.eclipse.core.runtime.feature/src/main/resources
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.873Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.874Z] [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/features/org.eclipse.core.runtime.feature/target/org.eclipse.core.runtime.feature-1.4.300-SNAPSHOT.jar
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.runtime.feature:1.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/features/org.eclipse.core.runtime.feature/.polyglot.feature.xml
18:27:55 [2024-02-16T23:27:55.874Z]     The main artifact has been replaced with the baseline version.
18:27:55 [2024-02-16T23:27:55.874Z] 
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] Execution was skipped
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] 
18:27:55 [2024-02-16T23:27:55.874Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.runtime.feature ---
18:27:55 [2024-02-16T23:27:55.874Z] [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/features/org.eclipse.core.runtime.feature/target/org.eclipse.core.runtime.feature-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:27:55 [2024-02-16T23:27:55.874Z] [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/features/org.eclipse.core.runtime.feature/target/org.eclipse.core.runtime.feature-1.4.300-SNAPSHOT.jar
18:27:57 [2024-02-16T23:27:57.252Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.252Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.runtime.feature ---
18:27:57 [2024-02-16T23:27:57.252Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.runtime.feature:1.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/features/org.eclipse.core.runtime.feature/.polyglot.feature.xml
18:27:57 [2024-02-16T23:27:57.252Z]     The main artifact has been replaced with the baseline version.
18:27:57 [2024-02-16T23:27:57.252Z] 
18:27:57 [2024-02-16T23:27:57.252Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.252Z] [INFO] ------< org.eclipse.platform:org.eclipse.core.contenttype.tests >-------
18:27:57 [2024-02-16T23:27:57.252Z] [INFO] Building [test-bundle] Content-Types Tests 1.4.100-SNAPSHOT    [342/521]
18:27:57 [2024-02-16T23:27:57.252Z] [INFO]   from eclipse.platform/runtime/tests/org.eclipse.core.contenttype.tests/.polyglot.META-INF
18:27:57 [2024-02-16T23:27:57.253Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:57 [2024-02-16T23:27:57.253Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:57 [2024-02-16T23:27:57.253Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.253Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.253Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.253Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] The project's OSGi version is 1.4.100.v20240119-2113
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.509Z] [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/tests/org.eclipse.core.contenttype.tests/saveproperties
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] Resolving class path of [test-bundle] Content-Types Tests
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.509Z] [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/tests/org.eclipse.core.contenttype.tests/src/main/resources
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.509Z] [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/tests/org.eclipse.core.contenttype.tests/src/main/resources
18:27:57 [2024-02-16T23:27:57.509Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] Compiling 3 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/tests/org.eclipse.core.contenttype.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.510Z] [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/tests/org.eclipse.core.contenttype.tests/src/test/resources
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.510Z] [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/tests/org.eclipse.core.contenttype.tests/target/org.eclipse.core.contenttype.tests-1.4.100-SNAPSHOT-sources.jar
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.510Z] [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/tests/org.eclipse.core.contenttype.tests/target/org.eclipse.core.contenttype.tests-1.4.100-SNAPSHOT.jar
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.contenttype.tests:eclipse-test-plugin:1.4.100-SNAPSHOT
18:27:57 [2024-02-16T23:27:57.510Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.511Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.766Z] [INFO] Skipping tests
18:27:57 [2024-02-16T23:27:57.766Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.766Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.766Z] [INFO] Execution was skipped
18:27:57 [2024-02-16T23:27:57.766Z] [INFO] 
18:27:57 [2024-02-16T23:27:57.766Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.contenttype.tests ---
18:27:57 [2024-02-16T23:27:57.767Z] [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/tests/org.eclipse.core.contenttype.tests/target/org.eclipse.core.contenttype.tests-1.4.100-SNAPSHOT.jar
18:27:59 [2024-02-16T23:27:59.131Z] [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/tests/org.eclipse.core.contenttype.tests/target/org.eclipse.core.contenttype.tests-1.4.100-SNAPSHOT-sources.jar
18:27:59 [2024-02-16T23:27:59.692Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.692Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.contenttype.tests ---
18:27:59 [2024-02-16T23:27:59.692Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.contenttype.tests:eclipse-test-plugin:1.4.100-SNAPSHOT
18:27:59 [2024-02-16T23:27:59.692Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.692Z] [INFO] ------< org.eclipse.platform:org.eclipse.core.expressions.tests >-------
18:27:59 [2024-02-16T23:27:59.692Z] [INFO] Building [test-bundle] Expression Language Tests 3.7.300-SNAPSHOT [343/521]
18:27:59 [2024-02-16T23:27:59.692Z] [INFO]   from eclipse.platform/runtime/tests/org.eclipse.core.expressions.tests/.polyglot.META-INF
18:27:59 [2024-02-16T23:27:59.692Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:27:59 [2024-02-16T23:27:59.693Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:27:59 [2024-02-16T23:27:59.947Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] The project's OSGi version is 3.7.300.v20240122-0806
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [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/tests/org.eclipse.core.expressions.tests/saveproperties
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] Resolving class path of [test-bundle] Expression Language Tests
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [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/tests/org.eclipse.core.expressions.tests/src/main/resources
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.948Z] [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/tests/org.eclipse.core.expressions.tests/src/main/resources
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] 
18:27:59 [2024-02-16T23:27:59.948Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.expressions.tests ---
18:27:59 [2024-02-16T23:27:59.949Z] [INFO] Compiling 20 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/tests/org.eclipse.core.expressions.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.205Z] [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/tests/org.eclipse.core.expressions.tests/src/test/resources
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.205Z] [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/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.7.300-SNAPSHOT-sources.jar
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.205Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.205Z] [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/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.7.300-SNAPSHOT.jar
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.expressions.tests:3.7.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/tests/org.eclipse.core.expressions.tests/.polyglot.META-INF
18:28:00 [2024-02-16T23:28:00.206Z]     The main artifact has been replaced with the baseline version.
18:28:00 [2024-02-16T23:28:00.206Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:00 [2024-02-16T23:28:00.206Z] 
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] Skipping tests
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] Execution was skipped
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] 
18:28:00 [2024-02-16T23:28:00.206Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.expressions.tests ---
18:28:00 [2024-02-16T23:28:00.206Z] [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/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.7.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:00 [2024-02-16T23:28:00.206Z] [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/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.7.300-SNAPSHOT.jar
18:28:01 [2024-02-16T23:28:01.132Z] [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/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.7.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:01 [2024-02-16T23:28:01.132Z] [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/tests/org.eclipse.core.expressions.tests/target/org.eclipse.core.expressions.tests-3.7.300-SNAPSHOT-sources.jar
18:28:01 [2024-02-16T23:28:01.695Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.695Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.expressions.tests ---
18:28:01 [2024-02-16T23:28:01.696Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.expressions.tests:3.7.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/tests/org.eclipse.core.expressions.tests/.polyglot.META-INF
18:28:01 [2024-02-16T23:28:01.696Z]     The main artifact has been replaced with the baseline version.
18:28:01 [2024-02-16T23:28:01.696Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:01 [2024-02-16T23:28:01.696Z] 
18:28:01 [2024-02-16T23:28:01.696Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.696Z] [INFO] --------< org.eclipse.platform:org.eclipse.core.tests.runtime >---------
18:28:01 [2024-02-16T23:28:01.696Z] [INFO] Building [test-bundle] Eclipse Core Tests Runtime 3.21.300-SNAPSHOT [344/521]
18:28:01 [2024-02-16T23:28:01.696Z] [INFO]   from eclipse.platform/runtime/tests/org.eclipse.core.tests.runtime/.polyglot.META-INF
18:28:01 [2024-02-16T23:28:01.696Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tests.runtime ---
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.runtime ---
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] The project's OSGi version is 3.21.300.v20240124-1326
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.runtime ---
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.runtime ---
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tests.runtime ---
18:28:01 [2024-02-16T23:28:01.952Z] [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/tests/org.eclipse.core.tests.runtime/saveproperties
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tests.runtime ---
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.runtime ---
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] 
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.runtime ---
18:28:01 [2024-02-16T23:28:01.952Z] [INFO] Resolving class path of [test-bundle] Eclipse Core Tests Runtime
18:28:02 [2024-02-16T23:28:02.207Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.207Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.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/tests/org.eclipse.core.tests.runtime/src/main/resources
18:28:02 [2024-02-16T23:28:02.207Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.207Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.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/tests/org.eclipse.core.tests.runtime/src/main/resources
18:28:02 [2024-02-16T23:28:02.208Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.208Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.208Z] [INFO] Compiling 77 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/tests/org.eclipse.core.tests.runtime/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:02 [2024-02-16T23:28:02.769Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.770Z] [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/tests/org.eclipse.core.tests.runtime/src/test/resources
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.770Z] [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/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.21.300-SNAPSHOT-sources.jar
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.770Z] [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/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.21.300-SNAPSHOT.jar
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.770Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.tests.runtime:3.21.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/tests/org.eclipse.core.tests.runtime/.polyglot.META-INF
18:28:02 [2024-02-16T23:28:02.771Z]     The main artifact has been replaced with the baseline version.
18:28:02 [2024-02-16T23:28:02.771Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:02 [2024-02-16T23:28:02.771Z] 
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] Skipping tests
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] Execution was skipped
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] 
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tests.runtime ---
18:28:02 [2024-02-16T23:28:02.771Z] [INFO] Signing of nested jars of '/home/jenkins/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/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.21.300-SNAPSHOT.jar' is disabled.
18:28:02 [2024-02-16T23:28:02.771Z] [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/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.21.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:02 [2024-02-16T23:28:02.771Z] [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/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.21.300-SNAPSHOT.jar
18:28:03 [2024-02-16T23:28:03.699Z] [INFO] Signing of nested jars of '/home/jenkins/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/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.21.300-SNAPSHOT-sources.jar' is disabled.
18:28:03 [2024-02-16T23:28:03.699Z] [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/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.21.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:03 [2024-02-16T23:28:03.699Z] [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/tests/org.eclipse.core.tests.runtime/target/org.eclipse.core.tests.runtime-3.21.300-SNAPSHOT-sources.jar
18:28:04 [2024-02-16T23:28:04.628Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.628Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tests.runtime ---
18:28:04 [2024-02-16T23:28:04.628Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.tests.runtime:3.21.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/tests/org.eclipse.core.tests.runtime/.polyglot.META-INF
18:28:04 [2024-02-16T23:28:04.628Z]     The main artifact has been replaced with the baseline version.
18:28:04 [2024-02-16T23:28:04.628Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:04 [2024-02-16T23:28:04.628Z] 
18:28:04 [2024-02-16T23:28:04.628Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.628Z] [INFO] --------< org.eclipse.platform:org.eclipse.e4.core.javax.tests >--------
18:28:04 [2024-02-16T23:28:04.628Z] [INFO] Building org.eclipse.e4.core.javax.tests 1.3.300-SNAPSHOT      [345/521]
18:28:04 [2024-02-16T23:28:04.628Z] [INFO]   from eclipse.platform/runtime/tests/org.eclipse.e4.core.javax.tests/pom.xml
18:28:04 [2024-02-16T23:28:04.628Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:28:04 [2024-02-16T23:28:04.629Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.javax.tests ---
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.javax.tests ---
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] The project's OSGi version is 1.3.300.v20240123-0853
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.javax.tests ---
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.javax.tests ---
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.javax.tests ---
18:28:04 [2024-02-16T23:28:04.884Z] [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/tests/org.eclipse.e4.core.javax.tests/saveproperties
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.javax.tests ---
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.javax.tests ---
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] 
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.javax.tests ---
18:28:04 [2024-02-16T23:28:04.884Z] [INFO] Resolving class path of org.eclipse.e4.core.javax.tests
18:28:05 [2024-02-16T23:28:05.140Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.140Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.140Z] [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/tests/org.eclipse.e4.core.javax.tests/src/main/resources
18:28:05 [2024-02-16T23:28:05.140Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.140Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.140Z] [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/tests/org.eclipse.e4.core.javax.tests/src/main/resources
18:28:05 [2024-02-16T23:28:05.140Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.140Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.141Z] [INFO] Compiling 87 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/tests/org.eclipse.e4.core.javax.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:05 [2024-02-16T23:28:05.396Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.396Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.397Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	org.eclipse.e4.core.internal.tests.contexts.AddContextFunction.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceA.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceB.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceController.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.ComponentEnabler.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	DisabledServiceA.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	DisabledServiceB.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.FilterServiceA.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.FilterServiceB.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.SampleServiceA.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.SampleServiceB.xml
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 11 component(s) where generated.
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.652Z] [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/tests/org.eclipse.e4.core.javax.tests/src/test/resources
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] --- resources:3.3.1:copy-resources (copy-ds-component-xml) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] Copying 11 resources from target/classes/OSGI-INF to OSGI-INF
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.652Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.653Z] [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/tests/org.eclipse.e4.core.javax.tests/target/org.eclipse.e4.core.javax.tests-1.3.300-SNAPSHOT-sources.jar
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.653Z] [WARNING] Checking Service-Component header that contains wildcards is currently not supported
18:28:05 [2024-02-16T23:28:05.653Z] [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/tests/org.eclipse.e4.core.javax.tests/target/org.eclipse.e4.core.javax.tests-1.3.300-SNAPSHOT.jar
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.core.javax.tests:eclipse-test-plugin:1.3.300-SNAPSHOT
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] Skipping tests
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] Execution was skipped
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] 
18:28:05 [2024-02-16T23:28:05.653Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.javax.tests ---
18:28:05 [2024-02-16T23:28:05.909Z] [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/tests/org.eclipse.e4.core.javax.tests/target/org.eclipse.e4.core.javax.tests-1.3.300-SNAPSHOT.jar
18:28:06 [2024-02-16T23:28:06.834Z] [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/tests/org.eclipse.e4.core.javax.tests/target/org.eclipse.e4.core.javax.tests-1.3.300-SNAPSHOT-sources.jar
18:28:07 [2024-02-16T23:28:07.396Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.396Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.javax.tests ---
18:28:07 [2024-02-16T23:28:07.396Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.core.javax.tests:eclipse-test-plugin:1.3.300-SNAPSHOT
18:28:07 [2024-02-16T23:28:07.396Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.396Z] [INFO] -----------< org.eclipse.platform:org.eclipse.e4.core.tests >-----------
18:28:07 [2024-02-16T23:28:07.396Z] [INFO] Building org.eclipse.e4.core.tests 1.3.300-SNAPSHOT            [346/521]
18:28:07 [2024-02-16T23:28:07.396Z] [INFO]   from eclipse.platform/runtime/tests/org.eclipse.e4.core.tests/pom.xml
18:28:07 [2024-02-16T23:28:07.396Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:28:07 [2024-02-16T23:28:07.397Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] The project's OSGi version is 1.3.300.v20240123-0926
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.652Z] [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/tests/org.eclipse.e4.core.tests/saveproperties
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.652Z] [INFO] Resolving class path of org.eclipse.e4.core.tests
18:28:07 [2024-02-16T23:28:07.907Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.908Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.908Z] [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/tests/org.eclipse.e4.core.tests/src/main/resources
18:28:07 [2024-02-16T23:28:07.908Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.908Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.908Z] [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/tests/org.eclipse.e4.core.tests/src/main/resources
18:28:07 [2024-02-16T23:28:07.908Z] [INFO] 
18:28:07 [2024-02-16T23:28:07.908Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.tests ---
18:28:07 [2024-02-16T23:28:07.908Z] [INFO] Compiling 90 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/tests/org.eclipse.e4.core.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:08 [2024-02-16T23:28:08.164Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.164Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.164Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	org.eclipse.e4.core.internal.tests.contexts.AddContextFunction.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceA.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceB.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	org.eclipse.e4.core.internal.tests.contexts.inject.TestServiceController.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.ComponentEnabler.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	DisabledServiceA.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	DisabledServiceB.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.FilterServiceA.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.FilterServiceB.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.SampleServiceA.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 	org.eclipse.e4.core.internal.tests.di.extensions.SampleServiceB.xml
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 11 component(s) where generated.
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.420Z] [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/tests/org.eclipse.e4.core.tests/src/test/resources
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] --- resources:3.3.1:copy-resources (copy-ds-component-xml) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] Copying 11 resources from target/classes/OSGI-INF to OSGI-INF
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.420Z] [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/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.3.300-SNAPSHOT-sources.jar
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.420Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.420Z] [WARNING] Checking Service-Component header that contains wildcards is currently not supported
18:28:08 [2024-02-16T23:28:08.421Z] [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/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.3.300-SNAPSHOT.jar
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.tests:1.3.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/tests/org.eclipse.e4.core.tests/pom.xml
18:28:08 [2024-02-16T23:28:08.421Z]     The main artifact has been replaced with the baseline version.
18:28:08 [2024-02-16T23:28:08.421Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:08 [2024-02-16T23:28:08.421Z] 
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] Skipping tests
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] Execution was skipped
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] 
18:28:08 [2024-02-16T23:28:08.421Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.tests ---
18:28:08 [2024-02-16T23:28:08.421Z] [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/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:08 [2024-02-16T23:28:08.421Z] [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/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.3.300-SNAPSHOT.jar
18:28:09 [2024-02-16T23:28:09.785Z] [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/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:09 [2024-02-16T23:28:09.785Z] [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/tests/org.eclipse.e4.core.tests/target/org.eclipse.e4.core.tests-1.3.300-SNAPSHOT-sources.jar
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.tests ---
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.tests:1.3.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/tests/org.eclipse.e4.core.tests/pom.xml
18:28:10 [2024-02-16T23:28:10.347Z]     The main artifact has been replaced with the baseline version.
18:28:10 [2024-02-16T23:28:10.347Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:10 [2024-02-16T23:28:10.347Z] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] ----------< org.eclipse.platform:eclipse.platform.team.tests >----------
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] Building eclipse.platform.team.tests 4.31.0-SNAPSHOT           [347/521]
18:28:10 [2024-02-16T23:28:10.347Z] [INFO]   from eclipse.platform/team/tests/pom.xml
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --------------------------------[ pom ]---------------------------------
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.team.tests ---
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.team.tests ---
18:28:10 [2024-02-16T23:28:10.347Z] [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/team/tests/saveproperties
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.team.tests ---
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.team.tests ---
18:28:10 [2024-02-16T23:28:10.347Z] [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/team/tests/src/main/resources
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.team.tests ---
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.team.tests ---
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.team.tests ---
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] Execution was skipped
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.team.tests ---
18:28:10 [2024-02-16T23:28:10.347Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.team.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] -------< org.eclipse.platform:eclipse.platform.resources.tests >--------
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] Building eclipse.platform.resources.tests 4.31.0-SNAPSHOT      [348/521]
18:28:10 [2024-02-16T23:28:10.348Z] [INFO]   from eclipse.platform/resources/tests/pom.xml
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --------------------------------[ pom ]---------------------------------
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.resources.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.resources.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [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/resources/tests/saveproperties
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.resources.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.resources.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [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/resources/tests/src/main/resources
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.resources.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.resources.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] Execution was skipped
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.resources.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.resources.tests ---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] ---< org.eclipse.platform:org.eclipse.core.tests.filesystem.feature >---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] Building [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT [349/521]
18:28:10 [2024-02-16T23:28:10.348Z] [INFO]   from eclipse.platform/resources/tests/org.eclipse.core.tests.filesystem.feature/.polyglot.feature.xml
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.core.tests.filesystem.feature:4.6.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/resources/tests/org.eclipse.core.tests.filesystem.feature/.polyglot.feature.xml
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.348Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.603Z] [INFO] The project's OSGi version is 4.6.0.v20231104-1342
18:28:10 [2024-02-16T23:28:10.603Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.603Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.603Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.603Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.603Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.603Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.604Z] [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/resources/tests/org.eclipse.core.tests.filesystem.feature/saveproperties
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.604Z] [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/resources/tests/org.eclipse.core.tests.filesystem.feature/src/main/resources
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.604Z] [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/resources/tests/org.eclipse.core.tests.filesystem.feature/src/main/resources
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.604Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.605Z] [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/resources/tests/org.eclipse.core.tests.filesystem.feature/target/org.eclipse.core.tests.filesystem.feature-4.6.0-SNAPSHOT.jar
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.filesystem.feature:eclipse-feature:4.6.0-SNAPSHOT
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] Execution was skipped
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] 
18:28:10 [2024-02-16T23:28:10.605Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tests.filesystem.feature ---
18:28:10 [2024-02-16T23:28:10.605Z] [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/resources/tests/org.eclipse.core.tests.filesystem.feature/target/org.eclipse.core.tests.filesystem.feature-4.6.0-SNAPSHOT.jar
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tests.filesystem.feature ---
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.filesystem.feature:eclipse-feature:4.6.0-SNAPSHOT
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] -------< org.eclipse.platform:org.eclipse.core.tests.resources >--------
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] Building org.eclipse.core.tests.resources 3.11.400-SNAPSHOT    [350/521]
18:28:11 [2024-02-16T23:28:11.531Z] [INFO]   from eclipse.platform/resources/tests/org.eclipse.core.tests.resources/pom.xml
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] The project's OSGi version is 3.11.400.v20240207-1044
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.531Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.532Z] [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/resources/tests/org.eclipse.core.tests.resources/saveproperties
18:28:11 [2024-02-16T23:28:11.532Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.532Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.532Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.532Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.532Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.532Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.532Z] [INFO] Resolving class path of org.eclipse.core.tests.resources
18:28:11 [2024-02-16T23:28:11.787Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.787Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.787Z] [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/resources/tests/org.eclipse.core.tests.resources/src/main/resources
18:28:11 [2024-02-16T23:28:11.787Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.787Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.787Z] [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/resources/tests/org.eclipse.core.tests.resources/src/main/resources
18:28:11 [2024-02-16T23:28:11.787Z] [INFO] 
18:28:11 [2024-02-16T23:28:11.787Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources ---
18:28:11 [2024-02-16T23:28:11.788Z] [INFO] Compiling 325 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/resources/tests/org.eclipse.core.tests.resources/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:13 [2024-02-16T23:28:13.171Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/BuilderTest.java:[526] 
18:28:13 [2024-02-16T23:28:13.171Z] 	description.setDynamicReferences(new IProject[] { proj1 });
18:28:13 [2024-02-16T23:28:13.171Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.171Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.171Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/BuilderTest.java:[570] 
18:28:13 [2024-02-16T23:28:13.172Z] 	desc1.setDynamicReferences(new IProject[] {proj2});
18:28:13 [2024-02-16T23:28:13.172Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.172Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.172Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/BuilderTest.java:[571] 
18:28:13 [2024-02-16T23:28:13.172Z] 	desc2.setDynamicReferences(new IProject[0]);
18:28:13 [2024-02-16T23:28:13.172Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.172Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.172Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/BuilderTest.java:[573] 
18:28:13 [2024-02-16T23:28:13.172Z] 	desc1.setDynamicReferences(new IProject[0]);
18:28:13 [2024-02-16T23:28:13.172Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.172Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.172Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/BuilderTest.java:[574] 
18:28:13 [2024-02-16T23:28:13.172Z] 	desc2.setDynamicReferences(new IProject[] {proj1});
18:28:13 [2024-02-16T23:28:13.172Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.172Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.172Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/BuilderTest.java:[721] 
18:28:13 [2024-02-16T23:28:13.172Z] 	description.setDynamicReferences(new IProject[] { proj1 });
18:28:13 [2024-02-16T23:28:13.172Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.172Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.173Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/BuilderTest.java:[754] 
18:28:13 [2024-02-16T23:28:13.173Z] 	description.setDynamicReferences(new IProject[0]);
18:28:13 [2024-02-16T23:28:13.173Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.173Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.173Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/BuilderTest.java:[757] 
18:28:13 [2024-02-16T23:28:13.173Z] 	description.setDynamicReferences(new IProject[] { proj2 });
18:28:13 [2024-02-16T23:28:13.173Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.173Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.173Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java:[150] 
18:28:13 [2024-02-16T23:28:13.173Z] 	assertTrue(file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.173Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.173Z] The method isLocal(int) from the type Resource is deprecated
18:28:13 [2024-02-16T23:28:13.173Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java:[199] 
18:28:13 [2024-02-16T23:28:13.173Z] 	assertTrue(project.isLocal(IResource.DEPTH_INFINITE)); // test
18:28:13 [2024-02-16T23:28:13.173Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.173Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java:[210] 
18:28:13 [2024-02-16T23:28:13.174Z] 	assertTrue(project.isLocal(IResource.DEPTH_ONE));
18:28:13 [2024-02-16T23:28:13.174Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.174Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java:[211] 
18:28:13 [2024-02-16T23:28:13.174Z] 	assertTrue(folder.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.174Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.174Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/FileSystemResourceManagerTest.java:[212] 
18:28:13 [2024-02-16T23:28:13.174Z] 	assertFalse(folder.isLocal(IResource.DEPTH_INFINITE));
18:28:13 [2024-02-16T23:28:13.174Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.174Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java:[234] 
18:28:13 [2024-02-16T23:28:13.174Z] 	assertTrue(file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.174Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.174Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java:[255] 
18:28:13 [2024-02-16T23:28:13.174Z] 	assertTrue(folder.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.174Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.174Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java:[259] 
18:28:13 [2024-02-16T23:28:13.175Z] 	assertTrue(folder.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.175Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.175Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java:[263] 
18:28:13 [2024-02-16T23:28:13.175Z] 	assertTrue(folder.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.175Z] 	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.175Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/RefreshLocalTest.java:[273] 
18:28:13 [2024-02-16T23:28:13.175Z] 	assertTrue(file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.175Z] 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.175Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java:[160] 
18:28:13 [2024-02-16T23:28:13.175Z] 	desc.setDynamicReferences(new IProject[] {project1, project3});
18:28:13 [2024-02-16T23:28:13.175Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.175Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java:[195] 
18:28:13 [2024-02-16T23:28:13.175Z] 	desc.setDynamicReferences(new IProject[] {project1, project2});
18:28:13 [2024-02-16T23:28:13.175Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.175Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java:[200] 
18:28:13 [2024-02-16T23:28:13.176Z] 	desc.setDynamicReferences(new IProject[] {});
18:28:13 [2024-02-16T23:28:13.176Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.176Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java:[205] 
18:28:13 [2024-02-16T23:28:13.176Z] 	desc.setDynamicReferences(new IProject[] {});
18:28:13 [2024-02-16T23:28:13.176Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.176Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java:[210] 
18:28:13 [2024-02-16T23:28:13.176Z] 	desc.setDynamicReferences(new IProject[] {project0});
18:28:13 [2024-02-16T23:28:13.176Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.176Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/ProjectReferencesTest.java:[232] 
18:28:13 [2024-02-16T23:28:13.176Z] 	desc.setDynamicReferences(new IProject[] {project3});
18:28:13 [2024-02-16T23:28:13.176Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.176Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.177Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[35] 
18:28:13 [2024-02-16T23:28:13.177Z] 	import org.eclipse.core.runtime.Preferences;
18:28:13 [2024-02-16T23:28:13.177Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.177Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.177Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[41] 
18:28:13 [2024-02-16T23:28:13.177Z] 	private Preferences preferences;
18:28:13 [2024-02-16T23:28:13.177Z] 	        ^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.177Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.177Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[47] 
18:28:13 [2024-02-16T23:28:13.177Z] 	preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:28:13 [2024-02-16T23:28:13.177Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.177Z] The method getPluginPreferences() from the type Plugin is deprecated
18:28:13 [2024-02-16T23:28:13.177Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[68] 
18:28:13 [2024-02-16T23:28:13.177Z] 	List<String> defaultPropertiesList = Arrays.asList(preferences.defaultPropertyNames());
18:28:13 [2024-02-16T23:28:13.177Z] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.177Z] The method defaultPropertyNames() from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.177Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[81] 
18:28:13 [2024-02-16T23:28:13.177Z] 	preferences.setValue(ResourcesPlugin.PREF_AUTO_BUILDING, true);
18:28:13 [2024-02-16T23:28:13.177Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.177Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.178Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[84] 
18:28:13 [2024-02-16T23:28:13.178Z] 	preferences.setValue(ResourcesPlugin.PREF_AUTO_BUILDING, false);
18:28:13 [2024-02-16T23:28:13.178Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.178Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.178Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[87] 
18:28:13 [2024-02-16T23:28:13.178Z] 	preferences.setValue(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER, true);
18:28:13 [2024-02-16T23:28:13.178Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.178Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.178Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[90] 
18:28:13 [2024-02-16T23:28:13.178Z] 	preferences.setValue(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER, false);
18:28:13 [2024-02-16T23:28:13.178Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.178Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.178Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[93] 
18:28:13 [2024-02-16T23:28:13.178Z] 	preferences.setValue(ResourcesPlugin.PREF_BUILD_ORDER, "x/y,:z/z");
18:28:13 [2024-02-16T23:28:13.178Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.178Z] The method setValue(String, String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.178Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[98] 
18:28:13 [2024-02-16T23:28:13.178Z] 	preferences.setValue(ResourcesPlugin.PREF_BUILD_ORDER, "");
18:28:13 [2024-02-16T23:28:13.178Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.178Z] The method setValue(String, String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.179Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[102] 
18:28:13 [2024-02-16T23:28:13.179Z] 	preferences.setValue(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL, snapshotInterval);
18:28:13 [2024-02-16T23:28:13.179Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.179Z] The method setValue(String, long) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.179Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[105] 
18:28:13 [2024-02-16T23:28:13.179Z] 	long defaultSnapshotInterval = preferences.getDefaultLong(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL);
18:28:13 [2024-02-16T23:28:13.179Z] 	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.179Z] The method getDefaultLong(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.179Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[106] 
18:28:13 [2024-02-16T23:28:13.179Z] 	preferences.setValue(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL, defaultSnapshotInterval);
18:28:13 [2024-02-16T23:28:13.179Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.179Z] The method setValue(String, long) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.179Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[109] 
18:28:13 [2024-02-16T23:28:13.179Z] 	preferences.setToDefault(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL);
18:28:13 [2024-02-16T23:28:13.179Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.179Z] The method setToDefault(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.179Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[113] 
18:28:13 [2024-02-16T23:28:13.180Z] 	preferences.setValue(ResourcesPlugin.PREF_KEEP_DERIVED_STATE, false);
18:28:13 [2024-02-16T23:28:13.180Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.180Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.180Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[116] 
18:28:13 [2024-02-16T23:28:13.180Z] 	preferences.setValue(ResourcesPlugin.PREF_KEEP_DERIVED_STATE, true);
18:28:13 [2024-02-16T23:28:13.180Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.180Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.180Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[149] 
18:28:13 [2024-02-16T23:28:13.180Z] 	Preferences.IPropertyChangeListener listener = event -> changedProperties.add(event.getProperty());
18:28:13 [2024-02-16T23:28:13.180Z] 	^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.180Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.180Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[149] 
18:28:13 [2024-02-16T23:28:13.180Z] 	Preferences.IPropertyChangeListener listener = event -> changedProperties.add(event.getProperty());
18:28:13 [2024-02-16T23:28:13.180Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.180Z] The type Preferences.IPropertyChangeListener is deprecated
18:28:13 [2024-02-16T23:28:13.180Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[149] 
18:28:13 [2024-02-16T23:28:13.180Z] 	Preferences.IPropertyChangeListener listener = event -> changedProperties.add(event.getProperty());
18:28:13 [2024-02-16T23:28:13.180Z] 	                                                                                    ^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.180Z] The method getProperty() from the type Preferences.PropertyChangeEvent is deprecated
18:28:13 [2024-02-16T23:28:13.181Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[151] 
18:28:13 [2024-02-16T23:28:13.181Z] 	preferences.addPropertyChangeListener(listener);
18:28:13 [2024-02-16T23:28:13.181Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.181Z] The method addPropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.181Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[160] 
18:28:13 [2024-02-16T23:28:13.181Z] 	preferences.removePropertyChangeListener(listener);
18:28:13 [2024-02-16T23:28:13.181Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.181Z] The method removePropertyChangeListener(Preferences.IPropertyChangeListener) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.181Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[178] 
18:28:13 [2024-02-16T23:28:13.181Z] 	preferences.setValue("foo.bar", createRandomString());
18:28:13 [2024-02-16T23:28:13.181Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.181Z] The method setValue(String, String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.181Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[181] 
18:28:13 [2024-02-16T23:28:13.181Z] 	Preferences.exportPreferences(originalPreferencesFile);
18:28:13 [2024-02-16T23:28:13.181Z] 	^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.181Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.182Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[181] 
18:28:13 [2024-02-16T23:28:13.182Z] 	Preferences.exportPreferences(originalPreferencesFile);
18:28:13 [2024-02-16T23:28:13.182Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.182Z] The method exportPreferences(IPath) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.182Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[200] 
18:28:13 [2024-02-16T23:28:13.182Z] 	Preferences.exportPreferences(modifiedPreferencesFile);
18:28:13 [2024-02-16T23:28:13.182Z] 	^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.182Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.182Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[200] 
18:28:13 [2024-02-16T23:28:13.182Z] 	Preferences.exportPreferences(modifiedPreferencesFile);
18:28:13 [2024-02-16T23:28:13.182Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.182Z] The method exportPreferences(IPath) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.182Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[203] 
18:28:13 [2024-02-16T23:28:13.182Z] 	Preferences.importPreferences(originalPreferencesFile);
18:28:13 [2024-02-16T23:28:13.182Z] 	^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.182Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.182Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[203] 
18:28:13 [2024-02-16T23:28:13.182Z] 	Preferences.importPreferences(originalPreferencesFile);
18:28:13 [2024-02-16T23:28:13.182Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.182Z] The method importPreferences(IPath) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.182Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[208] 
18:28:13 [2024-02-16T23:28:13.182Z] 	Preferences.importPreferences(modifiedPreferencesFile);
18:28:13 [2024-02-16T23:28:13.182Z] 	^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.182Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.183Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[208] 
18:28:13 [2024-02-16T23:28:13.183Z] 	Preferences.importPreferences(modifiedPreferencesFile);
18:28:13 [2024-02-16T23:28:13.183Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.183Z] The method importPreferences(IPath) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.183Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[247] 
18:28:13 [2024-02-16T23:28:13.183Z] 	assertEquals("3.2", 90000, preferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY));
18:28:13 [2024-02-16T23:28:13.183Z] 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.183Z] The method getLong(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.183Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[256] 
18:28:13 [2024-02-16T23:28:13.183Z] 	public void assertEquals(String message, IWorkspaceDescription description, Preferences expectedPreferences) throws ComparisonFailure {
18:28:13 [2024-02-16T23:28:13.183Z] 	                                                                            ^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.183Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.183Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[257] 
18:28:13 [2024-02-16T23:28:13.183Z] 	assertEquals(message + " - 1", description.isAutoBuilding(), expectedPreferences.getBoolean(ResourcesPlugin.PREF_AUTO_BUILDING));
18:28:13 [2024-02-16T23:28:13.183Z] 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.183Z] The method getBoolean(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.184Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[258] 
18:28:13 [2024-02-16T23:28:13.184Z] 	assertEquals(message + " - 2", description.getBuildOrder() == null, expectedPreferences.getBoolean(ResourcesPlugin.PREF_DEFAULT_BUILD_ORDER));
18:28:13 [2024-02-16T23:28:13.184Z] 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.184Z] The method getBoolean(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.184Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[259] 
18:28:13 [2024-02-16T23:28:13.184Z] 	assertEquals(message + " - 3", WorkspacePreferences.convertStringArraytoString(description.getBuildOrder()), expectedPreferences.getString(ResourcesPlugin.PREF_BUILD_ORDER));
18:28:13 [2024-02-16T23:28:13.184Z] 	                                                                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.184Z] The method getString(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.184Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[260] 
18:28:13 [2024-02-16T23:28:13.184Z] 	assertEquals(message + " - 4", description.isApplyFileStatePolicy(), expectedPreferences.getBoolean(ResourcesPlugin.PREF_APPLY_FILE_STATE_POLICY));
18:28:13 [2024-02-16T23:28:13.184Z] 	                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.185Z] The method getBoolean(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.185Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[261] 
18:28:13 [2024-02-16T23:28:13.185Z] 	assertEquals(message + " - 5", description.getFileStateLongevity(), expectedPreferences.getLong(ResourcesPlugin.PREF_FILE_STATE_LONGEVITY));
18:28:13 [2024-02-16T23:28:13.185Z] 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.185Z] The method getLong(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.185Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[262] 
18:28:13 [2024-02-16T23:28:13.185Z] 	assertEquals(message + " - 6", description.getMaxFileStates(), expectedPreferences.getInt(ResourcesPlugin.PREF_MAX_FILE_STATES));
18:28:13 [2024-02-16T23:28:13.185Z] 	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.185Z] The method getInt(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.185Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[263] 
18:28:13 [2024-02-16T23:28:13.185Z] 	assertEquals(message + " - 7", description.getMaxFileStateSize(), expectedPreferences.getLong(ResourcesPlugin.PREF_MAX_FILE_STATE_SIZE));
18:28:13 [2024-02-16T23:28:13.185Z] 	                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.185Z] The method getLong(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.186Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[264] 
18:28:13 [2024-02-16T23:28:13.186Z] 	assertEquals(message + " - 8", description.getSnapshotInterval(), expectedPreferences.getLong(ResourcesPlugin.PREF_SNAPSHOT_INTERVAL));
18:28:13 [2024-02-16T23:28:13.186Z] 	                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.186Z] The method getLong(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.186Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[265] 
18:28:13 [2024-02-16T23:28:13.186Z] 	assertEquals(message + " - 9", description.getMaxBuildIterations(), expectedPreferences.getLong(ResourcesPlugin.PREF_MAX_BUILD_ITERATIONS));
18:28:13 [2024-02-16T23:28:13.186Z] 	                                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.186Z] The method getLong(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.186Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/WorkspacePreferencesTest.java:[267] 
18:28:13 [2024-02-16T23:28:13.186Z] 	expectedPreferences.getBoolean(ResourcesPlugin.PREF_KEEP_DERIVED_STATE));
18:28:13 [2024-02-16T23:28:13.186Z] 	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.186Z] The method getBoolean(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.186Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/FilteredResourceTest.java:[1323] 
18:28:13 [2024-02-16T23:28:13.186Z] 	IFile[] results = root.findFilesForLocation(fileLocation);
18:28:13 [2024-02-16T23:28:13.186Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.186Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.187Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/FilteredResourceTest.java:[1332] 
18:28:13 [2024-02-16T23:28:13.187Z] 	IContainer[] resultsContainer = root.findContainersForLocation(containerLocation);
18:28:13 [2024-02-16T23:28:13.187Z] 	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.187Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.187Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/FilteredResourceTest.java:[1346] 
18:28:13 [2024-02-16T23:28:13.187Z] 	results = root.findFilesForLocation(fileLocation);
18:28:13 [2024-02-16T23:28:13.187Z] 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.187Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.187Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/FilteredResourceTest.java:[1353] 
18:28:13 [2024-02-16T23:28:13.187Z] 	resultsContainer = root.findContainersForLocation(containerLocation);
18:28:13 [2024-02-16T23:28:13.187Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.187Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.187Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[302] 
18:28:13 [2024-02-16T23:28:13.187Z] 	assertTrue("1.0", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.187Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.187Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.187Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[305] 
18:28:13 [2024-02-16T23:28:13.187Z] 	assertTrue("1.2", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.187Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.187Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.188Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[311] 
18:28:13 [2024-02-16T23:28:13.188Z] 	assertTrue("1.5", file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.188Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.188Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.188Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[323] 
18:28:13 [2024-02-16T23:28:13.188Z] 	assertTrue("2.0", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.188Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.188Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.188Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[329] 
18:28:13 [2024-02-16T23:28:13.188Z] 	assertTrue("2.4", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.188Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.188Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.188Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[339] 
18:28:13 [2024-02-16T23:28:13.188Z] 	assertTrue("3.0", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.188Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.188Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.188Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[342] 
18:28:13 [2024-02-16T23:28:13.188Z] 	assertTrue("3.2", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.188Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.188Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.189Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[347] 
18:28:13 [2024-02-16T23:28:13.189Z] 	assertTrue("3.5", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.189Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.189Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.189Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[357] 
18:28:13 [2024-02-16T23:28:13.189Z] 	assertTrue("4.0", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.189Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.189Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.189Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFileTest.java:[363] 
18:28:13 [2024-02-16T23:28:13.189Z] 	assertTrue("4.4", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.189Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.189Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.189Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFolderTest.java:[326] 
18:28:13 [2024-02-16T23:28:13.189Z] 	source.setReadOnly(true);
18:28:13 [2024-02-16T23:28:13.189Z] 	       ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.189Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.189Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFolderTest.java:[331] 
18:28:13 [2024-02-16T23:28:13.189Z] 	assertTrue("1.2", dest.isReadOnly());
18:28:13 [2024-02-16T23:28:13.189Z] 	                       ^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.189Z] The method isReadOnly() from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.189Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFolderTest.java:[334] 
18:28:13 [2024-02-16T23:28:13.189Z] 	source.setReadOnly(false);
18:28:13 [2024-02-16T23:28:13.189Z] 	       ^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.189Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.190Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IFolderTest.java:[335] 
18:28:13 [2024-02-16T23:28:13.190Z] 	dest.setReadOnly(false);
18:28:13 [2024-02-16T23:28:13.190Z] 	     ^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.190Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.190Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[79] 
18:28:13 [2024-02-16T23:28:13.190Z] 	manager.setValue(name, (IPath) null);
18:28:13 [2024-02-16T23:28:13.190Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.190Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.190Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[200] 
18:28:13 [2024-02-16T23:28:13.190Z] 	manager.setValue("one", getRandomLocation());
18:28:13 [2024-02-16T23:28:13.190Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.190Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.190Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[206] 
18:28:13 [2024-02-16T23:28:13.190Z] 	manager.setValue("two", IPath.ROOT);
18:28:13 [2024-02-16T23:28:13.190Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.190Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.190Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[213] 
18:28:13 [2024-02-16T23:28:13.190Z] 	manager.setValue("one", (IPath) null);
18:28:13 [2024-02-16T23:28:13.190Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.190Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.191Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[220] 
18:28:13 [2024-02-16T23:28:13.191Z] 	manager.setValue("two", (IPath) null);
18:28:13 [2024-02-16T23:28:13.191Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.191Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.191Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[240] 
18:28:13 [2024-02-16T23:28:13.191Z] 	assertNull("0.0", manager.getValue("one"));
18:28:13 [2024-02-16T23:28:13.191Z] 	                          ^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.191Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.191Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[243] 
18:28:13 [2024-02-16T23:28:13.191Z] 	manager.setValue("one", pathOne);
18:28:13 [2024-02-16T23:28:13.191Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.191Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.191Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[244] 
18:28:13 [2024-02-16T23:28:13.191Z] 	IPath value = manager.getValue("one");
18:28:13 [2024-02-16T23:28:13.191Z] 	                      ^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.191Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.191Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[249] 
18:28:13 [2024-02-16T23:28:13.191Z] 	manager.setValue("two", pathTwo);
18:28:13 [2024-02-16T23:28:13.191Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.191Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.192Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[250] 
18:28:13 [2024-02-16T23:28:13.192Z] 	value = manager.getValue("two");
18:28:13 [2024-02-16T23:28:13.192Z] 	                ^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.192Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.192Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[255] 
18:28:13 [2024-02-16T23:28:13.192Z] 	manager.setValue("one", pathOneEdit);
18:28:13 [2024-02-16T23:28:13.192Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.192Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.192Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[256] 
18:28:13 [2024-02-16T23:28:13.192Z] 	value = manager.getValue("one");
18:28:13 [2024-02-16T23:28:13.192Z] 	                ^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.192Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.192Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[261] 
18:28:13 [2024-02-16T23:28:13.192Z] 	manager.setValue("one", (IPath) null);
18:28:13 [2024-02-16T23:28:13.192Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.192Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.192Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[262] 
18:28:13 [2024-02-16T23:28:13.192Z] 	assertNull("4.1", manager.getValue("one"));
18:28:13 [2024-02-16T23:28:13.192Z] 	                          ^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.192Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.192Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[266] 
18:28:13 [2024-02-16T23:28:13.192Z] 	() -> manager.setValue("ECLIPSE$HOME", IPath.ROOT));
18:28:13 [2024-02-16T23:28:13.192Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.193Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.193Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[269] 
18:28:13 [2024-02-16T23:28:13.193Z] 	manager.setValue("one", IPath.fromOSString("foo/bar"));
18:28:13 [2024-02-16T23:28:13.193Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.193Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.193Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[278] 
18:28:13 [2024-02-16T23:28:13.193Z] 	manager.setValue("one", invalidPath);
18:28:13 [2024-02-16T23:28:13.193Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.193Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.193Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[289] 
18:28:13 [2024-02-16T23:28:13.193Z] 	manager.setValue("one", IPath.ROOT);
18:28:13 [2024-02-16T23:28:13.193Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.193Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.193Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[291] 
18:28:13 [2024-02-16T23:28:13.193Z] 	manager.setValue("one", (IPath) null);
18:28:13 [2024-02-16T23:28:13.193Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.193Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.193Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[306] 
18:28:13 [2024-02-16T23:28:13.193Z] 	manager.setValue("one", pathOne);
18:28:13 [2024-02-16T23:28:13.193Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.193Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.194Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[307] 
18:28:13 [2024-02-16T23:28:13.194Z] 	manager.setValue("two", pathTwo);
18:28:13 [2024-02-16T23:28:13.194Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.194Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.194Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[308] 
18:28:13 [2024-02-16T23:28:13.194Z] 	manager.setValue("three", IPath.fromOSString("${two}/extra"));
18:28:13 [2024-02-16T23:28:13.194Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.194Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.194Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[312] 
18:28:13 [2024-02-16T23:28:13.194Z] 	IPath actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.194Z] 	                       ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.194Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.194Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[322] 
18:28:13 [2024-02-16T23:28:13.194Z] 	IPath actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.194Z] 	                       ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.194Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.194Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[330] 
18:28:13 [2024-02-16T23:28:13.194Z] 	IPath actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.194Z] 	                       ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.194Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.194Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[338] 
18:28:13 [2024-02-16T23:28:13.195Z] 	IPath actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.195Z] 	                       ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.195Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.195Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[390] 
18:28:13 [2024-02-16T23:28:13.195Z] 	manager.setValue("one", pathOne);
18:28:13 [2024-02-16T23:28:13.195Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.195Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.195Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[391] 
18:28:13 [2024-02-16T23:28:13.195Z] 	manager.setValue("two", pathTwo);
18:28:13 [2024-02-16T23:28:13.195Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.195Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.195Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[396] 
18:28:13 [2024-02-16T23:28:13.195Z] 	IPath actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.195Z] 	                       ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.195Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.195Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[403] 
18:28:13 [2024-02-16T23:28:13.195Z] 	actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.195Z] 	                 ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.195Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.196Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[409] 
18:28:13 [2024-02-16T23:28:13.196Z] 	actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.196Z] 	                 ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.196Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.196Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[415] 
18:28:13 [2024-02-16T23:28:13.196Z] 	actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.196Z] 	                 ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.196Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.196Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[422] 
18:28:13 [2024-02-16T23:28:13.196Z] 	actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.196Z] 	                 ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.196Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.196Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[429] 
18:28:13 [2024-02-16T23:28:13.196Z] 	actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.196Z] 	                 ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.196Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.196Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[436] 
18:28:13 [2024-02-16T23:28:13.196Z] 	actual = manager.resolvePath(path);
18:28:13 [2024-02-16T23:28:13.196Z] 	                 ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.196Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.196Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[443] 
18:28:13 [2024-02-16T23:28:13.196Z] 	assertNull("7.0", manager.resolvePath(path));
18:28:13 [2024-02-16T23:28:13.196Z] 	                          ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.196Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.196Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[463] 
18:28:13 [2024-02-16T23:28:13.197Z] 	manager.setValue("ONE", pathOne);
18:28:13 [2024-02-16T23:28:13.197Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.197Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.197Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[464] 
18:28:13 [2024-02-16T23:28:13.197Z] 	manager.setValue("THREE", pathThree);
18:28:13 [2024-02-16T23:28:13.197Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.197Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.197Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[470] 
18:28:13 [2024-02-16T23:28:13.197Z] 	manager.setValue("TWO", pathTwo);
18:28:13 [2024-02-16T23:28:13.197Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.197Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.197Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[502] 
18:28:13 [2024-02-16T23:28:13.197Z] 	manager.setValue("TWO", (IPath) null);
18:28:13 [2024-02-16T23:28:13.197Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.197Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.197Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[558] 
18:28:13 [2024-02-16T23:28:13.197Z] 	manager.setValue("one", pathOne);
18:28:13 [2024-02-16T23:28:13.197Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.197Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.197Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[564] 
18:28:13 [2024-02-16T23:28:13.197Z] 	manager.setValue("one", pathOneEdit);
18:28:13 [2024-02-16T23:28:13.197Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.197Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.197Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IPathVariableTest.java:[570] 
18:28:13 [2024-02-16T23:28:13.198Z] 	manager.setValue("one", (IPath) null);
18:28:13 [2024-02-16T23:28:13.198Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.198Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.198Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IProjectDescriptionTest.java:[108] 
18:28:13 [2024-02-16T23:28:13.198Z] 	description.setDynamicReferences(description.getDynamicReferences());
18:28:13 [2024-02-16T23:28:13.198Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.198Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.198Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IProjectDescriptionTest.java:[120] 
18:28:13 [2024-02-16T23:28:13.198Z] 	description.setDynamicReferences(new IProject[] { target1, target2 });
18:28:13 [2024-02-16T23:28:13.198Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.198Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.198Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IProjectDescriptionTest.java:[172] 
18:28:13 [2024-02-16T23:28:13.198Z] 	description.setDynamicReferences(new IProject[] {target2});
18:28:13 [2024-02-16T23:28:13.198Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.198Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.198Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IProjectTest.java:[318] 
18:28:13 [2024-02-16T23:28:13.198Z] 	getWorkspace().getPathVariableManager().setValue(varName, varValue);
18:28:13 [2024-02-16T23:28:13.198Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.198Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.198Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IProjectTest.java:[330] 
18:28:13 [2024-02-16T23:28:13.198Z] 	assertEquals("1.0", varValue, getWorkspace().getPathVariableManager().getValue(varName));
18:28:13 [2024-02-16T23:28:13.198Z] 	                                                                      ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.198Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.199Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IProjectTest.java:[2003] 
18:28:13 [2024-02-16T23:28:13.199Z] 	desc.setDynamicReferences(refs);
18:28:13 [2024-02-16T23:28:13.199Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.199Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.199Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IProjectTest.java:[2015] 
18:28:13 [2024-02-16T23:28:13.199Z] 	desc.setDynamicReferences(refs);
18:28:13 [2024-02-16T23:28:13.199Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.199Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.199Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceChangeListenerTest.java:[1437] 
18:28:13 [2024-02-16T23:28:13.199Z] 	description.setDynamicReferences(new IProject[] { project2 });
18:28:13 [2024-02-16T23:28:13.199Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.199Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.199Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceChangeListenerTest.java:[1529] 
18:28:13 [2024-02-16T23:28:13.199Z] 	file1.setLocal(true, IResource.DEPTH_INFINITE, createTestMonitor());
18:28:13 [2024-02-16T23:28:13.199Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.199Z] The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.199Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceChangeListenerTest.java:[1533] 
18:28:13 [2024-02-16T23:28:13.199Z] 	file1.setLocal(false, IResource.DEPTH_INFINITE, createTestMonitor());
18:28:13 [2024-02-16T23:28:13.199Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.199Z] The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.200Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1377] 
18:28:13 [2024-02-16T23:28:13.200Z] 	root.setDerived(true);
18:28:13 [2024-02-16T23:28:13.200Z] 	     ^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.200Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.200Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1382] 
18:28:13 [2024-02-16T23:28:13.200Z] 	root.setDerived(false);
18:28:13 [2024-02-16T23:28:13.200Z] 	     ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.200Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.200Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1389] 
18:28:13 [2024-02-16T23:28:13.200Z] 	project.setDerived(true);
18:28:13 [2024-02-16T23:28:13.200Z] 	        ^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.200Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.200Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1394] 
18:28:13 [2024-02-16T23:28:13.200Z] 	project.setDerived(false);
18:28:13 [2024-02-16T23:28:13.200Z] 	        ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.200Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.200Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1401] 
18:28:13 [2024-02-16T23:28:13.200Z] 	folder.setDerived(true);
18:28:13 [2024-02-16T23:28:13.200Z] 	       ^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.200Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.201Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1406] 
18:28:13 [2024-02-16T23:28:13.201Z] 	folder.setDerived(false);
18:28:13 [2024-02-16T23:28:13.201Z] 	       ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.201Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.201Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1413] 
18:28:13 [2024-02-16T23:28:13.201Z] 	file.setDerived(true);
18:28:13 [2024-02-16T23:28:13.201Z] 	     ^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.201Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.201Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1418] 
18:28:13 [2024-02-16T23:28:13.201Z] 	file.setDerived(false);
18:28:13 [2024-02-16T23:28:13.201Z] 	     ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.201Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.201Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1433] 
18:28:13 [2024-02-16T23:28:13.201Z] 	assertThrows(CoreException.class, () -> project.setDerived(false));
18:28:13 [2024-02-16T23:28:13.201Z] 	                                                ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.201Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.201Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1434] 
18:28:13 [2024-02-16T23:28:13.201Z] 	assertThrows(CoreException.class, () -> folder.setDerived(false));
18:28:13 [2024-02-16T23:28:13.201Z] 	                                               ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.201Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.202Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1435] 
18:28:13 [2024-02-16T23:28:13.202Z] 	assertThrows(CoreException.class, () -> file.setDerived(false));
18:28:13 [2024-02-16T23:28:13.202Z] 	                                             ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.202Z] The method setDerived(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.202Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1704] 
18:28:13 [2024-02-16T23:28:13.202Z] 	getWorkspace().getRoot().setLocal(false, IResource.DEPTH_INFINITE, createTestMonitor());
18:28:13 [2024-02-16T23:28:13.202Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.202Z] The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.202Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1719] 
18:28:13 [2024-02-16T23:28:13.202Z] 	getWorkspace().getRoot().setLocal(true, IResource.DEPTH_INFINITE, createTestMonitor());
18:28:13 [2024-02-16T23:28:13.202Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.202Z] The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.202Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1736] 
18:28:13 [2024-02-16T23:28:13.202Z] 	getWorkspace().getRoot().setLocal(true, IResource.DEPTH_INFINITE, createTestMonitor());
18:28:13 [2024-02-16T23:28:13.202Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.202Z] The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.203Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1783] 
18:28:13 [2024-02-16T23:28:13.203Z] 	getWorkspace().getRoot().setLocal(true, IResource.DEPTH_INFINITE, createTestMonitor());
18:28:13 [2024-02-16T23:28:13.203Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.203Z] The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.203Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1862] 
18:28:13 [2024-02-16T23:28:13.203Z] 	varMan.setValue(variableName, variableLocation);
18:28:13 [2024-02-16T23:28:13.203Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.203Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.203Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1915] 
18:28:13 [2024-02-16T23:28:13.203Z] 	createInFileSystem(EFS.getFileSystem(EFS.SCHEME_FILE).getStore(varMan.resolvePath(variableFileLocation)));
18:28:13 [2024-02-16T23:28:13.203Z] 	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.203Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.203Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1916] 
18:28:13 [2024-02-16T23:28:13.203Z] 	varMan.resolvePath(variableFolderLocation).toFile().mkdirs();
18:28:13 [2024-02-16T23:28:13.203Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.203Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.203Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1926] 
18:28:13 [2024-02-16T23:28:13.203Z] 	assertEquals("8.3", varMan.resolvePath(variableFolderLocation).append(deepFile.getName()), deepFile.getRawLocation());
18:28:13 [2024-02-16T23:28:13.203Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.204Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.204Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IResourceTest.java:[1937] 
18:28:13 [2024-02-16T23:28:13.204Z] 	varMan.setValue(variableName, null);
18:28:13 [2024-02-16T23:28:13.204Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.204Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.204Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[78] 
18:28:13 [2024-02-16T23:28:13.204Z] 	IFile[] files = getWorkspace().getRoot().findFilesForLocation(fileLocationUpper);
18:28:13 [2024-02-16T23:28:13.204Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.204Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.204Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[116] 
18:28:13 [2024-02-16T23:28:13.204Z] 	IContainer[] result = root.findContainersForLocation(root.getLocation());
18:28:13 [2024-02-16T23:28:13.204Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.204Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.204Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[124] 
18:28:13 [2024-02-16T23:28:13.204Z] 	assertResources("2.0", p1, link, root.findContainersForLocation(p1.getLocation()));
18:28:13 [2024-02-16T23:28:13.204Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.204Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.205Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[129] 
18:28:13 [2024-02-16T23:28:13.205Z] 	assertResources("3.0", existing, root.findContainersForLocation(existing.getLocation()));
18:28:13 [2024-02-16T23:28:13.205Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.205Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.205Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[134] 
18:28:13 [2024-02-16T23:28:13.205Z] 	assertResources("3.2", nonExisting, root.findContainersForLocation(nonExisting.getLocation()));
18:28:13 [2024-02-16T23:28:13.205Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.205Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.205Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[138] 
18:28:13 [2024-02-16T23:28:13.205Z] 	assertResources("3.4", existing, root.findContainersForLocation(existing.getLocation().makeRelative()));
18:28:13 [2024-02-16T23:28:13.205Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.205Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.205Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[139] 
18:28:13 [2024-02-16T23:28:13.205Z] 	assertResources("3.5", nonExisting, root.findContainersForLocation(nonExisting.getLocation().makeRelative()));
18:28:13 [2024-02-16T23:28:13.205Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.205Z] The method findContainersForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.206Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[190] 
18:28:13 [2024-02-16T23:28:13.206Z] 	IFile[] result = root.findFilesForLocation(root.getLocation());
18:28:13 [2024-02-16T23:28:13.206Z] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.206Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.206Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[198] 
18:28:13 [2024-02-16T23:28:13.206Z] 	result = root.findFilesForLocation(existingFileLocation);
18:28:13 [2024-02-16T23:28:13.206Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.206Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.206Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[205] 
18:28:13 [2024-02-16T23:28:13.206Z] 	result = root.findFilesForLocation(nonExisting.getLocation());
18:28:13 [2024-02-16T23:28:13.206Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.206Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.206Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[211] 
18:28:13 [2024-02-16T23:28:13.206Z] 	result = root.findFilesForLocation(existingFileLocation.makeRelative());
18:28:13 [2024-02-16T23:28:13.206Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.206Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.206Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[213] 
18:28:13 [2024-02-16T23:28:13.206Z] 	result = root.findFilesForLocation(nonExisting.getLocation().makeRelative());
18:28:13 [2024-02-16T23:28:13.206Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.206Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.207Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceRootTest.java:[219] 
18:28:13 [2024-02-16T23:28:13.207Z] 	result = root.findFilesForLocation(differentCase);
18:28:13 [2024-02-16T23:28:13.207Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.207Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.207Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceTest.java:[778] 
18:28:13 [2024-02-16T23:28:13.207Z] 	file.setReadOnly(true);
18:28:13 [2024-02-16T23:28:13.207Z] 	     ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.207Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.207Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceTest.java:[783] 
18:28:13 [2024-02-16T23:28:13.207Z] 	file.setReadOnly(false);
18:28:13 [2024-02-16T23:28:13.207Z] 	     ^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.207Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.207Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceTest.java:[1008] 
18:28:13 [2024-02-16T23:28:13.207Z] 	workspace.getPathVariableManager().setValue(PATH_VAR_NAME, PATH_VAR_VALUE);
18:28:13 [2024-02-16T23:28:13.207Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.207Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.207Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/IWorkspaceTest.java:[1013] 
18:28:13 [2024-02-16T23:28:13.207Z] 	workspace.getPathVariableManager().setValue(PATH_VAR_NAME, null);
18:28:13 [2024-02-16T23:28:13.207Z] 	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.207Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.207Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceTest.java:[712] 
18:28:13 [2024-02-16T23:28:13.207Z] 	assertTrue("1.2", parent.isLocal(IResource.DEPTH_INFINITE));
18:28:13 [2024-02-16T23:28:13.207Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.207Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.208Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceTest.java:[901] 
18:28:13 [2024-02-16T23:28:13.208Z] 	IFile[] files = getWorkspace().getRoot().findFilesForLocation(lowerCaseFilePath);
18:28:13 [2024-02-16T23:28:13.208Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.208Z] The method findFilesForLocation(IPath) from the type IWorkspaceRoot is deprecated
18:28:13 [2024-02-16T23:28:13.208Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[80] 
18:28:13 [2024-02-16T23:28:13.208Z] 	getWorkspace().getPathVariableManager().setValue(VARIABLE_NAME, base);
18:28:13 [2024-02-16T23:28:13.208Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.208Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.208Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[84] 
18:28:13 [2024-02-16T23:28:13.208Z] 	existingProject.getPathVariableManager().setValue(PROJECT_VARIABLE_NAME, base);
18:28:13 [2024-02-16T23:28:13.208Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.208Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.208Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[85] 
18:28:13 [2024-02-16T23:28:13.208Z] 	existingProject.getPathVariableManager().setValue(PROJECT_RELATIVE_VARIABLE_NAME,
18:28:13 [2024-02-16T23:28:13.208Z] 				IPath.fromPortableString(PROJECT_RELATIVE_VARIABLE_VALUE));
18:28:13 [2024-02-16T23:28:13.208Z] 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.208Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.208Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[97] 
18:28:13 [2024-02-16T23:28:13.208Z] 	getWorkspace().getPathVariableManager().setValue(VARIABLE_NAME, null);
18:28:13 [2024-02-16T23:28:13.208Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.208Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.209Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[150] 
18:28:13 [2024-02-16T23:28:13.209Z] 	while (pathVars.resolvePath(path).toFile().exists()) {
18:28:13 [2024-02-16T23:28:13.209Z] 	                ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.209Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.209Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[158] 
18:28:13 [2024-02-16T23:28:13.209Z] 	workspaceRule.deleteOnTearDown(pathVars.resolvePath(path));
18:28:13 [2024-02-16T23:28:13.209Z] 	                                        ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.209Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.209Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[167] 
18:28:13 [2024-02-16T23:28:13.209Z] 	while (pathVars.resolvePath(path).toFile().exists()) {
18:28:13 [2024-02-16T23:28:13.209Z] 	                ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.209Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.209Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[175] 
18:28:13 [2024-02-16T23:28:13.209Z] 	workspaceRule.deleteOnTearDown(pathVars.resolvePath(path));
18:28:13 [2024-02-16T23:28:13.209Z] 	                                        ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.209Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.209Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[184] 
18:28:13 [2024-02-16T23:28:13.209Z] 	while (pathVars.resolvePath(path).toFile().exists()) {
18:28:13 [2024-02-16T23:28:13.209Z] 	                ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.210Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.210Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[192] 
18:28:13 [2024-02-16T23:28:13.210Z] 	workspaceRule.deleteOnTearDown(pathVars.resolvePath(path));
18:28:13 [2024-02-16T23:28:13.210Z] 	                                        ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.210Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.210Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[198] 
18:28:13 [2024-02-16T23:28:13.210Z] 	return getWorkspace().getPathVariableManager().resolvePath(path);
18:28:13 [2024-02-16T23:28:13.210Z] 	                                               ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.210Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.210Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[209] 
18:28:13 [2024-02-16T23:28:13.210Z] 	IPath value = manager.getValue(PROJECT_VARIABLE_NAME);
18:28:13 [2024-02-16T23:28:13.210Z] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.210Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.210Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[210] 
18:28:13 [2024-02-16T23:28:13.210Z] 	IPath relativeValue = manager.getValue(PROJECT_RELATIVE_VARIABLE_NAME);
18:28:13 [2024-02-16T23:28:13.210Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.210Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.211Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[214] 
18:28:13 [2024-02-16T23:28:13.211Z] 	IPath resolvedValue = manager.resolvePath(value);
18:28:13 [2024-02-16T23:28:13.211Z] 	                              ^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.211Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.211Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[217] 
18:28:13 [2024-02-16T23:28:13.211Z] 	IPath resolvedRelativeValue = manager.resolvePath(relativeValue);
18:28:13 [2024-02-16T23:28:13.211Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.211Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.211Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[232] 
18:28:13 [2024-02-16T23:28:13.211Z] 	IPath existingValue = manager.getValue(VARIABLE_NAME);
18:28:13 [2024-02-16T23:28:13.211Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.211Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.211Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[248] 
18:28:13 [2024-02-16T23:28:13.211Z] 	manager.setValue(VARIABLE_NAME, null);
18:28:13 [2024-02-16T23:28:13.211Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.211Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.211Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[270] 
18:28:13 [2024-02-16T23:28:13.211Z] 	manager.setValue(VARIABLE_NAME, existingValue);
18:28:13 [2024-02-16T23:28:13.211Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.211Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.212Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[288] 
18:28:13 [2024-02-16T23:28:13.212Z] 	IPath existingValue = manager.getValue(PROJECT_VARIABLE_NAME);
18:28:13 [2024-02-16T23:28:13.212Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.212Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.212Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[304] 
18:28:13 [2024-02-16T23:28:13.212Z] 	manager.setValue(PROJECT_VARIABLE_NAME, null);
18:28:13 [2024-02-16T23:28:13.212Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.212Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.212Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[327] 
18:28:13 [2024-02-16T23:28:13.212Z] 	manager.setValue(PROJECT_VARIABLE_NAME, existingValue);
18:28:13 [2024-02-16T23:28:13.212Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.212Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.212Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[386] 
18:28:13 [2024-02-16T23:28:13.212Z] 	nonExistingFileInExistingFolder.getProject().getPathVariableManager().setValue(existingVariable, null);
18:28:13 [2024-02-16T23:28:13.212Z] 	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.212Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.212Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[400] 
18:28:13 [2024-02-16T23:28:13.212Z] 	existingProjectInSubDirectory.getPathVariableManager().setValue("P_RELATIVE",
18:28:13 [2024-02-16T23:28:13.212Z] 				IPath.fromPortableString("${PARENT-3-PROJECT_LOC}"));
18:28:13 [2024-02-16T23:28:13.213Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.213Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.213Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[404] 
18:28:13 [2024-02-16T23:28:13.213Z] 	IPath resolvedPath = existingProjectInSubDirectory.getPathVariableManager().resolvePath(variableBasedLocation);
18:28:13 [2024-02-16T23:28:13.213Z] 	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.213Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.213Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[440] 
18:28:13 [2024-02-16T23:28:13.213Z] 	IPath resolvedPath = manager.resolvePath(variableBasedLocation);
18:28:13 [2024-02-16T23:28:13.213Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.213Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.213Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[474] 
18:28:13 [2024-02-16T23:28:13.213Z] 	IPath resolvedPath = manager.resolvePath(variableBasedLocation);
18:28:13 [2024-02-16T23:28:13.213Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.213Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.213Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[503] 
18:28:13 [2024-02-16T23:28:13.213Z] 	IPath existingValue = manager.getValue(PROJECT_RELATIVE_VARIABLE_NAME);
18:28:13 [2024-02-16T23:28:13.213Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.213Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.214Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[519] 
18:28:13 [2024-02-16T23:28:13.214Z] 	manager.setValue(PROJECT_RELATIVE_VARIABLE_NAME, null);
18:28:13 [2024-02-16T23:28:13.214Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.214Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.214Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[542] 
18:28:13 [2024-02-16T23:28:13.214Z] 	manager.setValue(PROJECT_RELATIVE_VARIABLE_NAME, existingValue);
18:28:13 [2024-02-16T23:28:13.214Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.214Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.214Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[561] 
18:28:13 [2024-02-16T23:28:13.214Z] 	IPath existingValue = manager.getValue(VARIABLE_NAME);
18:28:13 [2024-02-16T23:28:13.214Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.214Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.214Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[580] 
18:28:13 [2024-02-16T23:28:13.214Z] 	manager.setValue(VARIABLE_NAME, null);
18:28:13 [2024-02-16T23:28:13.214Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.214Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.214Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[612] 
18:28:13 [2024-02-16T23:28:13.214Z] 	manager.setValue(VARIABLE_NAME, existingValue);
18:28:13 [2024-02-16T23:28:13.214Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.214Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.215Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[679] 
18:28:13 [2024-02-16T23:28:13.215Z] 	IPath existingValue = manager.getValue(PROJECT_VARIABLE_NAME);
18:28:13 [2024-02-16T23:28:13.215Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.215Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.215Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[698] 
18:28:13 [2024-02-16T23:28:13.215Z] 	manager.setValue(PROJECT_VARIABLE_NAME, null);
18:28:13 [2024-02-16T23:28:13.215Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.215Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.215Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[731] 
18:28:13 [2024-02-16T23:28:13.215Z] 	manager.setValue(PROJECT_VARIABLE_NAME, existingValue);
18:28:13 [2024-02-16T23:28:13.215Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.215Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.215Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[807] 
18:28:13 [2024-02-16T23:28:13.215Z] 	IPath existingValue = manager.getValue(VARIABLE_NAME);
18:28:13 [2024-02-16T23:28:13.215Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.215Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.215Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[827] 
18:28:13 [2024-02-16T23:28:13.215Z] 	manager.setValue(VARIABLE_NAME, newLocation);
18:28:13 [2024-02-16T23:28:13.215Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.216Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.216Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[846] 
18:28:13 [2024-02-16T23:28:13.216Z] 	IPath expectedNewLocation = manager.resolvePath(variableBasedLocation);
18:28:13 [2024-02-16T23:28:13.216Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.216Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.216Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[857] 
18:28:13 [2024-02-16T23:28:13.216Z] 	manager.setValue(VARIABLE_NAME, existingValue);
18:28:13 [2024-02-16T23:28:13.216Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.216Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.216Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[873] 
18:28:13 [2024-02-16T23:28:13.216Z] 	IPath existingValue = manager.getValue(PROJECT_VARIABLE_NAME);
18:28:13 [2024-02-16T23:28:13.216Z] 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.216Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.216Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[893] 
18:28:13 [2024-02-16T23:28:13.216Z] 	manager.setValue(PROJECT_VARIABLE_NAME, newLocation);
18:28:13 [2024-02-16T23:28:13.216Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.216Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.216Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[912] 
18:28:13 [2024-02-16T23:28:13.216Z] 	IPath expectedNewLocation = manager.resolvePath(variableBasedLocation);
18:28:13 [2024-02-16T23:28:13.216Z] 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.217Z] The method resolvePath(IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.217Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/LinkedResourceWithPathVariableTest.java:[923] 
18:28:13 [2024-02-16T23:28:13.217Z] 	manager.setValue(PROJECT_VARIABLE_NAME, existingValue);
18:28:13 [2024-02-16T23:28:13.217Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.217Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.217Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[96] 
18:28:13 [2024-02-16T23:28:13.217Z] 	IProject[][] oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.217Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.217Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.217Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[128] 
18:28:13 [2024-02-16T23:28:13.217Z] 	IProject[][] oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.217Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.217Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.217Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[145] 
18:28:13 [2024-02-16T23:28:13.217Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.217Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.217Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.217Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[161] 
18:28:13 [2024-02-16T23:28:13.217Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.217Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.217Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.218Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[174] 
18:28:13 [2024-02-16T23:28:13.218Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.218Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.218Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.218Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[195] 
18:28:13 [2024-02-16T23:28:13.218Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.218Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.218Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.218Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[214] 
18:28:13 [2024-02-16T23:28:13.218Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.218Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.218Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.218Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[231] 
18:28:13 [2024-02-16T23:28:13.218Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.218Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.218Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.218Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[257] 
18:28:13 [2024-02-16T23:28:13.218Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.218Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.219Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.219Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[285] 
18:28:13 [2024-02-16T23:28:13.219Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.219Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.219Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.219Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[315] 
18:28:13 [2024-02-16T23:28:13.219Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.219Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.219Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.219Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[338] 
18:28:13 [2024-02-16T23:28:13.219Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.219Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.219Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.219Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[354] 
18:28:13 [2024-02-16T23:28:13.219Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.219Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.219Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.219Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[369] 
18:28:13 [2024-02-16T23:28:13.220Z] 	oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.220Z] 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.220Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.220Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ProjectOrderTest.java:[453] 
18:28:13 [2024-02-16T23:28:13.220Z] 	IProject[][] oldOrder = ws.computePrerequisiteOrder(projects);
18:28:13 [2024-02-16T23:28:13.220Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.220Z] The method computePrerequisiteOrder(IProject[]) from the type IWorkspace is deprecated
18:28:13 [2024-02-16T23:28:13.220Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[25] 
18:28:13 [2024-02-16T23:28:13.220Z] 	import org.eclipse.core.runtime.Preferences;
18:28:13 [2024-02-16T23:28:13.220Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.220Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.220Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[55] 
18:28:13 [2024-02-16T23:28:13.220Z] 	Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:28:13 [2024-02-16T23:28:13.220Z] 	^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.220Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.220Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[55] 
18:28:13 [2024-02-16T23:28:13.220Z] 	Preferences preferences = ResourcesPlugin.getPlugin().getPluginPreferences();
18:28:13 [2024-02-16T23:28:13.220Z] 	                                                      ^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.220Z] The method getPluginPreferences() from the type Plugin is deprecated
18:28:13 [2024-02-16T23:28:13.220Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[57] 
18:28:13 [2024-02-16T23:28:13.220Z] 	String[] propertyNames = preferences.propertyNames();
18:28:13 [2024-02-16T23:28:13.221Z] 	                                     ^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.221Z] The method propertyNames() from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.221Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[60] 
18:28:13 [2024-02-16T23:28:13.221Z] 	preferences.setToDefault(propertyName);
18:28:13 [2024-02-16T23:28:13.221Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.221Z] The method setToDefault(String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.221Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[70] 
18:28:13 [2024-02-16T23:28:13.221Z] 	Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences();
18:28:13 [2024-02-16T23:28:13.221Z] 	^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.221Z] The type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.221Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[70] 
18:28:13 [2024-02-16T23:28:13.221Z] 	Preferences prefs = ResourcesPlugin.getPlugin().getPluginPreferences();
18:28:13 [2024-02-16T23:28:13.221Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.221Z] The method getPluginPreferences() from the type Plugin is deprecated
18:28:13 [2024-02-16T23:28:13.221Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[73] 
18:28:13 [2024-02-16T23:28:13.221Z] 	prefs.setValue(VARIABLE_PREFIX + "VALID_VAR", IPath.fromOSString("c:/temp").toPortableString());
18:28:13 [2024-02-16T23:28:13.221Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.221Z] The method setValue(String, String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.222Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[78] 
18:28:13 [2024-02-16T23:28:13.222Z] 	prefs.setValue(VARIABLE_PREFIX + "INVALID_VAR", relativePath.toPortableString());
18:28:13 [2024-02-16T23:28:13.222Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.222Z] The method setValue(String, String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.222Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/Bug_027271.java:[83] 
18:28:13 [2024-02-16T23:28:13.222Z] 	prefs.setValue(VARIABLE_PREFIX + "ANOTHER_INVALID_VAR", invalidPath.toPortableString());
18:28:13 [2024-02-16T23:28:13.222Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.222Z] The method setValue(String, String) from the type Preferences is deprecated
18:28:13 [2024-02-16T23:28:13.222Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFileTest.java:[66] 
18:28:13 [2024-02-16T23:28:13.222Z] 	folder.setReadOnly(true);
18:28:13 [2024-02-16T23:28:13.222Z] 	       ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.222Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.222Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFileTest.java:[67] 
18:28:13 [2024-02-16T23:28:13.222Z] 	assertTrue(folder.isReadOnly());
18:28:13 [2024-02-16T23:28:13.222Z] 	                  ^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.222Z] The method isReadOnly() from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.222Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFileTest.java:[72] 
18:28:13 [2024-02-16T23:28:13.222Z] 	folder.setReadOnly(false);
18:28:13 [2024-02-16T23:28:13.222Z] 	       ^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.222Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.223Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFileTest.java:[98] 
18:28:13 [2024-02-16T23:28:13.223Z] 	folder.setReadOnly(true);
18:28:13 [2024-02-16T23:28:13.223Z] 	       ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.223Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.223Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFileTest.java:[99] 
18:28:13 [2024-02-16T23:28:13.223Z] 	assertTrue(folder.isReadOnly());
18:28:13 [2024-02-16T23:28:13.223Z] 	                  ^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.223Z] The method isReadOnly() from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.223Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFileTest.java:[104] 
18:28:13 [2024-02-16T23:28:13.223Z] 	folder.setReadOnly(false);
18:28:13 [2024-02-16T23:28:13.223Z] 	       ^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.223Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.223Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[66] 
18:28:13 [2024-02-16T23:28:13.223Z] 	parentFolder.setReadOnly(true);
18:28:13 [2024-02-16T23:28:13.223Z] 	             ^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.223Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.223Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[67] 
18:28:13 [2024-02-16T23:28:13.223Z] 	assertTrue(parentFolder.isReadOnly());
18:28:13 [2024-02-16T23:28:13.223Z] 	                        ^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.223Z] The method isReadOnly() from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.223Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[71] 
18:28:13 [2024-02-16T23:28:13.223Z] 	parentFolder.setReadOnly(false);
18:28:13 [2024-02-16T23:28:13.223Z] 	             ^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.223Z] The method setReadOnly(boolean) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.224Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[90] 
18:28:13 [2024-02-16T23:28:13.224Z] 	assertTrue("1.0", !folder.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.224Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.224Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.224Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[91] 
18:28:13 [2024-02-16T23:28:13.224Z] 	assertTrue("1.1", !file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.224Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.224Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.224Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[92] 
18:28:13 [2024-02-16T23:28:13.224Z] 	assertTrue("1.1", !subFile.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.224Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.224Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.224Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[97] 
18:28:13 [2024-02-16T23:28:13.224Z] 	assertTrue("2.1", file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.224Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.224Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.224Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[98] 
18:28:13 [2024-02-16T23:28:13.224Z] 	assertTrue("2.2", !folder.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.224Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.224Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.224Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[99] 
18:28:13 [2024-02-16T23:28:13.224Z] 	assertTrue("2.3", !subFile.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.224Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.224Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.224Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[103] 
18:28:13 [2024-02-16T23:28:13.225Z] 	assertTrue("3.1", folder.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.225Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.225Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.225Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[104] 
18:28:13 [2024-02-16T23:28:13.225Z] 	assertTrue("3.2", file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.225Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.225Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.225Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[105] 
18:28:13 [2024-02-16T23:28:13.225Z] 	assertTrue("3.3", !subFile.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.225Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.225Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.225Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[109] 
18:28:13 [2024-02-16T23:28:13.225Z] 	assertTrue("4.1", subFile.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.225Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.225Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.225Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[110] 
18:28:13 [2024-02-16T23:28:13.225Z] 	assertTrue("4.2", folder.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.225Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.225Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.225Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IFolderTest.java:[111] 
18:28:13 [2024-02-16T23:28:13.225Z] 	assertTrue("4.3", file.isLocal(IResource.DEPTH_ZERO));
18:28:13 [2024-02-16T23:28:13.225Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.225Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.226Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IProjectTest.java:[82] 
18:28:13 [2024-02-16T23:28:13.226Z] 	project.setLocal(true, IResource.DEPTH_ZERO, createTestMonitor());
18:28:13 [2024-02-16T23:28:13.226Z] 	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.226Z] The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.226Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/IResourceTest.java:[213] 
18:28:13 [2024-02-16T23:28:13.226Z] 	folder.setLocal(false, IResource.DEPTH_ZERO, createTestMonitor());
18:28:13 [2024-02-16T23:28:13.226Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.226Z] The method setLocal(boolean, int, IProgressMonitor) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.226Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/session/ProjectDescriptionDynamicTest.java:[88] 
18:28:13 [2024-02-16T23:28:13.226Z] 	desc.setDynamicReferences(dynRefs);
18:28:13 [2024-02-16T23:28:13.226Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.226Z] The method setDynamicReferences(IProject[]) from the type IProjectDescription is deprecated
18:28:13 [2024-02-16T23:28:13.226Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/session/TestBug30015.java:[47] 
18:28:13 [2024-02-16T23:28:13.226Z] 	getWorkspace().getPathVariableManager().setValue(VAR_NAME, varValue);
18:28:13 [2024-02-16T23:28:13.226Z] 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.226Z] The method setValue(String, IPath) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.226Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/session/TestBug30015.java:[66] 
18:28:13 [2024-02-16T23:28:13.226Z] 	assertEquals(varValue, getWorkspace().getPathVariableManager().getValue(VAR_NAME));
18:28:13 [2024-02-16T23:28:13.226Z] 	                                                               ^^^^^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.226Z] The method getValue(String) from the type IPathVariableManager is deprecated
18:28:13 [2024-02-16T23:28:13.227Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/usecase/IResourceTestUtil.java:[56] 
18:28:13 [2024-02-16T23:28:13.227Z] 	return resource.isLocal(depth);
18:28:13 [2024-02-16T23:28:13.227Z] 	                ^^^^^^^^^^^^^^
18:28:13 [2024-02-16T23:28:13.227Z] The method isLocal(int) from the type IResource is deprecated
18:28:13 [2024-02-16T23:28:13.227Z] 271 problems (271 warnings)
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.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/resources/tests/org.eclipse.core.tests.resources/src/test/resources
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.227Z] [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/resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.11.400-SNAPSHOT-sources.jar
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.227Z] [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/resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.11.400-SNAPSHOT.jar
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.227Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.483Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources:3.11.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/resources/tests/org.eclipse.core.tests.resources/pom.xml
18:28:13 [2024-02-16T23:28:13.483Z]     The main artifact has been replaced with the baseline version.
18:28:13 [2024-02-16T23:28:13.483Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:13 [2024-02-16T23:28:13.483Z] 
18:28:13 [2024-02-16T23:28:13.483Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.483Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.483Z] [INFO] Skipping tests
18:28:13 [2024-02-16T23:28:13.483Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.483Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.483Z] [INFO] Execution was skipped
18:28:13 [2024-02-16T23:28:13.483Z] [INFO] 
18:28:13 [2024-02-16T23:28:13.483Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tests.resources ---
18:28:13 [2024-02-16T23:28:13.739Z] [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/resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.11.400-SNAPSHOT.jar' is already signed and will be resigned.
18:28:13 [2024-02-16T23:28:13.739Z] [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/resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.11.400-SNAPSHOT.jar
18:28:15 [2024-02-16T23:28:15.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/resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.11.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:15 [2024-02-16T23:28:15.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/resources/tests/org.eclipse.core.tests.resources/target/org.eclipse.core.tests.resources-3.11.400-SNAPSHOT-sources.jar
18:28:16 [2024-02-16T23:28:16.555Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.555Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tests.resources ---
18:28:16 [2024-02-16T23:28:16.555Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.core.tests.resources:3.11.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/resources/tests/org.eclipse.core.tests.resources/pom.xml
18:28:16 [2024-02-16T23:28:16.555Z]     The main artifact has been replaced with the baseline version.
18:28:16 [2024-02-16T23:28:16.555Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:16 [2024-02-16T23:28:16.555Z] 
18:28:16 [2024-02-16T23:28:16.555Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.555Z] [INFO] -----------< org.eclipse.platform:org.eclipse.compare.tests >-----------
18:28:16 [2024-02-16T23:28:16.555Z] [INFO] Building [test-bundle] Compare Tests 3.8.300-SNAPSHOT          [351/521]
18:28:16 [2024-02-16T23:28:16.555Z] [INFO]   from eclipse.platform/team/tests/org.eclipse.compare.tests/.polyglot.META-INF
18:28:16 [2024-02-16T23:28:16.555Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:28:16 [2024-02-16T23:28:16.555Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.compare.tests ---
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.tests ---
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] The project's OSGi version is 3.8.300.v20240122-1638
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.tests ---
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.tests ---
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.810Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.compare.tests ---
18:28:16 [2024-02-16T23:28:16.810Z] [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/team/tests/org.eclipse.compare.tests/saveproperties
18:28:16 [2024-02-16T23:28:16.811Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.811Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.compare.tests ---
18:28:16 [2024-02-16T23:28:16.811Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.811Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.tests ---
18:28:16 [2024-02-16T23:28:16.811Z] [INFO] 
18:28:16 [2024-02-16T23:28:16.811Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.tests ---
18:28:16 [2024-02-16T23:28:16.811Z] [INFO] Resolving class path of [test-bundle] Compare Tests
18:28:17 [2024-02-16T23:28:17.067Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.067Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.067Z] [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/team/tests/org.eclipse.compare.tests/src/main/resources
18:28:17 [2024-02-16T23:28:17.067Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.067Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.067Z] [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/team/tests/org.eclipse.compare.tests/src/main/resources
18:28:17 [2024-02-16T23:28:17.067Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.067Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.067Z] [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/eclipse.platform/team/tests/org.eclipse.compare.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:17 [2024-02-16T23:28:17.322Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.322Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.322Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.322Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.322Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.322Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.323Z] [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/team/tests/org.eclipse.compare.tests/src/test/resources
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.323Z] [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/team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.8.300-SNAPSHOT-sources.jar
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.323Z] [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/team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.8.300-SNAPSHOT.jar
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.tests:3.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/team/tests/org.eclipse.compare.tests/.polyglot.META-INF
18:28:17 [2024-02-16T23:28:17.323Z]     The main artifact has been replaced with the baseline version.
18:28:17 [2024-02-16T23:28:17.323Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:17 [2024-02-16T23:28:17.323Z] 
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] Skipping tests
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] Execution was skipped
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] 
18:28:17 [2024-02-16T23:28:17.323Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.compare.tests ---
18:28:17 [2024-02-16T23:28:17.324Z] [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/team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:17 [2024-02-16T23:28:17.324Z] [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/team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.8.300-SNAPSHOT.jar
18:28:18 [2024-02-16T23:28:18.690Z] [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/team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:18 [2024-02-16T23:28:18.690Z] [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/team/tests/org.eclipse.compare.tests/target/org.eclipse.compare.tests-3.8.300-SNAPSHOT-sources.jar
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.compare.tests ---
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.tests:3.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/team/tests/org.eclipse.compare.tests/.polyglot.META-INF
18:28:20 [2024-02-16T23:28:20.055Z]     The main artifact has been replaced with the baseline version.
18:28:20 [2024-02-16T23:28:20.055Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:20 [2024-02-16T23:28:20.055Z] 
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] ------------< org.eclipse.core:org.eclipse.core.tests.net >-------------
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] Building org.eclipse.core.tests.net 1.6.300-SNAPSHOT           [352/521]
18:28:20 [2024-02-16T23:28:20.055Z] [INFO]   from eclipse.platform/team/tests/org.eclipse.core.tests.net/pom.xml
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.055Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] The project's OSGi version is 1.6.300.v20240123-0836
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.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/team/tests/org.eclipse.core.tests.net/saveproperties
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] Resolving class path of org.eclipse.core.tests.net
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.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/team/tests/org.eclipse.core.tests.net/src/main/resources
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.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/team/tests/org.eclipse.core.tests.net/src/main/resources
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.056Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.056Z] [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/team/tests/org.eclipse.core.tests.net/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:20 [2024-02-16T23:28:20.311Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.312Z] [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/team/tests/org.eclipse.core.tests.net/src/test/resources
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.312Z] [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/team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.6.300-SNAPSHOT-sources.jar
18:28:20 [2024-02-16T23:28:20.312Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.313Z] [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/team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.6.300-SNAPSHOT.jar
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] MavenProject: org.eclipse.core:org.eclipse.core.tests.net: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/team/tests/org.eclipse.core.tests.net/pom.xml
18:28:20 [2024-02-16T23:28:20.313Z]     The main artifact has been replaced with the baseline version.
18:28:20 [2024-02-16T23:28:20.313Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:20 [2024-02-16T23:28:20.313Z] 
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] Skipping tests
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] Execution was skipped
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] 
18:28:20 [2024-02-16T23:28:20.313Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tests.net ---
18:28:20 [2024-02-16T23:28:20.314Z] [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/team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:20 [2024-02-16T23:28:20.314Z] [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/team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.6.300-SNAPSHOT.jar
18:28:21 [2024-02-16T23:28:21.278Z] [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/team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:21 [2024-02-16T23:28:21.278Z] [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/team/tests/org.eclipse.core.tests.net/target/org.eclipse.core.tests.net-1.6.300-SNAPSHOT-sources.jar
18:28:22 [2024-02-16T23:28:22.205Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.205Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tests.net ---
18:28:22 [2024-02-16T23:28:22.205Z] [INFO] MavenProject: org.eclipse.core:org.eclipse.core.tests.net: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/team/tests/org.eclipse.core.tests.net/pom.xml
18:28:22 [2024-02-16T23:28:22.205Z]     The main artifact has been replaced with the baseline version.
18:28:22 [2024-02-16T23:28:22.205Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:22 [2024-02-16T23:28:22.205Z] 
18:28:22 [2024-02-16T23:28:22.205Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.205Z] [INFO] --------------< org.eclipse.jsch:org.eclipse.jsch.tests >---------------
18:28:22 [2024-02-16T23:28:22.205Z] [INFO] Building org.eclipse.jsch.tests 1.6.300-SNAPSHOT               [353/521]
18:28:22 [2024-02-16T23:28:22.205Z] [INFO]   from eclipse.platform/team/tests/org.eclipse.jsch.tests/pom.xml
18:28:22 [2024-02-16T23:28:22.206Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:22 [2024-02-16T23:28:22.206Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.206Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.206Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.206Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] The project's OSGi version is 1.6.300.v20231214-1012
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.461Z] [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/team/tests/org.eclipse.jsch.tests/saveproperties
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.461Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] Resolving class path of org.eclipse.jsch.tests
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.462Z] [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/team/tests/org.eclipse.jsch.tests/src/main/resources
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.462Z] [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/team/tests/org.eclipse.jsch.tests/src/main/resources
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] Compiling 1 source 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/team/tests/org.eclipse.jsch.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.462Z] [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/team/tests/org.eclipse.jsch.tests/src/test/resources
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.462Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] Compiling 1 source 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/team/tests/org.eclipse.jsch.tests/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.463Z] [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/team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.6.300-SNAPSHOT-sources.jar
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.463Z] [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/team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.6.300-SNAPSHOT.jar
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests: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/team/tests/org.eclipse.jsch.tests/pom.xml
18:28:22 [2024-02-16T23:28:22.463Z]     The main artifact has been replaced with the baseline version.
18:28:22 [2024-02-16T23:28:22.463Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:22 [2024-02-16T23:28:22.463Z] 
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] Execution was skipped
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] 
18:28:22 [2024-02-16T23:28:22.463Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jsch.tests ---
18:28:22 [2024-02-16T23:28:22.464Z] [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/team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:22 [2024-02-16T23:28:22.464Z] [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/team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.6.300-SNAPSHOT.jar
18:28:23 [2024-02-16T23:28:23.829Z] [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/team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:23 [2024-02-16T23:28:23.830Z] [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/team/tests/org.eclipse.jsch.tests/target/org.eclipse.jsch.tests-1.6.300-SNAPSHOT-sources.jar
18:28:24 [2024-02-16T23:28:24.757Z] [INFO] 
18:28:24 [2024-02-16T23:28:24.757Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jsch.tests ---
18:28:24 [2024-02-16T23:28:24.757Z] [INFO] MavenProject: org.eclipse.jsch:org.eclipse.jsch.tests: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/team/tests/org.eclipse.jsch.tests/pom.xml
18:28:24 [2024-02-16T23:28:24.758Z]     The main artifact has been replaced with the baseline version.
18:28:24 [2024-02-16T23:28:24.758Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:24 [2024-02-16T23:28:24.758Z] 
18:28:24 [2024-02-16T23:28:24.758Z] [INFO] 
18:28:24 [2024-02-16T23:28:24.758Z] [INFO] ------------< org.eclipse.team:org.eclipse.team.tests.core >------------
18:28:24 [2024-02-16T23:28:24.758Z] [INFO] Building org.eclipse.team.tests.core 3.10.300-SNAPSHOT         [354/521]
18:28:24 [2024-02-16T23:28:24.758Z] [INFO]   from eclipse.platform/team/tests/org.eclipse.team.tests.core/pom.xml
18:28:24 [2024-02-16T23:28:24.758Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:28:24 [2024-02-16T23:28:24.758Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] The project's OSGi version is 3.10.300.v20240109-1524
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.014Z] [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/team/tests/org.eclipse.team.tests.core/saveproperties
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.014Z] [INFO] Resolving class path of org.eclipse.team.tests.core
18:28:25 [2024-02-16T23:28:25.270Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.270Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.270Z] [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/team/tests/org.eclipse.team.tests.core/src/main/resources
18:28:25 [2024-02-16T23:28:25.270Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.270Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.270Z] [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/team/tests/org.eclipse.team.tests.core/src/main/resources
18:28:25 [2024-02-16T23:28:25.270Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.270Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.271Z] [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/eclipse.platform/team/tests/org.eclipse.team.tests.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.526Z] [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/team/tests/org.eclipse.team.tests.core/src/test/resources
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.526Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.527Z] [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/team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.10.300-SNAPSHOT-sources.jar
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.527Z] [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/team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.10.300-SNAPSHOT.jar
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.10.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/team/tests/org.eclipse.team.tests.core/pom.xml
18:28:25 [2024-02-16T23:28:25.527Z]     The main artifact has been replaced with the baseline version.
18:28:25 [2024-02-16T23:28:25.527Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:25 [2024-02-16T23:28:25.527Z] 
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] Skipping tests
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] Execution was skipped
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] 
18:28:25 [2024-02-16T23:28:25.527Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.tests.core ---
18:28:25 [2024-02-16T23:28:25.527Z] [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/team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:25 [2024-02-16T23:28:25.527Z] [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/team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.10.300-SNAPSHOT.jar
18:28:26 [2024-02-16T23:28:26.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/team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:26 [2024-02-16T23:28:26.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/team/tests/org.eclipse.team.tests.core/target/org.eclipse.team.tests.core-3.10.300-SNAPSHOT-sources.jar
18:28:27 [2024-02-16T23:28:27.455Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.455Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.team.tests.core ---
18:28:27 [2024-02-16T23:28:27.455Z] [INFO] MavenProject: org.eclipse.team:org.eclipse.team.tests.core:3.10.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/team/tests/org.eclipse.team.tests.core/pom.xml
18:28:27 [2024-02-16T23:28:27.455Z]     The main artifact has been replaced with the baseline version.
18:28:27 [2024-02-16T23:28:27.455Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:27 [2024-02-16T23:28:27.455Z] 
18:28:27 [2024-02-16T23:28:27.455Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.455Z] [INFO] ---------< org.eclipse.platform:org.eclipse.compare.examples >----------
18:28:27 [2024-02-16T23:28:27.455Z] [INFO] Building org.eclipse.compare.examples 3.4.300-SNAPSHOT         [355/521]
18:28:27 [2024-02-16T23:28:27.455Z] [INFO]   from eclipse.platform/team/examples/org.eclipse.compare.examples/pom.xml
18:28:27 [2024-02-16T23:28:27.455Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:27 [2024-02-16T23:28:27.455Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] The project's OSGi version is 3.4.300.v20231214-1012
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.711Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.712Z] [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/team/examples/org.eclipse.compare.examples/saveproperties
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] Resolving class path of org.eclipse.compare.examples
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.712Z] [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/team/examples/org.eclipse.compare.examples/src/main/resources
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.712Z] [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/team/examples/org.eclipse.compare.examples/src/main/resources
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.712Z] [INFO] Compiling 3 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/team/examples/org.eclipse.compare.examples/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.968Z] [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/team/examples/org.eclipse.compare.examples/src/test/resources
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.968Z] [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/team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.4.300-SNAPSHOT-sources.jar
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.968Z] [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/team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.4.300-SNAPSHOT.jar
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.968Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.969Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.examples:3.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/team/examples/org.eclipse.compare.examples/pom.xml
18:28:27 [2024-02-16T23:28:27.969Z]     The main artifact has been replaced with the baseline version.
18:28:27 [2024-02-16T23:28:27.969Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:27 [2024-02-16T23:28:27.969Z] 
18:28:27 [2024-02-16T23:28:27.969Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.969Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.969Z] [INFO] Execution was skipped
18:28:27 [2024-02-16T23:28:27.969Z] [INFO] 
18:28:27 [2024-02-16T23:28:27.969Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.compare.examples ---
18:28:27 [2024-02-16T23:28:27.969Z] [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/team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:27 [2024-02-16T23:28:27.969Z] [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/team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.4.300-SNAPSHOT.jar
18:28:28 [2024-02-16T23:28:28.895Z] [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/team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:28 [2024-02-16T23:28:28.895Z] [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/team/examples/org.eclipse.compare.examples/target/org.eclipse.compare.examples-3.4.300-SNAPSHOT-sources.jar
18:28:29 [2024-02-16T23:28:29.843Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.843Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.compare.examples ---
18:28:29 [2024-02-16T23:28:29.843Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.examples:3.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/team/examples/org.eclipse.compare.examples/pom.xml
18:28:29 [2024-02-16T23:28:29.843Z]     The main artifact has been replaced with the baseline version.
18:28:29 [2024-02-16T23:28:29.844Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:29 [2024-02-16T23:28:29.844Z] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] -------< org.eclipse.platform:org.eclipse.compare.examples.xml >--------
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] Building org.eclipse.compare.examples.xml 3.6.300-SNAPSHOT     [356/521]
18:28:29 [2024-02-16T23:28:29.844Z] [INFO]   from eclipse.platform/team/examples/org.eclipse.compare.examples.xml/pom.xml
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.compare.examples.xml ---
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.compare.examples.xml ---
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] The project's OSGi version is 3.6.300.v20231214-1526
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.compare.examples.xml ---
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.compare.examples.xml ---
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.compare.examples.xml ---
18:28:29 [2024-02-16T23:28:29.844Z] [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/team/examples/org.eclipse.compare.examples.xml/saveproperties
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.compare.examples.xml ---
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.compare.examples.xml ---
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] 
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.compare.examples.xml ---
18:28:29 [2024-02-16T23:28:29.844Z] [INFO] Resolving class path of org.eclipse.compare.examples.xml
18:28:30 [2024-02-16T23:28:30.100Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.100Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.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/team/examples/org.eclipse.compare.examples.xml/src/main/resources
18:28:30 [2024-02-16T23:28:30.100Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.100Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.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/team/examples/org.eclipse.compare.examples.xml/src/main/resources
18:28:30 [2024-02-16T23:28:30.100Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.100Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.100Z] [INFO] Compiling 26 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/team/examples/org.eclipse.compare.examples.xml/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:30 [2024-02-16T23:28:30.356Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/SWTUtil.java:[85] 
18:28:30 [2024-02-16T23:28:30.356Z] 	int averageWidth= gc.getFontMetrics().getAverageCharWidth();
18:28:30 [2024-02-16T23:28:30.356Z] 	                                      ^^^^^^^^^^^^^^^^^^^^^
18:28:30 [2024-02-16T23:28:30.356Z] The method getAverageCharWidth() from the type FontMetrics is deprecated
18:28:30 [2024-02-16T23:28:30.356Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/XMLStructureViewer.java:[52] 
18:28:30 [2024-02-16T23:28:30.356Z] 	class XMLSorter extends ViewerSorter {
18:28:30 [2024-02-16T23:28:30.356Z] 	                        ^^^^^^^^^^^^
18:28:30 [2024-02-16T23:28:30.356Z] The type ViewerSorter is deprecated
18:28:30 [2024-02-16T23:28:30.356Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/XMLStructureViewer.java:[58] 
18:28:30 [2024-02-16T23:28:30.356Z] 	super();
18:28:30 [2024-02-16T23:28:30.356Z] 	^^^^^^^^
18:28:30 [2024-02-16T23:28:30.356Z] The constructor ViewerSorter() is deprecated
18:28:30 [2024-02-16T23:28:30.356Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/team/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/XMLStructureViewer.java:[168] 
18:28:30 [2024-02-16T23:28:30.356Z] 	setSorter(sorter);
18:28:30 [2024-02-16T23:28:30.356Z] 	^^^^^^^^^^^^^^^^^
18:28:30 [2024-02-16T23:28:30.356Z] The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
18:28:30 [2024-02-16T23:28:30.356Z] 4 problems (4 warnings)
18:28:30 [2024-02-16T23:28:30.356Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.356Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.356Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.356Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.356Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.356Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.356Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.356Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.357Z] [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/team/examples/org.eclipse.compare.examples.xml/src/test/resources
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] Compiling 2 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/team/examples/org.eclipse.compare.examples.xml/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.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/team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.6.300-SNAPSHOT-sources.jar
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.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/team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.6.300-SNAPSHOT.jar
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.examples.xml:3.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/team/examples/org.eclipse.compare.examples.xml/pom.xml
18:28:30 [2024-02-16T23:28:30.357Z]     The main artifact has been replaced with the baseline version.
18:28:30 [2024-02-16T23:28:30.357Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:30 [2024-02-16T23:28:30.357Z] 
18:28:30 [2024-02-16T23:28:30.357Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.358Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.358Z] [INFO] Execution was skipped
18:28:30 [2024-02-16T23:28:30.358Z] [INFO] 
18:28:30 [2024-02-16T23:28:30.358Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.compare.examples.xml ---
18:28:30 [2024-02-16T23:28:30.358Z] [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/team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:30 [2024-02-16T23:28:30.358Z] [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/team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.6.300-SNAPSHOT.jar
18:28:31 [2024-02-16T23:28:31.287Z] [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/team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:31 [2024-02-16T23:28:31.287Z] [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/team/examples/org.eclipse.compare.examples.xml/target/org.eclipse.compare.examples.xml-3.6.300-SNAPSHOT-sources.jar
18:28:32 [2024-02-16T23:28:32.214Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.214Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.compare.examples.xml ---
18:28:32 [2024-02-16T23:28:32.214Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.compare.examples.xml:3.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/team/examples/org.eclipse.compare.examples.xml/pom.xml
18:28:32 [2024-02-16T23:28:32.215Z]     The main artifact has been replaced with the baseline version.
18:28:32 [2024-02-16T23:28:32.215Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:32 [2024-02-16T23:28:32.215Z] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] -----< org.eclipse.platform:org.eclipse.team.examples.filesystem >------
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] Building org.eclipse.team.examples.filesystem 3.7.300-SNAPSHOT [357/521]
18:28:32 [2024-02-16T23:28:32.215Z] [INFO]   from eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/pom.xml
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] The project's OSGi version is 3.7.300.v20231214-1526
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.215Z] [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/team/examples/org.eclipse.team.examples.filesystem/saveproperties
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.215Z] [INFO] Resolving class path of org.eclipse.team.examples.filesystem
18:28:32 [2024-02-16T23:28:32.471Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.471Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.471Z] [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/team/examples/org.eclipse.team.examples.filesystem/src/main/resources
18:28:32 [2024-02-16T23:28:32.472Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.472Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.472Z] [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/team/examples/org.eclipse.team.examples.filesystem/src/main/resources
18:28:32 [2024-02-16T23:28:32.472Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.472Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.472Z] [INFO] Compiling 101 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/team/examples/org.eclipse.team.examples.filesystem/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.728Z] [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/team/examples/org.eclipse.team.examples.filesystem/src/test/resources
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.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/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.7.300-SNAPSHOT-sources.jar
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.728Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.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/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.7.300-SNAPSHOT.jar
18:28:32 [2024-02-16T23:28:32.729Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.729Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.729Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.examples.filesystem:3.7.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/team/examples/org.eclipse.team.examples.filesystem/pom.xml
18:28:32 [2024-02-16T23:28:32.729Z]     The main artifact has been replaced with the baseline version.
18:28:32 [2024-02-16T23:28:32.729Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:32 [2024-02-16T23:28:32.729Z] 
18:28:32 [2024-02-16T23:28:32.729Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.729Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.729Z] [INFO] Execution was skipped
18:28:32 [2024-02-16T23:28:32.729Z] [INFO] 
18:28:32 [2024-02-16T23:28:32.729Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.team.examples.filesystem ---
18:28:32 [2024-02-16T23:28:32.729Z] [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/team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.7.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:32 [2024-02-16T23:28:32.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/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.7.300-SNAPSHOT.jar
18:28:34 [2024-02-16T23:28:34.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/eclipse.platform/team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.7.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:34 [2024-02-16T23:28:34.095Z] [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/team/examples/org.eclipse.team.examples.filesystem/target/org.eclipse.team.examples.filesystem-3.7.300-SNAPSHOT-sources.jar
18:28:35 [2024-02-16T23:28:35.459Z] [INFO] 
18:28:35 [2024-02-16T23:28:35.459Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.team.examples.filesystem ---
18:28:35 [2024-02-16T23:28:35.459Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.team.examples.filesystem:3.7.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/team/examples/org.eclipse.team.examples.filesystem/pom.xml
18:28:35 [2024-02-16T23:28:35.459Z]     The main artifact has been replaced with the baseline version.
18:28:35 [2024-02-16T23:28:35.459Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:35 [2024-02-16T23:28:35.459Z] 
18:28:35 [2024-02-16T23:28:35.459Z] [INFO] 
18:28:35 [2024-02-16T23:28:35.459Z] [INFO] --< org.eclipse.platform:org.eclipse.core.filesystem.linux.loongarch64 >--
18:28:35 [2024-02-16T23:28:35.459Z] [INFO] Building org.eclipse.core.filesystem.linux.loongarch64 1.4.200-SNAPSHOT [358/521]
18:28:35 [2024-02-16T23:28:35.459Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/pom.xml
18:28:35 [2024-02-16T23:28:35.459Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:35 [2024-02-16T23:28:35.460Z] [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/loongarch64], 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@6f935613
18:28:35 [2024-02-16T23:28:35.461Z] [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.0, 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:28:39 [2024-02-16T23:28:39.645Z] [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:28:39 [2024-02-16T23:28:39.646Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:28:40 [2024-02-16T23:28:40.207Z] [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:28:40 [2024-02-16T23:28:40.209Z] [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:28:40 [2024-02-16T23:28:40.210Z] [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:28:40 [2024-02-16T23:28:40.466Z] [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:28:40 [2024-02-16T23:28:40.723Z] [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:28:40 [2024-02-16T23:28:40.723Z] [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:28:40 [2024-02-16T23:28:40.983Z] [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:28:40 [2024-02-16T23:28:40.983Z] [INFO] 
18:28:40 [2024-02-16T23:28:40.983Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:40 [2024-02-16T23:28:40.983Z] [INFO] 
18:28:40 [2024-02-16T23:28:40.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.239Z] [INFO] The project's OSGi version is 1.4.200.v20220812-1420
18:28:41 [2024-02-16T23:28:41.239Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.240Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/saveproperties
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] Resolving class path of org.eclipse.core.filesystem.linux.loongarch64
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.240Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/src/main/resources
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.240Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/src/main/resources
18:28:41 [2024-02-16T23:28:41.240Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.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/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/src/test/resources
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.241Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/target/org.eclipse.core.filesystem.linux.loongarch64-1.4.200-SNAPSHOT-sources.jar
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.241Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/target/org.eclipse.core.filesystem.linux.loongarch64-1.4.200-SNAPSHOT.jar
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.241Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.filesystem.linux.loongarch64:eclipse-plugin:1.4.200-SNAPSHOT
18:28:41 [2024-02-16T23:28:41.242Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.242Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.242Z] [INFO] Execution was skipped
18:28:41 [2024-02-16T23:28:41.242Z] [INFO] 
18:28:41 [2024-02-16T23:28:41.242Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:41 [2024-02-16T23:28:41.242Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/target/org.eclipse.core.filesystem.linux.loongarch64-1.4.200-SNAPSHOT.jar
18:28:42 [2024-02-16T23:28:42.610Z] [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/resources/bundles/org.eclipse.core.filesystem.linux.loongarch64/target/org.eclipse.core.filesystem.linux.loongarch64-1.4.200-SNAPSHOT-sources.jar
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.filesystem.linux.loongarch64 ---
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.filesystem.linux.loongarch64:eclipse-plugin:1.4.200-SNAPSHOT
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] -----< org.eclipse.platform:org.eclipse.core.resources.spysupport >-----
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] Building [bundle] Core Resource Management Spy Support Fragment 1.6.0-SNAPSHOT [359/521]
18:28:43 [2024-02-16T23:28:43.172Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.resources.spysupport/.polyglot.META-INF
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] The project's OSGi version is 1.6.0.v20231214-1012
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.172Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.173Z] [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/resources/bundles/org.eclipse.core.resources.spysupport/saveproperties
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] Resolving class path of [bundle] Core Resource Management Spy Support Fragment
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.173Z] [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/resources/bundles/org.eclipse.core.resources.spysupport/src/main/resources
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.173Z] [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/resources/bundles/org.eclipse.core.resources.spysupport/src/main/resources
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.173Z] [INFO] Compiling 2 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/resources/bundles/org.eclipse.core.resources.spysupport/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.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/resources/bundles/org.eclipse.core.resources.spysupport/src/test/resources
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.430Z] [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/resources/bundles/org.eclipse.core.resources.spysupport/target/org.eclipse.core.resources.spysupport-1.6.0-SNAPSHOT-sources.jar
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.430Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.431Z] [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/resources/bundles/org.eclipse.core.resources.spysupport/target/org.eclipse.core.resources.spysupport-1.6.0-SNAPSHOT.jar
18:28:43 [2024-02-16T23:28:43.431Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.431Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.431Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.resources.spysupport:eclipse-plugin:1.6.0-SNAPSHOT
18:28:43 [2024-02-16T23:28:43.431Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.431Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.431Z] [INFO] Execution was skipped
18:28:43 [2024-02-16T23:28:43.431Z] [INFO] 
18:28:43 [2024-02-16T23:28:43.431Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.resources.spysupport ---
18:28:43 [2024-02-16T23:28:43.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/resources/bundles/org.eclipse.core.resources.spysupport/target/org.eclipse.core.resources.spysupport-1.6.0-SNAPSHOT.jar
18:28:43 [2024-02-16T23:28:43.992Z] [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/resources/bundles/org.eclipse.core.resources.spysupport/target/org.eclipse.core.resources.spysupport-1.6.0-SNAPSHOT-sources.jar
18:28:44 [2024-02-16T23:28:44.921Z] [INFO] 
18:28:44 [2024-02-16T23:28:44.921Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.resources.spysupport ---
18:28:44 [2024-02-16T23:28:44.921Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.resources.spysupport:eclipse-plugin:1.6.0-SNAPSHOT
18:28:44 [2024-02-16T23:28:44.921Z] [INFO] 
18:28:44 [2024-02-16T23:28:44.921Z] [INFO] -------< org.eclipse.platform:org.eclipse.core.tools.resources >--------
18:28:44 [2024-02-16T23:28:44.921Z] [INFO] Building org.eclipse.core.tools.resources 1.7.200-SNAPSHOT     [360/521]
18:28:44 [2024-02-16T23:28:44.921Z] [INFO]   from eclipse.platform/resources/bundles/org.eclipse.core.tools.resources/pom.xml
18:28:44 [2024-02-16T23:28:44.921Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:44 [2024-02-16T23:28:44.922Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] The project's OSGi version is 1.7.200.v20240216-1800
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.178Z] [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/resources/bundles/org.eclipse.core.tools.resources/saveproperties
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] Resolving class path of org.eclipse.core.tools.resources
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.178Z] [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/resources/bundles/org.eclipse.core.tools.resources/src/main/resources
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.178Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.434Z] [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/resources/bundles/org.eclipse.core.tools.resources/src/main/resources
18:28:45 [2024-02-16T23:28:45.434Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.434Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.435Z] [INFO] Compiling 28 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/resources/bundles/org.eclipse.core.tools.resources/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:45 [2024-02-16T23:28:45.690Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.690Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.690Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.690Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.690Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.690Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.690Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.690Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.690Z] [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/resources/bundles/org.eclipse.core.tools.resources/src/test/resources
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.691Z] [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/resources/bundles/org.eclipse.core.tools.resources/target/org.eclipse.core.tools.resources-1.7.200-SNAPSHOT-sources.jar
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] Copying 1 resource from  to target
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.691Z] [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/resources/bundles/org.eclipse.core.tools.resources/target/org.eclipse.core.tools.resources-1.7.200-SNAPSHOT.jar
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tools.resources:eclipse-plugin:1.7.200-SNAPSHOT
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] Execution was skipped
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] 
18:28:45 [2024-02-16T23:28:45.691Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tools.resources ---
18:28:45 [2024-02-16T23:28:45.691Z] [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/resources/bundles/org.eclipse.core.tools.resources/target/org.eclipse.core.tools.resources-1.7.200-SNAPSHOT.jar
18:28:46 [2024-02-16T23:28:46.618Z] [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/resources/bundles/org.eclipse.core.tools.resources/target/org.eclipse.core.tools.resources-1.7.200-SNAPSHOT-sources.jar
18:28:47 [2024-02-16T23:28:47.180Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tools.resources ---
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tools.resources:eclipse-plugin:1.7.200-SNAPSHOT
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] ------< org.eclipse.platform:eclipse.platform.resources.examples >------
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] Building eclipse.platform.resources.examples 4.31.0-SNAPSHOT   [361/521]
18:28:47 [2024-02-16T23:28:47.181Z] [INFO]   from eclipse.platform/resources/examples/pom.xml
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --------------------------------[ pom ]---------------------------------
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.resources.examples ---
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.resources.examples ---
18:28:47 [2024-02-16T23:28:47.181Z] [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/resources/examples/saveproperties
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.resources.examples ---
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.resources.examples ---
18:28:47 [2024-02-16T23:28:47.181Z] [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/resources/examples/src/main/resources
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.resources.examples ---
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.resources.examples ---
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.resources.examples ---
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] Execution was skipped
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.resources.examples ---
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.resources.examples ---
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.filesystem >-------
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] Building [bundle] Efs Examples Plug-in 1.1.300-SNAPSHOT        [362/521]
18:28:47 [2024-02-16T23:28:47.181Z] [INFO]   from eclipse.platform/resources/examples/org.eclipse.ui.examples.filesystem/.polyglot.META-INF
18:28:47 [2024-02-16T23:28:47.181Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:47 [2024-02-16T23:28:47.182Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] The project's OSGi version is 1.1.300.v20240114-1532
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.438Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.438Z] [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/resources/examples/org.eclipse.ui.examples.filesystem/saveproperties
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] Resolving class path of [bundle] Efs Examples Plug-in
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.439Z] [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/resources/examples/org.eclipse.ui.examples.filesystem/src/main/resources
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.439Z] [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/resources/examples/org.eclipse.ui.examples.filesystem/src/main/resources
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.439Z] [INFO] Compiling 18 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/resources/examples/org.eclipse.ui.examples.filesystem/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.695Z] [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/resources/examples/org.eclipse.ui.examples.filesystem/src/test/resources
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.695Z] [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/resources/examples/org.eclipse.ui.examples.filesystem/target/org.eclipse.ui.examples.filesystem-1.1.300-SNAPSHOT-sources.jar
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.695Z] [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/resources/examples/org.eclipse.ui.examples.filesystem/target/org.eclipse.ui.examples.filesystem-1.1.300-SNAPSHOT.jar
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.695Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.696Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.filesystem: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/resources/examples/org.eclipse.ui.examples.filesystem/.polyglot.META-INF
18:28:47 [2024-02-16T23:28:47.696Z]     The main artifact has been replaced with the baseline version.
18:28:47 [2024-02-16T23:28:47.696Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:47 [2024-02-16T23:28:47.696Z] 
18:28:47 [2024-02-16T23:28:47.696Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.696Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.696Z] [INFO] Execution was skipped
18:28:47 [2024-02-16T23:28:47.696Z] [INFO] 
18:28:47 [2024-02-16T23:28:47.696Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.filesystem ---
18:28:47 [2024-02-16T23:28:47.696Z] [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/resources/examples/org.eclipse.ui.examples.filesystem/target/org.eclipse.ui.examples.filesystem-1.1.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:47 [2024-02-16T23:28:47.696Z] [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/resources/examples/org.eclipse.ui.examples.filesystem/target/org.eclipse.ui.examples.filesystem-1.1.300-SNAPSHOT.jar
18:28:48 [2024-02-16T23:28:48.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/resources/examples/org.eclipse.ui.examples.filesystem/target/org.eclipse.ui.examples.filesystem-1.1.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:28:48 [2024-02-16T23:28:48.629Z] [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/resources/examples/org.eclipse.ui.examples.filesystem/target/org.eclipse.ui.examples.filesystem-1.1.300-SNAPSHOT-sources.jar
18:28:49 [2024-02-16T23:28:49.557Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.filesystem ---
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.filesystem: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/resources/examples/org.eclipse.ui.examples.filesystem/.polyglot.META-INF
18:28:49 [2024-02-16T23:28:49.558Z]     The main artifact has been replaced with the baseline version.
18:28:49 [2024-02-16T23:28:49.558Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:49 [2024-02-16T23:28:49.558Z] 
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] --< org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant3 >--
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] Building [bundle] Save Participant 3 3.6.100-SNAPSHOT          [363/521]
18:28:49 [2024-02-16T23:28:49.558Z] [INFO]   from eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/.polyglot.META-INF
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] The project's OSGi version is 3.6.100.v20231214-1012
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.558Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/saveproperties
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.558Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] Resolving class path of [bundle] Save Participant 3
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/main/resources
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/main/resources
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] Compiling 2 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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.559Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.560Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/src/test/resources
18:28:49 [2024-02-16T23:28:49.560Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.560Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.560Z] [INFO] Compiling 2 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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:49 [2024-02-16T23:28:49.560Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.560Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.560Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.560Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.560Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/org.eclipse.core.tests.resources.saveparticipant3-3.6.100-SNAPSHOT-sources.jar
18:28:49 [2024-02-16T23:28:49.560Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.560Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.817Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/org.eclipse.core.tests.resources.saveparticipant3-3.6.100-SNAPSHOT.jar
18:28:49 [2024-02-16T23:28:49.817Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.817Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.817Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant3:eclipse-plugin:3.6.100-SNAPSHOT
18:28:49 [2024-02-16T23:28:49.817Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.817Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.817Z] [INFO] Execution was skipped
18:28:49 [2024-02-16T23:28:49.817Z] [INFO] 
18:28:49 [2024-02-16T23:28:49.817Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:49 [2024-02-16T23:28:49.817Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/org.eclipse.core.tests.resources.saveparticipant3-3.6.100-SNAPSHOT.jar
18:28:50 [2024-02-16T23:28:50.746Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant3/target/org.eclipse.core.tests.resources.saveparticipant3-3.6.100-SNAPSHOT-sources.jar
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tests.resources.saveparticipant3 ---
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant3:eclipse-plugin:3.6.100-SNAPSHOT
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] --< org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant1 >--
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] Building [bundle] Save Participant 1 3.6.100-SNAPSHOT          [364/521]
18:28:52 [2024-02-16T23:28:52.112Z] [INFO]   from eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/.polyglot.META-INF
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] The project's OSGi version is 3.6.100.v20231214-1012
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.112Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.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/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/saveproperties
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] Resolving class path of [bundle] Save Participant 1
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.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/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/src/main/resources
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.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/eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/src/main/resources
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.113Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.114Z] [INFO] Compiling 1 source 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/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:52 [2024-02-16T23:28:52.114Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.114Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.114Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.114Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.114Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.114Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.114Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.114Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.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/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/src/test/resources
18:28:52 [2024-02-16T23:28:52.369Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.369Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] Compiling 1 source 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/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.370Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/org.eclipse.core.tests.resources.saveparticipant1-3.6.100-SNAPSHOT-sources.jar
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.370Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/org.eclipse.core.tests.resources.saveparticipant1-3.6.100-SNAPSHOT.jar
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.370Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant1:eclipse-plugin:3.6.100-SNAPSHOT
18:28:52 [2024-02-16T23:28:52.371Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.371Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.371Z] [INFO] Execution was skipped
18:28:52 [2024-02-16T23:28:52.371Z] [INFO] 
18:28:52 [2024-02-16T23:28:52.371Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:52 [2024-02-16T23:28:52.371Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/org.eclipse.core.tests.resources.saveparticipant1-3.6.100-SNAPSHOT.jar
18:28:53 [2024-02-16T23:28:53.299Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant1/target/org.eclipse.core.tests.resources.saveparticipant1-3.6.100-SNAPSHOT-sources.jar
18:28:53 [2024-02-16T23:28:53.859Z] [INFO] 
18:28:53 [2024-02-16T23:28:53.859Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tests.resources.saveparticipant1 ---
18:28:54 [2024-02-16T23:28:54.114Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant1:eclipse-plugin:3.6.100-SNAPSHOT
18:28:54 [2024-02-16T23:28:54.114Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.114Z] [INFO] --< org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant2 >--
18:28:54 [2024-02-16T23:28:54.114Z] [INFO] Building [bundle] Save Participant 2 3.6.100-SNAPSHOT          [365/521]
18:28:54 [2024-02-16T23:28:54.114Z] [INFO]   from eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/.polyglot.META-INF
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] The project's OSGi version is 3.6.100.v20231214-1012
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.115Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/saveproperties
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] Resolving class path of [bundle] Save Participant 2
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.115Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/src/main/resources
18:28:54 [2024-02-16T23:28:54.115Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.116Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.116Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/src/main/resources
18:28:54 [2024-02-16T23:28:54.116Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.116Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.116Z] [INFO] Compiling 1 source 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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:54 [2024-02-16T23:28:54.371Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.371Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.371Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.371Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.371Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.372Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/src/test/resources
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] Compiling 1 source 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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.372Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/org.eclipse.core.tests.resources.saveparticipant2-3.6.100-SNAPSHOT-sources.jar
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.372Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.373Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/org.eclipse.core.tests.resources.saveparticipant2-3.6.100-SNAPSHOT.jar
18:28:54 [2024-02-16T23:28:54.373Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.373Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.373Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant2:eclipse-plugin:3.6.100-SNAPSHOT
18:28:54 [2024-02-16T23:28:54.373Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.373Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.373Z] [INFO] Execution was skipped
18:28:54 [2024-02-16T23:28:54.373Z] [INFO] 
18:28:54 [2024-02-16T23:28:54.373Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:54 [2024-02-16T23:28:54.373Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/org.eclipse.core.tests.resources.saveparticipant2-3.6.100-SNAPSHOT.jar
18:28:55 [2024-02-16T23:28:55.300Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant2/target/org.eclipse.core.tests.resources.saveparticipant2-3.6.100-SNAPSHOT-sources.jar
18:28:55 [2024-02-16T23:28:55.869Z] [INFO] 
18:28:55 [2024-02-16T23:28:55.869Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tests.resources.saveparticipant2 ---
18:28:55 [2024-02-16T23:28:55.869Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant2:eclipse-plugin:3.6.100-SNAPSHOT
18:28:55 [2024-02-16T23:28:55.869Z] [INFO] 
18:28:55 [2024-02-16T23:28:55.869Z] [INFO] --< org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant >--
18:28:55 [2024-02-16T23:28:55.870Z] [INFO] Building org.eclipse.core.tests.resources.saveparticipant 3.6.100-SNAPSHOT [366/521]
18:28:55 [2024-02-16T23:28:55.870Z] [INFO]   from eclipse.platform/resources/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
18:28:55 [2024-02-16T23:28:55.870Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:28:55 [2024-02-16T23:28:55.870Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] The project's OSGi version is 3.6.100.v20231219-0644
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.441Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.442Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant/saveproperties
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] Resolving class path of org.eclipse.core.tests.resources.saveparticipant
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.442Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant/src/main/resources
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.442Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant/src/main/resources
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.442Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.442Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.698Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant/src/test/resources
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.698Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.699Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/org.eclipse.core.tests.resources.saveparticipant-3.6.100-SNAPSHOT-sources.jar
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.699Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/org.eclipse.core.tests.resources.saveparticipant-3.6.100-SNAPSHOT.jar
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant:eclipse-test-plugin:3.6.100-SNAPSHOT
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] Skipping tests
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] Execution was skipped
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] 
18:28:56 [2024-02-16T23:28:56.699Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:56 [2024-02-16T23:28:56.699Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/org.eclipse.core.tests.resources.saveparticipant-3.6.100-SNAPSHOT.jar
18:28:57 [2024-02-16T23:28:57.626Z] [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/resources/tests/org.eclipse.core.tests.resources.saveparticipant/target/org.eclipse.core.tests.resources.saveparticipant-3.6.100-SNAPSHOT-sources.jar
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.core.tests.resources.saveparticipant ---
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.core.tests.resources.saveparticipant:eclipse-test-plugin:3.6.100-SNAPSHOT
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --------< org.eclipse.platform:org.eclipse.debug.examples.core >--------
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] Building [bundle] Example Debug Core Plug-in 1.6.300-SNAPSHOT  [367/521]
18:28:58 [2024-02-16T23:28:58.988Z] [INFO]   from eclipse.platform/debug/org.eclipse.debug.examples.core/.polyglot.META-INF
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] The project's OSGi version is 1.6.300.v20240207-1044
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.988Z] [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/debug/org.eclipse.debug.examples.core/saveproperties
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] Resolving class path of [bundle] Example Debug Core Plug-in
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.988Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-28) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.989Z] [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/eclipse.platform/debug/org.eclipse.debug.examples.core/src_ant added.
18:28:58 [2024-02-16T23:28:58.989Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.989Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-29) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.989Z] [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/eclipse.platform/debug/org.eclipse.debug.examples.core/pdavm/src added.
18:28:58 [2024-02-16T23:28:58.989Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.989Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.989Z] [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/debug/org.eclipse.debug.examples.core/src/main/resources
18:28:58 [2024-02-16T23:28:58.989Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.989Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.989Z] [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/debug/org.eclipse.debug.examples.core/src/main/resources
18:28:58 [2024-02-16T23:28:58.989Z] [INFO] 
18:28:58 [2024-02-16T23:28:58.989Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.examples.core ---
18:28:58 [2024-02-16T23:28:58.989Z] [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/debug/org.eclipse.debug.examples.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:28:59 [2024-02-16T23:28:59.245Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/breakpoints/PDALineBreakpoint.java:[112] 
18:28:59 [2024-02-16T23:28:59.245Z] 	//#		// TODO: Exercise 3 - create breakpoint request in interpreter
18:28:59 [2024-02-16T23:28:59.246Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.246Z] TODO: Exercise 3 - create breakpoint request in interpreter
18:28:59 [2024-02-16T23:28:59.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/breakpoints/PDALineBreakpoint.java:[127] 
18:28:59 [2024-02-16T23:28:59.246Z] 	//#		// TODO: Exercise 3 - clear breakpoint request in interpreter
18:28:59 [2024-02-16T23:28:59.246Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.246Z] TODO: Exercise 3 - clear breakpoint request in interpreter
18:28:59 [2024-02-16T23:28:59.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/launcher/PDALaunchDelegate.java:[50] 
18:28:59 [2024-02-16T23:28:59.246Z] 	//#		// TODO: Exercise 1 - Launch a command shell as a system process to echo "foo"
18:28:59 [2024-02-16T23:28:59.246Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.246Z] TODO: Exercise 1 - Launch a command shell as a system process to echo "foo"
18:28:59 [2024-02-16T23:28:59.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/PDADebugTarget.java:[280] 
18:28:59 [2024-02-16T23:28:59.246Z] 	//#     // TODO: Exercise 2 - send termination request to interpreter
18:28:59 [2024-02-16T23:28:59.246Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.246Z] TODO: Exercise 2 - send termination request to interpreter
18:28:59 [2024-02-16T23:28:59.246Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/PDAThread.java:[195] 
18:28:59 [2024-02-16T23:28:59.246Z] 	//#		// TODO: Exercise 2 - send resume request to interpreter
18:28:59 [2024-02-16T23:28:59.246Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.246Z] TODO: Exercise 2 - send resume request to interpreter
18:28:59 [2024-02-16T23:28:59.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/PDAThread.java:[204] 
18:28:59 [2024-02-16T23:28:59.247Z] 	//#		// TODO: Exercise 2 - send suspend request to interpreter
18:28:59 [2024-02-16T23:28:59.247Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.247Z] TODO: Exercise 2 - send suspend request to interpreter
18:28:59 [2024-02-16T23:28:59.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/PDAThread.java:[313] 
18:28:59 [2024-02-16T23:28:59.247Z] 	//#			// TODO: Exercise 2 - handle/fire "client" resume event
18:28:59 [2024-02-16T23:28:59.247Z] 	   			   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.247Z] TODO: Exercise 2 - handle/fire "client" resume event
18:28:59 [2024-02-16T23:28:59.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/PDAThread.java:[320] 
18:28:59 [2024-02-16T23:28:59.247Z] 	//#			// TODO: Exercise 5 - handle start of drop event
18:28:59 [2024-02-16T23:28:59.247Z] 	   			   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.247Z] TODO: Exercise 5 - handle start of drop event
18:28:59 [2024-02-16T23:28:59.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/PDAThread.java:[329] 
18:28:59 [2024-02-16T23:28:59.247Z] 	//#			// TODO: Exercise 2 - handle/fire "client" suspend event
18:28:59 [2024-02-16T23:28:59.247Z] 	   			   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.247Z] TODO: Exercise 2 - handle/fire "client" suspend event
18:28:59 [2024-02-16T23:28:59.247Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/PDAThread.java:[345] 
18:28:59 [2024-02-16T23:28:59.247Z] 	//#			// TODO: Exercise 5 - handle end of drop event
18:28:59 [2024-02-16T23:28:59.247Z] 	   			   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.247Z] TODO: Exercise 5 - handle end of drop event
18:28:59 [2024-02-16T23:28:59.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/PDAThread.java:[426] 
18:28:59 [2024-02-16T23:28:59.248Z] 	//#		// TODO: Exercise 5 - send drop request
18:28:59 [2024-02-16T23:28:59.248Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.248Z] TODO: Exercise 5 - send drop request
18:28:59 [2024-02-16T23:28:59.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/PDAThread.java:[441] 
18:28:59 [2024-02-16T23:28:59.248Z] 	//#		// TODO: Exercise 5 - allow pop if there is more than 1 frame on the stack
18:28:59 [2024-02-16T23:28:59.248Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.248Z] TODO: Exercise 5 - allow pop if there is more than 1 frame on the stack
18:28:59 [2024-02-16T23:28:59.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/WordStructureDelegate.java:[30] 
18:28:59 [2024-02-16T23:28:59.248Z] 	//#		// TODO: Exercise 6 - provide logical structures if the value has multiple words
18:28:59 [2024-02-16T23:28:59.248Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.248Z] TODO: Exercise 6 - provide logical structures if the value has multiple words
18:28:59 [2024-02-16T23:28:59.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/model/WordStructureDelegate.java:[45] 
18:28:59 [2024-02-16T23:28:59.248Z] 	//#		// TODO: Exercise 6 - create an array from the given value
18:28:59 [2024-02-16T23:28:59.248Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.248Z] TODO: Exercise 6 - create an array from the given value
18:28:59 [2024-02-16T23:28:59.248Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/sourcelookup/PDASourceLookupDirector.java:[29] 
18:28:59 [2024-02-16T23:28:59.248Z] 	//#		// TODO: Exercise 4 - add our participant to this director
18:28:59 [2024-02-16T23:28:59.248Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.248Z] TODO: Exercise 4 - add our participant to this director
18:28:59 [2024-02-16T23:28:59.249Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/sourcelookup/PDASourceLookupParticipant.java:[31] 
18:28:59 [2024-02-16T23:28:59.249Z] 	//#		// TODO: Exercise 4 - return the name of the source file for the given stack frame
18:28:59 [2024-02-16T23:28:59.249Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.249Z] TODO: Exercise 4 - return the name of the source file for the given stack frame
18:28:59 [2024-02-16T23:28:59.249Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.core/src/org/eclipse/debug/examples/core/pda/sourcelookup/PDASourcePathComputerDelegate.java:[49] 
18:28:59 [2024-02-16T23:28:59.249Z] 	//#				// TODO: Exercise 4 - seed the source lookup path
18:28:59 [2024-02-16T23:28:59.249Z] 	   				   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:28:59 [2024-02-16T23:28:59.249Z] TODO: Exercise 4 - seed the source lookup path
18:28:59 [2024-02-16T23:28:59.249Z] 17 problems (null, 17 warnings)
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.249Z] [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/debug/org.eclipse.debug.examples.core/src/test/resources
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.249Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.250Z] [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/debug/org.eclipse.debug.examples.core/target/org.eclipse.debug.examples.core-1.6.300-SNAPSHOT-sources.jar
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.250Z] [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/debug/org.eclipse.debug.examples.core/target/org.eclipse.debug.examples.core-1.6.300-SNAPSHOT.jar
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.examples.core: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/debug/org.eclipse.debug.examples.core/.polyglot.META-INF
18:28:59 [2024-02-16T23:28:59.250Z]     The main artifact has been replaced with the baseline version.
18:28:59 [2024-02-16T23:28:59.250Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:28:59 [2024-02-16T23:28:59.250Z] 
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] Execution was skipped
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] 
18:28:59 [2024-02-16T23:28:59.250Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.examples.core ---
18:28:59 [2024-02-16T23:28:59.250Z] [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/debug/org.eclipse.debug.examples.core/target/org.eclipse.debug.examples.core-1.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:28:59 [2024-02-16T23:28:59.250Z] [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/debug/org.eclipse.debug.examples.core/target/org.eclipse.debug.examples.core-1.6.300-SNAPSHOT.jar
18:29:00 [2024-02-16T23:29:00.178Z] [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/debug/org.eclipse.debug.examples.core/target/org.eclipse.debug.examples.core-1.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:00 [2024-02-16T23:29:00.178Z] [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/debug/org.eclipse.debug.examples.core/target/org.eclipse.debug.examples.core-1.6.300-SNAPSHOT-sources.jar
18:29:01 [2024-02-16T23:29:01.106Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.106Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.debug.examples.core ---
18:29:01 [2024-02-16T23:29:01.106Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.examples.core: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/debug/org.eclipse.debug.examples.core/.polyglot.META-INF
18:29:01 [2024-02-16T23:29:01.106Z]     The main artifact has been replaced with the baseline version.
18:29:01 [2024-02-16T23:29:01.106Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:01 [2024-02-16T23:29:01.106Z] 
18:29:01 [2024-02-16T23:29:01.106Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.106Z] [INFO] -------< org.eclipse.platform:org.eclipse.debug.examples.memory >-------
18:29:01 [2024-02-16T23:29:01.106Z] [INFO] Building [bundle] Sample Memory View Plugin 1.104.0-SNAPSHOT   [368/521]
18:29:01 [2024-02-16T23:29:01.106Z] [INFO]   from eclipse.platform/debug/org.eclipse.debug.examples.memory/.polyglot.META-INF
18:29:01 [2024-02-16T23:29:01.106Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:01 [2024-02-16T23:29:01.107Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:01 [2024-02-16T23:29:01.362Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] The project's OSGi version is 1.104.0.v20240104-0922
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [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/debug/org.eclipse.debug.examples.memory/saveproperties
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] Resolving class path of [bundle] Sample Memory View Plugin
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [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/debug/org.eclipse.debug.examples.memory/src/main/resources
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.363Z] [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/debug/org.eclipse.debug.examples.memory/src/main/resources
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.363Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.364Z] [INFO] Compiling 15 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/debug/org.eclipse.debug.examples.memory/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.620Z] [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/debug/org.eclipse.debug.examples.memory/src/test/resources
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.620Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.621Z] [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/debug/org.eclipse.debug.examples.memory/target/org.eclipse.debug.examples.memory-1.104.0-SNAPSHOT-sources.jar
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.621Z] [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/debug/org.eclipse.debug.examples.memory/target/org.eclipse.debug.examples.memory-1.104.0-SNAPSHOT.jar
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.debug.examples.memory:eclipse-plugin:1.104.0-SNAPSHOT
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] Execution was skipped
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] 
18:29:01 [2024-02-16T23:29:01.621Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.examples.memory ---
18:29:01 [2024-02-16T23:29:01.621Z] [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/debug/org.eclipse.debug.examples.memory/target/org.eclipse.debug.examples.memory-1.104.0-SNAPSHOT.jar
18:29:02 [2024-02-16T23:29:02.549Z] [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/debug/org.eclipse.debug.examples.memory/target/org.eclipse.debug.examples.memory-1.104.0-SNAPSHOT-sources.jar
18:29:03 [2024-02-16T23:29:03.475Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.475Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.debug.examples.memory ---
18:29:03 [2024-02-16T23:29:03.475Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.debug.examples.memory:eclipse-plugin:1.104.0-SNAPSHOT
18:29:03 [2024-02-16T23:29:03.475Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.475Z] [INFO] -----< org.eclipse.platform:org.eclipse.debug.examples.mixedmode >------
18:29:03 [2024-02-16T23:29:03.475Z] [INFO] Building [bundle] Mixed-mode Launching Example 1.4.0-SNAPSHOT  [369/521]
18:29:03 [2024-02-16T23:29:03.475Z] [INFO]   from eclipse.platform/debug/org.eclipse.debug.examples.mixedmode/.polyglot.META-INF
18:29:03 [2024-02-16T23:29:03.475Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] The project's OSGi version is 1.4.0.v20231214-1012
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.476Z] [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/debug/org.eclipse.debug.examples.mixedmode/saveproperties
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.476Z] [INFO] Resolving class path of [bundle] Mixed-mode Launching Example
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.732Z] [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/debug/org.eclipse.debug.examples.mixedmode/src/main/resources
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.732Z] [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/debug/org.eclipse.debug.examples.mixedmode/src/main/resources
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.732Z] [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/debug/org.eclipse.debug.examples.mixedmode/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.732Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.733Z] [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/debug/org.eclipse.debug.examples.mixedmode/src/test/resources
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.733Z] [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/debug/org.eclipse.debug.examples.mixedmode/target/org.eclipse.debug.examples.mixedmode-1.4.0-SNAPSHOT-sources.jar
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.733Z] [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/debug/org.eclipse.debug.examples.mixedmode/target/org.eclipse.debug.examples.mixedmode-1.4.0-SNAPSHOT.jar
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.debug.examples.mixedmode:eclipse-plugin:1.4.0-SNAPSHOT
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] Execution was skipped
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] 
18:29:03 [2024-02-16T23:29:03.733Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.examples.mixedmode ---
18:29:03 [2024-02-16T23:29:03.734Z] [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/debug/org.eclipse.debug.examples.mixedmode/target/org.eclipse.debug.examples.mixedmode-1.4.0-SNAPSHOT.jar
18:29:04 [2024-02-16T23:29:04.662Z] [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/debug/org.eclipse.debug.examples.mixedmode/target/org.eclipse.debug.examples.mixedmode-1.4.0-SNAPSHOT-sources.jar
18:29:05 [2024-02-16T23:29:05.589Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.589Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.debug.examples.mixedmode ---
18:29:05 [2024-02-16T23:29:05.589Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.debug.examples.mixedmode:eclipse-plugin:1.4.0-SNAPSHOT
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] ---------< org.eclipse.platform:org.eclipse.debug.examples.ui >---------
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] Building [bundle] Example Debug UI Plug-in 1.8.300-SNAPSHOT    [370/521]
18:29:05 [2024-02-16T23:29:05.590Z] [INFO]   from eclipse.platform/debug/org.eclipse.debug.examples.ui/.polyglot.META-INF
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] The project's OSGi version is 1.8.300.v20240104-0922
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.590Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.591Z] [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/debug/org.eclipse.debug.examples.ui/saveproperties
18:29:05 [2024-02-16T23:29:05.591Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.591Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.591Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.591Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.591Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.591Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.591Z] [INFO] Resolving class path of [bundle] Example Debug UI Plug-in
18:29:05 [2024-02-16T23:29:05.845Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.846Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.846Z] [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/debug/org.eclipse.debug.examples.ui/src/main/resources
18:29:05 [2024-02-16T23:29:05.846Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.846Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.846Z] [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/debug/org.eclipse.debug.examples.ui/src/main/resources
18:29:05 [2024-02-16T23:29:05.846Z] [INFO] 
18:29:05 [2024-02-16T23:29:05.846Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.examples.ui ---
18:29:05 [2024-02-16T23:29:05.846Z] [INFO] Compiling 62 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/debug/org.eclipse.debug.examples.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:06 [2024-02-16T23:29:06.102Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/breakpoints/PDAEditorAdapterFactory.java:[42] 
18:29:06 [2024-02-16T23:29:06.102Z] 	//#					// TODO: Exercise 7 - create run to line adapter
18:29:06 [2024-02-16T23:29:06.102Z] 	   					   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:06 [2024-02-16T23:29:06.102Z] TODO: Exercise 7 - create run to line adapter
18:29:06 [2024-02-16T23:29:06.102Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/breakpoints/PDARunToLineAdapter.java:[53] 
18:29:06 [2024-02-16T23:29:06.102Z] 	//#					// TODO: Exercise 7 - perform the run-to-line with a run-to-line breakpoint and handler
18:29:06 [2024-02-16T23:29:06.102Z] 	   					   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:06 [2024-02-16T23:29:06.102Z] TODO: Exercise 7 - perform the run-to-line with a run-to-line breakpoint and handler
18:29:06 [2024-02-16T23:29:06.102Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/breakpoints/PDARunToLineAdapter.java:[68] 
18:29:06 [2024-02-16T23:29:06.102Z] 	//#		// TODO: Exercise 7 - ensure the target is a PDA target
18:29:06 [2024-02-16T23:29:06.102Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:06 [2024-02-16T23:29:06.102Z] TODO: Exercise 7 - ensure the target is a PDA target
18:29:06 [2024-02-16T23:29:06.102Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/editor/PopFrameActionDelegate.java:[41] 
18:29:06 [2024-02-16T23:29:06.103Z] 	//#		// TODO: Exercise 5 - pop the top frame
18:29:06 [2024-02-16T23:29:06.103Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:06 [2024-02-16T23:29:06.103Z] TODO: Exercise 5 - pop the top frame
18:29:06 [2024-02-16T23:29:06.103Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/editor/PopFrameActionDelegate.java:[58] 
18:29:06 [2024-02-16T23:29:06.103Z] 	//#				// TODO: Exercise 5 - enable the action if the frame's thread supports it
18:29:06 [2024-02-16T23:29:06.103Z] 	   				   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:06 [2024-02-16T23:29:06.103Z] TODO: Exercise 5 - enable the action if the frame's thread supports it
18:29:06 [2024-02-16T23:29:06.103Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/launcher/PDAMainTab.java:[116] 
18:29:06 [2024-02-16T23:29:06.103Z] 	//#		// TODO: Exercise 1 - retrieve the program path attribute from the launch configuration
18:29:06 [2024-02-16T23:29:06.103Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:06 [2024-02-16T23:29:06.103Z] TODO: Exercise 1 - retrieve the program path attribute from the launch configuration
18:29:06 [2024-02-16T23:29:06.103Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/launcher/PDAMainTab.java:[141] 
18:29:06 [2024-02-16T23:29:06.103Z] 	//#		// TODO: Exercise 1 - update the launch configuration with the path to
18:29:06 [2024-02-16T23:29:06.103Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:06 [2024-02-16T23:29:06.103Z] TODO: Exercise 1 - update the launch configuration with the path to
18:29:06 [2024-02-16T23:29:06.103Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/launcher/PDAMainTab.java:[171] 
18:29:06 [2024-02-16T23:29:06.103Z] 	//#		// TODO: Exercise 1 - validate the currently specified program exists and is not
18:29:06 [2024-02-16T23:29:06.103Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:06 [2024-02-16T23:29:06.103Z] TODO: Exercise 1 - validate the currently specified program exists and is not
18:29:06 [2024-02-16T23:29:06.103Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/debug/org.eclipse.debug.examples.ui/src/org/eclipse/debug/examples/ui/pda/launcher/PDATabGroup.java:[30] 
18:29:06 [2024-02-16T23:29:06.104Z] 	//#		// TODO: Exercise 1 - add the PDA main tab, source lookup tab and common
18:29:06 [2024-02-16T23:29:06.104Z] 	   		   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:06 [2024-02-16T23:29:06.104Z] TODO: Exercise 1 - add the PDA main tab, source lookup tab and common
18:29:06 [2024-02-16T23:29:06.104Z] 9 problems (null, 9 warnings)
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.104Z] [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/debug/org.eclipse.debug.examples.ui/src/test/resources
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.104Z] [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/debug/org.eclipse.debug.examples.ui/target/org.eclipse.debug.examples.ui-1.8.300-SNAPSHOT-sources.jar
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.104Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.359Z] [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/debug/org.eclipse.debug.examples.ui/target/org.eclipse.debug.examples.ui-1.8.300-SNAPSHOT.jar
18:29:06 [2024-02-16T23:29:06.360Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.360Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.360Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.examples.ui: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/debug/org.eclipse.debug.examples.ui/.polyglot.META-INF
18:29:06 [2024-02-16T23:29:06.360Z]     The main artifact has been replaced with the baseline version.
18:29:06 [2024-02-16T23:29:06.360Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:06 [2024-02-16T23:29:06.360Z] 
18:29:06 [2024-02-16T23:29:06.360Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.360Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.360Z] [INFO] Execution was skipped
18:29:06 [2024-02-16T23:29:06.360Z] [INFO] 
18:29:06 [2024-02-16T23:29:06.360Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.examples.ui ---
18:29:06 [2024-02-16T23:29:06.360Z] [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/debug/org.eclipse.debug.examples.ui/target/org.eclipse.debug.examples.ui-1.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:29:06 [2024-02-16T23:29:06.360Z] [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/debug/org.eclipse.debug.examples.ui/target/org.eclipse.debug.examples.ui-1.8.300-SNAPSHOT.jar
18:29:07 [2024-02-16T23:29:07.286Z] [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/debug/org.eclipse.debug.examples.ui/target/org.eclipse.debug.examples.ui-1.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:07 [2024-02-16T23:29:07.286Z] [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/debug/org.eclipse.debug.examples.ui/target/org.eclipse.debug.examples.ui-1.8.300-SNAPSHOT-sources.jar
18:29:08 [2024-02-16T23:29:08.212Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.212Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.debug.examples.ui ---
18:29:08 [2024-02-16T23:29:08.212Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.examples.ui: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/debug/org.eclipse.debug.examples.ui/.polyglot.META-INF
18:29:08 [2024-02-16T23:29:08.212Z]     The main artifact has been replaced with the baseline version.
18:29:08 [2024-02-16T23:29:08.212Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:08 [2024-02-16T23:29:08.212Z] 
18:29:08 [2024-02-16T23:29:08.212Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.212Z] [INFO] ------------< org.eclipse.platform:org.eclipse.debug.tests >------------
18:29:08 [2024-02-16T23:29:08.212Z] [INFO] Building [test-bundle] Debug Test Plugin 3.14.100-SNAPSHOT     [371/521]
18:29:08 [2024-02-16T23:29:08.212Z] [INFO]   from eclipse.platform/debug/org.eclipse.debug.tests/.polyglot.META-INF
18:29:08 [2024-02-16T23:29:08.212Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:29:08 [2024-02-16T23:29:08.212Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:08 [2024-02-16T23:29:08.467Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.467Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.467Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.467Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.467Z] [INFO] The project's OSGi version is 3.14.100.v20240205-1324
18:29:08 [2024-02-16T23:29:08.467Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.467Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.467Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.468Z] [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/debug/org.eclipse.debug.tests/saveproperties
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] Resolving class path of [test-bundle] Debug Test Plugin
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.468Z] [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/debug/org.eclipse.debug.tests/src/main/resources
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.468Z] [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/debug/org.eclipse.debug.tests/src/main/resources
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] 
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.tests ---
18:29:08 [2024-02-16T23:29:08.468Z] [INFO] Compiling 115 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/debug/org.eclipse.debug.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/launching/LaunchManagerTests.java:[365] 
18:29:09 [2024-02-16T23:29:09.030Z] 	hasCancellingLaunches(1); // XXX #buildForLaunch does not remove the
18:29:09 [2024-02-16T23:29:09.030Z] 	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.030Z] XXX #buildForLaunch does not remove the
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[204] 
18:29:09 [2024-02-16T23:29:09.030Z] 	// TODO: update of element's data after insert seems redundant
18:29:09 [2024-02-16T23:29:09.030Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.030Z] TODO: update of element's data after insert seems redundant
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[210] 
18:29:09 [2024-02-16T23:29:09.030Z] 	// TODO: redundant label updates on insert!
18:29:09 [2024-02-16T23:29:09.030Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.030Z] TODO: redundant label updates on insert!
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[257] 
18:29:09 [2024-02-16T23:29:09.030Z] 	// TODO: list full set of expected updates.
18:29:09 [2024-02-16T23:29:09.030Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.030Z] TODO: list full set of expected updates.
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[302] 
18:29:09 [2024-02-16T23:29:09.031Z] 	// TODO: list full set of expected updates.
18:29:09 [2024-02-16T23:29:09.031Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.031Z] TODO: list full set of expected updates.
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[334] 
18:29:09 [2024-02-16T23:29:09.031Z] 	// TODO: redundant updates on add!
18:29:09 [2024-02-16T23:29:09.031Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.031Z] TODO: redundant updates on add!
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[475] 
18:29:09 [2024-02-16T23:29:09.031Z] 	// TODO Investigate: there seem to be unnecessary updates being issued
18:29:09 [2024-02-16T23:29:09.031Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.031Z] TODO Investigate: there seem to be unnecessary updates being issued
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[493] 
18:29:09 [2024-02-16T23:29:09.031Z] 	//TODO unnecessary update: fListener.addChildreUpdate(path1, 1);
18:29:09 [2024-02-16T23:29:09.031Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.031Z] TODO unnecessary update: fListener.addChildreUpdate(path1, 1);
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[505] 
18:29:09 [2024-02-16T23:29:09.031Z] 	// TODO unnecessary update: fListener.addChildreCountUpdate(path2);
18:29:09 [2024-02-16T23:29:09.031Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.031Z] TODO unnecessary update: fListener.addChildreCountUpdate(path2);
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[507] 
18:29:09 [2024-02-16T23:29:09.031Z] 	// TODO unnecessary update: fListener.addChildreUpdate(path2, 1);
18:29:09 [2024-02-16T23:29:09.031Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.031Z] TODO unnecessary update: fListener.addChildreUpdate(path2, 1);
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[558] 
18:29:09 [2024-02-16T23:29:09.032Z] 	// TODO Investigate: there seem to be unnecessary updates being issued
18:29:09 [2024-02-16T23:29:09.032Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.032Z] TODO Investigate: there seem to be unnecessary updates being issued
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[601] 
18:29:09 [2024-02-16T23:29:09.032Z] 	// TODO: redundant updates on install deltas
18:29:09 [2024-02-16T23:29:09.032Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.032Z] TODO: redundant updates on install deltas
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/DeltaTests.java:[633] 
18:29:09 [2024-02-16T23:29:09.032Z] 	// TODO: redundant updates on install deltas
18:29:09 [2024-02-16T23:29:09.032Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.032Z] TODO: redundant updates on install deltas
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/JFaceViewerDeltaTests.java:[36] 
18:29:09 [2024-02-16T23:29:09.032Z] 	* TODO: remove this method when bug 292322 gets fixed in TreeViewer
18:29:09 [2024-02-16T23:29:09.032Z] 	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.032Z] TODO: remove this method when bug 292322 gets fixed in TreeViewer
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/LazyTests.java:[92] 
18:29:09 [2024-02-16T23:29:09.032Z] 	fListener.addLabelUpdate(expandElementPath); // TODO: not sure why label is updated upon expand?
18:29:09 [2024-02-16T23:29:09.032Z] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.032Z] TODO: not sure why label is updated upon expand?
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/LazyTests.java:[120] 
18:29:09 [2024-02-16T23:29:09.033Z] 	// TODO: child count for element 1 is updated multiple times.
18:29:09 [2024-02-16T23:29:09.033Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.033Z] TODO: child count for element 1 is updated multiple times.
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/LazyTests.java:[198] 
18:29:09 [2024-02-16T23:29:09.033Z] 	fListener.addLabelUpdate(refreshElementPath); // TODO: not sure why label is updated upon expand?
18:29:09 [2024-02-16T23:29:09.033Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.033Z] TODO: not sure why label is updated upon expand?
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/PerformanceTests.java:[265] 
18:29:09 [2024-02-16T23:29:09.033Z] 	// TODO: add state updates somehow?
18:29:09 [2024-02-16T23:29:09.033Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.033Z] TODO: add state updates somehow?
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/PopupTests.java:[115] 
18:29:09 [2024-02-16T23:29:09.033Z] 	// TODO Investigate: there seem to be unnecessary updates being issued
18:29:09 [2024-02-16T23:29:09.033Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.033Z] TODO Investigate: there seem to be unnecessary updates being issued
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/StateTests.java:[901] 
18:29:09 [2024-02-16T23:29:09.033Z] 	// TODO: add state updates somehow?
18:29:09 [2024-02-16T23:29:09.033Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.033Z] TODO: add state updates somehow?
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/StateTests.java:[952] 
18:29:09 [2024-02-16T23:29:09.033Z] 	// TODO: add state updates somehow?
18:29:09 [2024-02-16T23:29:09.033Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.033Z] TODO: add state updates somehow?
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/TestModel.java:[563] 
18:29:09 [2024-02-16T23:29:09.034Z] 	// TODO: set replacement index!?!
18:29:09 [2024-02-16T23:29:09.034Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.034Z] TODO: set replacement index!?!
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/TreeModelViewerAutopopulateAgent.java:[65] 
18:29:09 [2024-02-16T23:29:09.034Z] 	// TODO Auto-generated method stub
18:29:09 [2024-02-16T23:29:09.034Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.034Z] TODO Auto-generated method stub
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/TreeModelViewerAutopopulateAgent.java:[71] 
18:29:09 [2024-02-16T23:29:09.034Z] 	// TODO Auto-generated method stub
18:29:09 [2024-02-16T23:29:09.034Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.034Z] TODO Auto-generated method stub
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/TreeModelViewerAutopopulateAgent.java:[77] 
18:29:09 [2024-02-16T23:29:09.034Z] 	// TODO Auto-generated method stub
18:29:09 [2024-02-16T23:29:09.034Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:09 [2024-02-16T23:29:09.034Z] TODO Auto-generated method stub
18:29:09 [2024-02-16T23:29:09.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/eclipse.platform/debug/org.eclipse.debug.tests/src/org/eclipse/debug/tests/viewer/model/VirtualViewerLazyModeTests.java:[46] 
18:29:09 [2024-02-16T23:29:09.034Z] 	// TODO
18:29:09 [2024-02-16T23:29:09.034Z] 	   ^^^^
18:29:09 [2024-02-16T23:29:09.034Z] TODO
18:29:09 [2024-02-16T23:29:09.034Z] 26 problems (null, 26 warnings)
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.034Z] [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/debug/org.eclipse.debug.tests/src/test/resources
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.034Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.035Z] [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/debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.14.100-SNAPSHOT-sources.jar
18:29:09 [2024-02-16T23:29:09.035Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.035Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.290Z] [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/debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.14.100-SNAPSHOT.jar
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.tests:3.14.100-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/debug/org.eclipse.debug.tests/.polyglot.META-INF
18:29:09 [2024-02-16T23:29:09.290Z]     The main artifact has been replaced with the baseline version.
18:29:09 [2024-02-16T23:29:09.290Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:09 [2024-02-16T23:29:09.290Z] 
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] Skipping tests
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] Execution was skipped
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] 
18:29:09 [2024-02-16T23:29:09.290Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.tests ---
18:29:09 [2024-02-16T23:29:09.290Z] [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/debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.14.100-SNAPSHOT.jar' is already signed and will be resigned.
18:29:09 [2024-02-16T23:29:09.291Z] [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/debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.14.100-SNAPSHOT.jar
18:29:10 [2024-02-16T23:29:10.218Z] [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/debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.14.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:10 [2024-02-16T23:29:10.219Z] [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/debug/org.eclipse.debug.tests/target/org.eclipse.debug.tests-3.14.100-SNAPSHOT-sources.jar
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.debug.tests ---
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.debug.tests:3.14.100-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/debug/org.eclipse.debug.tests/.polyglot.META-INF
18:29:12 [2024-02-16T23:29:12.106Z]     The main artifact has been replaced with the baseline version.
18:29:12 [2024-02-16T23:29:12.106Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:12 [2024-02-16T23:29:12.106Z] 
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] -----< org.eclipse.platform:org.eclipse.debug.ui.launchview.tests >-----
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] Building [test-bundle] Debug UI (LaunchView) Test Plugin 1.1.0-SNAPSHOT [372/521]
18:29:12 [2024-02-16T23:29:12.106Z] [INFO]   from eclipse.platform/debug/org.eclipse.debug.ui.launchview.tests/.polyglot.META-INF
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.106Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] The project's OSGi version is 1.1.0.v20231216-1500
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.107Z] [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/debug/org.eclipse.debug.ui.launchview.tests/saveproperties
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.107Z] [INFO] Resolving class path of [test-bundle] Debug UI (LaunchView) Test Plugin
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.363Z] [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/debug/org.eclipse.debug.ui.launchview.tests/src/main/resources
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.363Z] [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/debug/org.eclipse.debug.ui.launchview.tests/src/main/resources
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.363Z] [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/debug/org.eclipse.debug.ui.launchview.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.363Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.364Z] [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/debug/org.eclipse.debug.ui.launchview.tests/src/test/resources
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.364Z] [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/debug/org.eclipse.debug.ui.launchview.tests/target/org.eclipse.debug.ui.launchview.tests-1.1.0-SNAPSHOT-sources.jar
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.364Z] [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/debug/org.eclipse.debug.ui.launchview.tests/target/org.eclipse.debug.ui.launchview.tests-1.1.0-SNAPSHOT.jar
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.debug.ui.launchview.tests:eclipse-test-plugin:1.1.0-SNAPSHOT
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] Skipping tests
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] Execution was skipped
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] 
18:29:12 [2024-02-16T23:29:12.364Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.debug.ui.launchview.tests ---
18:29:12 [2024-02-16T23:29:12.635Z] [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/debug/org.eclipse.debug.ui.launchview.tests/target/org.eclipse.debug.ui.launchview.tests-1.1.0-SNAPSHOT.jar
18:29:13 [2024-02-16T23:29:13.568Z] [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/debug/org.eclipse.debug.ui.launchview.tests/target/org.eclipse.debug.ui.launchview.tests-1.1.0-SNAPSHOT-sources.jar
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.debug.ui.launchview.tests ---
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.debug.ui.launchview.tests:eclipse-test-plugin:1.1.0-SNAPSHOT
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.server.jetty >--------
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] Building [feature] Jetty Http Server Feature 1.11.400-SNAPSHOT [373/521]
18:29:14 [2024-02-16T23:29:14.932Z] [INFO]   from equinox/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.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/equinox/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.932Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.server.jetty/target
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] The project's OSGi version is 1.11.400.v20240213-1244
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [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/features/org.eclipse.equinox.server.jetty/saveproperties
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [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/features/org.eclipse.equinox.server.jetty/src/main/resources
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [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/features/org.eclipse.equinox.server.jetty/src/main/resources
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.933Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.934Z] [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/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.400-SNAPSHOT.jar
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.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/equinox/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml
18:29:14 [2024-02-16T23:29:14.934Z]     The main artifact has been replaced with the baseline version.
18:29:14 [2024-02-16T23:29:14.934Z] 
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.934Z] [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/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.400-SNAPSHOT-sources-feature.jar
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.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/equinox/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml
18:29:14 [2024-02-16T23:29:14.934Z]     The main artifact has been replaced with the baseline version.
18:29:14 [2024-02-16T23:29:14.934Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:29:14 [2024-02-16T23:29:14.934Z] 
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] Execution was skipped
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] 
18:29:14 [2024-02-16T23:29:14.934Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.server.jetty ---
18:29:14 [2024-02-16T23:29:14.935Z] [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/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.400-SNAPSHOT.jar' is already signed and will be resigned.
18:29:14 [2024-02-16T23:29:14.935Z] [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/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.400-SNAPSHOT.jar
18:29:16 [2024-02-16T23:29:16.299Z] [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/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.400-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:29:16 [2024-02-16T23:29:16.299Z] [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/features/org.eclipse.equinox.server.jetty/target/org.eclipse.equinox.server.jetty-1.11.400-SNAPSHOT-sources-feature.jar
18:29:17 [2024-02-16T23:29:17.226Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.226Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.server.jetty ---
18:29:17 [2024-02-16T23:29:17.227Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.jetty:1.11.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/equinox/features/org.eclipse.equinox.server.jetty/.polyglot.feature.xml
18:29:17 [2024-02-16T23:29:17.227Z]     The main artifact has been replaced with the baseline version.
18:29:17 [2024-02-16T23:29:17.227Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:29:17 [2024-02-16T23:29:17.227Z] 
18:29:17 [2024-02-16T23:29:17.227Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.227Z] [INFO] ----------------< org.eclipse.ua:org.eclipse.ua.tests >-----------------
18:29:17 [2024-02-16T23:29:17.227Z] [INFO] Building org.eclipse.ua.tests 3.6.300-SNAPSHOT                 [374/521]
18:29:17 [2024-02-16T23:29:17.227Z] [INFO]   from eclipse.platform/ua/org.eclipse.ua.tests/pom.xml
18:29:17 [2024-02-16T23:29:17.227Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:29:17 [2024-02-16T23:29:17.227Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] The project's OSGi version is 3.6.300.v20240123-0838
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.484Z] [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/ua/org.eclipse.ua.tests/saveproperties
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.484Z] [INFO] Resolving class path of org.eclipse.ua.tests
18:29:17 [2024-02-16T23:29:17.740Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.740Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.740Z] [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/ua/org.eclipse.ua.tests/src/main/resources
18:29:17 [2024-02-16T23:29:17.740Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.740Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.741Z] [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/ua/org.eclipse.ua.tests/src/main/resources
18:29:17 [2024-02-16T23:29:17.741Z] [INFO] 
18:29:17 [2024-02-16T23:29:17.741Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ua.tests ---
18:29:17 [2024-02-16T23:29:17.741Z] [INFO] Compiling 232 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/ua/org.eclipse.ua.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:18 [2024-02-16T23:29:18.302Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.302Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ua.tests ---
18:29:18 [2024-02-16T23:29:18.302Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.302Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ua.tests ---
18:29:18 [2024-02-16T23:29:18.302Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.302Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ua.tests ---
18:29:18 [2024-02-16T23:29:18.303Z] [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/ua/org.eclipse.ua.tests/src/test/resources
18:29:18 [2024-02-16T23:29:18.303Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.303Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ua.tests ---
18:29:18 [2024-02-16T23:29:18.303Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.303Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ua.tests ---
18:29:18 [2024-02-16T23:29:18.303Z] [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/ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.6.300-SNAPSHOT-sources.jar
18:29:18 [2024-02-16T23:29:18.303Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.303Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ua.tests ---
18:29:18 [2024-02-16T23:29:18.558Z] [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/ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.6.300-SNAPSHOT.jar
18:29:18 [2024-02-16T23:29:18.558Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.559Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ua.tests ---
18:29:18 [2024-02-16T23:29:18.814Z] [INFO] MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.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/ua/org.eclipse.ua.tests/pom.xml
18:29:18 [2024-02-16T23:29:18.814Z]     The main artifact has been replaced with the baseline version.
18:29:18 [2024-02-16T23:29:18.814Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:18 [2024-02-16T23:29:18.814Z] 
18:29:18 [2024-02-16T23:29:18.814Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.814Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ua.tests ---
18:29:18 [2024-02-16T23:29:18.814Z] [INFO] Skipping tests
18:29:18 [2024-02-16T23:29:18.814Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.814Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ua.tests ---
18:29:18 [2024-02-16T23:29:18.814Z] [INFO] Execution was skipped
18:29:18 [2024-02-16T23:29:18.814Z] [INFO] 
18:29:18 [2024-02-16T23:29:18.814Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ua.tests ---
18:29:19 [2024-02-16T23:29:19.070Z] [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/ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:29:19 [2024-02-16T23:29:19.070Z] [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/ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.6.300-SNAPSHOT.jar
18:29:20 [2024-02-16T23:29:20.435Z] [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/ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:20 [2024-02-16T23:29:20.435Z] [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/ua/org.eclipse.ua.tests/target/org.eclipse.ua.tests-3.6.300-SNAPSHOT-sources.jar
18:29:21 [2024-02-16T23:29:21.363Z] [INFO] 
18:29:21 [2024-02-16T23:29:21.363Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ua.tests ---
18:29:21 [2024-02-16T23:29:21.364Z] [INFO] MavenProject: org.eclipse.ua:org.eclipse.ua.tests:3.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/ua/org.eclipse.ua.tests/pom.xml
18:29:21 [2024-02-16T23:29:21.364Z]     The main artifact has been replaced with the baseline version.
18:29:21 [2024-02-16T23:29:21.364Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:21 [2024-02-16T23:29:21.364Z] 
18:29:21 [2024-02-16T23:29:21.364Z] [INFO] 
18:29:21 [2024-02-16T23:29:21.364Z] [INFO] --------------< org.eclipse.ua:org.eclipse.ua.tests.doc >---------------
18:29:21 [2024-02-16T23:29:21.364Z] [INFO] Building org.eclipse.ua.tests.doc 1.2.400-SNAPSHOT             [375/521]
18:29:21 [2024-02-16T23:29:21.364Z] [INFO]   from eclipse.platform/ua/org.eclipse.ua.tests.doc/pom.xml
18:29:21 [2024-02-16T23:29:21.364Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:29:21 [2024-02-16T23:29:21.625Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:22 [2024-02-16T23:29:22.186Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.186Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.186Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.186Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] The project's OSGi version is 1.2.400.v20240207-1044
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.187Z] [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/ua/org.eclipse.ua.tests.doc/saveproperties
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.187Z] [INFO] Resolving class path of org.eclipse.ua.tests.doc
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.750Z] [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/ua/org.eclipse.ua.tests.doc/src/main/resources
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.750Z] [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/ua/org.eclipse.ua.tests.doc/src/main/resources
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.750Z] [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/ua/org.eclipse.ua.tests.doc/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.750Z] [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/ua/org.eclipse.ua.tests.doc/src/test/resources
18:29:22 [2024-02-16T23:29:22.750Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.751Z] [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/ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.2.400-SNAPSHOT-sources.jar
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.751Z] [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/ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.2.400-SNAPSHOT.jar
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.2.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/ua/org.eclipse.ua.tests.doc/pom.xml
18:29:22 [2024-02-16T23:29:22.751Z]     The main artifact has been replaced with the baseline version.
18:29:22 [2024-02-16T23:29:22.751Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:22 [2024-02-16T23:29:22.751Z] 
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] Skipping tests
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ua.tests.doc ---
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] Execution was skipped
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] 
18:29:22 [2024-02-16T23:29:22.751Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ua.tests.doc ---
18:29:23 [2024-02-16T23:29:23.007Z] [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/ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.2.400-SNAPSHOT.jar' is already signed and will be resigned.
18:29:23 [2024-02-16T23:29:23.007Z] [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/ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.2.400-SNAPSHOT.jar
18:29:23 [2024-02-16T23:29:23.934Z] [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/ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.2.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:23 [2024-02-16T23:29:23.934Z] [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/ua/org.eclipse.ua.tests.doc/target/org.eclipse.ua.tests.doc-1.2.400-SNAPSHOT-sources.jar
18:29:25 [2024-02-16T23:29:25.299Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.299Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ua.tests.doc ---
18:29:25 [2024-02-16T23:29:25.300Z] [INFO] MavenProject: org.eclipse.ua:org.eclipse.ua.tests.doc:1.2.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/ua/org.eclipse.ua.tests.doc/pom.xml
18:29:25 [2024-02-16T23:29:25.300Z]     The main artifact has been replaced with the baseline version.
18:29:25 [2024-02-16T23:29:25.300Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:25 [2024-02-16T23:29:25.300Z] 
18:29:25 [2024-02-16T23:29:25.300Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.300Z] [INFO] ------< org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples >-------
18:29:25 [2024-02-16T23:29:25.300Z] [INFO] Building org.eclipse.ui.intro.quicklinks.examples 1.3.100-SNAPSHOT [376/521]
18:29:25 [2024-02-16T23:29:25.300Z] [INFO]   from eclipse.platform/ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml
18:29:25 [2024-02-16T23:29:25.300Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:25 [2024-02-16T23:29:25.300Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] The project's OSGi version is 1.3.100.v20231128-2205
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.556Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [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/ua/org.eclipse.ui.intro.quicklinks.examples/saveproperties
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] Resolving class path of org.eclipse.ui.intro.quicklinks.examples
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [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/ua/org.eclipse.ui.intro.quicklinks.examples/src/main/resources
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [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/ua/org.eclipse.ui.intro.quicklinks.examples/src/main/resources
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.557Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.558Z] [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/ua/org.eclipse.ui.intro.quicklinks.examples/src/test/resources
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.558Z] [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/ua/org.eclipse.ui.intro.quicklinks.examples/target/org.eclipse.ui.intro.quicklinks.examples-1.3.100-SNAPSHOT-sources.jar
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.558Z] [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/ua/org.eclipse.ui.intro.quicklinks.examples/target/org.eclipse.ui.intro.quicklinks.examples-1.3.100-SNAPSHOT.jar
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.558Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.814Z] [INFO] No baseline version org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples:eclipse-plugin:1.3.100-SNAPSHOT
18:29:25 [2024-02-16T23:29:25.814Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.814Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:25 [2024-02-16T23:29:25.814Z] [INFO] Execution was skipped
18:29:25 [2024-02-16T23:29:25.814Z] [INFO] 
18:29:25 [2024-02-16T23:29:25.814Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:26 [2024-02-16T23:29:26.070Z] [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/ua/org.eclipse.ui.intro.quicklinks.examples/target/org.eclipse.ui.intro.quicklinks.examples-1.3.100-SNAPSHOT.jar
18:29:26 [2024-02-16T23:29:26.996Z] [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/ua/org.eclipse.ui.intro.quicklinks.examples/target/org.eclipse.ui.intro.quicklinks.examples-1.3.100-SNAPSHOT-sources.jar
18:29:27 [2024-02-16T23:29:27.922Z] [INFO] 
18:29:27 [2024-02-16T23:29:27.922Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.intro.quicklinks.examples ---
18:29:27 [2024-02-16T23:29:27.922Z] [INFO] No baseline version org.eclipse.ui:org.eclipse.ui.intro.quicklinks.examples:eclipse-plugin:1.3.100-SNAPSHOT
18:29:27 [2024-02-16T23:29:27.922Z] [INFO] 
18:29:27 [2024-02-16T23:29:27.922Z] [INFO] -------< org.eclipse.ui:org.eclipse.ui.intro.solstice.examples >--------
18:29:27 [2024-02-16T23:29:27.922Z] [INFO] Building org.eclipse.ui.intro.solstice.examples 1.3.100-SNAPSHOT [377/521]
18:29:27 [2024-02-16T23:29:27.922Z] [INFO]   from eclipse.platform/ua/org.eclipse.ui.intro.solstice.examples/pom.xml
18:29:27 [2024-02-16T23:29:27.923Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:27 [2024-02-16T23:29:27.923Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] The project's OSGi version is 1.3.100.v20231128-2205
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.178Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [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/ua/org.eclipse.ui.intro.solstice.examples/saveproperties
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] Resolving class path of org.eclipse.ui.intro.solstice.examples
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [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/ua/org.eclipse.ui.intro.solstice.examples/src/main/resources
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [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/ua/org.eclipse.ui.intro.solstice.examples/src/main/resources
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.179Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.180Z] [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/ua/org.eclipse.ui.intro.solstice.examples/src/test/resources
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.180Z] [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/ua/org.eclipse.ui.intro.solstice.examples/target/org.eclipse.ui.intro.solstice.examples-1.3.100-SNAPSHOT-sources.jar
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.180Z] [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/ua/org.eclipse.ui.intro.solstice.examples/target/org.eclipse.ui.intro.solstice.examples-1.3.100-SNAPSHOT.jar
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.180Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.436Z] [INFO] No baseline version org.eclipse.ui:org.eclipse.ui.intro.solstice.examples:eclipse-plugin:1.3.100-SNAPSHOT
18:29:28 [2024-02-16T23:29:28.436Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.436Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.436Z] [INFO] Execution was skipped
18:29:28 [2024-02-16T23:29:28.436Z] [INFO] 
18:29:28 [2024-02-16T23:29:28.436Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.intro.solstice.examples ---
18:29:28 [2024-02-16T23:29:28.436Z] [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/ua/org.eclipse.ui.intro.solstice.examples/target/org.eclipse.ui.intro.solstice.examples-1.3.100-SNAPSHOT.jar
18:29:29 [2024-02-16T23:29:29.363Z] [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/ua/org.eclipse.ui.intro.solstice.examples/target/org.eclipse.ui.intro.solstice.examples-1.3.100-SNAPSHOT-sources.jar
18:29:29 [2024-02-16T23:29:29.926Z] [INFO] 
18:29:29 [2024-02-16T23:29:29.927Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.intro.solstice.examples ---
18:29:29 [2024-02-16T23:29:29.927Z] [INFO] No baseline version org.eclipse.ui:org.eclipse.ui.intro.solstice.examples:eclipse-plugin:1.3.100-SNAPSHOT
18:29:29 [2024-02-16T23:29:29.927Z] [INFO] 
18:29:29 [2024-02-16T23:29:29.927Z] [INFO] -------------< eclipse.platform.ua:org.eclipse.tips.core >--------------
18:29:29 [2024-02-16T23:29:29.927Z] [INFO] Building [bundle] Tip of the Day core plugin 0.3.300-SNAPSHOT  [378/521]
18:29:29 [2024-02-16T23:29:29.927Z] [INFO]   from eclipse.platform/ua/org.eclipse.tips.core/.polyglot.META-INF
18:29:29 [2024-02-16T23:29:29.927Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] The project's OSGi version is 0.3.300.v20240125-1333
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.183Z] [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/ua/org.eclipse.tips.core/saveproperties
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.183Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] Resolving class path of [bundle] Tip of the Day core plugin
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [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/ua/org.eclipse.tips.core/src/main/resources
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [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/ua/org.eclipse.tips.core/src/main/resources
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] Compiling 16 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/ua/org.eclipse.tips.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.184Z] [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/ua/org.eclipse.tips.core/src/test/resources
18:29:30 [2024-02-16T23:29:30.184Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.185Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.185Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.185Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.185Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.185Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.185Z] [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/ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.3.300-SNAPSHOT-sources.jar
18:29:30 [2024-02-16T23:29:30.185Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.185Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.185Z] [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/ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.3.300-SNAPSHOT.jar
18:29:30 [2024-02-16T23:29:30.185Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.185Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.441Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.core:0.3.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/ua/org.eclipse.tips.core/.polyglot.META-INF
18:29:30 [2024-02-16T23:29:30.441Z]     The main artifact has been replaced with the baseline version.
18:29:30 [2024-02-16T23:29:30.441Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:30 [2024-02-16T23:29:30.441Z] 
18:29:30 [2024-02-16T23:29:30.441Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.441Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.441Z] [INFO] Execution was skipped
18:29:30 [2024-02-16T23:29:30.441Z] [INFO] 
18:29:30 [2024-02-16T23:29:30.441Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.tips.core ---
18:29:30 [2024-02-16T23:29:30.441Z] [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/ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:29:30 [2024-02-16T23:29:30.441Z] [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/ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.3.300-SNAPSHOT.jar
18:29:31 [2024-02-16T23:29:31.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/eclipse.platform/ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:31 [2024-02-16T23:29:31.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/eclipse.platform/ua/org.eclipse.tips.core/target/org.eclipse.tips.core-0.3.300-SNAPSHOT-sources.jar
18:29:31 [2024-02-16T23:29:31.929Z] [INFO] 
18:29:31 [2024-02-16T23:29:31.929Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.tips.core ---
18:29:32 [2024-02-16T23:29:32.854Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.core:0.3.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/ua/org.eclipse.tips.core/.polyglot.META-INF
18:29:32 [2024-02-16T23:29:32.854Z]     The main artifact has been replaced with the baseline version.
18:29:32 [2024-02-16T23:29:32.854Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:32 [2024-02-16T23:29:32.854Z] 
18:29:32 [2024-02-16T23:29:32.854Z] [INFO] 
18:29:32 [2024-02-16T23:29:32.854Z] [INFO] --------------< eclipse.platform.ua:org.eclipse.tips.ui >---------------
18:29:32 [2024-02-16T23:29:32.854Z] [INFO] Building [bundle] Tip of the Day UI 0.3.300-SNAPSHOT           [379/521]
18:29:32 [2024-02-16T23:29:32.854Z] [INFO]   from eclipse.platform/ua/org.eclipse.tips.ui/.polyglot.META-INF
18:29:32 [2024-02-16T23:29:32.854Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:32 [2024-02-16T23:29:32.855Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:33 [2024-02-16T23:29:33.110Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.110Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.110Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.110Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.110Z] [INFO] The project's OSGi version is 0.3.300.v20240207-1044
18:29:33 [2024-02-16T23:29:33.110Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.110Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.110Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.111Z] [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/ua/org.eclipse.tips.ui/saveproperties
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] Resolving class path of [bundle] Tip of the Day UI
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.111Z] [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/ua/org.eclipse.tips.ui/src/main/resources
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.111Z] [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/ua/org.eclipse.tips.ui/src/main/resources
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.111Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.112Z] [INFO] Compiling 14 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/ua/org.eclipse.tips.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:33 [2024-02-16T23:29:33.112Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.112Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.112Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.112Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.112Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.112Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.367Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.367Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.368Z] [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/ua/org.eclipse.tips.ui/src/test/resources
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.368Z] [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/ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.3.300-SNAPSHOT-sources.jar
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.368Z] [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/ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.3.300-SNAPSHOT.jar
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.3.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/ua/org.eclipse.tips.ui/.polyglot.META-INF
18:29:33 [2024-02-16T23:29:33.368Z]     The main artifact has been replaced with the baseline version.
18:29:33 [2024-02-16T23:29:33.368Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:33 [2024-02-16T23:29:33.368Z] 
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] Execution was skipped
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] 
18:29:33 [2024-02-16T23:29:33.368Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.tips.ui ---
18:29:33 [2024-02-16T23:29:33.369Z] [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/ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:29:33 [2024-02-16T23:29:33.369Z] [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/ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.3.300-SNAPSHOT.jar
18:29:34 [2024-02-16T23:29:34.295Z] [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/ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:34 [2024-02-16T23:29:34.295Z] [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/ua/org.eclipse.tips.ui/target/org.eclipse.tips.ui-0.3.300-SNAPSHOT-sources.jar
18:29:35 [2024-02-16T23:29:35.222Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.222Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.tips.ui ---
18:29:35 [2024-02-16T23:29:35.222Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ui:0.3.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/ua/org.eclipse.tips.ui/.polyglot.META-INF
18:29:35 [2024-02-16T23:29:35.222Z]     The main artifact has been replaced with the baseline version.
18:29:35 [2024-02-16T23:29:35.222Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:35 [2024-02-16T23:29:35.222Z] 
18:29:35 [2024-02-16T23:29:35.222Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.222Z] [INFO] -------------< eclipse.platform.ua:org.eclipse.tips.json >--------------
18:29:35 [2024-02-16T23:29:35.222Z] [INFO] Building [bundle] Tip of the Day Json Provider 0.3.300-SNAPSHOT [380/521]
18:29:35 [2024-02-16T23:29:35.222Z] [INFO]   from eclipse.platform/ua/org.eclipse.tips.json/.polyglot.META-INF
18:29:35 [2024-02-16T23:29:35.222Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:35 [2024-02-16T23:29:35.222Z] [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.pom
18:29:35 [2024-02-16T23:29:35.222Z] [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.pom (9.4 kB at 347 kB/s)
18:29:35 [2024-02-16T23:29:35.222Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 659 kB/s)
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] The project's OSGi version is 0.3.300.v20231214-1526
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [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/ua/org.eclipse.tips.json/saveproperties
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] Resolving class path of [bundle] Tip of the Day Json Provider
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [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/ua/org.eclipse.tips.json/src/main/resources
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.223Z] [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/ua/org.eclipse.tips.json/src/main/resources
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.223Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] Compiling 9 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/ua/org.eclipse.tips.json/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [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/ua/org.eclipse.tips.json/src/test/resources
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [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/ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.3.300-SNAPSHOT-sources.jar
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [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/ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.3.300-SNAPSHOT.jar
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.224Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.3.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/ua/org.eclipse.tips.json/.polyglot.META-INF
18:29:35 [2024-02-16T23:29:35.224Z]     The main artifact has been replaced with the baseline version.
18:29:35 [2024-02-16T23:29:35.225Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:35 [2024-02-16T23:29:35.225Z] 
18:29:35 [2024-02-16T23:29:35.225Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.225Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.225Z] [INFO] Execution was skipped
18:29:35 [2024-02-16T23:29:35.225Z] [INFO] 
18:29:35 [2024-02-16T23:29:35.225Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.tips.json ---
18:29:35 [2024-02-16T23:29:35.480Z] [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/ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:29:35 [2024-02-16T23:29:35.480Z] [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/ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.3.300-SNAPSHOT.jar
18:29:36 [2024-02-16T23:29:36.406Z] [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/ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:36 [2024-02-16T23:29:36.406Z] [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/ua/org.eclipse.tips.json/target/org.eclipse.tips.json-0.3.300-SNAPSHOT-sources.jar
18:29:36 [2024-02-16T23:29:36.967Z] [INFO] 
18:29:36 [2024-02-16T23:29:36.967Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.tips.json ---
18:29:36 [2024-02-16T23:29:36.967Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.json:0.3.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/ua/org.eclipse.tips.json/.polyglot.META-INF
18:29:36 [2024-02-16T23:29:36.967Z]     The main artifact has been replaced with the baseline version.
18:29:36 [2024-02-16T23:29:36.967Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:36 [2024-02-16T23:29:36.967Z] 
18:29:36 [2024-02-16T23:29:36.967Z] [INFO] 
18:29:36 [2024-02-16T23:29:36.967Z] [INFO] --------------< eclipse.platform.ua:org.eclipse.tips.ide >--------------
18:29:36 [2024-02-16T23:29:36.967Z] [INFO] Building [bundle] IDE Enablement for Tip of the Day 0.3.300-SNAPSHOT [381/521]
18:29:36 [2024-02-16T23:29:36.967Z] [INFO]   from eclipse.platform/ua/org.eclipse.tips.ide/.polyglot.META-INF
18:29:36 [2024-02-16T23:29:36.967Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:36 [2024-02-16T23:29:36.967Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:37 [2024-02-16T23:29:37.222Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] The project's OSGi version is 0.3.300.v20231214-1526
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [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/ua/org.eclipse.tips.ide/saveproperties
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] Resolving class path of [bundle] IDE Enablement for Tip of the Day
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [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/ua/org.eclipse.tips.ide/src/main/resources
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.223Z] [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/ua/org.eclipse.tips.ide/src/main/resources
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.223Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.224Z] [INFO] Compiling 18 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/ua/org.eclipse.tips.ide/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:37 [2024-02-16T23:29:37.500Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.500Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.500Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.500Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.500Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:29:37 [2024-02-16T23:29:37.500Z] [INFO] 0 component(s) where generated, 1 where kept.
18:29:37 [2024-02-16T23:29:37.500Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.500Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.500Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.501Z] [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/ua/org.eclipse.tips.ide/src/test/resources
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.501Z] [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/ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.3.300-SNAPSHOT-sources.jar
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.501Z] [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/ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.3.300-SNAPSHOT.jar
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.3.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/ua/org.eclipse.tips.ide/.polyglot.META-INF
18:29:37 [2024-02-16T23:29:37.501Z]     The main artifact has been replaced with the baseline version.
18:29:37 [2024-02-16T23:29:37.501Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:37 [2024-02-16T23:29:37.501Z] 
18:29:37 [2024-02-16T23:29:37.501Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.502Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.502Z] [INFO] Execution was skipped
18:29:37 [2024-02-16T23:29:37.502Z] [INFO] 
18:29:37 [2024-02-16T23:29:37.502Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.tips.ide ---
18:29:37 [2024-02-16T23:29:37.502Z] [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/ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:29:37 [2024-02-16T23:29:37.502Z] [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/ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.3.300-SNAPSHOT.jar
18:29:38 [2024-02-16T23:29:38.866Z] [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/ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:38 [2024-02-16T23:29:38.867Z] [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/ua/org.eclipse.tips.ide/target/org.eclipse.tips.ide-0.3.300-SNAPSHOT-sources.jar
18:29:39 [2024-02-16T23:29:39.793Z] [INFO] 
18:29:39 [2024-02-16T23:29:39.793Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.tips.ide ---
18:29:39 [2024-02-16T23:29:39.793Z] [INFO] MavenProject: eclipse.platform.ua:org.eclipse.tips.ide:0.3.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/ua/org.eclipse.tips.ide/.polyglot.META-INF
18:29:39 [2024-02-16T23:29:39.793Z]     The main artifact has been replaced with the baseline version.
18:29:39 [2024-02-16T23:29:39.793Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:39 [2024-02-16T23:29:39.794Z] 
18:29:39 [2024-02-16T23:29:39.794Z] [INFO] 
18:29:39 [2024-02-16T23:29:39.794Z] [INFO] --------------< org.eclipse.ui:org.eclipse.tips.feature >---------------
18:29:39 [2024-02-16T23:29:39.794Z] [INFO] Building org.eclipse.tips.feature 0.4.300-SNAPSHOT             [382/521]
18:29:39 [2024-02-16T23:29:39.794Z] [INFO]   from eclipse.platform/ua/org.eclipse.tips.feature/pom.xml
18:29:39 [2024-02-16T23:29:39.794Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:29:39 [2024-02-16T23:29:39.794Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.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/ua/org.eclipse.tips.feature/pom.xml
18:29:39 [2024-02-16T23:29:39.794Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:40 [2024-02-16T23:29:40.049Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.049Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.049Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/org.eclipse.tips.feature/target
18:29:40 [2024-02-16T23:29:40.049Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.049Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.049Z] [INFO] The project's OSGi version is 0.4.300.v20240207-1044
18:29:40 [2024-02-16T23:29:40.049Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.049Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.049Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [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/ua/org.eclipse.tips.feature/saveproperties
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [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/ua/org.eclipse.tips.feature/src/main/resources
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [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/ua/org.eclipse.tips.feature/src/main/resources
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.050Z] [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/ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.4.300-SNAPSHOT.jar
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.050Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.051Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.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/ua/org.eclipse.tips.feature/pom.xml
18:29:40 [2024-02-16T23:29:40.051Z]     The main artifact has been replaced with the baseline version.
18:29:40 [2024-02-16T23:29:40.051Z] 
18:29:40 [2024-02-16T23:29:40.051Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.051Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.051Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.051Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.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/ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.4.300-SNAPSHOT-sources-feature.jar
18:29:40 [2024-02-16T23:29:40.051Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.051Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.051Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.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/ua/org.eclipse.tips.feature/pom.xml
18:29:40 [2024-02-16T23:29:40.051Z]     The main artifact has been replaced with the baseline version.
18:29:40 [2024-02-16T23:29:40.051Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:29:40 [2024-02-16T23:29:40.051Z] 
18:29:40 [2024-02-16T23:29:40.306Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.306Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.306Z] [INFO] Execution was skipped
18:29:40 [2024-02-16T23:29:40.306Z] [INFO] 
18:29:40 [2024-02-16T23:29:40.306Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.tips.feature ---
18:29:40 [2024-02-16T23:29:40.307Z] [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/ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:29:40 [2024-02-16T23:29:40.307Z] [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/ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.4.300-SNAPSHOT.jar
18:29:41 [2024-02-16T23:29:41.233Z] [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/ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.4.300-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:29:41 [2024-02-16T23:29:41.233Z] [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/ua/org.eclipse.tips.feature/target/org.eclipse.tips.feature-0.4.300-SNAPSHOT-sources-feature.jar
18:29:41 [2024-02-16T23:29:41.792Z] [INFO] 
18:29:41 [2024-02-16T23:29:41.792Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.tips.feature ---
18:29:41 [2024-02-16T23:29:41.793Z] [INFO] MavenProject: org.eclipse.ui:org.eclipse.tips.feature:0.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/ua/org.eclipse.tips.feature/pom.xml
18:29:41 [2024-02-16T23:29:41.793Z]     The main artifact has been replaced with the baseline version.
18:29:41 [2024-02-16T23:29:41.793Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:29:41 [2024-02-16T23:29:41.793Z] 
18:29:41 [2024-02-16T23:29:41.793Z] [INFO] 
18:29:41 [2024-02-16T23:29:41.793Z] [INFO] -------------< eclipse.platform.ua:org.eclipse.tips.tests >-------------
18:29:41 [2024-02-16T23:29:41.793Z] [INFO] Building [test-bundle] Tip of the Day Tests 1.2.0-SNAPSHOT     [383/521]
18:29:41 [2024-02-16T23:29:41.793Z] [INFO]   from eclipse.platform/ua/org.eclipse.tips.tests/.polyglot.META-INF
18:29:41 [2024-02-16T23:29:41.793Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:29:41 [2024-02-16T23:29:41.793Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] The project's OSGi version is 1.2.0.v20240125-1333
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.048Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.049Z] [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/ua/org.eclipse.tips.tests/saveproperties
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] Resolving class path of [test-bundle] Tip of the Day Tests
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.049Z] [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/ua/org.eclipse.tips.tests/src/main/resources
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.049Z] [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/ua/org.eclipse.tips.tests/src/main/resources
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.049Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] Compiling 16 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/ua/org.eclipse.tips.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.305Z] [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/ua/org.eclipse.tips.tests/src/test/resources
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.305Z] [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/ua/org.eclipse.tips.tests/target/org.eclipse.tips.tests-1.2.0-SNAPSHOT-sources.jar
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.305Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.305Z] [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/ua/org.eclipse.tips.tests/target/org.eclipse.tips.tests-1.2.0-SNAPSHOT.jar
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] No baseline version eclipse.platform.ua:org.eclipse.tips.tests:eclipse-test-plugin:1.2.0-SNAPSHOT
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] Skipping tests
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] Execution was skipped
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] 
18:29:42 [2024-02-16T23:29:42.306Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.tips.tests ---
18:29:42 [2024-02-16T23:29:42.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/eclipse.platform/ua/org.eclipse.tips.tests/target/org.eclipse.tips.tests-1.2.0-SNAPSHOT.jar
18:29:43 [2024-02-16T23:29:43.489Z] [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/ua/org.eclipse.tips.tests/target/org.eclipse.tips.tests-1.2.0-SNAPSHOT-sources.jar
18:29:44 [2024-02-16T23:29:44.416Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.416Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.tips.tests ---
18:29:44 [2024-02-16T23:29:44.416Z] [INFO] No baseline version eclipse.platform.ua:org.eclipse.tips.tests:eclipse-test-plugin:1.2.0-SNAPSHOT
18:29:44 [2024-02-16T23:29:44.416Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.416Z] [INFO] -----------------< org.eclipse.help:infocenter-parent >-----------------
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] Building infocenter-parent 4.31.0-SNAPSHOT                     [384/521]
18:29:44 [2024-02-16T23:29:44.417Z] [INFO]   from eclipse.platform/ua/infocenter-web/pom.xml
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --------------------------------[ pom ]---------------------------------
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- clean:3.3.2:clean (default-clean) @ infocenter-parent ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ infocenter-parent ---
18:29:44 [2024-02-16T23:29:44.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/ua/infocenter-web/saveproperties
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ infocenter-parent ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ infocenter-parent ---
18:29:44 [2024-02-16T23:29:44.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/ua/infocenter-web/src/main/resources
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ infocenter-parent ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ infocenter-parent ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-parent ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] Execution was skipped
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ infocenter-parent ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ infocenter-parent ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.servletbridge >--------
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] Building [bundle] Servletbridge 1.7.0-SNAPSHOT                 [385/521]
18:29:44 [2024-02-16T23:29:44.417Z] [INFO]   from equinox/bundles/org.eclipse.equinox.servletbridge/.polyglot.META-INF
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] The project's OSGi version is 1.7.0.v20240213-1638
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.417Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.418Z] [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.servletbridge/saveproperties
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] Resolving class path of [bundle] Servletbridge
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.418Z] [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.servletbridge/src/main/resources
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.418Z] [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.servletbridge/src/main/resources
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.418Z] [INFO] Compiling 3 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.servletbridge/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:44 [2024-02-16T23:29:44.418Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[66] 
18:29:44 [2024-02-16T23:29:44.418Z] 	private final AccessControlContext context;
18:29:44 [2024-02-16T23:29:44.418Z] 	              ^^^^^^^^^^^^^^^^^^^^
18:29:44 [2024-02-16T23:29:44.418Z] The type AccessControlContext has been deprecated since version 17 and marked for removal
18:29:44 [2024-02-16T23:29:44.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[141] 
18:29:44 [2024-02-16T23:29:44.419Z] 	this.jarFileURLPrefixString = file.toURL().toString() + BANG_SLASH;
18:29:44 [2024-02-16T23:29:44.419Z] 	                                   ^^^^^^^
18:29:44 [2024-02-16T23:29:44.419Z] The method toURL() from the type File is deprecated
18:29:44 [2024-02-16T23:29:44.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[195] 
18:29:44 [2024-02-16T23:29:44.419Z] 	this.context = AccessController.getContext();
18:29:44 [2024-02-16T23:29:44.419Z] 	               ^^^^^^^^^^^^^^^^
18:29:44 [2024-02-16T23:29:44.419Z] The type AccessController has been deprecated since version 17 and marked for removal
18:29:44 [2024-02-16T23:29:44.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[195] 
18:29:44 [2024-02-16T23:29:44.419Z] 	this.context = AccessController.getContext();
18:29:44 [2024-02-16T23:29:44.419Z] 	                                ^^^^^^^^^^^^
18:29:44 [2024-02-16T23:29:44.419Z] The method getContext() from the type AccessController is deprecated
18:29:44 [2024-02-16T23:29:44.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[283] 
18:29:44 [2024-02-16T23:29:44.419Z] 	Class<?> clazz = AccessController.doPrivileged(new PrivilegedExceptionAction<Class<?>>() {
18:29:44 [2024-02-16T23:29:44.419Z] 	                 ^^^^^^^^^^^^^^^^
18:29:44 [2024-02-16T23:29:44.419Z] The type AccessController has been deprecated since version 17 and marked for removal
18:29:44 [2024-02-16T23:29:44.419Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[283] 
18:29:44 [2024-02-16T23:29:44.419Z] 	Class<?> clazz = AccessController.doPrivileged(new PrivilegedExceptionAction<Class<?>>() {
18:29:44 [2024-02-16T23:29:44.419Z] 				@Override
18:29:44 [2024-02-16T23:29:44.419Z] 				public Class<?> run() throws ClassNotFoundException {
18:29:44 [2024-02-16T23:29:44.419Z] 					String resourcePath = name.replace('.', '/') + DOT_CLASS;
18:29:44 [2024-02-16T23:29:44.419Z] 					CloseableJarFileLoader loader = null;
18:29:44 [2024-02-16T23:29:44.419Z] 					URL resourceURL = null;
18:29:44 [2024-02-16T23:29:44.419Z] 					synchronized (loaders) {
18:29:44 [2024-02-16T23:29:44.419Z] 						if (closed)
18:29:44 [2024-02-16T23:29:44.419Z] 							return null;
18:29:44 [2024-02-16T23:29:44.419Z] 						for (Iterator<CloseableJarFileLoader> iterator = loaders.iterator(); iterator.hasNext();) {
18:29:44 [2024-02-16T23:29:44.419Z] 							loader = iterator.next();
18:29:44 [2024-02-16T23:29:44.419Z] 							resourceURL = loader.getURL(resourcePath);
18:29:44 [2024-02-16T23:29:44.419Z] 							if (resourceURL != null)
18:29:44 [2024-02-16T23:29:44.419Z] 								break;
18:29:44 [2024-02-16T23:29:44.419Z] 						}
18:29:44 [2024-02-16T23:29:44.419Z] 					}
18:29:44 [2024-02-16T23:29:44.419Z] 					if (resourceURL != null) {
18:29:44 [2024-02-16T23:29:44.419Z] 						try {
18:29:44 [2024-02-16T23:29:44.419Z] 							return defineClass(name, resourceURL, loader.getManifest());
18:29:44 [2024-02-16T23:29:44.419Z] 						} catch (IOException e) {
18:29:44 [2024-02-16T23:29:44.419Z] 							throw new ClassNotFoundException(name, e);
18:29:44 [2024-02-16T23:29:44.419Z] 						}
18:29:44 [2024-02-16T23:29:44.419Z] 					}
18:29:44 [2024-02-16T23:29:44.419Z] 					return null;
18:29:44 [2024-02-16T23:29:44.419Z] 				}
18:29:44 [2024-02-16T23:29:44.419Z] 			}, context);
18:29:44 [2024-02-16T23:29:44.420Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:44 [2024-02-16T23:29:44.420Z] The method doPrivileged(PrivilegedExceptionAction<Class<?>>, AccessControlContext) from the type AccessController is deprecated
18:29:44 [2024-02-16T23:29:44.420Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[397] 
18:29:44 [2024-02-16T23:29:44.420Z] 	URL url = AccessController.doPrivileged(new PrivilegedAction<URL>() {
18:29:44 [2024-02-16T23:29:44.420Z] 	          ^^^^^^^^^^^^^^^^
18:29:44 [2024-02-16T23:29:44.420Z] The type AccessController has been deprecated since version 17 and marked for removal
18:29:44 [2024-02-16T23:29:44.420Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[397] 
18:29:44 [2024-02-16T23:29:44.420Z] 	URL url = AccessController.doPrivileged(new PrivilegedAction<URL>() {
18:29:44 [2024-02-16T23:29:44.420Z] 			@Override
18:29:44 [2024-02-16T23:29:44.420Z] 			public URL run() {
18:29:44 [2024-02-16T23:29:44.420Z] 				synchronized (loaders) {
18:29:44 [2024-02-16T23:29:44.420Z] 					if (closed)
18:29:44 [2024-02-16T23:29:44.420Z] 						return null;
18:29:44 [2024-02-16T23:29:44.420Z] 					for (CloseableJarFileLoader loader : loaders) {
18:29:44 [2024-02-16T23:29:44.420Z] 						URL resourceURL = loader.getURL(name);
18:29:44 [2024-02-16T23:29:44.420Z] 						if (resourceURL != null)
18:29:44 [2024-02-16T23:29:44.420Z] 							return resourceURL;
18:29:44 [2024-02-16T23:29:44.420Z] 					}
18:29:44 [2024-02-16T23:29:44.420Z] 				}
18:29:44 [2024-02-16T23:29:44.420Z] 				return null;
18:29:44 [2024-02-16T23:29:44.420Z] 			}
18:29:44 [2024-02-16T23:29:44.420Z] 		}, context);
18:29:44 [2024-02-16T23:29:44.420Z] 	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:44 [2024-02-16T23:29:44.421Z] The method doPrivileged(PrivilegedAction<URL>, AccessControlContext) from the type AccessController is deprecated
18:29:44 [2024-02-16T23:29:44.421Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[420] 
18:29:44 [2024-02-16T23:29:44.421Z] 	AccessController.doPrivileged(new PrivilegedAction<>() {
18:29:44 [2024-02-16T23:29:44.421Z] 	^^^^^^^^^^^^^^^^
18:29:44 [2024-02-16T23:29:44.421Z] The type AccessController has been deprecated since version 17 and marked for removal
18:29:44 [2024-02-16T23:29:44.421Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/CloseableURLClassLoader.java:[420] 
18:29:44 [2024-02-16T23:29:44.421Z] 	AccessController.doPrivileged(new PrivilegedAction<>() {
18:29:44 [2024-02-16T23:29:44.421Z] 			@Override
18:29:44 [2024-02-16T23:29:44.421Z] 			public Object run() {
18:29:44 [2024-02-16T23:29:44.421Z] 				synchronized (loaders) {
18:29:44 [2024-02-16T23:29:44.421Z] 					if (closed)
18:29:44 [2024-02-16T23:29:44.421Z] 						return null;
18:29:44 [2024-02-16T23:29:44.421Z] 					for (CloseableJarFileLoader loader : loaders) {
18:29:44 [2024-02-16T23:29:44.421Z] 						URL resourceURL = loader.getURL(name);
18:29:44 [2024-02-16T23:29:44.421Z] 						if (resourceURL != null)
18:29:44 [2024-02-16T23:29:44.421Z] 							resources.add(resourceURL);
18:29:44 [2024-02-16T23:29:44.421Z] 					}
18:29:44 [2024-02-16T23:29:44.421Z] 				}
18:29:44 [2024-02-16T23:29:44.421Z] 				return null;
18:29:44 [2024-02-16T23:29:44.421Z] 			}
18:29:44 [2024-02-16T23:29:44.421Z] 		}, context);
18:29:44 [2024-02-16T23:29:44.421Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:29:44 [2024-02-16T23:29:44.421Z] The method doPrivileged(PrivilegedAction<Object>, AccessControlContext) from the type AccessController is deprecated
18:29:44 [2024-02-16T23:29:44.421Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[458] 
18:29:44 [2024-02-16T23:29:44.421Z] 	URL frameworkURL = osgiFrameworkFile.toURL();
18:29:44 [2024-02-16T23:29:44.421Z] 	                                     ^^^^^^^
18:29:44 [2024-02-16T23:29:44.421Z] The method toURL() from the type File is deprecated
18:29:44 [2024-02-16T23:29:44.421Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[502] 
18:29:44 [2024-02-16T23:29:44.421Z] 	return extensionFile.toURL();
18:29:44 [2024-02-16T23:29:44.421Z] 	                     ^^^^^^^
18:29:44 [2024-02-16T23:29:44.421Z] The method toURL() from the type File is deprecated
18:29:44 [2024-02-16T23:29:44.422Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[573] 
18:29:44 [2024-02-16T23:29:44.422Z] 	initialPropertyMap.put(OSGI_INSTALL_AREA, platformDirectory.toURL().toExternalForm());
18:29:44 [2024-02-16T23:29:44.422Z] 	                                                            ^^^^^^^
18:29:44 [2024-02-16T23:29:44.422Z] The method toURL() from the type File is deprecated
18:29:44 [2024-02-16T23:29:44.422Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[581] 
18:29:44 [2024-02-16T23:29:44.422Z] 	initialPropertyMap.put(OSGI_CONFIGURATION_AREA, configurationDirectory.toURL().toExternalForm());
18:29:44 [2024-02-16T23:29:44.422Z] 	                                                                       ^^^^^^^
18:29:44 [2024-02-16T23:29:44.422Z] The method toURL() from the type File is deprecated
18:29:44 [2024-02-16T23:29:44.422Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.servletbridge/src/org/eclipse/equinox/servletbridge/FrameworkLauncher.java:[590] 
18:29:44 [2024-02-16T23:29:44.422Z] 	initialPropertyMap.put(OSGI_INSTANCE_AREA, workspaceDirectory.toURL().toExternalForm());
18:29:44 [2024-02-16T23:29:44.422Z] 	                                                              ^^^^^^^
18:29:44 [2024-02-16T23:29:44.422Z] The method toURL() from the type File is deprecated
18:29:44 [2024-02-16T23:29:44.422Z] 15 problems (15 warnings)
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.422Z] [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.servletbridge/src/test/resources
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.422Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.423Z] [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.servletbridge/target/org.eclipse.equinox.servletbridge-1.7.0-SNAPSHOT-sources.jar
18:29:44 [2024-02-16T23:29:44.423Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.423Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.423Z] [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.servletbridge/target/org.eclipse.equinox.servletbridge-1.7.0-SNAPSHOT.jar
18:29:44 [2024-02-16T23:29:44.423Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.423Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.679Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge: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.servletbridge/.polyglot.META-INF
18:29:44 [2024-02-16T23:29:44.679Z]     The main artifact has been replaced with the baseline version.
18:29:44 [2024-02-16T23:29:44.679Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:44 [2024-02-16T23:29:44.679Z] 
18:29:44 [2024-02-16T23:29:44.679Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.679Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.679Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.679Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.680Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge: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.servletbridge/.polyglot.META-INF
18:29:44 [2024-02-16T23:29:44.680Z]     The main artifact has been replaced with the baseline version.
18:29:44 [2024-02-16T23:29:44.680Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:44 [2024-02-16T23:29:44.680Z] 
18:29:44 [2024-02-16T23:29:44.680Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.680Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.680Z] [INFO] Execution was skipped
18:29:44 [2024-02-16T23:29:44.680Z] [INFO] 
18:29:44 [2024-02-16T23:29:44.680Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.servletbridge ---
18:29:44 [2024-02-16T23:29:44.680Z] [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.servletbridge/target/org.eclipse.equinox.servletbridge-1.7.0-SNAPSHOT.jar' is already signed and will be resigned.
18:29:44 [2024-02-16T23:29:44.680Z] [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.servletbridge/target/org.eclipse.equinox.servletbridge-1.7.0-SNAPSHOT.jar
18:29:45 [2024-02-16T23:29:45.242Z] [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.servletbridge/target/org.eclipse.equinox.servletbridge-1.7.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:45 [2024-02-16T23:29:45.242Z] [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.servletbridge/target/org.eclipse.equinox.servletbridge-1.7.0-SNAPSHOT-sources.jar
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.servletbridge ---
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.servletbridge: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.servletbridge/.polyglot.META-INF
18:29:46 [2024-02-16T23:29:46.179Z]     The main artifact has been replaced with the baseline version.
18:29:46 [2024-02-16T23:29:46.179Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:46 [2024-02-16T23:29:46.179Z] 
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servletbridge >-----
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] Building [bundle] Servletbridge Http Service 1.3.0-SNAPSHOT    [386/521]
18:29:46 [2024-02-16T23:29:46.179Z] [INFO]   from equinox/bundles/org.eclipse.equinox.http.servletbridge/.polyglot.META-INF
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.179Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] The project's OSGi version is 1.3.0.v20240213-1244
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [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.servletbridge/saveproperties
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] Resolving class path of [bundle] Servletbridge Http Service
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [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.servletbridge/src/main/resources
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [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.servletbridge/src/main/resources
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.180Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.http.servletbridge/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.181Z] [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.servletbridge/src/test/resources
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.181Z] [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.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.3.0-SNAPSHOT-sources.jar
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.181Z] [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.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.3.0-SNAPSHOT.jar
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.181Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.3.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.http.servletbridge/.polyglot.META-INF
18:29:46 [2024-02-16T23:29:46.182Z]     The main artifact has been replaced with the baseline version.
18:29:46 [2024-02-16T23:29:46.182Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:46 [2024-02-16T23:29:46.182Z] 
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.3.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.http.servletbridge/.polyglot.META-INF
18:29:46 [2024-02-16T23:29:46.182Z]     The main artifact has been replaced with the baseline version.
18:29:46 [2024-02-16T23:29:46.182Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:46 [2024-02-16T23:29:46.182Z] 
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] Execution was skipped
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] 
18:29:46 [2024-02-16T23:29:46.182Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.servletbridge ---
18:29:46 [2024-02-16T23:29:46.182Z] [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.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:29:46 [2024-02-16T23:29:46.182Z] [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.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.3.0-SNAPSHOT.jar
18:29:47 [2024-02-16T23:29:47.108Z] [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.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:47 [2024-02-16T23:29:47.109Z] [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.servletbridge/target/org.eclipse.equinox.http.servletbridge-1.3.0-SNAPSHOT-sources.jar
18:29:48 [2024-02-16T23:29:48.035Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.035Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.servletbridge ---
18:29:48 [2024-02-16T23:29:48.035Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servletbridge:1.3.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.http.servletbridge/.polyglot.META-INF
18:29:48 [2024-02-16T23:29:48.035Z]     The main artifact has been replaced with the baseline version.
18:29:48 [2024-02-16T23:29:48.035Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:48 [2024-02-16T23:29:48.035Z] 
18:29:48 [2024-02-16T23:29:48.035Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.035Z] [INFO] ----------------< org.eclipse.help:infocenter-product >-----------------
18:29:48 [2024-02-16T23:29:48.035Z] [INFO] Building infocenter-product 1.0.0-SNAPSHOT                     [387/521]
18:29:48 [2024-02-16T23:29:48.035Z] [INFO]   from eclipse.platform/ua/infocenter-web/infocenter-product/pom.xml
18:29:48 [2024-02-16T23:29:48.035Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
18:29:48 [2024-02-16T23:29:48.035Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.help:infocenter-product:1.0.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/ua/infocenter-web/infocenter-product/pom.xml
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] --- clean:3.3.2:clean (default-clean) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] The project's OSGi version is 1.0.0.v20240216-1800
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.036Z] [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/ua/infocenter-web/infocenter-product/saveproperties
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] --- clean:3.3.2:clean (default-clean-1) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] --- resources:3.3.1:resources (default-resources) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.036Z] [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/ua/infocenter-web/infocenter-product/src/main/resources
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.036Z] [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/ua/infocenter-web/infocenter-product/src/main/resources
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.036Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0]
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-products (default-publish-products) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-categories (default-publish-categories) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ infocenter-product ---
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] 
18:29:48 [2024-02-16T23:29:48.037Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:assemble-repository (default-assemble-repository) @ infocenter-product ---
18:29:51 [2024-02-16T23:29:51.307Z] [INFO] 
18:29:51 [2024-02-16T23:29:51.307Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ infocenter-product ---
18:29:51 [2024-02-16T23:29:51.307Z] [INFO] 
18:29:51 [2024-02-16T23:29:51.307Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:archive-repository (default-archive-repository) @ infocenter-product ---
18:29:51 [2024-02-16T23:29:51.307Z] [INFO] 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/ua/infocenter-web/infocenter-product/target/infocenter-product-1.0.0-SNAPSHOT.zip
18:29:51 [2024-02-16T23:29:51.307Z] [INFO] 
18:29:51 [2024-02-16T23:29:51.307Z] [INFO] --- tycho-p2-director:4.0.6-SNAPSHOT:materialize-products (create-distributions) @ infocenter-product ---
18:29:51 [2024-02-16T23:29:51.563Z] [INFO] Installing product infocenter for environment linux/gtk/x86_64 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/ua/infocenter-web/infocenter-product/target/products/infocenter/linux/gtk/x86_64/infocenter using {org.eclipse.update.install.features=true}
18:29:51 [2024-02-16T23:29:51.563Z] [INFO] [create-distributions - infocenter - linux/gtk/x86_64] Installing infocenter 1.0.0.v20240216-1800.
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] [create-distributions - infocenter - linux/gtk/x86_64] Operation completed in 831 ms.
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-product ---
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] Execution was skipped
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ infocenter-product ---
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ infocenter-product ---
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] ------------------< org.eclipse.help:infocenter-app >-------------------
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] Building infocenter-app 4.31.0-SNAPSHOT                        [388/521]
18:29:52 [2024-02-16T23:29:52.491Z] [INFO]   from eclipse.platform/ua/infocenter-web/infocenter-app/pom.xml
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] --------------------------------[ war ]---------------------------------
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] --- clean:3.3.2:clean (default-clean) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF (includes = [configuration/**, lib/**, plugins/**, *.ini], excludes = [])
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.491Z] [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/ua/infocenter-web/infocenter-app/saveproperties
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.491Z] [INFO] --- resources:3.3.1:resources (default-resources) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.492Z] [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/ua/infocenter-web/infocenter-app/src/main/resources
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.492Z] [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/ua/infocenter-web/infocenter-app/src/main/resources
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] --- antrun:3.1.0:run (default) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] Executing tasks
18:29:52 [2024-02-16T23:29:52.492Z] [INFO]      [copy] Copying 53 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/ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF
18:29:52 [2024-02-16T23:29:52.492Z] [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/ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF/lib
18:29:52 [2024-02-16T23:29:52.492Z] [INFO]      [move] Moving 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/ua/infocenter-web/infocenter-app/src/main/webapp/WEB-INF
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] Executed tasks
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] No sources to compile
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.492Z] [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/ua/infocenter-web/infocenter-app/src/test/resources
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] No sources to compile
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] --- surefire:3.2.5:test (default-test) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] Tests are skipped.
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] 
18:29:52 [2024-02-16T23:29:52.492Z] [INFO] --- war:3.3.2:war (default-war) @ infocenter-app ---
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 349 kB/s)
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.493Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 655 kB/s)
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 360 kB/s)
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 598 kB/s)
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.494Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.750Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 245 kB/s)
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 96 kB/s)
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.751Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 10 MB/s)
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 3.6 MB/s)
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.752Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 497 kB/s)
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
18:29:52 [2024-02-16T23:29:52.753Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 867 kB/s)
18:29:53 [2024-02-16T23:29:53.010Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.010Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.010Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.010Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.010Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.010Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.010Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 30 kB/s)
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 722 kB/s)
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 3.9 MB/s)
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:29:53 [2024-02-16T23:29:53.011Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 4.0 MB/s)
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 4.2 MB/s)
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
18:29:53 [2024-02-16T23:29:53.012Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
18:29:53 [2024-02-16T23:29:53.013Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
18:29:53 [2024-02-16T23:29:53.013Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
18:29:53 [2024-02-16T23:29:53.013Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 446 kB/s)
18:29:53 [2024-02-16T23:29:53.013Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 939 kB/s)
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
18:29:53 [2024-02-16T23:29:53.269Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 604 kB/s)
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 568 kB/s)
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 1.5 MB/s)
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.pom
18:29:53 [2024-02-16T23:29:53.270Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.8/xz-1.8.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 238 kB/s)
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
18:29:53 [2024-02-16T23:29:53.271Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 378 kB/s)
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 208 kB/s)
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom
18:29:53 [2024-02-16T23:29:53.528Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 1.8 MB/s)
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 1.5 MB/s)
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
18:29:53 [2024-02-16T23:29:53.529Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
18:29:53 [2024-02-16T23:29:53.530Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
18:29:53 [2024-02-16T23:29:53.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom
18:29:53 [2024-02-16T23:29:53.530Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 710 kB/s)
18:29:53 [2024-02-16T23:29:53.530Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:29:53 [2024-02-16T23:29:53.530Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:29:53 [2024-02-16T23:29:53.530Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:29:53 [2024-02-16T23:29:53.530Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:29:53 [2024-02-16T23:29:53.530Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:29:53 [2024-02-16T23:29:53.530Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom
18:29:53 [2024-02-16T23:29:53.786Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 698 kB/s)
18:29:53 [2024-02-16T23:29:53.786Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:29:53 [2024-02-16T23:29:53.786Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:29:53 [2024-02-16T23:29:53.786Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:29:53 [2024-02-16T23:29:53.786Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 638 kB/s)
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 782 kB/s)
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:29:53 [2024-02-16T23:29:53.787Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
18:29:53 [2024-02-16T23:29:53.788Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 2.3 MB/s)
18:29:53 [2024-02-16T23:29:53.788Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom
18:29:54 [2024-02-16T23:29:54.043Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/9/apache-9.pom
18:29:54 [2024-02-16T23:29:54.043Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom
18:29:54 [2024-02-16T23:29:54.043Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom
18:29:54 [2024-02-16T23:29:54.043Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom
18:29:54 [2024-02-16T23:29:54.043Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
18:29:54 [2024-02-16T23:29:54.043Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 1.0 MB/s)
18:29:54 [2024-02-16T23:29:54.043Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 161 kB/s)
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 192 kB/s)
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
18:29:54 [2024-02-16T23:29:54.044Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.jar
18:29:54 [2024-02-16T23:29:54.045Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.8/xz-1.8.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:29:54 [2024-02-16T23:29:54.301Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:29:54 [2024-02-16T23:29:54.302Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.303Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:29:54 [2024-02-16T23:29:54.304Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 13 MB/s)
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 8.4 MB/s)
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 2.8 MB/s)
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 18 MB/s)
18:29:54 [2024-02-16T23:29:54.305Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 13 MB/s)
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 18 MB/s)
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 5.7 MB/s)
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 2.1 MB/s)
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 25 MB/s)
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 12 MB/s)
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
18:29:54 [2024-02-16T23:29:54.306Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 5.3 MB/s)
18:29:54 [2024-02-16T23:29:54.307Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
18:29:54 [2024-02-16T23:29:54.307Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 5.5 MB/s)
18:29:54 [2024-02-16T23:29:54.307Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 968 kB/s)
18:29:54 [2024-02-16T23:29:54.307Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 32 MB/s)
18:29:54 [2024-02-16T23:29:54.307Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 688 kB/s)
18:29:54 [2024-02-16T23:29:54.307Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 3.5 MB/s)
18:29:54 [2024-02-16T23:29:54.570Z] [INFO] Packaging webapp
18:29:54 [2024-02-16T23:29:54.571Z] [INFO] Assembling webapp [infocenter-app] 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.platform/ua/infocenter-web/infocenter-app/target/help]
18:29:54 [2024-02-16T23:29:54.571Z] [INFO] Processing war project
18:29:54 [2024-02-16T23:29:54.571Z] [INFO] Copying webapp resources [/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/infocenter-web/infocenter-app/src/main/webapp]
18:29:54 [2024-02-16T23:29:54.571Z] [INFO] Building war: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform/ua/infocenter-web/infocenter-app/target/help.war
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] 
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ infocenter-app ---
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] Execution was skipped
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] 
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ infocenter-app ---
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] 
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ infocenter-app ---
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] 
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] ------< org.eclipse.platform:org.eclipse.e4.core.commands.tests >-------
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] Building [test-bundle] Eclipse e4 core commands tests 0.14.400-SNAPSHOT [389/521]
18:29:55 [2024-02-16T23:29:55.515Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.e4.core.commands.tests/.polyglot.META-INF
18:29:55 [2024-02-16T23:29:55.515Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:29:55 [2024-02-16T23:29:55.516Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:55 [2024-02-16T23:29:55.772Z] [INFO] 
18:29:55 [2024-02-16T23:29:55.772Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.core.commands.tests ---
18:29:55 [2024-02-16T23:29:55.772Z] [INFO] 
18:29:55 [2024-02-16T23:29:55.772Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] The project's OSGi version is 0.14.400.v20231201-1637
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.028Z] [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/tests/org.eclipse.e4.core.commands.tests/saveproperties
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] Resolving class path of [test-bundle] Eclipse e4 core commands tests
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.028Z] [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/tests/org.eclipse.e4.core.commands.tests/src/main/resources
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.028Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.029Z] [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/tests/org.eclipse.e4.core.commands.tests/src/main/resources
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] Compiling 3 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/tests/org.eclipse.e4.core.commands.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.029Z] [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/tests/org.eclipse.e4.core.commands.tests/src/test/resources
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.029Z] [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/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.14.400-SNAPSHOT-sources.jar
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.029Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.029Z] [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/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.14.400-SNAPSHOT.jar
18:29:56 [2024-02-16T23:29:56.030Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.030Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.030Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands.tests:0.14.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.ui/tests/org.eclipse.e4.core.commands.tests/.polyglot.META-INF
18:29:56 [2024-02-16T23:29:56.030Z]     The main artifact has been replaced with the baseline version.
18:29:56 [2024-02-16T23:29:56.030Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:56 [2024-02-16T23:29:56.030Z] 
18:29:56 [2024-02-16T23:29:56.286Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.286Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.286Z] [INFO] Skipping tests
18:29:56 [2024-02-16T23:29:56.286Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.286Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.286Z] [INFO] Execution was skipped
18:29:56 [2024-02-16T23:29:56.286Z] [INFO] 
18:29:56 [2024-02-16T23:29:56.286Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.core.commands.tests ---
18:29:56 [2024-02-16T23:29:56.287Z] [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/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.14.400-SNAPSHOT.jar' is already signed and will be resigned.
18:29:56 [2024-02-16T23:29:56.287Z] [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/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.14.400-SNAPSHOT.jar
18:29:57 [2024-02-16T23:29:57.213Z] [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/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.14.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:29:57 [2024-02-16T23:29:57.213Z] [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/tests/org.eclipse.e4.core.commands.tests/target/org.eclipse.e4.core.commands.tests-0.14.400-SNAPSHOT-sources.jar
18:29:58 [2024-02-16T23:29:58.141Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.141Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.core.commands.tests ---
18:29:58 [2024-02-16T23:29:58.141Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.core.commands.tests:0.14.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.ui/tests/org.eclipse.e4.core.commands.tests/.polyglot.META-INF
18:29:58 [2024-02-16T23:29:58.141Z]     The main artifact has been replaced with the baseline version.
18:29:58 [2024-02-16T23:29:58.141Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:29:58 [2024-02-16T23:29:58.141Z] 
18:29:58 [2024-02-16T23:29:58.141Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.141Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.emf.xpath.test >---------
18:29:58 [2024-02-16T23:29:58.141Z] [INFO] Building [test-bundle] XPathTest Model 0.4.0-SNAPSHOT          [390/521]
18:29:58 [2024-02-16T23:29:58.141Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/.polyglot.META-INF
18:29:58 [2024-02-16T23:29:58.141Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] The project's OSGi version is 0.4.0.v20240104-0902
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.142Z] [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/tests/org.eclipse.e4.emf.xpath.test/saveproperties
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.142Z] [INFO] Resolving class path of [test-bundle] XPathTest Model
18:29:58 [2024-02-16T23:29:58.398Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.398Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.398Z] [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/tests/org.eclipse.e4.emf.xpath.test/src/main/resources
18:29:58 [2024-02-16T23:29:58.398Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.398Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.398Z] [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/tests/org.eclipse.e4.emf.xpath.test/src/main/resources
18:29:58 [2024-02-16T23:29:58.398Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.398Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.398Z] [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/eclipse.platform.ui/tests/org.eclipse.e4.emf.xpath.test/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:29:58 [2024-02-16T23:29:58.654Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.654Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.654Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.654Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.654Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.654Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.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/tests/org.eclipse.e4.emf.xpath.test/src/test/resources
18:29:58 [2024-02-16T23:29:58.654Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.655Z] [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/tests/org.eclipse.e4.emf.xpath.test/target/org.eclipse.e4.emf.xpath.test-0.4.0-SNAPSHOT-sources.jar
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.655Z] [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/tests/org.eclipse.e4.emf.xpath.test/target/org.eclipse.e4.emf.xpath.test-0.4.0-SNAPSHOT.jar
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.emf.xpath.test:eclipse-test-plugin:0.4.0-SNAPSHOT
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] Skipping tests
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] Execution was skipped
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] 
18:29:58 [2024-02-16T23:29:58.655Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.emf.xpath.test ---
18:29:58 [2024-02-16T23:29:58.655Z] [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/tests/org.eclipse.e4.emf.xpath.test/target/org.eclipse.e4.emf.xpath.test-0.4.0-SNAPSHOT.jar
18:29:59 [2024-02-16T23:29:59.582Z] [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/tests/org.eclipse.e4.emf.xpath.test/target/org.eclipse.e4.emf.xpath.test-0.4.0-SNAPSHOT-sources.jar
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.emf.xpath.test ---
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.emf.xpath.test:eclipse-test-plugin:0.4.0-SNAPSHOT
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.bindings.tests >--------
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] Building [test-bundle] UI Bindings Tests 0.14.200-SNAPSHOT     [391/521]
18:30:00 [2024-02-16T23:30:00.510Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.e4.ui.bindings.tests/.polyglot.META-INF
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] The project's OSGi version is 0.14.200.v20231201-1637
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.510Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.511Z] [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/tests/org.eclipse.e4.ui.bindings.tests/saveproperties
18:30:00 [2024-02-16T23:30:00.511Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.511Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.511Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.511Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.511Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.511Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.511Z] [INFO] Resolving class path of [test-bundle] UI Bindings Tests
18:30:00 [2024-02-16T23:30:00.766Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.766Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.767Z] [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/tests/org.eclipse.e4.ui.bindings.tests/src/main/resources
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.767Z] [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/tests/org.eclipse.e4.ui.bindings.tests/src/main/resources
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] Compiling 7 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/tests/org.eclipse.e4.ui.bindings.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.767Z] [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/tests/org.eclipse.e4.ui.bindings.tests/src/test/resources
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.767Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.768Z] [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/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.14.200-SNAPSHOT-sources.jar
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.768Z] [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/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.14.200-SNAPSHOT.jar
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings.tests:0.14.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.ui/tests/org.eclipse.e4.ui.bindings.tests/.polyglot.META-INF
18:30:00 [2024-02-16T23:30:00.768Z]     The main artifact has been replaced with the baseline version.
18:30:00 [2024-02-16T23:30:00.768Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:00 [2024-02-16T23:30:00.768Z] 
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] Skipping tests
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] Execution was skipped
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] 
18:30:00 [2024-02-16T23:30:00.768Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.bindings.tests ---
18:30:00 [2024-02-16T23:30:00.768Z] [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/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.14.200-SNAPSHOT.jar' is already signed and will be resigned.
18:30:00 [2024-02-16T23:30:00.768Z] [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/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.14.200-SNAPSHOT.jar
18:30:01 [2024-02-16T23:30:01.696Z] [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/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.14.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:01 [2024-02-16T23:30:01.696Z] [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/tests/org.eclipse.e4.ui.bindings.tests/target/org.eclipse.e4.ui.bindings.tests-0.14.200-SNAPSHOT-sources.jar
18:30:02 [2024-02-16T23:30:02.257Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.257Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.bindings.tests ---
18:30:02 [2024-02-16T23:30:02.513Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.bindings.tests:0.14.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.ui/tests/org.eclipse.e4.ui.bindings.tests/.polyglot.META-INF
18:30:02 [2024-02-16T23:30:02.513Z]     The main artifact has been replaced with the baseline version.
18:30:02 [2024-02-16T23:30:02.513Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:02 [2024-02-16T23:30:02.513Z] 
18:30:02 [2024-02-16T23:30:02.513Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.513Z] [INFO] ------------< org.eclipse.platform:org.eclipse.e4.ui.tests >------------
18:30:02 [2024-02-16T23:30:02.513Z] [INFO] Building [test-bundle] TestModel Model 0.15.400-SNAPSHOT       [392/521]
18:30:02 [2024-02-16T23:30:02.513Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/.polyglot.META-INF
18:30:02 [2024-02-16T23:30:02.513Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:02 [2024-02-16T23:30:02.513Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] The project's OSGi version is 0.15.400.v20240213-1617
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [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/tests/org.eclipse.e4.ui.tests/saveproperties
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] Resolving class path of [test-bundle] TestModel Model
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [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/tests/org.eclipse.e4.ui.tests/src/main/resources
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.tests ---
18:30:02 [2024-02-16T23:30:02.770Z] [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/tests/org.eclipse.e4.ui.tests/src/main/resources
18:30:02 [2024-02-16T23:30:02.770Z] [INFO] 
18:30:02 [2024-02-16T23:30:02.771Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.047Z] [INFO] Compiling 85 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/tests/org.eclipse.e4.ui.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:03 [2024-02-16T23:30:03.608Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.609Z] [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/tests/org.eclipse.e4.ui.tests/src/test/resources
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.609Z] [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/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.15.400-SNAPSHOT-sources.jar
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.609Z] [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/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.15.400-SNAPSHOT.jar
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.609Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests:0.15.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.ui/tests/org.eclipse.e4.ui.tests/.polyglot.META-INF
18:30:03 [2024-02-16T23:30:03.610Z]     The main artifact has been replaced with the baseline version.
18:30:03 [2024-02-16T23:30:03.610Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:03 [2024-02-16T23:30:03.610Z] 
18:30:03 [2024-02-16T23:30:03.610Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.610Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.610Z] [INFO] Skipping tests
18:30:03 [2024-02-16T23:30:03.610Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.610Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.610Z] [INFO] Execution was skipped
18:30:03 [2024-02-16T23:30:03.610Z] [INFO] 
18:30:03 [2024-02-16T23:30:03.610Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.tests ---
18:30:03 [2024-02-16T23:30:03.610Z] [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/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.15.400-SNAPSHOT.jar' is already signed and will be resigned.
18:30:03 [2024-02-16T23:30:03.610Z] [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/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.15.400-SNAPSHOT.jar
18:30:05 [2024-02-16T23:30:05.499Z] [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/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.15.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:05 [2024-02-16T23:30:05.499Z] [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/tests/org.eclipse.e4.ui.tests/target/org.eclipse.e4.ui.tests-0.15.400-SNAPSHOT-sources.jar
18:30:06 [2024-02-16T23:30:06.061Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.062Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.tests ---
18:30:06 [2024-02-16T23:30:06.062Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests:0.15.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.ui/tests/org.eclipse.e4.ui.tests/.polyglot.META-INF
18:30:06 [2024-02-16T23:30:06.062Z]     The main artifact has been replaced with the baseline version.
18:30:06 [2024-02-16T23:30:06.062Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:06 [2024-02-16T23:30:06.062Z] 
18:30:06 [2024-02-16T23:30:06.062Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.062Z] [INFO] -------< org.eclipse.platform:org.eclipse.e4.ui.tests.css.core >--------
18:30:06 [2024-02-16T23:30:06.062Z] [INFO] Building [test-bundle] e4 css core tests 1.302.400-SNAPSHOT    [393/521]
18:30:06 [2024-02-16T23:30:06.062Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/.polyglot.META-INF
18:30:06 [2024-02-16T23:30:06.062Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:06 [2024-02-16T23:30:06.062Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] The project's OSGi version is 1.302.400.v20240207-1054
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.318Z] [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/tests/org.eclipse.e4.ui.tests.css.core/saveproperties
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.318Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] Resolving class path of [test-bundle] e4 css core tests
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.319Z] [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/tests/org.eclipse.e4.ui.tests.css.core/src/main/resources
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.319Z] [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/tests/org.eclipse.e4.ui.tests.css.core/src/main/resources
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.319Z] [INFO] Compiling 16 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/tests/org.eclipse.e4.ui.tests.css.core/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:06 [2024-02-16T23:30:06.575Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.575Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.576Z] [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/tests/org.eclipse.e4.ui.tests.css.core/src/test/resources
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.576Z] [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/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.302.400-SNAPSHOT-sources.jar
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.576Z] [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/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.302.400-SNAPSHOT.jar
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.576Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.core:1.302.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.ui/tests/org.eclipse.e4.ui.tests.css.core/.polyglot.META-INF
18:30:06 [2024-02-16T23:30:06.577Z]     The main artifact has been replaced with the baseline version.
18:30:06 [2024-02-16T23:30:06.577Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:06 [2024-02-16T23:30:06.577Z] 
18:30:06 [2024-02-16T23:30:06.577Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.577Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.577Z] [INFO] Skipping tests
18:30:06 [2024-02-16T23:30:06.577Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.577Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.577Z] [INFO] Execution was skipped
18:30:06 [2024-02-16T23:30:06.577Z] [INFO] 
18:30:06 [2024-02-16T23:30:06.577Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.tests.css.core ---
18:30:06 [2024-02-16T23:30:06.577Z] [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/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.302.400-SNAPSHOT.jar' is already signed and will be resigned.
18:30:06 [2024-02-16T23:30:06.577Z] [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/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.302.400-SNAPSHOT.jar
18:30:07 [2024-02-16T23:30:07.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.ui/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.302.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:07 [2024-02-16T23:30:07.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.ui/tests/org.eclipse.e4.ui.tests.css.core/target/org.eclipse.e4.ui.tests.css.core-1.302.400-SNAPSHOT-sources.jar
18:30:08 [2024-02-16T23:30:08.870Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.tests.css.core ---
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.core:1.302.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.ui/tests/org.eclipse.e4.ui.tests.css.core/.polyglot.META-INF
18:30:08 [2024-02-16T23:30:08.871Z]     The main artifact has been replaced with the baseline version.
18:30:08 [2024-02-16T23:30:08.871Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:08 [2024-02-16T23:30:08.871Z] 
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.tests.css.swt >--------
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] Building [test-bundle] e4 css swt tests (Incubation) 0.12.500-SNAPSHOT [394/521]
18:30:08 [2024-02-16T23:30:08.871Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/.polyglot.META-INF
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] The project's OSGi version is 0.12.500.v20240129-1019
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.871Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:08 [2024-02-16T23:30:08.872Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/saveproperties
18:30:08 [2024-02-16T23:30:08.872Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.872Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:08 [2024-02-16T23:30:08.872Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.872Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:08 [2024-02-16T23:30:08.872Z] [INFO] 
18:30:08 [2024-02-16T23:30:08.872Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:08 [2024-02-16T23:30:08.872Z] [INFO] Resolving class path of [test-bundle] e4 css swt tests (Incubation)
18:30:09 [2024-02-16T23:30:09.128Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.128Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.128Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/src/main/resources
18:30:09 [2024-02-16T23:30:09.128Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.128Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.128Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/src/main/resources
18:30:09 [2024-02-16T23:30:09.128Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.128Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.128Z] [INFO] Compiling 45 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/tests/org.eclipse.e4.ui.tests.css.swt/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.384Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/src/test/resources
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.384Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.385Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.12.500-SNAPSHOT-sources.jar
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.385Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.12.500-SNAPSHOT.jar
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.swt:0.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.ui/tests/org.eclipse.e4.ui.tests.css.swt/.polyglot.META-INF
18:30:09 [2024-02-16T23:30:09.385Z]     The main artifact has been replaced with the baseline version.
18:30:09 [2024-02-16T23:30:09.385Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:09 [2024-02-16T23:30:09.385Z] 
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] Skipping tests
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] Execution was skipped
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] 
18:30:09 [2024-02-16T23:30:09.385Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:09 [2024-02-16T23:30:09.385Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.12.500-SNAPSHOT.jar' is already signed and will be resigned.
18:30:09 [2024-02-16T23:30:09.386Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.12.500-SNAPSHOT.jar
18:30:10 [2024-02-16T23:30:10.750Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.12.500-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:10 [2024-02-16T23:30:10.751Z] [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/tests/org.eclipse.e4.ui.tests.css.swt/target/org.eclipse.e4.ui.tests.css.swt-0.12.500-SNAPSHOT-sources.jar
18:30:11 [2024-02-16T23:30:11.699Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.700Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.tests.css.swt ---
18:30:11 [2024-02-16T23:30:11.700Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.e4.ui.tests.css.swt:0.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.ui/tests/org.eclipse.e4.ui.tests.css.swt/.polyglot.META-INF
18:30:11 [2024-02-16T23:30:11.700Z]     The main artifact has been replaced with the baseline version.
18:30:11 [2024-02-16T23:30:11.700Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:11 [2024-02-16T23:30:11.700Z] 
18:30:11 [2024-02-16T23:30:11.700Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.700Z] [INFO] --< org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt.test >--
18:30:11 [2024-02-16T23:30:11.700Z] [INFO] Building [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT [395/521]
18:30:11 [2024-02-16T23:30:11.700Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/.polyglot.META-INF
18:30:11 [2024-02-16T23:30:11.700Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:11 [2024-02-16T23:30:11.700Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:11 [2024-02-16T23:30:11.956Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.956Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.956Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] The project's OSGi version is 1.5.0.v20231201-1637
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.957Z] [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/tests/org.eclipse.e4.ui.workbench.addons.swt.test/saveproperties
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] Resolving class path of [test-bundle] Modelled UI addons tests bundle (Incubation)
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.957Z] [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/tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/main/resources
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:11 [2024-02-16T23:30:11.957Z] [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/tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/main/resources
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] 
18:30:11 [2024-02-16T23:30:11.957Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.213Z] [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.ui/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:12 [2024-02-16T23:30:12.213Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.213Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.213Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.213Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.213Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.213Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.214Z] [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/tests/org.eclipse.e4.ui.workbench.addons.swt.test/src/test/resources
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.214Z] [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/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/org.eclipse.e4.ui.workbench.addons.swt.test-1.5.0-SNAPSHOT-sources.jar
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.214Z] [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/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/org.eclipse.e4.ui.workbench.addons.swt.test-1.5.0-SNAPSHOT.jar
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt.test:eclipse-test-plugin:1.5.0-SNAPSHOT
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] Skipping tests
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] Execution was skipped
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] 
18:30:12 [2024-02-16T23:30:12.214Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:12 [2024-02-16T23:30:12.214Z] [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/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/org.eclipse.e4.ui.workbench.addons.swt.test-1.5.0-SNAPSHOT.jar
18:30:13 [2024-02-16T23:30:13.579Z] [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/tests/org.eclipse.e4.ui.workbench.addons.swt.test/target/org.eclipse.e4.ui.workbench.addons.swt.test-1.5.0-SNAPSHOT-sources.jar
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.workbench.addons.swt.test ---
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.ui.workbench.addons.swt.test:eclipse-test-plugin:1.5.0-SNAPSHOT
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] ------------< org.eclipse.platform:org.eclipse.jface.tests >------------
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] Building [test-bundle] Jface tests 1.4.400-SNAPSHOT            [396/521]
18:30:14 [2024-02-16T23:30:14.505Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.jface.tests/.polyglot.META-INF
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.505Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] The project's OSGi version is 1.4.400.v20240207-1054
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.506Z] [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/tests/org.eclipse.jface.tests/saveproperties
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.506Z] [INFO] Resolving class path of [test-bundle] Jface tests
18:30:14 [2024-02-16T23:30:14.762Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.762Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.762Z] [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/tests/org.eclipse.jface.tests/src/main/resources
18:30:14 [2024-02-16T23:30:14.762Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.762Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.762Z] [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/tests/org.eclipse.jface.tests/src/main/resources
18:30:14 [2024-02-16T23:30:14.762Z] [INFO] 
18:30:14 [2024-02-16T23:30:14.762Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.tests ---
18:30:14 [2024-02-16T23:30:14.762Z] [INFO] Compiling 198 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/tests/org.eclipse.jface.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:15 [2024-02-16T23:30:15.336Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/ListViewerComparatorTest.java:[22] 
18:30:15 [2024-02-16T23:30:15.336Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:30:15 [2024-02-16T23:30:15.336Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:30:15 [2024-02-16T23:30:15.336Z] The type ViewerSorter is deprecated
18:30:15 [2024-02-16T23:30:15.336Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/SimpleVirtualLazyTreeViewerTest.java:[28] 
18:30:15 [2024-02-16T23:30:15.336Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:30:15 [2024-02-16T23:30:15.336Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:30:15 [2024-02-16T23:30:15.336Z] The type ViewerSorter is deprecated
18:30:15 [2024-02-16T23:30:15.336Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/TableViewerComparatorTest.java:[25] 
18:30:15 [2024-02-16T23:30:15.336Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:30:15 [2024-02-16T23:30:15.336Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:30:15 [2024-02-16T23:30:15.336Z] The type ViewerSorter is deprecated
18:30:15 [2024-02-16T23:30:15.336Z] [WARNING] /home/jenkins/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/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/TreeViewerComparatorTest.java:[27] 
18:30:15 [2024-02-16T23:30:15.336Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:30:15 [2024-02-16T23:30:15.336Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:30:15 [2024-02-16T23:30:15.336Z] The type ViewerSorter is deprecated
18:30:15 [2024-02-16T23:30:15.336Z] 4 problems (4 warnings)
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.336Z] [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/tests/org.eclipse.jface.tests/src/test/resources
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.336Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.337Z] [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/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.4.400-SNAPSHOT-sources.jar
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.337Z] [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/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.4.400-SNAPSHOT.jar
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.tests:1.4.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.ui/tests/org.eclipse.jface.tests/.polyglot.META-INF
18:30:15 [2024-02-16T23:30:15.337Z]     The main artifact has been replaced with the baseline version.
18:30:15 [2024-02-16T23:30:15.337Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:15 [2024-02-16T23:30:15.337Z] 
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] Skipping tests
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] Execution was skipped
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] 
18:30:15 [2024-02-16T23:30:15.337Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.tests ---
18:30:15 [2024-02-16T23:30:15.593Z] [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/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.4.400-SNAPSHOT.jar' is already signed and will be resigned.
18:30:15 [2024-02-16T23:30:15.593Z] [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/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.4.400-SNAPSHOT.jar
18:30:17 [2024-02-16T23:30:17.483Z] [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/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.4.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:17 [2024-02-16T23:30:17.483Z] [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/tests/org.eclipse.jface.tests/target/org.eclipse.jface.tests-1.4.400-SNAPSHOT-sources.jar
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.tests ---
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.tests:1.4.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.ui/tests/org.eclipse.jface.tests/.polyglot.META-INF
18:30:18 [2024-02-16T23:30:18.849Z]     The main artifact has been replaced with the baseline version.
18:30:18 [2024-02-16T23:30:18.849Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:18 [2024-02-16T23:30:18.849Z] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] ---------< org.eclipse.platform:eclipse.platform.ui.examples >----------
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] Building eclipse.platform.ui.examples 4.31.0-SNAPSHOT          [397/521]
18:30:18 [2024-02-16T23:30:18.849Z] [INFO]   from eclipse.platform.ui/examples/pom.xml
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] --------------------------------[ pom ]---------------------------------
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.ui.examples ---
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.ui.examples ---
18:30:18 [2024-02-16T23:30:18.849Z] [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/examples/saveproperties
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.ui.examples ---
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.ui.examples ---
18:30:18 [2024-02-16T23:30:18.849Z] [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/examples/src/main/resources
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.ui.examples ---
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.ui.examples ---
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.ui.examples ---
18:30:18 [2024-02-16T23:30:18.849Z] [INFO] Execution was skipped
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.ui.examples ---
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.ui.examples ---
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] ----< org.eclipse.platform:org.eclipse.jface.examples.databinding >-----
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] Building [bundle] JFace Data Binding Examples 1.4.300-SNAPSHOT [398/521]
18:30:18 [2024-02-16T23:30:18.850Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] The project's OSGi version is 1.4.300.v20240207-1054
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.850Z] [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/examples/org.eclipse.jface.examples.databinding/saveproperties
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] Resolving class path of [bundle] JFace Data Binding Examples
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.850Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.851Z] [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/examples/org.eclipse.jface.examples.databinding/src/main/resources
18:30:18 [2024-02-16T23:30:18.851Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.851Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.851Z] [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/examples/org.eclipse.jface.examples.databinding/src/main/resources
18:30:18 [2024-02-16T23:30:18.851Z] [INFO] 
18:30:18 [2024-02-16T23:30:18.851Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.examples.databinding ---
18:30:18 [2024-02-16T23:30:18.851Z] [INFO] Compiling 84 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/examples/org.eclipse.jface.examples.databinding/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.108Z] [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/examples/org.eclipse.jface.examples.databinding/src/test/resources
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.108Z] [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/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.300-SNAPSHOT-sources.jar
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.108Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.109Z] [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/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.300-SNAPSHOT.jar
18:30:19 [2024-02-16T23:30:19.109Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.109Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.365Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.examples.databinding:1.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.ui/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF
18:30:19 [2024-02-16T23:30:19.365Z]     The main artifact has been replaced with the baseline version.
18:30:19 [2024-02-16T23:30:19.365Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:19 [2024-02-16T23:30:19.365Z] 
18:30:19 [2024-02-16T23:30:19.365Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.365Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.365Z] [INFO] Execution was skipped
18:30:19 [2024-02-16T23:30:19.365Z] [INFO] 
18:30:19 [2024-02-16T23:30:19.365Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.examples.databinding ---
18:30:19 [2024-02-16T23:30:19.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.ui/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:30:19 [2024-02-16T23:30:19.365Z] [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/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.300-SNAPSHOT.jar
18:30:20 [2024-02-16T23:30:20.755Z] [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/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:20 [2024-02-16T23:30:20.755Z] [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/examples/org.eclipse.jface.examples.databinding/target/org.eclipse.jface.examples.databinding-1.4.300-SNAPSHOT-sources.jar
18:30:22 [2024-02-16T23:30:22.119Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.119Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.examples.databinding ---
18:30:22 [2024-02-16T23:30:22.120Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.examples.databinding:1.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.ui/examples/org.eclipse.jface.examples.databinding/.polyglot.META-INF
18:30:22 [2024-02-16T23:30:22.120Z]     The main artifact has been replaced with the baseline version.
18:30:22 [2024-02-16T23:30:22.120Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:22 [2024-02-16T23:30:22.120Z] 
18:30:22 [2024-02-16T23:30:22.120Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.120Z] [INFO] --< org.eclipse.platform:org.eclipse.jface.tests.databinding.conformance >--
18:30:22 [2024-02-16T23:30:22.120Z] [INFO] Building [test-bundle] JFace Data Binding Conformance Tests 1.5.400-SNAPSHOT [399/521]
18:30:22 [2024-02-16T23:30:22.120Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/.polyglot.META-INF
18:30:22 [2024-02-16T23:30:22.120Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:22 [2024-02-16T23:30:22.120Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] The project's OSGi version is 1.5.400.v20231214-1513
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.375Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.376Z] [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/tests/org.eclipse.jface.tests.databinding.conformance/saveproperties
18:30:22 [2024-02-16T23:30:22.376Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.376Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.376Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.376Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.376Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.376Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.376Z] [INFO] Resolving class path of [test-bundle] JFace Data Binding Conformance Tests
18:30:22 [2024-02-16T23:30:22.631Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.631Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.632Z] [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/tests/org.eclipse.jface.tests.databinding.conformance/src/main/resources
18:30:22 [2024-02-16T23:30:22.632Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.632Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.632Z] [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/tests/org.eclipse.jface.tests.databinding.conformance/src/main/resources
18:30:22 [2024-02-16T23:30:22.632Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.632Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.632Z] [INFO] Compiling 29 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/tests/org.eclipse.jface.tests.databinding.conformance/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:22 [2024-02-16T23:30:22.887Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.888Z] [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/tests/org.eclipse.jface.tests.databinding.conformance/src/test/resources
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.888Z] [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/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.5.400-SNAPSHOT-sources.jar
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.888Z] [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/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.5.400-SNAPSHOT.jar
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.888Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.889Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding.conformance:1.5.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.ui/tests/org.eclipse.jface.tests.databinding.conformance/.polyglot.META-INF
18:30:22 [2024-02-16T23:30:22.889Z]     The main artifact has been replaced with the baseline version.
18:30:22 [2024-02-16T23:30:22.889Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:22 [2024-02-16T23:30:22.889Z] 
18:30:22 [2024-02-16T23:30:22.889Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.889Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.889Z] [INFO] Skipping tests
18:30:22 [2024-02-16T23:30:22.889Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.889Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.889Z] [INFO] Execution was skipped
18:30:22 [2024-02-16T23:30:22.889Z] [INFO] 
18:30:22 [2024-02-16T23:30:22.889Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:22 [2024-02-16T23:30:22.889Z] [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/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.5.400-SNAPSHOT.jar' is already signed and will be resigned.
18:30:22 [2024-02-16T23:30:22.889Z] [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/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.5.400-SNAPSHOT.jar
18:30:23 [2024-02-16T23:30:23.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.ui/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.5.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:23 [2024-02-16T23:30:23.817Z] [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/tests/org.eclipse.jface.tests.databinding.conformance/target/org.eclipse.jface.tests.databinding.conformance-1.5.400-SNAPSHOT-sources.jar
18:30:24 [2024-02-16T23:30:24.743Z] [INFO] 
18:30:24 [2024-02-16T23:30:24.743Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.tests.databinding.conformance ---
18:30:24 [2024-02-16T23:30:24.743Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding.conformance:1.5.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.ui/tests/org.eclipse.jface.tests.databinding.conformance/.polyglot.META-INF
18:30:24 [2024-02-16T23:30:24.743Z]     The main artifact has been replaced with the baseline version.
18:30:24 [2024-02-16T23:30:24.743Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:24 [2024-02-16T23:30:24.743Z] 
18:30:24 [2024-02-16T23:30:24.743Z] [INFO] 
18:30:24 [2024-02-16T23:30:24.743Z] [INFO] ------< org.eclipse.platform:org.eclipse.jface.tests.databinding >------
18:30:24 [2024-02-16T23:30:24.743Z] [INFO] Building [test-bundle] JFace Data Binding Tests 1.12.300-SNAPSHOT [400/521]
18:30:24 [2024-02-16T23:30:24.744Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding/.polyglot.META-INF
18:30:24 [2024-02-16T23:30:24.744Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:24 [2024-02-16T23:30:24.744Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:24 [2024-02-16T23:30:24.999Z] [INFO] 
18:30:24 [2024-02-16T23:30:24.999Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.tests.databinding ---
18:30:24 [2024-02-16T23:30:24.999Z] [INFO] 
18:30:24 [2024-02-16T23:30:24.999Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests.databinding ---
18:30:24 [2024-02-16T23:30:24.999Z] [INFO] The project's OSGi version is 1.12.300.v20240205-1417
18:30:24 [2024-02-16T23:30:24.999Z] [INFO] 
18:30:24 [2024-02-16T23:30:24.999Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.tests.databinding ---
18:30:24 [2024-02-16T23:30:24.999Z] [INFO] 
18:30:24 [2024-02-16T23:30:24.999Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.000Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.000Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.000Z] [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/tests/org.eclipse.jface.tests.databinding/saveproperties
18:30:25 [2024-02-16T23:30:25.000Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.000Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.000Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.000Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.000Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.000Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.000Z] [INFO] Resolving class path of [test-bundle] JFace Data Binding Tests
18:30:25 [2024-02-16T23:30:25.255Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.255Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.256Z] [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/tests/org.eclipse.jface.tests.databinding/src/main/resources
18:30:25 [2024-02-16T23:30:25.256Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.256Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.256Z] [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/tests/org.eclipse.jface.tests.databinding/src/main/resources
18:30:25 [2024-02-16T23:30:25.256Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.256Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.256Z] [INFO] Compiling 224 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/tests/org.eclipse.jface.tests.databinding/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.818Z] [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/tests/org.eclipse.jface.tests.databinding/src/test/resources
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.818Z] [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/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.12.300-SNAPSHOT-sources.jar
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.818Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.tests.databinding ---
18:30:25 [2024-02-16T23:30:25.818Z] [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/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.12.300-SNAPSHOT.jar
18:30:25 [2024-02-16T23:30:25.819Z] [INFO] 
18:30:25 [2024-02-16T23:30:25.819Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests.databinding ---
18:30:26 [2024-02-16T23:30:26.075Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding:1.12.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/tests/org.eclipse.jface.tests.databinding/.polyglot.META-INF
18:30:26 [2024-02-16T23:30:26.075Z]     The main artifact has been replaced with the baseline version.
18:30:26 [2024-02-16T23:30:26.075Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:26 [2024-02-16T23:30:26.075Z] 
18:30:26 [2024-02-16T23:30:26.075Z] [INFO] 
18:30:26 [2024-02-16T23:30:26.075Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jface.tests.databinding ---
18:30:26 [2024-02-16T23:30:26.075Z] [INFO] Skipping tests
18:30:26 [2024-02-16T23:30:26.075Z] [INFO] 
18:30:26 [2024-02-16T23:30:26.075Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests.databinding ---
18:30:26 [2024-02-16T23:30:26.075Z] [INFO] Execution was skipped
18:30:26 [2024-02-16T23:30:26.075Z] [INFO] 
18:30:26 [2024-02-16T23:30:26.075Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.tests.databinding ---
18:30:26 [2024-02-16T23:30:26.331Z] [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/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.12.300-SNAPSHOT.jar' is already signed and will be resigned.
18:30:26 [2024-02-16T23:30:26.331Z] [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/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.12.300-SNAPSHOT.jar
18:30:27 [2024-02-16T23:30:27.696Z] [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/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.12.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:27 [2024-02-16T23:30:27.696Z] [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/tests/org.eclipse.jface.tests.databinding/target/org.eclipse.jface.tests.databinding-1.12.300-SNAPSHOT-sources.jar
18:30:28 [2024-02-16T23:30:28.624Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.624Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.tests.databinding ---
18:30:28 [2024-02-16T23:30:28.624Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.jface.tests.databinding:1.12.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/tests/org.eclipse.jface.tests.databinding/.polyglot.META-INF
18:30:28 [2024-02-16T23:30:28.624Z]     The main artifact has been replaced with the baseline version.
18:30:28 [2024-02-16T23:30:28.624Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:28 [2024-02-16T23:30:28.624Z] 
18:30:28 [2024-02-16T23:30:28.624Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.624Z] [INFO] -----< org.eclipse.platform:org.eclipse.jface.tests.notifications >-----
18:30:28 [2024-02-16T23:30:28.624Z] [INFO] Building [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT [401/521]
18:30:28 [2024-02-16T23:30:28.624Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/.polyglot.META-INF
18:30:28 [2024-02-16T23:30:28.624Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:28 [2024-02-16T23:30:28.624Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.tests.notifications ---
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.tests.notifications ---
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] The project's OSGi version is 0.2.0.v20231214-0928
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.tests.notifications ---
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.tests.notifications ---
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.tests.notifications ---
18:30:28 [2024-02-16T23:30:28.883Z] [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/tests/org.eclipse.jface.tests.notifications/saveproperties
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.tests.notifications ---
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.883Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.tests.notifications ---
18:30:28 [2024-02-16T23:30:28.884Z] [INFO] 
18:30:28 [2024-02-16T23:30:28.884Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.tests.notifications ---
18:30:28 [2024-02-16T23:30:28.884Z] [INFO] Resolving class path of [test-bundle] Jface notifications tests
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.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/tests/org.eclipse.jface.tests.notifications/src/main/resources
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.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/tests/org.eclipse.jface.tests.notifications/src/main/resources
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] Compiling 2 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/tests/org.eclipse.jface.tests.notifications/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.161Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.162Z] [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/tests/org.eclipse.jface.tests.notifications/src/test/resources
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.162Z] [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/tests/org.eclipse.jface.tests.notifications/target/org.eclipse.jface.tests.notifications-0.2.0-SNAPSHOT-sources.jar
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.162Z] [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/tests/org.eclipse.jface.tests.notifications/target/org.eclipse.jface.tests.notifications-0.2.0-SNAPSHOT.jar
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.jface.tests.notifications:eclipse-test-plugin:0.2.0-SNAPSHOT
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] Skipping tests
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] Execution was skipped
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] 
18:30:29 [2024-02-16T23:30:29.162Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.tests.notifications ---
18:30:29 [2024-02-16T23:30:29.162Z] [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/tests/org.eclipse.jface.tests.notifications/target/org.eclipse.jface.tests.notifications-0.2.0-SNAPSHOT.jar
18:30:30 [2024-02-16T23:30:30.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/eclipse.platform.ui/tests/org.eclipse.jface.tests.notifications/target/org.eclipse.jface.tests.notifications-0.2.0-SNAPSHOT-sources.jar
18:30:31 [2024-02-16T23:30:31.087Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.087Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.tests.notifications ---
18:30:31 [2024-02-16T23:30:31.087Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.jface.tests.notifications:eclipse-test-plugin:0.2.0-SNAPSHOT
18:30:31 [2024-02-16T23:30:31.087Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.087Z] [INFO] ----< org.eclipse.platform:org.eclipse.ltk.core.refactoring.tests >-----
18:30:31 [2024-02-16T23:30:31.087Z] [INFO] Building [test-bundle] Refactoring Core Test Plug-in 3.10.300-SNAPSHOT [402/521]
18:30:31 [2024-02-16T23:30:31.087Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ltk.core.refactoring.tests/.polyglot.META-INF
18:30:31 [2024-02-16T23:30:31.087Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:31 [2024-02-16T23:30:31.087Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:31 [2024-02-16T23:30:31.342Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] The project's OSGi version is 3.10.300.v20240123-1014
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.343Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/saveproperties
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.343Z] [INFO] Resolving class path of [test-bundle] Refactoring Core Test Plug-in
18:30:31 [2024-02-16T23:30:31.598Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.598Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.599Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/src/main/resources
18:30:31 [2024-02-16T23:30:31.599Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.599Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.599Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/src/main/resources
18:30:31 [2024-02-16T23:30:31.599Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.599Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.599Z] [INFO] Compiling 30 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/tests/org.eclipse.ltk.core.refactoring.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:31 [2024-02-16T23:30:31.854Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.854Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.854Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.854Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.854Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.854Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.854Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/src/test/resources
18:30:31 [2024-02-16T23:30:31.854Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.855Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/target/org.eclipse.ltk.core.refactoring.tests-3.10.300-SNAPSHOT-sources.jar
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.855Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/target/org.eclipse.ltk.core.refactoring.tests-3.10.300-SNAPSHOT.jar
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.core.refactoring.tests:3.10.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/tests/org.eclipse.ltk.core.refactoring.tests/.polyglot.META-INF
18:30:31 [2024-02-16T23:30:31.855Z]     The main artifact has been replaced with the baseline version.
18:30:31 [2024-02-16T23:30:31.855Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:31 [2024-02-16T23:30:31.855Z] 
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] Skipping tests
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] Execution was skipped
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] 
18:30:31 [2024-02-16T23:30:31.855Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:31 [2024-02-16T23:30:31.856Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/target/org.eclipse.ltk.core.refactoring.tests-3.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:30:31 [2024-02-16T23:30:31.856Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/target/org.eclipse.ltk.core.refactoring.tests-3.10.300-SNAPSHOT.jar
18:30:32 [2024-02-16T23:30:32.783Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/target/org.eclipse.ltk.core.refactoring.tests-3.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:32 [2024-02-16T23:30:32.783Z] [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/tests/org.eclipse.ltk.core.refactoring.tests/target/org.eclipse.ltk.core.refactoring.tests-3.10.300-SNAPSHOT-sources.jar
18:30:33 [2024-02-16T23:30:33.344Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.344Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ltk.core.refactoring.tests ---
18:30:33 [2024-02-16T23:30:33.599Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.core.refactoring.tests:3.10.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/tests/org.eclipse.ltk.core.refactoring.tests/.polyglot.META-INF
18:30:33 [2024-02-16T23:30:33.600Z]     The main artifact has been replaced with the baseline version.
18:30:33 [2024-02-16T23:30:33.600Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:33 [2024-02-16T23:30:33.600Z] 
18:30:33 [2024-02-16T23:30:33.600Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.600Z] [INFO] -----< org.eclipse.platform:org.eclipse.ltk.ui.refactoring.tests >------
18:30:33 [2024-02-16T23:30:33.600Z] [INFO] Building [test-bundle] Refactoring UI Test Plug-in 3.11.300-SNAPSHOT [403/521]
18:30:33 [2024-02-16T23:30:33.600Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ltk.ui.refactoring.tests/.polyglot.META-INF
18:30:33 [2024-02-16T23:30:33.600Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:33 [2024-02-16T23:30:33.600Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] The project's OSGi version is 3.11.300.v20240110-1201
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.856Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:33 [2024-02-16T23:30:33.856Z] [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/tests/org.eclipse.ltk.ui.refactoring.tests/saveproperties
18:30:33 [2024-02-16T23:30:33.857Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.857Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:33 [2024-02-16T23:30:33.857Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.857Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:33 [2024-02-16T23:30:33.857Z] [INFO] 
18:30:33 [2024-02-16T23:30:33.857Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:33 [2024-02-16T23:30:33.857Z] [INFO] Resolving class path of [test-bundle] Refactoring UI Test Plug-in
18:30:34 [2024-02-16T23:30:34.112Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.112Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.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/eclipse.platform.ui/tests/org.eclipse.ltk.ui.refactoring.tests/src/main/resources
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.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/eclipse.platform.ui/tests/org.eclipse.ltk.ui.refactoring.tests/src/main/resources
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] Compiling 10 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/tests/org.eclipse.ltk.ui.refactoring.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.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/eclipse.platform.ui/tests/org.eclipse.ltk.ui.refactoring.tests/src/test/resources
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.113Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.114Z] [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/tests/org.eclipse.ltk.ui.refactoring.tests/target/org.eclipse.ltk.ui.refactoring.tests-3.11.300-SNAPSHOT-sources.jar
18:30:34 [2024-02-16T23:30:34.114Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.114Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.114Z] [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/tests/org.eclipse.ltk.ui.refactoring.tests/target/org.eclipse.ltk.ui.refactoring.tests-3.11.300-SNAPSHOT.jar
18:30:34 [2024-02-16T23:30:34.114Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.114Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.114Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.ui.refactoring.tests:3.11.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/tests/org.eclipse.ltk.ui.refactoring.tests/.polyglot.META-INF
18:30:34 [2024-02-16T23:30:34.114Z]     The main artifact has been replaced with the baseline version.
18:30:34 [2024-02-16T23:30:34.114Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:34 [2024-02-16T23:30:34.114Z] 
18:30:34 [2024-02-16T23:30:34.114Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.114Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.369Z] [INFO] Skipping tests
18:30:34 [2024-02-16T23:30:34.369Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.369Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.369Z] [INFO] Execution was skipped
18:30:34 [2024-02-16T23:30:34.369Z] [INFO] 
18:30:34 [2024-02-16T23:30:34.369Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:34 [2024-02-16T23:30:34.370Z] [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/tests/org.eclipse.ltk.ui.refactoring.tests/target/org.eclipse.ltk.ui.refactoring.tests-3.11.300-SNAPSHOT.jar' is already signed and will be resigned.
18:30:34 [2024-02-16T23:30:34.370Z] [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/tests/org.eclipse.ltk.ui.refactoring.tests/target/org.eclipse.ltk.ui.refactoring.tests-3.11.300-SNAPSHOT.jar
18:30:35 [2024-02-16T23:30:35.733Z] [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/tests/org.eclipse.ltk.ui.refactoring.tests/target/org.eclipse.ltk.ui.refactoring.tests-3.11.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:35 [2024-02-16T23:30:35.733Z] [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/tests/org.eclipse.ltk.ui.refactoring.tests/target/org.eclipse.ltk.ui.refactoring.tests-3.11.300-SNAPSHOT-sources.jar
18:30:36 [2024-02-16T23:30:36.659Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.660Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ltk.ui.refactoring.tests ---
18:30:36 [2024-02-16T23:30:36.660Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ltk.ui.refactoring.tests:3.11.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/tests/org.eclipse.ltk.ui.refactoring.tests/.polyglot.META-INF
18:30:36 [2024-02-16T23:30:36.660Z]     The main artifact has been replaced with the baseline version.
18:30:36 [2024-02-16T23:30:36.660Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:36 [2024-02-16T23:30:36.660Z] 
18:30:36 [2024-02-16T23:30:36.660Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.660Z] [INFO] -----------< org.eclipse.platform:org.eclipse.search.tests >------------
18:30:36 [2024-02-16T23:30:36.660Z] [INFO] Building [test-bundle] Search Support Tests Plug-in 3.11.400-SNAPSHOT [404/521]
18:30:36 [2024-02-16T23:30:36.660Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.search.tests/.polyglot.META-INF
18:30:36 [2024-02-16T23:30:36.660Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:36 [2024-02-16T23:30:36.660Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] The project's OSGi version is 3.11.400.v20240205-1417
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.917Z] [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/tests/org.eclipse.search.tests/saveproperties
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] Resolving class path of [test-bundle] Search Support Tests Plug-in
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.917Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.918Z] [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/tests/org.eclipse.search.tests/src/main/resources
18:30:36 [2024-02-16T23:30:36.918Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.918Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.918Z] [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/tests/org.eclipse.search.tests/src/main/resources
18:30:36 [2024-02-16T23:30:36.918Z] [INFO] 
18:30:36 [2024-02-16T23:30:36.918Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.search.tests ---
18:30:36 [2024-02-16T23:30:36.918Z] [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/eclipse.platform.ui/tests/org.eclipse.search.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:37 [2024-02-16T23:30:37.182Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.182Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.182Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.182Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.182Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.182Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.182Z] [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/tests/org.eclipse.search.tests/src/test/resources
18:30:37 [2024-02-16T23:30:37.182Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.183Z] [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/tests/org.eclipse.search.tests/target/org.eclipse.search.tests-3.11.400-SNAPSHOT-sources.jar
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.183Z] [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/tests/org.eclipse.search.tests/target/org.eclipse.search.tests-3.11.400-SNAPSHOT.jar
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search.tests:3.11.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.ui/tests/org.eclipse.search.tests/.polyglot.META-INF
18:30:37 [2024-02-16T23:30:37.183Z]     The main artifact has been replaced with the baseline version.
18:30:37 [2024-02-16T23:30:37.183Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:37 [2024-02-16T23:30:37.183Z] 
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] Skipping tests
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] Execution was skipped
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] 
18:30:37 [2024-02-16T23:30:37.183Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.search.tests ---
18:30:37 [2024-02-16T23:30:37.452Z] [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/tests/org.eclipse.search.tests/target/org.eclipse.search.tests-3.11.400-SNAPSHOT.jar' is already signed and will be resigned.
18:30:37 [2024-02-16T23:30:37.452Z] [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/tests/org.eclipse.search.tests/target/org.eclipse.search.tests-3.11.400-SNAPSHOT.jar
18:30:38 [2024-02-16T23:30:38.815Z] [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/tests/org.eclipse.search.tests/target/org.eclipse.search.tests-3.11.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:38 [2024-02-16T23:30:38.815Z] [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/tests/org.eclipse.search.tests/target/org.eclipse.search.tests-3.11.400-SNAPSHOT-sources.jar
18:30:39 [2024-02-16T23:30:39.376Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.376Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.search.tests ---
18:30:39 [2024-02-16T23:30:39.631Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.search.tests:3.11.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.ui/tests/org.eclipse.search.tests/.polyglot.META-INF
18:30:39 [2024-02-16T23:30:39.632Z]     The main artifact has been replaced with the baseline version.
18:30:39 [2024-02-16T23:30:39.632Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:39 [2024-02-16T23:30:39.632Z] 
18:30:39 [2024-02-16T23:30:39.632Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.632Z] [INFO] ----------< org.eclipse.platform:org.eclipse.tests.urischeme >----------
18:30:39 [2024-02-16T23:30:39.632Z] [INFO] Building [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.300-SNAPSHOT [405/521]
18:30:39 [2024-02-16T23:30:39.632Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.tests.urischeme/.polyglot.META-INF
18:30:39 [2024-02-16T23:30:39.632Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:39 [2024-02-16T23:30:39.632Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] The project's OSGi version is 1.2.300.v20231214-1513
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.887Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.888Z] [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/tests/org.eclipse.tests.urischeme/saveproperties
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] Resolving class path of [test-bundle] Tests for Eclipse URI Scheme Handling
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.888Z] [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/tests/org.eclipse.tests.urischeme/src/main/resources
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.888Z] [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/tests/org.eclipse.tests.urischeme/src/main/resources
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] 
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.tests.urischeme ---
18:30:39 [2024-02-16T23:30:39.888Z] [INFO] Compiling 17 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/tests/org.eclipse.tests.urischeme/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.144Z] [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/tests/org.eclipse.tests.urischeme/src/test/resources
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.144Z] [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/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.2.300-SNAPSHOT-sources.jar
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.144Z] [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/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.2.300-SNAPSHOT.jar
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.tests.urischeme:1.2.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/tests/org.eclipse.tests.urischeme/.polyglot.META-INF
18:30:40 [2024-02-16T23:30:40.145Z]     The main artifact has been replaced with the baseline version.
18:30:40 [2024-02-16T23:30:40.145Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:40 [2024-02-16T23:30:40.145Z] 
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] Skipping tests
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] Execution was skipped
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] 
18:30:40 [2024-02-16T23:30:40.145Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.tests.urischeme ---
18:30:40 [2024-02-16T23:30:40.145Z] [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/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.2.300-SNAPSHOT.jar' is already signed and will be resigned.
18:30:40 [2024-02-16T23:30:40.145Z] [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/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.2.300-SNAPSHOT.jar
18:30:41 [2024-02-16T23:30:41.073Z] [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/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.2.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:41 [2024-02-16T23:30:41.073Z] [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/tests/org.eclipse.tests.urischeme/target/org.eclipse.tests.urischeme-1.2.300-SNAPSHOT-sources.jar
18:30:41 [2024-02-16T23:30:41.635Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.635Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.tests.urischeme ---
18:30:41 [2024-02-16T23:30:41.635Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.tests.urischeme:1.2.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/tests/org.eclipse.tests.urischeme/.polyglot.META-INF
18:30:41 [2024-02-16T23:30:41.635Z]     The main artifact has been replaced with the baseline version.
18:30:41 [2024-02-16T23:30:41.635Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:41 [2024-02-16T23:30:41.635Z] 
18:30:41 [2024-02-16T23:30:41.635Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.635Z] [INFO] ------< org.eclipse.platform:org.eclipse.text.quicksearch.tests >-------
18:30:41 [2024-02-16T23:30:41.635Z] [INFO] Building [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.2.200-SNAPSHOT [406/521]
18:30:41 [2024-02-16T23:30:41.635Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.text.quicksearch.tests/.polyglot.META-INF
18:30:41 [2024-02-16T23:30:41.635Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:41 [2024-02-16T23:30:41.636Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.text.quicksearch.tests ---
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.text.quicksearch.tests ---
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] The project's OSGi version is 1.2.200.v20240205-1417
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.text.quicksearch.tests ---
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.text.quicksearch.tests ---
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.text.quicksearch.tests ---
18:30:41 [2024-02-16T23:30:41.891Z] [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/tests/org.eclipse.text.quicksearch.tests/saveproperties
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.text.quicksearch.tests ---
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.891Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.text.quicksearch.tests ---
18:30:41 [2024-02-16T23:30:41.892Z] [INFO] 
18:30:41 [2024-02-16T23:30:41.892Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.text.quicksearch.tests ---
18:30:41 [2024-02-16T23:30:41.892Z] [INFO] Resolving class path of [test-bundle] Tests for org.eclipse.text.quicksearch Bundle
18:30:42 [2024-02-16T23:30:42.147Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.147Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.147Z] [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/tests/org.eclipse.text.quicksearch.tests/src/main/resources
18:30:42 [2024-02-16T23:30:42.147Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.147Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.147Z] [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/tests/org.eclipse.text.quicksearch.tests/src/main/resources
18:30:42 [2024-02-16T23:30:42.147Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.147Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.147Z] [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.ui/tests/org.eclipse.text.quicksearch.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:42 [2024-02-16T23:30:42.403Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.403Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.403Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.403Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.403Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.403Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.404Z] [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/tests/org.eclipse.text.quicksearch.tests/src/test/resources
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.404Z] [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/tests/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.2.200-SNAPSHOT-sources.jar
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.404Z] [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/tests/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.2.200-SNAPSHOT.jar
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch.tests:1.2.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.ui/tests/org.eclipse.text.quicksearch.tests/.polyglot.META-INF
18:30:42 [2024-02-16T23:30:42.404Z]     The main artifact has been replaced with the baseline version.
18:30:42 [2024-02-16T23:30:42.404Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:42 [2024-02-16T23:30:42.404Z] 
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] Skipping tests
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] Execution was skipped
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] 
18:30:42 [2024-02-16T23:30:42.404Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.text.quicksearch.tests ---
18:30:42 [2024-02-16T23:30:42.405Z] [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/tests/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.2.200-SNAPSHOT.jar' is already signed and will be resigned.
18:30:42 [2024-02-16T23:30:42.405Z] [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/tests/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.2.200-SNAPSHOT.jar
18:30:43 [2024-02-16T23:30:43.769Z] [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/tests/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.2.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:43 [2024-02-16T23:30:43.770Z] [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/tests/org.eclipse.text.quicksearch.tests/target/org.eclipse.text.quicksearch.tests-1.2.200-SNAPSHOT-sources.jar
18:30:44 [2024-02-16T23:30:44.330Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.330Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.text.quicksearch.tests ---
18:30:44 [2024-02-16T23:30:44.331Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.text.quicksearch.tests:1.2.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.ui/tests/org.eclipse.text.quicksearch.tests/.polyglot.META-INF
18:30:44 [2024-02-16T23:30:44.331Z]     The main artifact has been replaced with the baseline version.
18:30:44 [2024-02-16T23:30:44.331Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:44 [2024-02-16T23:30:44.331Z] 
18:30:44 [2024-02-16T23:30:44.331Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.331Z] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.editors.tests >----------
18:30:44 [2024-02-16T23:30:44.331Z] [INFO] Building [test-bundle] Editors Test Plug-in 3.13.300-SNAPSHOT  [407/521]
18:30:44 [2024-02-16T23:30:44.331Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.editors.tests/.polyglot.META-INF
18:30:44 [2024-02-16T23:30:44.331Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:44 [2024-02-16T23:30:44.331Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] The project's OSGi version is 3.13.300.v20240205-1417
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.587Z] [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/tests/org.eclipse.ui.editors.tests/saveproperties
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.587Z] [INFO] Resolving class path of [test-bundle] Editors Test Plug-in
18:30:44 [2024-02-16T23:30:44.843Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.843Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.843Z] [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/tests/org.eclipse.ui.editors.tests/src/main/resources
18:30:44 [2024-02-16T23:30:44.843Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.843Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.844Z] [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/tests/org.eclipse.ui.editors.tests/src/main/resources
18:30:44 [2024-02-16T23:30:44.844Z] [INFO] 
18:30:44 [2024-02-16T23:30:44.844Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.editors.tests ---
18:30:44 [2024-02-16T23:30:44.844Z] [INFO] Compiling 17 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/tests/org.eclipse.ui.editors.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:45 [2024-02-16T23:30:45.120Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.120Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.121Z] [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/tests/org.eclipse.ui.editors.tests/src/test/resources
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.121Z] [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/tests/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.13.300-SNAPSHOT-sources.jar
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.121Z] [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/tests/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.13.300-SNAPSHOT.jar
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.editors.tests:3.13.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/tests/org.eclipse.ui.editors.tests/.polyglot.META-INF
18:30:45 [2024-02-16T23:30:45.121Z]     The main artifact has been replaced with the baseline version.
18:30:45 [2024-02-16T23:30:45.121Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:45 [2024-02-16T23:30:45.121Z] 
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] Skipping tests
18:30:45 [2024-02-16T23:30:45.121Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.122Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.122Z] [INFO] Execution was skipped
18:30:45 [2024-02-16T23:30:45.122Z] [INFO] 
18:30:45 [2024-02-16T23:30:45.122Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.editors.tests ---
18:30:45 [2024-02-16T23:30:45.122Z] [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/tests/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.13.300-SNAPSHOT.jar' is already signed and will be resigned.
18:30:45 [2024-02-16T23:30:45.122Z] [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/tests/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.13.300-SNAPSHOT.jar
18:30:46 [2024-02-16T23:30:46.050Z] [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/tests/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.13.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:46 [2024-02-16T23:30:46.050Z] [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/tests/org.eclipse.ui.editors.tests/target/org.eclipse.ui.editors.tests-3.13.300-SNAPSHOT-sources.jar
18:30:46 [2024-02-16T23:30:46.615Z] [INFO] 
18:30:46 [2024-02-16T23:30:46.615Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.editors.tests ---
18:30:46 [2024-02-16T23:30:46.615Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.editors.tests:3.13.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/tests/org.eclipse.ui.editors.tests/.polyglot.META-INF
18:30:46 [2024-02-16T23:30:46.615Z]     The main artifact has been replaced with the baseline version.
18:30:46 [2024-02-16T23:30:46.615Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:46 [2024-02-16T23:30:46.615Z] 
18:30:46 [2024-02-16T23:30:46.615Z] [INFO] 
18:30:46 [2024-02-16T23:30:46.615Z] [INFO] ---< org.eclipse.platform:org.eclipse.ui.workbench.texteditor.tests >---
18:30:46 [2024-02-16T23:30:46.615Z] [INFO] Building [test-bundle] Workbench Text Editor Test Plug-in 3.14.300-SNAPSHOT [408/521]
18:30:46 [2024-02-16T23:30:46.615Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.workbench.texteditor.tests/.polyglot.META-INF
18:30:46 [2024-02-16T23:30:46.615Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:46 [2024-02-16T23:30:46.615Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] 
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] 
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] The project's OSGi version is 3.14.300.v20240205-1417
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] 
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] 
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] 
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:46 [2024-02-16T23:30:46.871Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/saveproperties
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] 
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:46 [2024-02-16T23:30:46.871Z] [INFO] 
18:30:46 [2024-02-16T23:30:46.872Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.127Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.127Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.128Z] [INFO] Resolving class path of [test-bundle] Workbench Text Editor Test Plug-in
18:30:47 [2024-02-16T23:30:47.128Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.128Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.128Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/src/main/resources
18:30:47 [2024-02-16T23:30:47.128Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.128Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.128Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/src/main/resources
18:30:47 [2024-02-16T23:30:47.128Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.128Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.128Z] [INFO] Compiling 17 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/tests/org.eclipse.ui.workbench.texteditor.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:47 [2024-02-16T23:30:47.384Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.384Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.384Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.384Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.384Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.384Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.385Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/src/test/resources
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.385Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.14.300-SNAPSHOT-sources.jar
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.385Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.14.300-SNAPSHOT.jar
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor.tests:3.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/tests/org.eclipse.ui.workbench.texteditor.tests/.polyglot.META-INF
18:30:47 [2024-02-16T23:30:47.385Z]     The main artifact has been replaced with the baseline version.
18:30:47 [2024-02-16T23:30:47.385Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:47 [2024-02-16T23:30:47.385Z] 
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] Skipping tests
18:30:47 [2024-02-16T23:30:47.385Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.386Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.386Z] [INFO] Execution was skipped
18:30:47 [2024-02-16T23:30:47.386Z] [INFO] 
18:30:47 [2024-02-16T23:30:47.386Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:47 [2024-02-16T23:30:47.386Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.14.300-SNAPSHOT.jar' is already signed and will be resigned.
18:30:47 [2024-02-16T23:30:47.386Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.14.300-SNAPSHOT.jar
18:30:48 [2024-02-16T23:30:48.314Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.14.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:48 [2024-02-16T23:30:48.314Z] [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/tests/org.eclipse.ui.workbench.texteditor.tests/target/org.eclipse.ui.workbench.texteditor.tests-3.14.300-SNAPSHOT-sources.jar
18:30:49 [2024-02-16T23:30:49.677Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.677Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.workbench.texteditor.tests ---
18:30:49 [2024-02-16T23:30:49.677Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.workbench.texteditor.tests:3.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/tests/org.eclipse.ui.workbench.texteditor.tests/.polyglot.META-INF
18:30:49 [2024-02-16T23:30:49.677Z]     The main artifact has been replaced with the baseline version.
18:30:49 [2024-02-16T23:30:49.677Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:49 [2024-02-16T23:30:49.677Z] 
18:30:49 [2024-02-16T23:30:49.677Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.677Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.genericeditor.tests >-------
18:30:49 [2024-02-16T23:30:49.677Z] [INFO] Building [test-bundle] Generic Editor Test Plug-in 1.3.400-SNAPSHOT [409/521]
18:30:49 [2024-02-16T23:30:49.677Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.genericeditor.tests/.polyglot.META-INF
18:30:49 [2024-02-16T23:30:49.677Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:49 [2024-02-16T23:30:49.677Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] The project's OSGi version is 1.3.400.v20240205-1417
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.678Z] [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/tests/org.eclipse.ui.genericeditor.tests/saveproperties
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.678Z] [INFO] Resolving class path of [test-bundle] Generic Editor Test Plug-in
18:30:49 [2024-02-16T23:30:49.935Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.935Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.935Z] [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/tests/org.eclipse.ui.genericeditor.tests/src/main/resources
18:30:49 [2024-02-16T23:30:49.935Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.935Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.935Z] [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/tests/org.eclipse.ui.genericeditor.tests/src/main/resources
18:30:49 [2024-02-16T23:30:49.935Z] [INFO] 
18:30:49 [2024-02-16T23:30:49.935Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.genericeditor.tests ---
18:30:49 [2024-02-16T23:30:49.936Z] [INFO] Compiling 40 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/tests/org.eclipse.ui.genericeditor.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:50 [2024-02-16T23:30:50.191Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.191Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.191Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.191Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.191Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.191Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.191Z] [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/tests/org.eclipse.ui.genericeditor.tests/src/test/resources
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.192Z] [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/tests/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.3.400-SNAPSHOT-sources.jar
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.192Z] [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/tests/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.3.400-SNAPSHOT.jar
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.tests:1.3.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.ui/tests/org.eclipse.ui.genericeditor.tests/.polyglot.META-INF
18:30:50 [2024-02-16T23:30:50.192Z]     The main artifact has been replaced with the baseline version.
18:30:50 [2024-02-16T23:30:50.192Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:50 [2024-02-16T23:30:50.192Z] 
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] Skipping tests
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] Execution was skipped
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] 
18:30:50 [2024-02-16T23:30:50.192Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.genericeditor.tests ---
18:30:50 [2024-02-16T23:30:50.192Z] [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/tests/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.3.400-SNAPSHOT.jar' is already signed and will be resigned.
18:30:50 [2024-02-16T23:30:50.193Z] [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/tests/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.3.400-SNAPSHOT.jar
18:30:51 [2024-02-16T23:30:51.559Z] [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/tests/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.3.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:30:51 [2024-02-16T23:30:51.559Z] [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/tests/org.eclipse.ui.genericeditor.tests/target/org.eclipse.ui.genericeditor.tests-1.3.400-SNAPSHOT-sources.jar
18:30:52 [2024-02-16T23:30:52.924Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.924Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.genericeditor.tests ---
18:30:52 [2024-02-16T23:30:52.924Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.tests:1.3.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.ui/tests/org.eclipse.ui.genericeditor.tests/.polyglot.META-INF
18:30:52 [2024-02-16T23:30:52.924Z]     The main artifact has been replaced with the baseline version.
18:30:52 [2024-02-16T23:30:52.924Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:30:52 [2024-02-16T23:30:52.924Z] 
18:30:52 [2024-02-16T23:30:52.924Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.924Z] [INFO] -----< org.eclipse.platform:org.eclipse.ui.ide.application.tests >------
18:30:52 [2024-02-16T23:30:52.924Z] [INFO] Building [test-bundle] Eclipse UI IDE Application Tests 1.4.100-SNAPSHOT [410/521]
18:30:52 [2024-02-16T23:30:52.924Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.ide.application.tests/.polyglot.META-INF
18:30:52 [2024-02-16T23:30:52.924Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.ide.application.tests ---
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.ide.application.tests ---
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] The project's OSGi version is 1.4.100.v20231201-1637
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.ide.application.tests ---
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.ide.application.tests ---
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.ide.application.tests ---
18:30:52 [2024-02-16T23:30:52.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.ui/tests/org.eclipse.ui.ide.application.tests/saveproperties
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.ide.application.tests ---
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.ide.application.tests ---
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] 
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.ide.application.tests ---
18:30:52 [2024-02-16T23:30:52.925Z] [INFO] Resolving class path of [test-bundle] Eclipse UI IDE Application Tests
18:30:53 [2024-02-16T23:30:53.181Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.181Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.182Z] [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/tests/org.eclipse.ui.ide.application.tests/src/main/resources
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.182Z] [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/tests/org.eclipse.ui.ide.application.tests/src/main/resources
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] Compiling 3 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/tests/org.eclipse.ui.ide.application.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.182Z] [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/tests/org.eclipse.ui.ide.application.tests/src/test/resources
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.182Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.183Z] [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/tests/org.eclipse.ui.ide.application.tests/target/org.eclipse.ui.ide.application.tests-1.4.100-SNAPSHOT-sources.jar
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.183Z] [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/tests/org.eclipse.ui.ide.application.tests/target/org.eclipse.ui.ide.application.tests-1.4.100-SNAPSHOT.jar
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.ide.application.tests:eclipse-test-plugin:1.4.100-SNAPSHOT
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] Skipping tests
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] Execution was skipped
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] 
18:30:53 [2024-02-16T23:30:53.183Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.ide.application.tests ---
18:30:53 [2024-02-16T23:30:53.183Z] [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/tests/org.eclipse.ui.ide.application.tests/target/org.eclipse.ui.ide.application.tests-1.4.100-SNAPSHOT.jar
18:30:54 [2024-02-16T23:30:54.133Z] [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/tests/org.eclipse.ui.ide.application.tests/target/org.eclipse.ui.ide.application.tests-1.4.100-SNAPSHOT-sources.jar
18:30:54 [2024-02-16T23:30:54.694Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.694Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.ide.application.tests ---
18:30:54 [2024-02-16T23:30:54.694Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.ide.application.tests:eclipse-test-plugin:1.4.100-SNAPSHOT
18:30:54 [2024-02-16T23:30:54.694Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.694Z] [INFO] --------< org.eclipse.platform:org.eclipse.ui.monitoring.tests >--------
18:30:54 [2024-02-16T23:30:54.694Z] [INFO] Building [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT [411/521]
18:30:54 [2024-02-16T23:30:54.694Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/.polyglot.META-INF
18:30:54 [2024-02-16T23:30:54.694Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:54 [2024-02-16T23:30:54.694Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.monitoring.tests ---
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.monitoring.tests ---
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] The project's OSGi version is 1.3.0.v20230615-0548
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.monitoring.tests ---
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.monitoring.tests ---
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.monitoring.tests ---
18:30:54 [2024-02-16T23:30:54.951Z] [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/tests/org.eclipse.ui.monitoring.tests/saveproperties
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.monitoring.tests ---
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.monitoring.tests ---
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] 
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.monitoring.tests ---
18:30:54 [2024-02-16T23:30:54.951Z] [INFO] Resolving class path of [test-bundle] UI Freeze Monitoring Tests
18:30:55 [2024-02-16T23:30:55.207Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.207Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.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.ui/tests/org.eclipse.ui.monitoring.tests/src/main/resources
18:30:55 [2024-02-16T23:30:55.207Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.207Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.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.ui/tests/org.eclipse.ui.monitoring.tests/src/main/resources
18:30:55 [2024-02-16T23:30:55.207Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.207Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.207Z] [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/tests/org.eclipse.ui.monitoring.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.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.ui/tests/org.eclipse.ui.monitoring.tests/src/test/resources
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.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.ui/tests/org.eclipse.ui.monitoring.tests/target/org.eclipse.ui.monitoring.tests-1.3.0-SNAPSHOT-sources.jar
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.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.ui/tests/org.eclipse.ui.monitoring.tests/target/org.eclipse.ui.monitoring.tests-1.3.0-SNAPSHOT.jar
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.monitoring.tests:eclipse-test-plugin:1.3.0-SNAPSHOT
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] Skipping tests
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] Execution was skipped
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] 
18:30:55 [2024-02-16T23:30:55.208Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.monitoring.tests ---
18:30:55 [2024-02-16T23:30:55.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.ui/tests/org.eclipse.ui.monitoring.tests/target/org.eclipse.ui.monitoring.tests-1.3.0-SNAPSHOT.jar
18:30:56 [2024-02-16T23:30:56.573Z] [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/tests/org.eclipse.ui.monitoring.tests/target/org.eclipse.ui.monitoring.tests-1.3.0-SNAPSHOT-sources.jar
18:30:57 [2024-02-16T23:30:57.498Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.498Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.monitoring.tests ---
18:30:57 [2024-02-16T23:30:57.498Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.monitoring.tests:eclipse-test-plugin:1.3.0-SNAPSHOT
18:30:57 [2024-02-16T23:30:57.498Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.499Z] [INFO] -------------< org.eclipse.platform:org.eclipse.ui.tests >--------------
18:30:57 [2024-02-16T23:30:57.499Z] [INFO] Building [test-bundle] Eclipse UI Tests 3.15.1500-SNAPSHOT     [412/521]
18:30:57 [2024-02-16T23:30:57.499Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.tests/.polyglot.META-INF
18:30:57 [2024-02-16T23:30:57.499Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:30:57 [2024-02-16T23:30:57.499Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:30:57 [2024-02-16T23:30:57.754Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.754Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.tests ---
18:30:57 [2024-02-16T23:30:57.754Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.754Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests ---
18:30:57 [2024-02-16T23:30:57.754Z] [INFO] The project's OSGi version is 3.15.1500.v20240215-1416
18:30:57 [2024-02-16T23:30:57.754Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.754Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests ---
18:30:57 [2024-02-16T23:30:57.754Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests ---
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.tests ---
18:30:57 [2024-02-16T23:30:57.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/eclipse.platform.ui/tests/org.eclipse.ui.tests/saveproperties
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.tests ---
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests ---
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] 
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests ---
18:30:57 [2024-02-16T23:30:57.755Z] [INFO] Resolving class path of [test-bundle] Eclipse UI Tests
18:30:58 [2024-02-16T23:30:58.010Z] [INFO] 
18:30:58 [2024-02-16T23:30:58.010Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.tests ---
18:30:58 [2024-02-16T23:30:58.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/eclipse.platform.ui/tests/org.eclipse.ui.tests/src/main/resources
18:30:58 [2024-02-16T23:30:58.010Z] [INFO] 
18:30:58 [2024-02-16T23:30:58.010Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.tests ---
18:30:58 [2024-02-16T23:30:58.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/eclipse.platform.ui/tests/org.eclipse.ui.tests/src/main/resources
18:30:58 [2024-02-16T23:30:58.011Z] [INFO] 
18:30:58 [2024-02-16T23:30:58.011Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests ---
18:30:58 [2024-02-16T23:30:58.011Z] [INFO] Compiling 668 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/tests/org.eclipse.ui.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:30:59 [2024-02-16T23:30:59.902Z] [INFO] 
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests ---
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] 
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests ---
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] 
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.tests ---
18:30:59 [2024-02-16T23:30:59.903Z] [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/tests/org.eclipse.ui.tests/src/test/resources
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] 
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests ---
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] 
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests ---
18:30:59 [2024-02-16T23:30:59.903Z] [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/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1500-SNAPSHOT-sources.jar
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] 
18:30:59 [2024-02-16T23:30:59.903Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests ---
18:30:59 [2024-02-16T23:30:59.903Z] [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/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1500-SNAPSHOT.jar
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] 
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests ---
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests:3.15.1500-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/tests/org.eclipse.ui.tests/.polyglot.META-INF
18:31:00 [2024-02-16T23:31:00.158Z]     The main artifact has been replaced with the baseline version.
18:31:00 [2024-02-16T23:31:00.158Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:00 [2024-02-16T23:31:00.158Z] 
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] 
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests ---
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] Skipping tests
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] 
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests ---
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] Execution was skipped
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] 
18:31:00 [2024-02-16T23:31:00.158Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.tests ---
18:31:00 [2024-02-16T23:31:00.415Z] [INFO] Signing of nested jars of '/home/jenkins/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/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1500-SNAPSHOT.jar' is disabled.
18:31:00 [2024-02-16T23:31:00.415Z] [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/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1500-SNAPSHOT.jar' is already signed and will be resigned.
18:31:00 [2024-02-16T23:31:00.415Z] [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/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1500-SNAPSHOT.jar
18:31:01 [2024-02-16T23:31:01.779Z] [INFO] Signing of nested jars of '/home/jenkins/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/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1500-SNAPSHOT-sources.jar' is disabled.
18:31:01 [2024-02-16T23:31:01.779Z] [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/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1500-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:01 [2024-02-16T23:31:01.779Z] [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/tests/org.eclipse.ui.tests/target/org.eclipse.ui.tests-3.15.1500-SNAPSHOT-sources.jar
18:31:03 [2024-02-16T23:31:03.176Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.176Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests ---
18:31:03 [2024-02-16T23:31:03.432Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests:3.15.1500-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/tests/org.eclipse.ui.tests/.polyglot.META-INF
18:31:03 [2024-02-16T23:31:03.433Z]     The main artifact has been replaced with the baseline version.
18:31:03 [2024-02-16T23:31:03.433Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:03 [2024-02-16T23:31:03.433Z] 
18:31:03 [2024-02-16T23:31:03.433Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.433Z] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.tests.browser >----------
18:31:03 [2024-02-16T23:31:03.433Z] [INFO] Building [test-bundle] Plugin.name 3.4.0                       [413/521]
18:31:03 [2024-02-16T23:31:03.433Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.tests.browser/.polyglot.META-INF
18:31:03 [2024-02-16T23:31:03.433Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:31:03 [2024-02-16T23:31:03.433Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:03 [2024-02-16T23:31:03.688Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.688Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.688Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] The project's OSGi version is 3.4.0
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.689Z] [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/tests/org.eclipse.ui.tests.browser/saveproperties
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.689Z] [INFO] Resolving class path of [test-bundle] Plugin.name
18:31:03 [2024-02-16T23:31:03.945Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.945Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.945Z] [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/tests/org.eclipse.ui.tests.browser/src/main/resources
18:31:03 [2024-02-16T23:31:03.945Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.945Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.945Z] [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/tests/org.eclipse.ui.tests.browser/src/main/resources
18:31:03 [2024-02-16T23:31:03.945Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.945Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.946Z] [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/tests/org.eclipse.ui.tests.browser/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.946Z] [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/tests/org.eclipse.ui.tests.browser/src/test/resources
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.946Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.946Z] [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/tests/org.eclipse.ui.tests.browser/target/org.eclipse.ui.tests.browser-3.4.0-sources.jar
18:31:03 [2024-02-16T23:31:03.947Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.947Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.browser ---
18:31:03 [2024-02-16T23:31:03.947Z] [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/tests/org.eclipse.ui.tests.browser/target/org.eclipse.ui.tests.browser-3.4.0.jar
18:31:03 [2024-02-16T23:31:03.947Z] [INFO] 
18:31:03 [2024-02-16T23:31:03.947Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.browser ---
18:31:04 [2024-02-16T23:31:04.203Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.tests.browser:eclipse-test-plugin:3.4.0
18:31:04 [2024-02-16T23:31:04.203Z] [INFO] 
18:31:04 [2024-02-16T23:31:04.203Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.browser ---
18:31:04 [2024-02-16T23:31:04.203Z] [INFO] Skipping tests
18:31:04 [2024-02-16T23:31:04.203Z] [INFO] 
18:31:04 [2024-02-16T23:31:04.203Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.browser ---
18:31:04 [2024-02-16T23:31:04.203Z] [INFO] Execution was skipped
18:31:04 [2024-02-16T23:31:04.203Z] [INFO] 
18:31:04 [2024-02-16T23:31:04.203Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.tests.browser ---
18:31:04 [2024-02-16T23:31:04.203Z] [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/tests/org.eclipse.ui.tests.browser/target/org.eclipse.ui.tests.browser-3.4.0.jar
18:31:05 [2024-02-16T23:31:05.130Z] [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/tests/org.eclipse.ui.tests.browser/target/org.eclipse.ui.tests.browser-3.4.0-sources.jar
18:31:05 [2024-02-16T23:31:05.691Z] [INFO] 
18:31:05 [2024-02-16T23:31:05.691Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests.browser ---
18:31:05 [2024-02-16T23:31:05.691Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.tests.browser:eclipse-test-plugin:3.4.0
18:31:05 [2024-02-16T23:31:05.691Z] [INFO] 
18:31:05 [2024-02-16T23:31:05.691Z] [INFO] ----------< org.eclipse.platform:org.eclipse.ui.tests.forms >-----------
18:31:05 [2024-02-16T23:31:05.691Z] [INFO] Building [test-bundle] Forms Test 3.10.300-SNAPSHOT            [414/521]
18:31:05 [2024-02-16T23:31:05.691Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.tests.forms/.polyglot.META-INF
18:31:05 [2024-02-16T23:31:05.691Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:31:05 [2024-02-16T23:31:05.947Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] The project's OSGi version is 3.10.300.v20240207-1054
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.203Z] [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/tests/org.eclipse.ui.tests.forms/saveproperties
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] Resolving class path of [test-bundle] Forms Test
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.203Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.204Z] [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/tests/org.eclipse.ui.tests.forms/src/main/resources
18:31:06 [2024-02-16T23:31:06.204Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.204Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.204Z] [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/tests/org.eclipse.ui.tests.forms/src/main/resources
18:31:06 [2024-02-16T23:31:06.204Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.204Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.204Z] [INFO] Compiling 25 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/tests/org.eclipse.ui.tests.forms/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.460Z] [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/tests/org.eclipse.ui.tests.forms/src/test/resources
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.460Z] [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/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.10.300-SNAPSHOT-sources.jar
18:31:06 [2024-02-16T23:31:06.460Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.461Z] [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/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.10.300-SNAPSHOT.jar
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.forms:3.10.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/tests/org.eclipse.ui.tests.forms/.polyglot.META-INF
18:31:06 [2024-02-16T23:31:06.461Z]     The main artifact has been replaced with the baseline version.
18:31:06 [2024-02-16T23:31:06.461Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:06 [2024-02-16T23:31:06.461Z] 
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] Skipping tests
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] Execution was skipped
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] 
18:31:06 [2024-02-16T23:31:06.461Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.tests.forms ---
18:31:06 [2024-02-16T23:31:06.461Z] [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/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.10.300-SNAPSHOT.jar' is already signed and will be resigned.
18:31:06 [2024-02-16T23:31:06.461Z] [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/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.10.300-SNAPSHOT.jar
18:31:07 [2024-02-16T23:31:07.387Z] [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/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.10.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:07 [2024-02-16T23:31:07.388Z] [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/tests/org.eclipse.ui.tests.forms/target/org.eclipse.ui.tests.forms-3.10.300-SNAPSHOT-sources.jar
18:31:08 [2024-02-16T23:31:08.313Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.313Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests.forms ---
18:31:08 [2024-02-16T23:31:08.313Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.forms:3.10.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/tests/org.eclipse.ui.tests.forms/.polyglot.META-INF
18:31:08 [2024-02-16T23:31:08.313Z]     The main artifact has been replaced with the baseline version.
18:31:08 [2024-02-16T23:31:08.313Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:08 [2024-02-16T23:31:08.313Z] 
18:31:08 [2024-02-16T23:31:08.313Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.313Z] [INFO] --------< org.eclipse.platform:org.eclipse.ui.tests.navigator >---------
18:31:08 [2024-02-16T23:31:08.313Z] [INFO] Building [test-bundle] Common Navigator Tests 3.7.400-SNAPSHOT [415/521]
18:31:08 [2024-02-16T23:31:08.314Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.tests.navigator/.polyglot.META-INF
18:31:08 [2024-02-16T23:31:08.314Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:31:08 [2024-02-16T23:31:08.314Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] The project's OSGi version is 3.7.400.v20240116-1723
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.570Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.571Z] [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/tests/org.eclipse.ui.tests.navigator/saveproperties
18:31:08 [2024-02-16T23:31:08.571Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.571Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.571Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.571Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.571Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.571Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.571Z] [INFO] Resolving class path of [test-bundle] Common Navigator Tests
18:31:08 [2024-02-16T23:31:08.826Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.826Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.826Z] [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/tests/org.eclipse.ui.tests.navigator/src/main/resources
18:31:08 [2024-02-16T23:31:08.826Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.826Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.826Z] [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/tests/org.eclipse.ui.tests.navigator/src/main/resources
18:31:08 [2024-02-16T23:31:08.826Z] [INFO] 
18:31:08 [2024-02-16T23:31:08.826Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.navigator ---
18:31:08 [2024-02-16T23:31:08.827Z] [INFO] Compiling 111 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/tests/org.eclipse.ui.tests.navigator/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:09 [2024-02-16T23:31:09.082Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterData.java:[19] 
18:31:09 [2024-02-16T23:31:09.082Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:31:09 [2024-02-16T23:31:09.082Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:09 [2024-02-16T23:31:09.082Z] The type ViewerSorter is deprecated
18:31:09 [2024-02-16T23:31:09.082Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterData.java:[21] 
18:31:09 [2024-02-16T23:31:09.082Z] 	public class TestSorterData extends ViewerSorter {
18:31:09 [2024-02-16T23:31:09.082Z] 	                                    ^^^^^^^^^^^^
18:31:09 [2024-02-16T23:31:09.082Z] The type ViewerSorter is deprecated
18:31:09 [2024-02-16T23:31:09.083Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterData.java:[34] 
18:31:09 [2024-02-16T23:31:09.083Z] 	super();
18:31:09 [2024-02-16T23:31:09.083Z] 	^^^^^^^^
18:31:09 [2024-02-16T23:31:09.083Z] The constructor ViewerSorter() is deprecated
18:31:09 [2024-02-16T23:31:09.083Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterData.java:[38] 
18:31:09 [2024-02-16T23:31:09.083Z] 	super(collator);
18:31:09 [2024-02-16T23:31:09.083Z] 	^^^^^^^^^^^^^^^^
18:31:09 [2024-02-16T23:31:09.083Z] The constructor ViewerSorter(Collator) is deprecated
18:31:09 [2024-02-16T23:31:09.083Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterDataAndResource.java:[20] 
18:31:09 [2024-02-16T23:31:09.083Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:31:09 [2024-02-16T23:31:09.083Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:09 [2024-02-16T23:31:09.083Z] The type ViewerSorter is deprecated
18:31:09 [2024-02-16T23:31:09.083Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterDataAndResource.java:[22] 
18:31:09 [2024-02-16T23:31:09.083Z] 	public class TestSorterDataAndResource extends ViewerSorter {
18:31:09 [2024-02-16T23:31:09.083Z] 	                                               ^^^^^^^^^^^^
18:31:09 [2024-02-16T23:31:09.083Z] The type ViewerSorter is deprecated
18:31:09 [2024-02-16T23:31:09.083Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterDataAndResource.java:[27] 
18:31:09 [2024-02-16T23:31:09.083Z] 	super();
18:31:09 [2024-02-16T23:31:09.083Z] 	^^^^^^^^
18:31:09 [2024-02-16T23:31:09.083Z] The constructor ViewerSorter() is deprecated
18:31:09 [2024-02-16T23:31:09.084Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterDataAndResource.java:[31] 
18:31:09 [2024-02-16T23:31:09.084Z] 	super(collator);
18:31:09 [2024-02-16T23:31:09.084Z] 	^^^^^^^^^^^^^^^^
18:31:09 [2024-02-16T23:31:09.084Z] The constructor ViewerSorter(Collator) is deprecated
18:31:09 [2024-02-16T23:31:09.084Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterResource.java:[20] 
18:31:09 [2024-02-16T23:31:09.084Z] 	import org.eclipse.jface.viewers.ViewerSorter;
18:31:09 [2024-02-16T23:31:09.084Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:09 [2024-02-16T23:31:09.084Z] The type ViewerSorter is deprecated
18:31:09 [2024-02-16T23:31:09.084Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterResource.java:[22] 
18:31:09 [2024-02-16T23:31:09.084Z] 	public class TestSorterResource extends ViewerSorter {
18:31:09 [2024-02-16T23:31:09.084Z] 	                                        ^^^^^^^^^^^^
18:31:09 [2024-02-16T23:31:09.084Z] The type ViewerSorter is deprecated
18:31:09 [2024-02-16T23:31:09.084Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterResource.java:[36] 
18:31:09 [2024-02-16T23:31:09.084Z] 	super();
18:31:09 [2024-02-16T23:31:09.084Z] 	^^^^^^^^
18:31:09 [2024-02-16T23:31:09.084Z] The constructor ViewerSorter() is deprecated
18:31:09 [2024-02-16T23:31:09.084Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/extension/TestSorterResource.java:[40] 
18:31:09 [2024-02-16T23:31:09.084Z] 	super(collator);
18:31:09 [2024-02-16T23:31:09.084Z] 	^^^^^^^^^^^^^^^^
18:31:09 [2024-02-16T23:31:09.084Z] The constructor ViewerSorter(Collator) is deprecated
18:31:09 [2024-02-16T23:31:09.084Z] 12 problems (12 warnings)
18:31:09 [2024-02-16T23:31:09.084Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.085Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.085Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.085Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.085Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.085Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.085Z] [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/tests/org.eclipse.ui.tests.navigator/src/test/resources
18:31:09 [2024-02-16T23:31:09.085Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.085Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.085Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.085Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.085Z] [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/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.7.400-SNAPSHOT-sources.jar
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.341Z] [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/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.7.400-SNAPSHOT.jar
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.navigator:3.7.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.ui/tests/org.eclipse.ui.tests.navigator/.polyglot.META-INF
18:31:09 [2024-02-16T23:31:09.341Z]     The main artifact has been replaced with the baseline version.
18:31:09 [2024-02-16T23:31:09.341Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:09 [2024-02-16T23:31:09.341Z] 
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] Skipping tests
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] Execution was skipped
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] 
18:31:09 [2024-02-16T23:31:09.341Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.tests.navigator ---
18:31:09 [2024-02-16T23:31:09.341Z] [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/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.7.400-SNAPSHOT.jar' is already signed and will be resigned.
18:31:09 [2024-02-16T23:31:09.342Z] [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/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.7.400-SNAPSHOT.jar
18:31:10 [2024-02-16T23:31:10.267Z] [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/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.7.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:10 [2024-02-16T23:31:10.267Z] [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/tests/org.eclipse.ui.tests.navigator/target/org.eclipse.ui.tests.navigator-3.7.400-SNAPSHOT-sources.jar
18:31:11 [2024-02-16T23:31:11.631Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.631Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests.navigator ---
18:31:11 [2024-02-16T23:31:11.631Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.navigator:3.7.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.ui/tests/org.eclipse.ui.tests.navigator/.polyglot.META-INF
18:31:11 [2024-02-16T23:31:11.631Z]     The main artifact has been replaced with the baseline version.
18:31:11 [2024-02-16T23:31:11.632Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:11 [2024-02-16T23:31:11.632Z] 
18:31:11 [2024-02-16T23:31:11.632Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.632Z] [INFO] -------< org.eclipse.platform:org.eclipse.ui.tests.performance >--------
18:31:11 [2024-02-16T23:31:11.632Z] [INFO] Building [test-bundle] Performance Plug-in 1.6.300-SNAPSHOT    [416/521]
18:31:11 [2024-02-16T23:31:11.632Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.tests.performance/.polyglot.META-INF
18:31:11 [2024-02-16T23:31:11.632Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:31:11 [2024-02-16T23:31:11.632Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.tests.performance ---
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.performance ---
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] The project's OSGi version is 1.6.300.v20240116-1723
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.performance ---
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.performance ---
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.tests.performance ---
18:31:11 [2024-02-16T23:31:11.888Z] [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/tests/org.eclipse.ui.tests.performance/saveproperties
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.tests.performance ---
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.performance ---
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] 
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.performance ---
18:31:11 [2024-02-16T23:31:11.888Z] [INFO] Resolving class path of [test-bundle] Performance Plug-in
18:31:12 [2024-02-16T23:31:12.144Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.144Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.144Z] [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/tests/org.eclipse.ui.tests.performance/src/main/resources
18:31:12 [2024-02-16T23:31:12.144Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.144Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.144Z] [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/tests/org.eclipse.ui.tests.performance/src/main/resources
18:31:12 [2024-02-16T23:31:12.144Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.144Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.145Z] [INFO] Compiling 56 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/tests/org.eclipse.ui.tests.performance/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.400Z] [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/tests/org.eclipse.ui.tests.performance/src/test/resources
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.400Z] [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/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.6.300-SNAPSHOT-sources.jar
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.400Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.401Z] [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/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.6.300-SNAPSHOT.jar
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.performance: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/tests/org.eclipse.ui.tests.performance/.polyglot.META-INF
18:31:12 [2024-02-16T23:31:12.401Z]     The main artifact has been replaced with the baseline version.
18:31:12 [2024-02-16T23:31:12.401Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:12 [2024-02-16T23:31:12.401Z] 
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] Skipping tests
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] Execution was skipped
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] 
18:31:12 [2024-02-16T23:31:12.401Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.tests.performance ---
18:31:12 [2024-02-16T23:31:12.401Z] [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/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:31:12 [2024-02-16T23:31:12.401Z] [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/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.6.300-SNAPSHOT.jar
18:31:13 [2024-02-16T23:31:13.327Z] [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/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:13 [2024-02-16T23:31:13.327Z] [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/tests/org.eclipse.ui.tests.performance/target/org.eclipse.ui.tests.performance-1.6.300-SNAPSHOT-sources.jar
18:31:14 [2024-02-16T23:31:14.691Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.692Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests.performance ---
18:31:14 [2024-02-16T23:31:14.692Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.performance: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/tests/org.eclipse.ui.tests.performance/.polyglot.META-INF
18:31:14 [2024-02-16T23:31:14.692Z]     The main artifact has been replaced with the baseline version.
18:31:14 [2024-02-16T23:31:14.692Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:14 [2024-02-16T23:31:14.692Z] 
18:31:14 [2024-02-16T23:31:14.692Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.692Z] [INFO] -------< org.eclipse.platform:org.eclipse.ui.tests.pluginchecks >-------
18:31:14 [2024-02-16T23:31:14.692Z] [INFO] Building [test-bundle] Pluginchecks 1.2.200-SNAPSHOT           [417/521]
18:31:14 [2024-02-16T23:31:14.692Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/.polyglot.META-INF
18:31:14 [2024-02-16T23:31:14.692Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:31:14 [2024-02-16T23:31:14.692Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.tests.pluginchecks ---
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.pluginchecks ---
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] The project's OSGi version is 1.2.200.v20231214-1513
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.pluginchecks ---
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.pluginchecks ---
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.tests.pluginchecks ---
18:31:14 [2024-02-16T23:31:14.948Z] [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/tests/org.eclipse.ui.tests.pluginchecks/saveproperties
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.tests.pluginchecks ---
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.pluginchecks ---
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] 
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.pluginchecks ---
18:31:14 [2024-02-16T23:31:14.948Z] [INFO] Resolving class path of [test-bundle] Pluginchecks
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.205Z] [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/tests/org.eclipse.ui.tests.pluginchecks/src/main/resources
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.205Z] [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/tests/org.eclipse.ui.tests.pluginchecks/src/main/resources
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] Compiling 1 source 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.ui/tests/org.eclipse.ui.tests.pluginchecks/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.205Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.206Z] [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/tests/org.eclipse.ui.tests.pluginchecks/src/test/resources
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.206Z] [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/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.2.200-SNAPSHOT-sources.jar
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.206Z] [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/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.2.200-SNAPSHOT.jar
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.pluginchecks:1.2.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.ui/tests/org.eclipse.ui.tests.pluginchecks/.polyglot.META-INF
18:31:15 [2024-02-16T23:31:15.206Z]     The main artifact has been replaced with the baseline version.
18:31:15 [2024-02-16T23:31:15.206Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:15 [2024-02-16T23:31:15.206Z] 
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] Skipping tests
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] Execution was skipped
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] 
18:31:15 [2024-02-16T23:31:15.206Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.tests.pluginchecks ---
18:31:15 [2024-02-16T23:31:15.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.ui/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.2.200-SNAPSHOT.jar' is already signed and will be resigned.
18:31:15 [2024-02-16T23:31:15.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.ui/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.2.200-SNAPSHOT.jar
18:31:16 [2024-02-16T23:31:16.134Z] [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/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.2.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:16 [2024-02-16T23:31:16.134Z] [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/tests/org.eclipse.ui.tests.pluginchecks/target/org.eclipse.ui.tests.pluginchecks-1.2.200-SNAPSHOT-sources.jar
18:31:17 [2024-02-16T23:31:17.060Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.060Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests.pluginchecks ---
18:31:17 [2024-02-16T23:31:17.060Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.pluginchecks:1.2.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.ui/tests/org.eclipse.ui.tests.pluginchecks/.polyglot.META-INF
18:31:17 [2024-02-16T23:31:17.060Z]     The main artifact has been replaced with the baseline version.
18:31:17 [2024-02-16T23:31:17.060Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:17 [2024-02-16T23:31:17.060Z] 
18:31:17 [2024-02-16T23:31:17.060Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.060Z] [INFO] -----------< org.eclipse.platform:org.eclipse.ui.tests.rcp >------------
18:31:17 [2024-02-16T23:31:17.060Z] [INFO] Building [test-bundle] Eclipse RCP Tests 3.6.300-SNAPSHOT      [418/521]
18:31:17 [2024-02-16T23:31:17.060Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.tests.rcp/.polyglot.META-INF
18:31:17 [2024-02-16T23:31:17.060Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:31:17 [2024-02-16T23:31:17.060Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:17 [2024-02-16T23:31:17.061Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.061Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.061Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.061Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.061Z] [INFO] The project's OSGi version is 3.6.300.v20240119-1754
18:31:17 [2024-02-16T23:31:17.061Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.061Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.316Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.316Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.316Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.317Z] [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/tests/org.eclipse.ui.tests.rcp/saveproperties
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] Resolving class path of [test-bundle] Eclipse RCP Tests
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.317Z] [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/tests/org.eclipse.ui.tests.rcp/src/main/resources
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.317Z] [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/tests/org.eclipse.ui.tests.rcp/src/main/resources
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.317Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.317Z] [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.ui/tests/org.eclipse.ui.tests.rcp/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:17 [2024-02-16T23:31:17.574Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[149] 
18:31:17 [2024-02-16T23:31:17.574Z] 	super.createWindowContents(configurer, shell);
18:31:17 [2024-02-16T23:31:17.574Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.574Z] The method createWindowContents(IWorkbenchWindowConfigurer, Shell) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.574Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[185] 
18:31:17 [2024-02-16T23:31:17.574Z] 	super.fillActionBars(window, configurer, flags);
18:31:17 [2024-02-16T23:31:17.574Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.574Z] The method fillActionBars(IWorkbenchWindow, IActionBarConfigurer, int) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.574Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[216] 
18:31:17 [2024-02-16T23:31:17.574Z] 	return super.isApplicationMenu(configurer, menuId);
18:31:17 [2024-02-16T23:31:17.574Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.574Z] The method isApplicationMenu(IWorkbenchWindowConfigurer, String) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.574Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[222] 
18:31:17 [2024-02-16T23:31:17.574Z] 	super.openIntro(configurer);
18:31:17 [2024-02-16T23:31:17.574Z] 	      ^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.574Z] The method openIntro(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.575Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[246] 
18:31:17 [2024-02-16T23:31:17.575Z] 	super.postWindowClose(configurer);
18:31:17 [2024-02-16T23:31:17.575Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.575Z] The method postWindowClose(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.575Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[252] 
18:31:17 [2024-02-16T23:31:17.575Z] 	super.postWindowCreate(configurer);
18:31:17 [2024-02-16T23:31:17.575Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.575Z] The method postWindowCreate(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.575Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[258] 
18:31:17 [2024-02-16T23:31:17.575Z] 	super.postWindowOpen(configurer);
18:31:17 [2024-02-16T23:31:17.575Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.575Z] The method postWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.575Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[265] 
18:31:17 [2024-02-16T23:31:17.575Z] 	super.postWindowRestore(configurer);
18:31:17 [2024-02-16T23:31:17.575Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.575Z] The method postWindowRestore(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.576Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[283] 
18:31:17 [2024-02-16T23:31:17.576Z] 	super.preWindowOpen(configurer);
18:31:17 [2024-02-16T23:31:17.576Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.576Z] The method preWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.576Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/WorkbenchConfigurerTest.java:[290] 
18:31:17 [2024-02-16T23:31:17.576Z] 	return super.preWindowShellClose(configurer);
18:31:17 [2024-02-16T23:31:17.576Z] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.576Z] The method preWindowShellClose(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.576Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/util/WorkbenchAdvisorObserver.java:[114] 
18:31:17 [2024-02-16T23:31:17.576Z] 	super.preWindowOpen(configurer);
18:31:17 [2024-02-16T23:31:17.576Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.576Z] The method preWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.576Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/util/WorkbenchAdvisorObserver.java:[121] 
18:31:17 [2024-02-16T23:31:17.576Z] 	super.fillActionBars(window, configurer, flags);
18:31:17 [2024-02-16T23:31:17.576Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.576Z] The method fillActionBars(IWorkbenchWindow, IActionBarConfigurer, int) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.577Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/util/WorkbenchAdvisorObserver.java:[128] 
18:31:17 [2024-02-16T23:31:17.577Z] 	super.postWindowRestore(configurer);
18:31:17 [2024-02-16T23:31:17.577Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.577Z] The method postWindowRestore(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.577Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/util/WorkbenchAdvisorObserver.java:[134] 
18:31:17 [2024-02-16T23:31:17.577Z] 	super.postWindowOpen(configurer);
18:31:17 [2024-02-16T23:31:17.577Z] 	      ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.577Z] The method postWindowOpen(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.578Z] [WARNING] /home/jenkins/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/tests/org.eclipse.ui.tests.rcp/Eclipse RCP Tests/org/eclipse/ui/tests/rcp/util/WorkbenchAdvisorObserver.java:[146] 
18:31:17 [2024-02-16T23:31:17.578Z] 	if (!super.preWindowShellClose(configurer)) {
18:31:17 [2024-02-16T23:31:17.578Z] 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:17 [2024-02-16T23:31:17.578Z] The method preWindowShellClose(IWorkbenchWindowConfigurer) from the type WorkbenchAdvisor is deprecated
18:31:17 [2024-02-16T23:31:17.578Z] 15 problems (15 warnings)
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.578Z] [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/tests/org.eclipse.ui.tests.rcp/src/test/resources
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.578Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.579Z] [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/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.6.300-SNAPSHOT-sources.jar
18:31:17 [2024-02-16T23:31:17.579Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.579Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.579Z] [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/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.6.300-SNAPSHOT.jar
18:31:17 [2024-02-16T23:31:17.579Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.579Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.579Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.rcp:3.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/tests/org.eclipse.ui.tests.rcp/.polyglot.META-INF
18:31:17 [2024-02-16T23:31:17.579Z]     The main artifact has been replaced with the baseline version.
18:31:17 [2024-02-16T23:31:17.580Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:17 [2024-02-16T23:31:17.580Z] 
18:31:17 [2024-02-16T23:31:17.580Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.580Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.580Z] [INFO] Skipping tests
18:31:17 [2024-02-16T23:31:17.580Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.580Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.580Z] [INFO] Execution was skipped
18:31:17 [2024-02-16T23:31:17.580Z] [INFO] 
18:31:17 [2024-02-16T23:31:17.580Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.tests.rcp ---
18:31:17 [2024-02-16T23:31:17.580Z] [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/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:31:17 [2024-02-16T23:31:17.580Z] [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/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.6.300-SNAPSHOT.jar
18:31:18 [2024-02-16T23:31:18.946Z] [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/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:18 [2024-02-16T23:31:18.946Z] [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/tests/org.eclipse.ui.tests.rcp/target/org.eclipse.ui.tests.rcp-3.6.300-SNAPSHOT-sources.jar
18:31:19 [2024-02-16T23:31:19.521Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.521Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests.rcp ---
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.rcp:3.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/tests/org.eclipse.ui.tests.rcp/.polyglot.META-INF
18:31:19 [2024-02-16T23:31:19.522Z]     The main artifact has been replaced with the baseline version.
18:31:19 [2024-02-16T23:31:19.522Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:19 [2024-02-16T23:31:19.522Z] 
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] --< org.eclipse.platform:org.eclipse.ui.tests.views.properties.tabbed >--
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] Building [test-bundle] Tabbed Properties View Tests 3.8.300-SNAPSHOT [419/521]
18:31:19 [2024-02-16T23:31:19.522Z] [INFO]   from eclipse.platform.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/.polyglot.META-INF
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.522Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] The project's OSGi version is 3.8.300.v20240207-1054
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.778Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/saveproperties
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] Resolving class path of [test-bundle] Tabbed Properties View Tests
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.778Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.779Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/src/main/resources
18:31:19 [2024-02-16T23:31:19.779Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.779Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.779Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/src/main/resources
18:31:19 [2024-02-16T23:31:19.779Z] [INFO] 
18:31:19 [2024-02-16T23:31:19.779Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:19 [2024-02-16T23:31:19.779Z] [INFO] Compiling 107 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/tests/org.eclipse.ui.tests.views.properties.tabbed/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.035Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/src/test/resources
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.035Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.8.300-SNAPSHOT-sources.jar
18:31:20 [2024-02-16T23:31:20.035Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.036Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.8.300-SNAPSHOT.jar
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.views.properties.tabbed:3.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.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/.polyglot.META-INF
18:31:20 [2024-02-16T23:31:20.036Z]     The main artifact has been replaced with the baseline version.
18:31:20 [2024-02-16T23:31:20.036Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:20 [2024-02-16T23:31:20.036Z] 
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] Skipping tests
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] Execution was skipped
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] 
18:31:20 [2024-02-16T23:31:20.036Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:20 [2024-02-16T23:31:20.292Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.8.300-SNAPSHOT.jar' is already signed and will be resigned.
18:31:20 [2024-02-16T23:31:20.292Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.8.300-SNAPSHOT.jar
18:31:21 [2024-02-16T23:31:21.219Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.8.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:21 [2024-02-16T23:31:21.219Z] [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/tests/org.eclipse.ui.tests.views.properties.tabbed/target/org.eclipse.ui.tests.views.properties.tabbed-3.8.300-SNAPSHOT-sources.jar
18:31:22 [2024-02-16T23:31:22.581Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.tests.views.properties.tabbed ---
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.tests.views.properties.tabbed:3.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.ui/tests/org.eclipse.ui.tests.views.properties.tabbed/.polyglot.META-INF
18:31:22 [2024-02-16T23:31:22.582Z]     The main artifact has been replaced with the baseline version.
18:31:22 [2024-02-16T23:31:22.582Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:22 [2024-02-16T23:31:22.582Z] 
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] ---------< org.eclipse.platform:org.eclipse.e4.demo.cssbridge >---------
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] Building [bundle] CSS bridge demo 1.3.0-SNAPSHOT               [420/521]
18:31:22 [2024-02-16T23:31:22.582Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.e4.demo.cssbridge/.polyglot.META-INF
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] The project's OSGi version is 1.3.0.v20231023-1307
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.582Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.583Z] [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/examples/org.eclipse.e4.demo.cssbridge/saveproperties
18:31:22 [2024-02-16T23:31:22.583Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.583Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.583Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.583Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.838Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.838Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.838Z] [INFO] Resolving class path of [bundle] CSS bridge demo
18:31:22 [2024-02-16T23:31:22.838Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.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.ui/examples/org.eclipse.e4.demo.cssbridge/src/main/resources
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.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.ui/examples/org.eclipse.e4.demo.cssbridge/src/main/resources
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.839Z] [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.ui/examples/org.eclipse.e4.demo.cssbridge/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.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.ui/examples/org.eclipse.e4.demo.cssbridge/src/test/resources
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.839Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.840Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.840Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.840Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.demo.cssbridge ---
18:31:22 [2024-02-16T23:31:22.840Z] [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/examples/org.eclipse.e4.demo.cssbridge/target/org.eclipse.e4.demo.cssbridge-1.3.0-SNAPSHOT-sources.jar
18:31:22 [2024-02-16T23:31:22.840Z] [INFO] 
18:31:22 [2024-02-16T23:31:22.840Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.demo.cssbridge ---
18:31:23 [2024-02-16T23:31:23.095Z] [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/examples/org.eclipse.e4.demo.cssbridge/target/org.eclipse.e4.demo.cssbridge-1.3.0-SNAPSHOT.jar
18:31:23 [2024-02-16T23:31:23.095Z] [INFO] 
18:31:23 [2024-02-16T23:31:23.095Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.demo.cssbridge ---
18:31:23 [2024-02-16T23:31:23.095Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.demo.cssbridge:eclipse-plugin:1.3.0-SNAPSHOT
18:31:23 [2024-02-16T23:31:23.095Z] [INFO] 
18:31:23 [2024-02-16T23:31:23.095Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.demo.cssbridge ---
18:31:23 [2024-02-16T23:31:23.095Z] [INFO] Execution was skipped
18:31:23 [2024-02-16T23:31:23.095Z] [INFO] 
18:31:23 [2024-02-16T23:31:23.095Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.demo.cssbridge ---
18:31:23 [2024-02-16T23:31:23.095Z] [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/examples/org.eclipse.e4.demo.cssbridge/target/org.eclipse.e4.demo.cssbridge-1.3.0-SNAPSHOT.jar
18:31:24 [2024-02-16T23:31:24.460Z] [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/examples/org.eclipse.e4.demo.cssbridge/target/org.eclipse.e4.demo.cssbridge-1.3.0-SNAPSHOT-sources.jar
18:31:25 [2024-02-16T23:31:25.389Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.389Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.demo.cssbridge ---
18:31:25 [2024-02-16T23:31:25.389Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.demo.cssbridge:eclipse-plugin:1.3.0-SNAPSHOT
18:31:25 [2024-02-16T23:31:25.389Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.389Z] [INFO] --------< org.eclipse.platform:org.eclipse.e4.ui.examples.job >---------
18:31:25 [2024-02-16T23:31:25.389Z] [INFO] Building [bundle] e4 Progress Examples Plug-in 0.4.100-SNAPSHOT [421/521]
18:31:25 [2024-02-16T23:31:25.389Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.e4.ui.examples.job/.polyglot.META-INF
18:31:25 [2024-02-16T23:31:25.389Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:25 [2024-02-16T23:31:25.389Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] The project's OSGi version is 0.4.100.v20240116-1723
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.646Z] [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/examples/org.eclipse.e4.ui.examples.job/saveproperties
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] Resolving class path of [bundle] e4 Progress Examples Plug-in
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.646Z] [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/examples/org.eclipse.e4.ui.examples.job/src/main/resources
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.646Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.647Z] [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/examples/org.eclipse.e4.ui.examples.job/src/main/resources
18:31:25 [2024-02-16T23:31:25.647Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.647Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.647Z] [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.ui/examples/org.eclipse.e4.ui.examples.job/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.903Z] [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/examples/org.eclipse.e4.ui.examples.job/src/test/resources
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.903Z] [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/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.4.100-SNAPSHOT-sources.jar
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.903Z] [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/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.4.100-SNAPSHOT.jar
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.903Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.904Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.ui.examples.job:eclipse-plugin:0.4.100-SNAPSHOT
18:31:25 [2024-02-16T23:31:25.904Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.904Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.904Z] [INFO] Execution was skipped
18:31:25 [2024-02-16T23:31:25.904Z] [INFO] 
18:31:25 [2024-02-16T23:31:25.904Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.e4.ui.examples.job ---
18:31:25 [2024-02-16T23:31:25.904Z] [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/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.4.100-SNAPSHOT.jar
18:31:27 [2024-02-16T23:31:27.268Z] [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/examples/org.eclipse.e4.ui.examples.job/target/org.eclipse.e4.ui.examples.job-0.4.100-SNAPSHOT-sources.jar
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.e4.ui.examples.job ---
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.e4.ui.examples.job:eclipse-plugin:0.4.100-SNAPSHOT
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] ----------< org.eclipse.platform:org.eclipse.jface.snippets >-----------
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] Building [bundle] JFace Snippets Plug-in 3.6.100-SNAPSHOT      [422/521]
18:31:27 [2024-02-16T23:31:27.870Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.jface.snippets/.polyglot.META-INF
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.870Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] The project's OSGi version is 3.6.100.v20231201-1637
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.871Z] [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/examples/org.eclipse.jface.snippets/saveproperties
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] Resolving class path of [bundle] JFace Snippets Plug-in
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.871Z] [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/examples/org.eclipse.jface.snippets/src/main/resources
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.871Z] [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/examples/org.eclipse.jface.snippets/src/main/resources
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] 
18:31:27 [2024-02-16T23:31:27.871Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.snippets ---
18:31:27 [2024-02-16T23:31:27.872Z] [INFO] Compiling 85 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/examples/org.eclipse.jface.snippets/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:28 [2024-02-16T23:31:28.127Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.127Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.127Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.127Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.128Z] [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/examples/org.eclipse.jface.snippets/src/test/resources
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.128Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.383Z] [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/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.6.100-SNAPSHOT-sources.jar
18:31:28 [2024-02-16T23:31:28.383Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.383Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.383Z] [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/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.6.100-SNAPSHOT.jar
18:31:28 [2024-02-16T23:31:28.383Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.384Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.384Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.jface.snippets:eclipse-plugin:3.6.100-SNAPSHOT
18:31:28 [2024-02-16T23:31:28.384Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.384Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.384Z] [INFO] Execution was skipped
18:31:28 [2024-02-16T23:31:28.384Z] [INFO] 
18:31:28 [2024-02-16T23:31:28.384Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.snippets ---
18:31:28 [2024-02-16T23:31:28.639Z] [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/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.6.100-SNAPSHOT.jar
18:31:30 [2024-02-16T23:31:30.006Z] [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/examples/org.eclipse.jface.snippets/target/org.eclipse.jface.snippets-3.6.100-SNAPSHOT-sources.jar
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.snippets ---
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.jface.snippets:eclipse-plugin:3.6.100-SNAPSHOT
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] --------< org.eclipse.platform:org.eclipse.jface.text.examples >--------
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] Building [bundle] CodeMinig Examples 1.2.0-SNAPSHOT            [423/521]
18:31:31 [2024-02-16T23:31:31.369Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.jface.text.examples/.polyglot.META-INF
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] The project's OSGi version is 1.2.0.v20240129-0813
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.369Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.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.ui/examples/org.eclipse.jface.text.examples/saveproperties
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] Resolving class path of [bundle] CodeMinig Examples
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.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.ui/examples/org.eclipse.jface.text.examples/src/main/resources
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.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.ui/examples/org.eclipse.jface.text.examples/src/main/resources
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.370Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.370Z] [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/examples/org.eclipse.jface.text.examples/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.626Z] [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/examples/org.eclipse.jface.text.examples/src/test/resources
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.626Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.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.ui/examples/org.eclipse.jface.text.examples/target/org.eclipse.jface.text.examples-1.2.0-SNAPSHOT-sources.jar
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.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.ui/examples/org.eclipse.jface.text.examples/target/org.eclipse.jface.text.examples-1.2.0-SNAPSHOT.jar
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.jface.text.examples:eclipse-plugin:1.2.0-SNAPSHOT
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] Execution was skipped
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] 
18:31:31 [2024-02-16T23:31:31.627Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.jface.text.examples ---
18:31:31 [2024-02-16T23:31:31.627Z] [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/examples/org.eclipse.jface.text.examples/target/org.eclipse.jface.text.examples-1.2.0-SNAPSHOT.jar
18:31:32 [2024-02-16T23:31:32.554Z] [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/examples/org.eclipse.jface.text.examples/target/org.eclipse.jface.text.examples-1.2.0-SNAPSHOT-sources.jar
18:31:33 [2024-02-16T23:31:33.919Z] [INFO] 
18:31:33 [2024-02-16T23:31:33.919Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.jface.text.examples ---
18:31:33 [2024-02-16T23:31:33.920Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.jface.text.examples:eclipse-plugin:1.2.0-SNAPSHOT
18:31:33 [2024-02-16T23:31:33.920Z] [INFO] 
18:31:33 [2024-02-16T23:31:33.920Z] [INFO] ----< org.eclipse.platform:org.eclipse.ui.examples.adapterservice >-----
18:31:33 [2024-02-16T23:31:33.920Z] [INFO] Building [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT [424/521]
18:31:33 [2024-02-16T23:31:33.920Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.adapterservice/.polyglot.META-INF
18:31:33 [2024-02-16T23:31:33.920Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:34 [2024-02-16T23:31:34.175Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.175Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.175Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.175Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.175Z] [INFO] The project's OSGi version is 0.10.0.v20231130-0729
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.176Z] [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/examples/org.eclipse.ui.examples.adapterservice/saveproperties
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] Resolving class path of [bundle] Services Snippets (Incubation)
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.176Z] [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/examples/org.eclipse.ui.examples.adapterservice/src/main/resources
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.176Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.176Z] [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/examples/org.eclipse.ui.examples.adapterservice/src/main/resources
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] Compiling 7 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/examples/org.eclipse.ui.examples.adapterservice/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.177Z] [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/examples/org.eclipse.ui.examples.adapterservice/src/test/resources
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.177Z] [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/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT-sources.jar
18:31:34 [2024-02-16T23:31:34.177Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.178Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.178Z] [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/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT.jar
18:31:34 [2024-02-16T23:31:34.178Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.178Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.433Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.adapterservice:eclipse-plugin:0.10.0-SNAPSHOT
18:31:34 [2024-02-16T23:31:34.433Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.433Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.433Z] [INFO] Execution was skipped
18:31:34 [2024-02-16T23:31:34.433Z] [INFO] 
18:31:34 [2024-02-16T23:31:34.433Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.adapterservice ---
18:31:34 [2024-02-16T23:31:34.433Z] [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/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT.jar
18:31:35 [2024-02-16T23:31:35.359Z] [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/examples/org.eclipse.ui.examples.adapterservice/target/org.eclipse.ui.examples.adapterservice-0.10.0-SNAPSHOT-sources.jar
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] 
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.adapterservice ---
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.adapterservice:eclipse-plugin:0.10.0-SNAPSHOT
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] 
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] -----< org.eclipse.platform:org.eclipse.ui.examples.contributions >-----
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] Building [bundle] Command Contribution Examples 3.6.300-SNAPSHOT [425/521]
18:31:36 [2024-02-16T23:31:36.746Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/.polyglot.META-INF
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] 
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.contributions ---
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] 
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.contributions ---
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] The project's OSGi version is 3.6.300.v20240207-1054
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] 
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.contributions ---
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] 
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.contributions ---
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] 
18:31:36 [2024-02-16T23:31:36.746Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.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/eclipse.platform.ui/examples/org.eclipse.ui.examples.contributions/saveproperties
18:31:37 [2024-02-16T23:31:37.002Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.002Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.002Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.002Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.002Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.002Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.002Z] [INFO] Resolving class path of [bundle] Command Contribution Examples
18:31:37 [2024-02-16T23:31:37.002Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.003Z] [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/examples/org.eclipse.ui.examples.contributions/src/main/resources
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.003Z] [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/examples/org.eclipse.ui.examples.contributions/src/main/resources
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] Compiling 31 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/examples/org.eclipse.ui.examples.contributions/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.003Z] [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/examples/org.eclipse.ui.examples.contributions/src/test/resources
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.003Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.263Z] [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/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.6.300-SNAPSHOT-sources.jar
18:31:37 [2024-02-16T23:31:37.263Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.263Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.263Z] [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/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.6.300-SNAPSHOT.jar
18:31:37 [2024-02-16T23:31:37.263Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.263Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.264Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.contributions:3.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/examples/org.eclipse.ui.examples.contributions/.polyglot.META-INF
18:31:37 [2024-02-16T23:31:37.264Z]     The main artifact has been replaced with the baseline version.
18:31:37 [2024-02-16T23:31:37.264Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:37 [2024-02-16T23:31:37.264Z] 
18:31:37 [2024-02-16T23:31:37.264Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.264Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.264Z] [INFO] Execution was skipped
18:31:37 [2024-02-16T23:31:37.264Z] [INFO] 
18:31:37 [2024-02-16T23:31:37.264Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.contributions ---
18:31:37 [2024-02-16T23:31:37.264Z] [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/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.6.300-SNAPSHOT.jar' is already signed and will be resigned.
18:31:37 [2024-02-16T23:31:37.264Z] [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/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.6.300-SNAPSHOT.jar
18:31:38 [2024-02-16T23:31:38.191Z] [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/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.6.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:38 [2024-02-16T23:31:38.191Z] [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/examples/org.eclipse.ui.examples.contributions/target/org.eclipse.ui.examples.contributions-3.6.300-SNAPSHOT-sources.jar
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.contributions ---
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.contributions:3.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/examples/org.eclipse.ui.examples.contributions/.polyglot.META-INF
18:31:39 [2024-02-16T23:31:39.117Z]     The main artifact has been replaced with the baseline version.
18:31:39 [2024-02-16T23:31:39.117Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:39 [2024-02-16T23:31:39.117Z] 
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.fieldassist >------
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] Building [bundle] Field Assist Example 1.3.200-SNAPSHOT        [426/521]
18:31:39 [2024-02-16T23:31:39.117Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.fieldassist/.polyglot.META-INF
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] The project's OSGi version is 1.3.200.v20231214-2114
18:31:39 [2024-02-16T23:31:39.117Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.118Z] [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/examples/org.eclipse.ui.examples.fieldassist/saveproperties
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] Resolving class path of [bundle] Field Assist Example
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.118Z] [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/examples/org.eclipse.ui.examples.fieldassist/src/main/resources
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.118Z] [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/examples/org.eclipse.ui.examples.fieldassist/src/main/resources
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.118Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.118Z] [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/examples/org.eclipse.ui.examples.fieldassist/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:39 [2024-02-16T23:31:39.375Z] [WARNING] /home/jenkins/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/examples/org.eclipse.ui.examples.fieldassist/Eclipse UI Examples Field Assist/org/eclipse/ui/examples/fieldassist/FieldAssistTestDialog.java:[590] 
18:31:39 [2024-02-16T23:31:39.375Z] 	return ContentProposalAdapter.FILTER_CUMULATIVE;
18:31:39 [2024-02-16T23:31:39.375Z] 	                              ^^^^^^^^^^^^^^^^^
18:31:39 [2024-02-16T23:31:39.375Z] The field ContentProposalAdapter.FILTER_CUMULATIVE is deprecated
18:31:39 [2024-02-16T23:31:39.375Z] 1 problem (1 warning)
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.375Z] [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/examples/org.eclipse.ui.examples.fieldassist/src/test/resources
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.375Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.376Z] [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/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.3.200-SNAPSHOT-sources.jar
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.376Z] [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/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.3.200-SNAPSHOT.jar
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.fieldassist:1.3.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.ui/examples/org.eclipse.ui.examples.fieldassist/.polyglot.META-INF
18:31:39 [2024-02-16T23:31:39.376Z]     The main artifact has been replaced with the baseline version.
18:31:39 [2024-02-16T23:31:39.376Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:39 [2024-02-16T23:31:39.376Z] 
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] Execution was skipped
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] 
18:31:39 [2024-02-16T23:31:39.376Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.fieldassist ---
18:31:39 [2024-02-16T23:31:39.376Z] [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/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:31:39 [2024-02-16T23:31:39.377Z] [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/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.3.200-SNAPSHOT.jar
18:31:40 [2024-02-16T23:31:40.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/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:40 [2024-02-16T23:31:40.741Z] [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/examples/org.eclipse.ui.examples.fieldassist/target/org.eclipse.ui.examples.fieldassist-1.3.200-SNAPSHOT-sources.jar
18:31:41 [2024-02-16T23:31:41.667Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.667Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.fieldassist ---
18:31:41 [2024-02-16T23:31:41.667Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.fieldassist:1.3.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.ui/examples/org.eclipse.ui.examples.fieldassist/.polyglot.META-INF
18:31:41 [2024-02-16T23:31:41.667Z]     The main artifact has been replaced with the baseline version.
18:31:41 [2024-02-16T23:31:41.667Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:41 [2024-02-16T23:31:41.667Z] 
18:31:41 [2024-02-16T23:31:41.667Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.667Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.javaeditor >-------
18:31:41 [2024-02-16T23:31:41.667Z] [INFO] Building [bundle] JFace Text Example 3.4.300-SNAPSHOT          [427/521]
18:31:41 [2024-02-16T23:31:41.667Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.javaeditor/.polyglot.META-INF
18:31:41 [2024-02-16T23:31:41.667Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] The project's OSGi version is 3.4.300.v20231214-2114
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.668Z] [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/examples/org.eclipse.ui.examples.javaeditor/saveproperties
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.668Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] Resolving class path of [bundle] JFace Text Example
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-37) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.924Z] [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/eclipse.platform.ui/examples/org.eclipse.ui.examples.javaeditor/Template Editor Example added.
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.924Z] [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/examples/org.eclipse.ui.examples.javaeditor/src/main/resources
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.924Z] [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/examples/org.eclipse.ui.examples.javaeditor/src/main/resources
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] 
18:31:41 [2024-02-16T23:31:41.924Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.javaeditor ---
18:31:41 [2024-02-16T23:31:41.925Z] [INFO] Compiling 39 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/examples/org.eclipse.ui.examples.javaeditor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:42 [2024-02-16T23:31:42.180Z] [WARNING] /home/jenkins/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/examples/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditorUI.java:[31] 
18:31:42 [2024-02-16T23:31:42.180Z] 	import org.eclipse.jface.text.templates.ContextTypeRegistry;
18:31:42 [2024-02-16T23:31:42.180Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:42 [2024-02-16T23:31:42.180Z] The type ContextTypeRegistry is deprecated
18:31:42 [2024-02-16T23:31:42.181Z] [WARNING] /home/jenkins/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/examples/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/editors/TemplateEditorUI.java:[91] 
18:31:42 [2024-02-16T23:31:42.181Z] 	public ContextTypeRegistry getContextTypeRegistry() {
18:31:42 [2024-02-16T23:31:42.181Z] 	       ^^^^^^^^^^^^^^^^^^^
18:31:42 [2024-02-16T23:31:42.181Z] The type ContextTypeRegistry is deprecated
18:31:42 [2024-02-16T23:31:42.181Z] [WARNING] /home/jenkins/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/examples/org.eclipse.ui.examples.javaeditor/Template Editor Example/org/eclipse/ui/examples/templateeditor/template/XMLCompletionProcessor.java:[104] 
18:31:42 [2024-02-16T23:31:42.181Z] 	return TemplateEditorUI.getDefault().getContextTypeRegistry().getContextType(XMLContextType.XML_CONTEXT_TYPE);
18:31:42 [2024-02-16T23:31:42.181Z] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:31:42 [2024-02-16T23:31:42.181Z] The method getContextType(String) from the type ContextTypeRegistry is deprecated
18:31:42 [2024-02-16T23:31:42.181Z] 3 problems (3 warnings)
18:31:42 [2024-02-16T23:31:42.181Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.181Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.181Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.181Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.181Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.181Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.181Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.181Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.181Z] [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/examples/org.eclipse.ui.examples.javaeditor/src/test/resources
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.182Z] [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/examples/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.4.300-SNAPSHOT-sources.jar
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.182Z] [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/examples/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.4.300-SNAPSHOT.jar
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.182Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.javaeditor:3.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.ui/examples/org.eclipse.ui.examples.javaeditor/.polyglot.META-INF
18:31:42 [2024-02-16T23:31:42.182Z]     The main artifact has been replaced with the baseline version.
18:31:42 [2024-02-16T23:31:42.182Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:42 [2024-02-16T23:31:42.183Z] 
18:31:42 [2024-02-16T23:31:42.183Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.183Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.183Z] [INFO] Execution was skipped
18:31:42 [2024-02-16T23:31:42.183Z] [INFO] 
18:31:42 [2024-02-16T23:31:42.183Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.javaeditor ---
18:31:42 [2024-02-16T23:31:42.183Z] [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/examples/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:31:42 [2024-02-16T23:31:42.183Z] [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/examples/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.4.300-SNAPSHOT.jar
18:31:43 [2024-02-16T23:31:43.109Z] [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/examples/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:43 [2024-02-16T23:31:43.109Z] [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/examples/org.eclipse.ui.examples.javaeditor/target/org.eclipse.ui.examples.javaeditor-3.4.300-SNAPSHOT-sources.jar
18:31:44 [2024-02-16T23:31:44.472Z] [INFO] 
18:31:44 [2024-02-16T23:31:44.472Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.javaeditor ---
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.javaeditor:3.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.ui/examples/org.eclipse.ui.examples.javaeditor/.polyglot.META-INF
18:31:44 [2024-02-16T23:31:44.748Z]     The main artifact has been replaced with the baseline version.
18:31:44 [2024-02-16T23:31:44.748Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:44 [2024-02-16T23:31:44.748Z] 
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] 
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] ----------< org.eclipse.platform:org.eclipse.ui.examples.job >----------
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] Building [bundle] Progress Examples Plug-in 3.3.100            [428/521]
18:31:44 [2024-02-16T23:31:44.748Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.job/.polyglot.META-INF
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] 
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.job ---
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] 
18:31:44 [2024-02-16T23:31:44.748Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.005Z] [INFO] The project's OSGi version is 3.3.100
18:31:45 [2024-02-16T23:31:45.005Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.005Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.006Z] [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/examples/org.eclipse.ui.examples.job/saveproperties
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] Resolving class path of [bundle] Progress Examples Plug-in
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.006Z] [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/examples/org.eclipse.ui.examples.job/src/main/resources
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.006Z] [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/examples/org.eclipse.ui.examples.job/src/main/resources
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.006Z] [INFO] Compiling 15 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/examples/org.eclipse.ui.examples.job/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.262Z] [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/examples/org.eclipse.ui.examples.job/src/test/resources
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.262Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.263Z] [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/examples/org.eclipse.ui.examples.job/target/org.eclipse.ui.examples.job-3.3.100-sources.jar
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.263Z] [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/examples/org.eclipse.ui.examples.job/target/org.eclipse.ui.examples.job-3.3.100.jar
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.job:eclipse-plugin:3.3.100
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] Execution was skipped
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] 
18:31:45 [2024-02-16T23:31:45.263Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.job ---
18:31:45 [2024-02-16T23:31:45.263Z] [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/examples/org.eclipse.ui.examples.job/target/org.eclipse.ui.examples.job-3.3.100.jar
18:31:46 [2024-02-16T23:31:46.629Z] [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/examples/org.eclipse.ui.examples.job/target/org.eclipse.ui.examples.job-3.3.100-sources.jar
18:31:47 [2024-02-16T23:31:47.189Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.189Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.job ---
18:31:47 [2024-02-16T23:31:47.189Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.job:eclipse-plugin:3.3.100
18:31:47 [2024-02-16T23:31:47.189Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.189Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.markerHelp >-------
18:31:47 [2024-02-16T23:31:47.189Z] [INFO] Building [bundle] pluginName 3.2.100                           [429/521]
18:31:47 [2024-02-16T23:31:47.190Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.markerHelp/.polyglot.META-INF
18:31:47 [2024-02-16T23:31:47.190Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:47 [2024-02-16T23:31:47.190Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] The project's OSGi version is 3.2.100
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.446Z] [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/examples/org.eclipse.ui.examples.markerHelp/saveproperties
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.446Z] [INFO] Resolving class path of [bundle] pluginName
18:31:47 [2024-02-16T23:31:47.701Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.701Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.702Z] [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/examples/org.eclipse.ui.examples.markerHelp/src/main/resources
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.702Z] [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/examples/org.eclipse.ui.examples.markerHelp/src/main/resources
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] Compiling 2 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/examples/org.eclipse.ui.examples.markerHelp/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.702Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.703Z] [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/examples/org.eclipse.ui.examples.markerHelp/src/test/resources
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.703Z] [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/examples/org.eclipse.ui.examples.markerHelp/target/org.eclipse.ui.examples.markerHelp-3.2.100-sources.jar
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.703Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.704Z] [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/examples/org.eclipse.ui.examples.markerHelp/target/org.eclipse.ui.examples.markerHelp-3.2.100.jar
18:31:47 [2024-02-16T23:31:47.704Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.704Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.704Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.markerHelp:eclipse-plugin:3.2.100
18:31:47 [2024-02-16T23:31:47.704Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.704Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.704Z] [INFO] Execution was skipped
18:31:47 [2024-02-16T23:31:47.704Z] [INFO] 
18:31:47 [2024-02-16T23:31:47.704Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.markerHelp ---
18:31:47 [2024-02-16T23:31:47.704Z] [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/examples/org.eclipse.ui.examples.markerHelp/target/org.eclipse.ui.examples.markerHelp-3.2.100.jar
18:31:48 [2024-02-16T23:31:48.630Z] [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/examples/org.eclipse.ui.examples.markerHelp/target/org.eclipse.ui.examples.markerHelp-3.2.100-sources.jar
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.markerHelp ---
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.markerHelp:eclipse-plugin:3.2.100
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] ----< org.eclipse.platform:org.eclipse.ui.examples.multipageeditor >----
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] Building [bundle] Multi-Page Editor Example 3.4.300-SNAPSHOT   [430/521]
18:31:49 [2024-02-16T23:31:49.993Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.multipageeditor/.polyglot.META-INF
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.multipageeditor ---
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.multipageeditor ---
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] The project's OSGi version is 3.4.300.v20240207-1054
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.multipageeditor ---
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.multipageeditor ---
18:31:49 [2024-02-16T23:31:49.993Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.994Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.multipageeditor ---
18:31:49 [2024-02-16T23:31:49.994Z] [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/examples/org.eclipse.ui.examples.multipageeditor/saveproperties
18:31:49 [2024-02-16T23:31:49.994Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.994Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.multipageeditor ---
18:31:49 [2024-02-16T23:31:49.994Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.994Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.multipageeditor ---
18:31:49 [2024-02-16T23:31:49.994Z] [INFO] 
18:31:49 [2024-02-16T23:31:49.994Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.multipageeditor ---
18:31:49 [2024-02-16T23:31:49.994Z] [INFO] Resolving class path of [bundle] Multi-Page Editor Example
18:31:50 [2024-02-16T23:31:50.249Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.249Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.249Z] [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/examples/org.eclipse.ui.examples.multipageeditor/src/main/resources
18:31:50 [2024-02-16T23:31:50.249Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.249Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.250Z] [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/examples/org.eclipse.ui.examples.multipageeditor/src/main/resources
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] Compiling 3 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/examples/org.eclipse.ui.examples.multipageeditor/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.250Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.251Z] [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/examples/org.eclipse.ui.examples.multipageeditor/src/test/resources
18:31:50 [2024-02-16T23:31:50.251Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.251Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.251Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.251Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.251Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.251Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.251Z] [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/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.4.300-SNAPSHOT-sources.jar
18:31:50 [2024-02-16T23:31:50.251Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.251Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.507Z] [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/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.4.300-SNAPSHOT.jar
18:31:50 [2024-02-16T23:31:50.507Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.507Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.507Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.multipageeditor:3.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.ui/examples/org.eclipse.ui.examples.multipageeditor/.polyglot.META-INF
18:31:50 [2024-02-16T23:31:50.507Z]     The main artifact has been replaced with the baseline version.
18:31:50 [2024-02-16T23:31:50.507Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:50 [2024-02-16T23:31:50.507Z] 
18:31:50 [2024-02-16T23:31:50.507Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.507Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.507Z] [INFO] Execution was skipped
18:31:50 [2024-02-16T23:31:50.507Z] [INFO] 
18:31:50 [2024-02-16T23:31:50.507Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.multipageeditor ---
18:31:50 [2024-02-16T23:31:50.508Z] [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/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:31:50 [2024-02-16T23:31:50.508Z] [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/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.4.300-SNAPSHOT.jar
18:31:51 [2024-02-16T23:31:51.872Z] [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/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:51 [2024-02-16T23:31:51.872Z] [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/examples/org.eclipse.ui.examples.multipageeditor/target/org.eclipse.ui.examples.multipageeditor-3.4.300-SNAPSHOT-sources.jar
18:31:52 [2024-02-16T23:31:52.434Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.434Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.multipageeditor ---
18:31:52 [2024-02-16T23:31:52.434Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.multipageeditor:3.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.ui/examples/org.eclipse.ui.examples.multipageeditor/.polyglot.META-INF
18:31:52 [2024-02-16T23:31:52.434Z]     The main artifact has been replaced with the baseline version.
18:31:52 [2024-02-16T23:31:52.434Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:52 [2024-02-16T23:31:52.434Z] 
18:31:52 [2024-02-16T23:31:52.434Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.434Z] [INFO] -------< org.eclipse.platform:org.eclipse.ui.examples.navigator >-------
18:31:52 [2024-02-16T23:31:52.434Z] [INFO] Building [bundle] Common Navigator Examples 3.4.0-SNAPSHOT     [431/521]
18:31:52 [2024-02-16T23:31:52.434Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.navigator/.polyglot.META-INF
18:31:52 [2024-02-16T23:31:52.434Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:52 [2024-02-16T23:31:52.435Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:52 [2024-02-16T23:31:52.690Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.690Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.690Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] The project's OSGi version is 3.4.0.v20231201-1637
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.691Z] [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/examples/org.eclipse.ui.examples.navigator/saveproperties
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] Resolving class path of [bundle] Common Navigator Examples
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.691Z] [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/examples/org.eclipse.ui.examples.navigator/src/main/resources
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.691Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.691Z] [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/examples/org.eclipse.ui.examples.navigator/src/main/resources
18:31:52 [2024-02-16T23:31:52.692Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.692Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.948Z] [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.ui/examples/org.eclipse.ui.examples.navigator/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:52 [2024-02-16T23:31:52.948Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.948Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.948Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.948Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.948Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.948Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.948Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.948Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.949Z] [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/examples/org.eclipse.ui.examples.navigator/src/test/resources
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.949Z] [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/examples/org.eclipse.ui.examples.navigator/target/org.eclipse.ui.examples.navigator-3.4.0-SNAPSHOT-sources.jar
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.949Z] [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/examples/org.eclipse.ui.examples.navigator/target/org.eclipse.ui.examples.navigator-3.4.0-SNAPSHOT.jar
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.navigator:eclipse-plugin:3.4.0-SNAPSHOT
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] Execution was skipped
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] 
18:31:52 [2024-02-16T23:31:52.949Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.navigator ---
18:31:52 [2024-02-16T23:31:52.950Z] [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/examples/org.eclipse.ui.examples.navigator/target/org.eclipse.ui.examples.navigator-3.4.0-SNAPSHOT.jar
18:31:53 [2024-02-16T23:31:53.896Z] [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/examples/org.eclipse.ui.examples.navigator/target/org.eclipse.ui.examples.navigator-3.4.0-SNAPSHOT-sources.jar
18:31:54 [2024-02-16T23:31:54.823Z] [INFO] 
18:31:54 [2024-02-16T23:31:54.823Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.navigator ---
18:31:54 [2024-02-16T23:31:54.823Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.navigator:eclipse-plugin:3.4.0-SNAPSHOT
18:31:54 [2024-02-16T23:31:54.823Z] [INFO] 
18:31:54 [2024-02-16T23:31:54.823Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.perspective >------
18:31:54 [2024-02-16T23:31:54.823Z] [INFO] Building [bundle] Example for a Perspective 1.0.0-SNAPSHOT     [432/521]
18:31:54 [2024-02-16T23:31:54.823Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.perspective/.polyglot.META-INF
18:31:54 [2024-02-16T23:31:54.823Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:54 [2024-02-16T23:31:54.824Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:54 [2024-02-16T23:31:54.824Z] [INFO] 
18:31:54 [2024-02-16T23:31:54.824Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.perspective ---
18:31:54 [2024-02-16T23:31:54.824Z] [INFO] 
18:31:54 [2024-02-16T23:31:54.824Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.080Z] [INFO] The project's OSGi version is 1.0.0.v20230417-1545
18:31:55 [2024-02-16T23:31:55.080Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.080Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.080Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.080Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.080Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.080Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.080Z] [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/examples/org.eclipse.ui.examples.perspective/saveproperties
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] Resolving class path of [bundle] Example for a Perspective
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.081Z] [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/examples/org.eclipse.ui.examples.perspective/src/main/resources
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.081Z] [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/examples/org.eclipse.ui.examples.perspective/src/main/resources
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] Compiling 1 source 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.ui/examples/org.eclipse.ui.examples.perspective/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.081Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.082Z] [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/examples/org.eclipse.ui.examples.perspective/src/test/resources
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.082Z] [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/examples/org.eclipse.ui.examples.perspective/target/org.eclipse.ui.examples.perspective-1.0.0-SNAPSHOT-sources.jar
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.082Z] [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/examples/org.eclipse.ui.examples.perspective/target/org.eclipse.ui.examples.perspective-1.0.0-SNAPSHOT.jar
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.perspective:eclipse-plugin:1.0.0-SNAPSHOT
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] Execution was skipped
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] 
18:31:55 [2024-02-16T23:31:55.082Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.perspective ---
18:31:55 [2024-02-16T23:31:55.082Z] [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/examples/org.eclipse.ui.examples.perspective/target/org.eclipse.ui.examples.perspective-1.0.0-SNAPSHOT.jar
18:31:56 [2024-02-16T23:31:56.010Z] [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/examples/org.eclipse.ui.examples.perspective/target/org.eclipse.ui.examples.perspective-1.0.0-SNAPSHOT-sources.jar
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.perspective ---
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.examples.perspective:eclipse-plugin:1.0.0-SNAPSHOT
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] -----< org.eclipse.platform:org.eclipse.ui.examples.propertysheet >-----
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] Building [bundle] User File Editor 3.5.300-SNAPSHOT            [433/521]
18:31:57 [2024-02-16T23:31:57.374Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/.polyglot.META-INF
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.374Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] The project's OSGi version is 3.5.300.v20231214-2114
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.375Z] [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/examples/org.eclipse.ui.examples.propertysheet/saveproperties
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.375Z] [INFO] Resolving class path of [bundle] User File Editor
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.631Z] [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/examples/org.eclipse.ui.examples.propertysheet/src/main/resources
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.631Z] [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/examples/org.eclipse.ui.examples.propertysheet/src/main/resources
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] Compiling 16 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/examples/org.eclipse.ui.examples.propertysheet/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.631Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.632Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.632Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.632Z] [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/examples/org.eclipse.ui.examples.propertysheet/src/test/resources
18:31:57 [2024-02-16T23:31:57.632Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.632Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.632Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.632Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.632Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.632Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.887Z] [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/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.5.300-SNAPSHOT-sources.jar
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.888Z] [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/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.5.300-SNAPSHOT.jar
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.propertysheet:3.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/examples/org.eclipse.ui.examples.propertysheet/.polyglot.META-INF
18:31:57 [2024-02-16T23:31:57.888Z]     The main artifact has been replaced with the baseline version.
18:31:57 [2024-02-16T23:31:57.888Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:57 [2024-02-16T23:31:57.888Z] 
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] Execution was skipped
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] 
18:31:57 [2024-02-16T23:31:57.888Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.propertysheet ---
18:31:57 [2024-02-16T23:31:57.888Z] [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/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:31:57 [2024-02-16T23:31:57.889Z] [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/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.5.300-SNAPSHOT.jar
18:31:58 [2024-02-16T23:31:58.817Z] [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/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:31:58 [2024-02-16T23:31:58.817Z] [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/examples/org.eclipse.ui.examples.propertysheet/target/org.eclipse.ui.examples.propertysheet-3.5.300-SNAPSHOT-sources.jar
18:31:59 [2024-02-16T23:31:59.378Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.378Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.propertysheet ---
18:31:59 [2024-02-16T23:31:59.379Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.propertysheet:3.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/examples/org.eclipse.ui.examples.propertysheet/.polyglot.META-INF
18:31:59 [2024-02-16T23:31:59.379Z]     The main artifact has been replaced with the baseline version.
18:31:59 [2024-02-16T23:31:59.379Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:31:59 [2024-02-16T23:31:59.379Z] 
18:31:59 [2024-02-16T23:31:59.379Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.379Z] [INFO] ------< org.eclipse.platform:org.eclipse.ui.examples.readmetool >-------
18:31:59 [2024-02-16T23:31:59.379Z] [INFO] Building [bundle] Readme File Editing Tool 3.7.300-SNAPSHOT    [434/521]
18:31:59 [2024-02-16T23:31:59.379Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.readmetool/.polyglot.META-INF
18:31:59 [2024-02-16T23:31:59.379Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:31:59 [2024-02-16T23:31:59.379Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] The project's OSGi version is 3.7.300.v20240207-1054
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.635Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.636Z] [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/examples/org.eclipse.ui.examples.readmetool/saveproperties
18:31:59 [2024-02-16T23:31:59.636Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.636Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.636Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.636Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.636Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.636Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.636Z] [INFO] Resolving class path of [bundle] Readme File Editing Tool
18:31:59 [2024-02-16T23:31:59.892Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.892Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.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/examples/org.eclipse.ui.examples.readmetool/src/main/resources
18:31:59 [2024-02-16T23:31:59.892Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.892Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.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/examples/org.eclipse.ui.examples.readmetool/src/main/resources
18:31:59 [2024-02-16T23:31:59.892Z] [INFO] 
18:31:59 [2024-02-16T23:31:59.892Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.readmetool ---
18:31:59 [2024-02-16T23:31:59.892Z] [INFO] Compiling 31 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/examples/org.eclipse.ui.examples.readmetool/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:00 [2024-02-16T23:32:00.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.ui/examples/org.eclipse.ui.examples.readmetool/Eclipse UI Examples Readme Tool/org/eclipse/ui/examples/readmetool/ReadmePreferencePage.java:[290] 
18:32:00 [2024-02-16T23:32:00.148Z] 	ReadmePlugin.getDefault().savePluginPreferences();
18:32:00 [2024-02-16T23:32:00.148Z] 	                          ^^^^^^^^^^^^^^^^^^^^^^^
18:32:00 [2024-02-16T23:32:00.148Z] The method savePluginPreferences() from the type Plugin is deprecated
18:32:00 [2024-02-16T23:32:00.148Z] 1 problem (1 warning)
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.148Z] [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/examples/org.eclipse.ui.examples.readmetool/src/test/resources
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.148Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.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/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.7.300-SNAPSHOT-sources.jar
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.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/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.7.300-SNAPSHOT.jar
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.readmetool:3.7.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/examples/org.eclipse.ui.examples.readmetool/.polyglot.META-INF
18:32:00 [2024-02-16T23:32:00.149Z]     The main artifact has been replaced with the baseline version.
18:32:00 [2024-02-16T23:32:00.149Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:00 [2024-02-16T23:32:00.149Z] 
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] Execution was skipped
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] 
18:32:00 [2024-02-16T23:32:00.149Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.readmetool ---
18:32:00 [2024-02-16T23:32:00.149Z] [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/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.7.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:00 [2024-02-16T23:32:00.149Z] [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/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.7.300-SNAPSHOT.jar
18:32:01 [2024-02-16T23:32:01.514Z] [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/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.7.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:01 [2024-02-16T23:32:01.515Z] [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/examples/org.eclipse.ui.examples.readmetool/target/org.eclipse.ui.examples.readmetool-3.7.300-SNAPSHOT-sources.jar
18:32:02 [2024-02-16T23:32:02.880Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.880Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.readmetool ---
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.readmetool:3.7.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/examples/org.eclipse.ui.examples.readmetool/.polyglot.META-INF
18:32:02 [2024-02-16T23:32:02.881Z]     The main artifact has been replaced with the baseline version.
18:32:02 [2024-02-16T23:32:02.881Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:02 [2024-02-16T23:32:02.881Z] 
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.examples.undo >----------
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] Building [bundle] Undo Example 3.5.300-SNAPSHOT                [435/521]
18:32:02 [2024-02-16T23:32:02.881Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.undo/.polyglot.META-INF
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] The project's OSGi version is 3.5.300.v20240207-1054
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.881Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.882Z] [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/examples/org.eclipse.ui.examples.undo/saveproperties
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] Resolving class path of [bundle] Undo Example
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.882Z] [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/examples/org.eclipse.ui.examples.undo/src/main/resources
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.882Z] [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/examples/org.eclipse.ui.examples.undo/src/main/resources
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] 
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.undo ---
18:32:02 [2024-02-16T23:32:02.882Z] [INFO] Compiling 14 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/examples/org.eclipse.ui.examples.undo/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:03 [2024-02-16T23:32:03.137Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.137Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.137Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.137Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.137Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.138Z] [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/examples/org.eclipse.ui.examples.undo/src/test/resources
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.138Z] [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/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.5.300-SNAPSHOT-sources.jar
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.138Z] [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/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.5.300-SNAPSHOT.jar
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.138Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.undo:3.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/examples/org.eclipse.ui.examples.undo/.polyglot.META-INF
18:32:03 [2024-02-16T23:32:03.139Z]     The main artifact has been replaced with the baseline version.
18:32:03 [2024-02-16T23:32:03.139Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:03 [2024-02-16T23:32:03.139Z] 
18:32:03 [2024-02-16T23:32:03.139Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.139Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.139Z] [INFO] Execution was skipped
18:32:03 [2024-02-16T23:32:03.139Z] [INFO] 
18:32:03 [2024-02-16T23:32:03.139Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.undo ---
18:32:03 [2024-02-16T23:32:03.139Z] [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/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:03 [2024-02-16T23:32:03.139Z] [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/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.5.300-SNAPSHOT.jar
18:32:04 [2024-02-16T23:32:04.502Z] [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/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:04 [2024-02-16T23:32:04.503Z] [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/examples/org.eclipse.ui.examples.undo/target/org.eclipse.ui.examples.undo-3.5.300-SNAPSHOT-sources.jar
18:32:05 [2024-02-16T23:32:05.064Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.064Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.undo ---
18:32:05 [2024-02-16T23:32:05.065Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.undo:3.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/examples/org.eclipse.ui.examples.undo/.polyglot.META-INF
18:32:05 [2024-02-16T23:32:05.065Z]     The main artifact has been replaced with the baseline version.
18:32:05 [2024-02-16T23:32:05.065Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:05 [2024-02-16T23:32:05.065Z] 
18:32:05 [2024-02-16T23:32:05.065Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.065Z] [INFO] ---< org.eclipse.platform:org.eclipse.ui.examples.uriSchemeHandler >----
18:32:05 [2024-02-16T23:32:05.065Z] [INFO] Building [bundle] Example for Eclipse URI Scheme Handling 1.2.200-SNAPSHOT [436/521]
18:32:05 [2024-02-16T23:32:05.065Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/.polyglot.META-INF
18:32:05 [2024-02-16T23:32:05.065Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:05 [2024-02-16T23:32:05.065Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:05 [2024-02-16T23:32:05.321Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.321Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.321Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.321Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] The project's OSGi version is 1.2.200.v20231201-1637
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.322Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/saveproperties
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] Resolving class path of [bundle] Example for Eclipse URI Scheme Handling
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.322Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/src/main/resources
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.322Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/src/main/resources
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.322Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.323Z] [INFO] Compiling 3 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/examples/org.eclipse.ui.examples.uriSchemeHandler/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.581Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/src/test/resources
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.581Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.582Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.582Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.582Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.2.200-SNAPSHOT-sources.jar
18:32:05 [2024-02-16T23:32:05.582Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.582Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.582Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.2.200-SNAPSHOT.jar
18:32:05 [2024-02-16T23:32:05.582Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.582Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.583Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.uriSchemeHandler:1.2.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.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/.polyglot.META-INF
18:32:05 [2024-02-16T23:32:05.583Z]     The main artifact has been replaced with the baseline version.
18:32:05 [2024-02-16T23:32:05.583Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:05 [2024-02-16T23:32:05.583Z] 
18:32:05 [2024-02-16T23:32:05.583Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.583Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.583Z] [INFO] Execution was skipped
18:32:05 [2024-02-16T23:32:05.583Z] [INFO] 
18:32:05 [2024-02-16T23:32:05.583Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:05 [2024-02-16T23:32:05.583Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.2.200-SNAPSHOT.jar' is already signed and will be resigned.
18:32:05 [2024-02-16T23:32:05.584Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.2.200-SNAPSHOT.jar
18:32:06 [2024-02-16T23:32:06.950Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.2.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:06 [2024-02-16T23:32:06.951Z] [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/examples/org.eclipse.ui.examples.uriSchemeHandler/target/org.eclipse.ui.examples.uriSchemeHandler-1.2.200-SNAPSHOT-sources.jar
18:32:07 [2024-02-16T23:32:07.878Z] [INFO] 
18:32:07 [2024-02-16T23:32:07.878Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.uriSchemeHandler ---
18:32:07 [2024-02-16T23:32:07.878Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.uriSchemeHandler:1.2.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.ui/examples/org.eclipse.ui.examples.uriSchemeHandler/.polyglot.META-INF
18:32:07 [2024-02-16T23:32:07.878Z]     The main artifact has been replaced with the baseline version.
18:32:07 [2024-02-16T23:32:07.878Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:07 [2024-02-16T23:32:07.878Z] 
18:32:07 [2024-02-16T23:32:07.878Z] [INFO] 
18:32:07 [2024-02-16T23:32:07.878Z] [INFO] --< org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article >--
18:32:07 [2024-02-16T23:32:07.878Z] [INFO] Building [bundle] Tabbed Properties View Article Example 3.4.300-SNAPSHOT [437/521]
18:32:07 [2024-02-16T23:32:07.878Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/.polyglot.META-INF
18:32:07 [2024-02-16T23:32:07.878Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:07 [2024-02-16T23:32:07.878Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] The project's OSGi version is 3.4.300.v20231214-2114
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.134Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32: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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/saveproperties
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] Resolving class path of [bundle] Tabbed Properties View Article Example
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32: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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/src/main/resources
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32: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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/src/main/resources
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.135Z] [INFO] Compiling 10 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/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:08 [2024-02-16T23:32:08.391Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.391Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.391Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.391Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.391Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.391Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.391Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.391Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32: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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/src/test/resources
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32: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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.4.300-SNAPSHOT-sources.jar
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32: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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.4.300-SNAPSHOT.jar
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article:3.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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/.polyglot.META-INF
18:32:08 [2024-02-16T23:32:08.392Z]     The main artifact has been replaced with the baseline version.
18:32:08 [2024-02-16T23:32:08.392Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:08 [2024-02-16T23:32:08.392Z] 
18:32:08 [2024-02-16T23:32:08.392Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.393Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32:08.393Z] [INFO] Execution was skipped
18:32:08 [2024-02-16T23:32:08.393Z] [INFO] 
18:32:08 [2024-02-16T23:32:08.393Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:08 [2024-02-16T23:32: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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:08 [2024-02-16T23:32: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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.4.300-SNAPSHOT.jar
18:32:09 [2024-02-16T23:32:09.318Z] [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/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:09 [2024-02-16T23:32:09.319Z] [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/examples/org.eclipse.ui.examples.views.properties.tabbed.article/target/org.eclipse.ui.examples.views.properties.tabbed.article-3.4.300-SNAPSHOT-sources.jar
18:32:10 [2024-02-16T23:32:10.249Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.249Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.examples.views.properties.tabbed.article ---
18:32:10 [2024-02-16T23:32:10.249Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.examples.views.properties.tabbed.article:3.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.ui/examples/org.eclipse.ui.examples.views.properties.tabbed.article/.polyglot.META-INF
18:32:10 [2024-02-16T23:32:10.250Z]     The main artifact has been replaced with the baseline version.
18:32:10 [2024-02-16T23:32:10.250Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:10 [2024-02-16T23:32:10.250Z] 
18:32:10 [2024-02-16T23:32:10.250Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.250Z] [INFO] ---------< org.eclipse.platform:org.eclipse.ui.forms.examples >---------
18:32:10 [2024-02-16T23:32:10.250Z] [INFO] Building [bundle] Examples of Eclipse Forms 3.4.100-SNAPSHOT   [438/521]
18:32:10 [2024-02-16T23:32:10.250Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/.polyglot.META-INF
18:32:10 [2024-02-16T23:32:10.250Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:10 [2024-02-16T23:32:10.250Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:10 [2024-02-16T23:32:10.517Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.517Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.517Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.517Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] The project's OSGi version is 3.4.100.v20231130-0729
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.774Z] [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/examples/org.eclipse.ui.forms.examples/saveproperties
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] Resolving class path of [bundle] Examples of Eclipse Forms
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.774Z] [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/examples/org.eclipse.ui.forms.examples/src/main/resources
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.774Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.775Z] [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/examples/org.eclipse.ui.forms.examples/src/main/resources
18:32:10 [2024-02-16T23:32:10.775Z] [INFO] 
18:32:10 [2024-02-16T23:32:10.775Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.forms.examples ---
18:32:10 [2024-02-16T23:32:10.775Z] [INFO] Compiling 28 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/examples/org.eclipse.ui.forms.examples/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:11 [2024-02-16T23:32:11.031Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.031Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.031Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.031Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.032Z] [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/examples/org.eclipse.ui.forms.examples/src/test/resources
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.032Z] [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/examples/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.4.100-SNAPSHOT-sources.jar
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.032Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.288Z] [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/examples/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.4.100-SNAPSHOT.jar
18:32:11 [2024-02-16T23:32:11.288Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.288Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.288Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.forms.examples:eclipse-plugin:3.4.100-SNAPSHOT
18:32:11 [2024-02-16T23:32:11.288Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.288Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.288Z] [INFO] Execution was skipped
18:32:11 [2024-02-16T23:32:11.288Z] [INFO] 
18:32:11 [2024-02-16T23:32:11.289Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.forms.examples ---
18:32:11 [2024-02-16T23:32:11.289Z] [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/examples/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.4.100-SNAPSHOT.jar
18:32:12 [2024-02-16T23:32:12.215Z] [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/examples/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-3.4.100-SNAPSHOT-sources.jar
18:32:12 [2024-02-16T23:32:12.776Z] [INFO] 
18:32:12 [2024-02-16T23:32:12.776Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.forms.examples ---
18:32:12 [2024-02-16T23:32:12.776Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.ui.forms.examples:eclipse-plugin:3.4.100-SNAPSHOT
18:32:12 [2024-02-16T23:32:12.776Z] [INFO] 
18:32:12 [2024-02-16T23:32:12.776Z] [INFO] -----< org.eclipse.platform:org.eclipse.ui.genericeditor.examples >-----
18:32:12 [2024-02-16T23:32:12.776Z] [INFO] Building [bundle] Examples for Generic Editor 1.3.300-SNAPSHOT [439/521]
18:32:12 [2024-02-16T23:32:12.776Z] [INFO]   from eclipse.platform.ui/examples/org.eclipse.ui.genericeditor.examples/.polyglot.META-INF
18:32:12 [2024-02-16T23:32:12.776Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:12 [2024-02-16T23:32:12.777Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:13 [2024-02-16T23:32:13.032Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.032Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.032Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.032Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.032Z] [INFO] The project's OSGi version is 1.3.300.v20231214-2114
18:32:13 [2024-02-16T23:32:13.032Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.033Z] [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/examples/org.eclipse.ui.genericeditor.examples/saveproperties
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.033Z] [INFO] Resolving class path of [bundle] Examples for Generic Editor
18:32:13 [2024-02-16T23:32:13.288Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.288Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.289Z] [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/examples/org.eclipse.ui.genericeditor.examples/src/main/resources
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.289Z] [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/examples/org.eclipse.ui.genericeditor.examples/src/main/resources
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] Compiling 15 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/examples/org.eclipse.ui.genericeditor.examples/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.289Z] [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/examples/org.eclipse.ui.genericeditor.examples/src/test/resources
18:32:13 [2024-02-16T23:32:13.289Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.290Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.290Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.290Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.290Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.290Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.290Z] [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/examples/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.3.300-SNAPSHOT-sources.jar
18:32:13 [2024-02-16T23:32:13.290Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.290Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.546Z] [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/examples/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.3.300-SNAPSHOT.jar
18:32:13 [2024-02-16T23:32:13.546Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.546Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.546Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.examples:1.3.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/examples/org.eclipse.ui.genericeditor.examples/.polyglot.META-INF
18:32:13 [2024-02-16T23:32:13.546Z]     The main artifact has been replaced with the baseline version.
18:32:13 [2024-02-16T23:32:13.546Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:13 [2024-02-16T23:32:13.546Z] 
18:32:13 [2024-02-16T23:32:13.546Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.546Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.546Z] [INFO] Execution was skipped
18:32:13 [2024-02-16T23:32:13.546Z] [INFO] 
18:32:13 [2024-02-16T23:32:13.546Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ui.genericeditor.examples ---
18:32:13 [2024-02-16T23:32:13.546Z] [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/examples/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:13 [2024-02-16T23:32:13.546Z] [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/examples/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.3.300-SNAPSHOT.jar
18:32:14 [2024-02-16T23:32: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/examples/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:14 [2024-02-16T23:32: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/examples/org.eclipse.ui.genericeditor.examples/target/org.eclipse.ui.genericeditor.examples-1.3.300-SNAPSHOT-sources.jar
18:32:15 [2024-02-16T23:32:15.837Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.837Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ui.genericeditor.examples ---
18:32:15 [2024-02-16T23:32:15.837Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.ui.genericeditor.examples:1.3.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/examples/org.eclipse.ui.genericeditor.examples/.polyglot.META-INF
18:32:15 [2024-02-16T23:32:15.837Z]     The main artifact has been replaced with the baseline version.
18:32:15 [2024-02-16T23:32:15.837Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:15 [2024-02-16T23:32:15.838Z] 
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] ------------< org.eclipse.ui:org.eclipse.platform.doc.tips >------------
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] Building org.eclipse.platform.doc.tips 0.3.100-SNAPSHOT        [440/521]
18:32:15 [2024-02-16T23:32:15.838Z] [INFO]   from eclipse.platform.common/bundles/org.eclipse.platform.doc.tips/pom.xml
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:15 [2024-02-16T23:32:15.838Z] [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.pom
18:32:15 [2024-02-16T23:32:15.838Z] [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.pom (16 kB at 343 kB/s)
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.platform.doc.tips ---
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.platform.doc.tips ---
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] The project's OSGi version is 0.3.100.v20231108-0838
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.platform.doc.tips ---
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.platform.doc.tips ---
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.platform.doc.tips ---
18:32:15 [2024-02-16T23:32:15.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.common/bundles/org.eclipse.platform.doc.tips/saveproperties
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.platform.doc.tips ---
18:32:15 [2024-02-16T23:32:15.838Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.839Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.platform.doc.tips ---
18:32:15 [2024-02-16T23:32:15.839Z] [INFO] 
18:32:15 [2024-02-16T23:32:15.839Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.platform.doc.tips ---
18:32:15 [2024-02-16T23:32:15.839Z] [INFO] Resolving class path of org.eclipse.platform.doc.tips
18:32:16 [2024-02-16T23:32:16.094Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.094Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.094Z] [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.common/bundles/org.eclipse.platform.doc.tips/src/main/resources
18:32:16 [2024-02-16T23:32:16.094Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.094Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.094Z] [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.common/bundles/org.eclipse.platform.doc.tips/src/main/resources
18:32:16 [2024-02-16T23:32:16.094Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.094Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.094Z] [INFO] Compiling 3 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.common/bundles/org.eclipse.platform.doc.tips/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.095Z] [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.common/bundles/org.eclipse.platform.doc.tips/src/test/resources
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.095Z] [WARNING] Bundle-Vendor header not 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.platform.common/bundles/org.eclipse.platform.doc.tips/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
18:32:16 [2024-02-16T23:32:16.095Z] [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.common/bundles/org.eclipse.platform.doc.tips/target/org.eclipse.platform.doc.tips-0.3.100-SNAPSHOT-sources.jar
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.095Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.095Z] [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.common/bundles/org.eclipse.platform.doc.tips/target/org.eclipse.platform.doc.tips-0.3.100-SNAPSHOT.jar
18:32:16 [2024-02-16T23:32:16.096Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.096Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.096Z] [INFO] No baseline version org.eclipse.ui:org.eclipse.platform.doc.tips:eclipse-plugin:0.3.100-SNAPSHOT
18:32:16 [2024-02-16T23:32:16.096Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.096Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.096Z] [INFO] Execution was skipped
18:32:16 [2024-02-16T23:32:16.096Z] [INFO] 
18:32:16 [2024-02-16T23:32:16.096Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.platform.doc.tips ---
18:32:16 [2024-02-16T23:32:16.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.common/bundles/org.eclipse.platform.doc.tips/target/org.eclipse.platform.doc.tips-0.3.100-SNAPSHOT.jar
18:32:17 [2024-02-16T23:32:17.022Z] [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.common/bundles/org.eclipse.platform.doc.tips/target/org.eclipse.platform.doc.tips-0.3.100-SNAPSHOT-sources.jar
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.platform.doc.tips ---
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] No baseline version org.eclipse.ui:org.eclipse.platform.doc.tips:eclipse-plugin:0.3.100-SNAPSHOT
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] -------------< org.eclipse.swt:org.eclipse.swt.tools.base >-------------
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] Building [bundle] SWT Tools Base 3.107.500-SNAPSHOT            [441/521]
18:32:18 [2024-02-16T23:32:18.387Z] [INFO]   from eclipse.platform.swt/bundles/org.eclipse.swt.tools.base/.polyglot.META-INF
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.387Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] The project's OSGi version is 3.107.500.v20231104-1149
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [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.tools.base/saveproperties
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] Resolving class path of [bundle] SWT Tools Base
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [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.tools.base/src/main/resources
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [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.tools.base/src/main/resources
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.388Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.389Z] [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.tools.base/src/test/resources
18:32:18 [2024-02-16T23:32:18.389Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.389Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.389Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.389Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.389Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.389Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.389Z] [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.tools.base/target/org.eclipse.swt.tools.base-3.107.500-SNAPSHOT-sources.jar
18:32:18 [2024-02-16T23:32:18.389Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.389Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.646Z] [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.tools.base/target/org.eclipse.swt.tools.base-3.107.500-SNAPSHOT.jar
18:32:18 [2024-02-16T23:32:18.646Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.646Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.646Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.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.swt/bundles/org.eclipse.swt.tools.base/.polyglot.META-INF
18:32:18 [2024-02-16T23:32:18.646Z]     The main artifact has been replaced with the baseline version.
18:32:18 [2024-02-16T23:32:18.646Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:18 [2024-02-16T23:32:18.646Z] 
18:32:18 [2024-02-16T23:32:18.646Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.646Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.646Z] [INFO] Execution was skipped
18:32:18 [2024-02-16T23:32:18.646Z] [INFO] 
18:32:18 [2024-02-16T23:32:18.646Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.tools.base ---
18:32:18 [2024-02-16T23:32:18.646Z] [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.tools.base/target/org.eclipse.swt.tools.base-3.107.500-SNAPSHOT.jar' is already signed and will be resigned.
18:32:18 [2024-02-16T23:32:18.646Z] [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.tools.base/target/org.eclipse.swt.tools.base-3.107.500-SNAPSHOT.jar
18:32:19 [2024-02-16T23:32:19.573Z] [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.tools.base/target/org.eclipse.swt.tools.base-3.107.500-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:19 [2024-02-16T23:32:19.573Z] [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.tools.base/target/org.eclipse.swt.tools.base-3.107.500-SNAPSHOT-sources.jar
18:32:20 [2024-02-16T23:32:20.134Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.134Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.tools.base ---
18:32:20 [2024-02-16T23:32:20.134Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.base:3.107.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.swt/bundles/org.eclipse.swt.tools.base/.polyglot.META-INF
18:32:20 [2024-02-16T23:32:20.134Z]     The main artifact has been replaced with the baseline version.
18:32:20 [2024-02-16T23:32:20.134Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:20 [2024-02-16T23:32:20.134Z] 
18:32:20 [2024-02-16T23:32:20.134Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.134Z] [INFO] ------------< org.eclipse.swt:org.eclipse.swt.tools.spies >-------------
18:32:20 [2024-02-16T23:32:20.134Z] [INFO] Building [bundle] SWT Tools Spy 3.109.300-SNAPSHOT             [442/521]
18:32:20 [2024-02-16T23:32:20.134Z] [INFO]   from eclipse.platform.swt/bundles/org.eclipse.swt.tools.spies/.polyglot.META-INF
18:32:20 [2024-02-16T23:32:20.134Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:20 [2024-02-16T23:32:20.135Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] The project's OSGi version is 3.109.300.v20240130-1851
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.413Z] [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.tools.spies/saveproperties
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] Resolving class path of [bundle] SWT Tools Spy
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.413Z] [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.tools.spies/src/main/resources
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.413Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.414Z] [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.tools.spies/src/main/resources
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.414Z] [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.swt/bundles/org.eclipse.swt.tools.spies/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.414Z] [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.tools.spies/src/test/resources
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.414Z] [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.tools.spies/target/org.eclipse.swt.tools.spies-3.109.300-SNAPSHOT-sources.jar
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.414Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.670Z] [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.tools.spies/target/org.eclipse.swt.tools.spies-3.109.300-SNAPSHOT.jar
18:32:20 [2024-02-16T23:32:20.670Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.670Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.670Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.109.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.swt/bundles/org.eclipse.swt.tools.spies/.polyglot.META-INF
18:32:20 [2024-02-16T23:32:20.670Z]     The main artifact has been replaced with the baseline version.
18:32:20 [2024-02-16T23:32:20.670Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:20 [2024-02-16T23:32:20.670Z] 
18:32:20 [2024-02-16T23:32:20.670Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.670Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.671Z] [INFO] Execution was skipped
18:32:20 [2024-02-16T23:32:20.671Z] [INFO] 
18:32:20 [2024-02-16T23:32:20.671Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.tools.spies ---
18:32:20 [2024-02-16T23:32:20.671Z] [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.tools.spies/target/org.eclipse.swt.tools.spies-3.109.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:20 [2024-02-16T23:32:20.671Z] [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.tools.spies/target/org.eclipse.swt.tools.spies-3.109.300-SNAPSHOT.jar
18:32:21 [2024-02-16T23:32:21.598Z] [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.tools.spies/target/org.eclipse.swt.tools.spies-3.109.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:21 [2024-02-16T23:32:21.598Z] [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.tools.spies/target/org.eclipse.swt.tools.spies-3.109.300-SNAPSHOT-sources.jar
18:32:22 [2024-02-16T23:32:22.159Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.159Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.tools.spies ---
18:32:22 [2024-02-16T23:32:22.159Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools.spies:3.109.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.swt/bundles/org.eclipse.swt.tools.spies/.polyglot.META-INF
18:32:22 [2024-02-16T23:32:22.159Z]     The main artifact has been replaced with the baseline version.
18:32:22 [2024-02-16T23:32:22.159Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:22 [2024-02-16T23:32:22.159Z] 
18:32:22 [2024-02-16T23:32:22.159Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.159Z] [INFO] ---------------< org.eclipse.swt:org.eclipse.swt.tools >----------------
18:32:22 [2024-02-16T23:32:22.159Z] [INFO] Building [bundle] SWT Tools 3.110.300-SNAPSHOT                 [443/521]
18:32:22 [2024-02-16T23:32:22.159Z] [INFO]   from eclipse.platform.swt/bundles/org.eclipse.swt.tools/.polyglot.META-INF
18:32:22 [2024-02-16T23:32:22.159Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:22 [2024-02-16T23:32:22.159Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] The project's OSGi version is 3.110.300.v20240130-1851
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.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/bundles/org.eclipse.swt.tools/saveproperties
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.160Z] [INFO] Resolving class path of [bundle] SWT Tools
18:32:22 [2024-02-16T23:32:22.415Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.415Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-38) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.415Z] [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/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JNI Generation added.
18:32:22 [2024-02-16T23:32:22.415Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-39) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.416Z] [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/eclipse.platform.swt/bundles/org.eclipse.swt.tools/Mac Generation added.
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-40) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.416Z] [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/eclipse.platform.swt/bundles/org.eclipse.swt.tools/Icon Exe added.
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] --- build-helper:3.5.0:add-source (eclipse-classpath-add-source-41) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.416Z] [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/eclipse.platform.swt/bundles/org.eclipse.swt.tools/JavadocBasher added.
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.416Z] [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.tools/src/main/resources
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.416Z] [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.tools/src/main/resources
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.416Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.417Z] [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.swt/bundles/org.eclipse.swt.tools/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:22 [2024-02-16T23:32:22.672Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.672Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.672Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.672Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.672Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.672Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.672Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.672Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.673Z] [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.tools/src/test/resources
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.673Z] [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.tools/target/org.eclipse.swt.tools-3.110.300-SNAPSHOT-sources.jar
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.673Z] [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.tools/target/org.eclipse.swt.tools-3.110.300-SNAPSHOT.jar
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.673Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.929Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.110.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.swt/bundles/org.eclipse.swt.tools/.polyglot.META-INF
18:32:22 [2024-02-16T23:32:22.929Z]     The main artifact has been replaced with the baseline version.
18:32:22 [2024-02-16T23:32:22.929Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:22 [2024-02-16T23:32:22.929Z] 
18:32:22 [2024-02-16T23:32:22.929Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.929Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.929Z] [INFO] Execution was skipped
18:32:22 [2024-02-16T23:32:22.929Z] [INFO] 
18:32:22 [2024-02-16T23:32:22.929Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.tools ---
18:32:22 [2024-02-16T23:32:22.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/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/org.eclipse.swt.tools-3.110.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:22 [2024-02-16T23:32:22.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/eclipse.platform.swt/bundles/org.eclipse.swt.tools/target/org.eclipse.swt.tools-3.110.300-SNAPSHOT.jar
18:32:23 [2024-02-16T23:32:23.858Z] [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.tools/target/org.eclipse.swt.tools-3.110.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:23 [2024-02-16T23:32:23.858Z] [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.tools/target/org.eclipse.swt.tools-3.110.300-SNAPSHOT-sources.jar
18:32:24 [2024-02-16T23:32:24.783Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.783Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.tools ---
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tools:3.110.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.swt/bundles/org.eclipse.swt.tools/.polyglot.META-INF
18:32:24 [2024-02-16T23:32:24.784Z]     The main artifact has been replaced with the baseline version.
18:32:24 [2024-02-16T23:32:24.784Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:24 [2024-02-16T23:32:24.784Z] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --------------------< eclipse.platform.swt:bundles >--------------------
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] Building [aggregator] bundles 4.31.0-SNAPSHOT                  [444/521]
18:32:24 [2024-02-16T23:32:24.784Z] [INFO]   from eclipse.platform.swt/bundles/.polyglot.pom.tycho
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --------------------------------[ pom ]---------------------------------
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --- clean:3.3.2:clean (default-clean) @ bundles ---
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ bundles ---
18:32:24 [2024-02-16T23:32:24.784Z] [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/saveproperties
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ bundles ---
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ bundles ---
18:32:24 [2024-02-16T23:32:24.784Z] [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/src/main/resources
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ bundles ---
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ bundles ---
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ bundles ---
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] Execution was skipped
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ bundles ---
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ bundles ---
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] --------< org.eclipse.swt:org.eclipse.swt.fragments.localbuild >--------
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] Building org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT [445/521]
18:32:24 [2024-02-16T23:32:24.784Z] [INFO]   from eclipse.platform.swt/local-build/org.eclipse.swt.fragments.localbuild/pom.xml
18:32:24 [2024-02-16T23:32:24.784Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:24 [2024-02-16T23:32:24.785Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:24 [2024-02-16T23:32:24.785Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.785Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.fragments.localbuild ---
18:32:24 [2024-02-16T23:32:24.785Z] [INFO] 
18:32:24 [2024-02-16T23:32:24.785Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.040Z] [INFO] The project's OSGi version is 3.105.0.v20220114-1158
18:32:25 [2024-02-16T23:32:25.040Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.040Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.041Z] [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/local-build/org.eclipse.swt.fragments.localbuild/saveproperties
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] Resolving class path of org.eclipse.swt.fragments.localbuild
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.041Z] [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/local-build/org.eclipse.swt.fragments.localbuild/src/main/resources
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.041Z] [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/local-build/org.eclipse.swt.fragments.localbuild/src/main/resources
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.041Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [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/local-build/org.eclipse.swt.fragments.localbuild/src/test/resources
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [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/local-build/org.eclipse.swt.fragments.localbuild/target/org.eclipse.swt.fragments.localbuild-3.105.0-SNAPSHOT.jar
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.fragments.localbuild:eclipse-plugin:3.105.0-SNAPSHOT
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] Execution was skipped
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.042Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.042Z] [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/local-build/org.eclipse.swt.fragments.localbuild/target/org.eclipse.swt.fragments.localbuild-3.105.0-SNAPSHOT.jar
18:32:25 [2024-02-16T23:32:25.604Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.604Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.fragments.localbuild ---
18:32:25 [2024-02-16T23:32:25.604Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.fragments.localbuild:eclipse-plugin:3.105.0-SNAPSHOT
18:32:25 [2024-02-16T23:32:25.604Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.604Z] [INFO] --------------< org.eclipse.swt:org.eclipse.swt.examples >--------------
18:32:25 [2024-02-16T23:32:25.604Z] [INFO] Building [bundle] SWT Standalone Examples Plugin 3.108.300-SNAPSHOT [446/521]
18:32:25 [2024-02-16T23:32:25.604Z] [INFO]   from eclipse.platform.swt/examples/org.eclipse.swt.examples/.polyglot.META-INF
18:32:25 [2024-02-16T23:32:25.605Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:25 [2024-02-16T23:32:25.860Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:25 [2024-02-16T23:32:25.860Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.860Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.860Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.860Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.860Z] [INFO] The project's OSGi version is 3.108.300.v20240207-1026
18:32:25 [2024-02-16T23:32:25.860Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.860Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.860Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.861Z] [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/examples/org.eclipse.swt.examples/saveproperties
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] Resolving class path of [bundle] SWT Standalone Examples Plugin
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.861Z] [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/examples/org.eclipse.swt.examples/src/main/resources
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.861Z] [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/examples/org.eclipse.swt.examples/src/main/resources
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] 
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples ---
18:32:25 [2024-02-16T23:32:25.861Z] [INFO] Compiling 148 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/examples/org.eclipse.swt.examples/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:26 [2024-02-16T23:32:26.117Z] [WARNING] /home/jenkins/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/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/clipboard/ClipboardExample.java:[480] 
18:32:26 [2024-02-16T23:32:26.118Z] 	clipboard.setContents(new Object[] {copyImage[0].getImageDataAtCurrentZoom()}, new Transfer[] {ImageTransfer.getInstance()});
18:32:26 [2024-02-16T23:32:26.118Z] 	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:26 [2024-02-16T23:32:26.118Z] The method getImageDataAtCurrentZoom() from the type Image is deprecated
18:32:26 [2024-02-16T23:32:26.118Z] 1 problem (1 warning)
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.373Z] [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/examples/org.eclipse.swt.examples/src/test/resources
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.373Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.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/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.108.300-SNAPSHOT-sources.jar
18:32:26 [2024-02-16T23:32:26.374Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.374Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.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/eclipse.platform.swt/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.108.300-SNAPSHOT.jar
18:32:26 [2024-02-16T23:32:26.374Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.374Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.630Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.108.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.swt/examples/org.eclipse.swt.examples/.polyglot.META-INF
18:32:26 [2024-02-16T23:32:26.630Z]     The main artifact has been replaced with the baseline version.
18:32:26 [2024-02-16T23:32:26.630Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:26 [2024-02-16T23:32:26.630Z] 
18:32:26 [2024-02-16T23:32:26.630Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.630Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.630Z] [INFO] Execution was skipped
18:32:26 [2024-02-16T23:32:26.630Z] [INFO] 
18:32:26 [2024-02-16T23:32:26.630Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.examples ---
18:32:26 [2024-02-16T23:32:26.886Z] [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/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.108.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:26 [2024-02-16T23:32:26.886Z] [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/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.108.300-SNAPSHOT.jar
18:32:28 [2024-02-16T23:32:28.252Z] [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/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.108.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:28 [2024-02-16T23:32:28.252Z] [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/examples/org.eclipse.swt.examples/target/org.eclipse.swt.examples-3.108.300-SNAPSHOT-sources.jar
18:32:30 [2024-02-16T23:32:30.141Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.141Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.examples ---
18:32:30 [2024-02-16T23:32:30.141Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples:3.108.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.swt/examples/org.eclipse.swt.examples/.polyglot.META-INF
18:32:30 [2024-02-16T23:32:30.141Z]     The main artifact has been replaced with the baseline version.
18:32:30 [2024-02-16T23:32:30.141Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:30 [2024-02-16T23:32:30.141Z] 
18:32:30 [2024-02-16T23:32:30.141Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.141Z] [INFO] -------< org.eclipse.swt:org.eclipse.swt.examples.browser.demos >-------
18:32:30 [2024-02-16T23:32:30.141Z] [INFO] Building [bundle] SWT Browser Demos Plugin 3.108.300-SNAPSHOT  [447/521]
18:32:30 [2024-02-16T23:32:30.141Z] [INFO]   from eclipse.platform.swt/examples/org.eclipse.swt.examples.browser.demos/.polyglot.META-INF
18:32:30 [2024-02-16T23:32:30.142Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:30 [2024-02-16T23:32:30.142Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] The project's OSGi version is 3.108.300.v20231214-1600
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.397Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.398Z] [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/examples/org.eclipse.swt.examples.browser.demos/saveproperties
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] Resolving class path of [bundle] SWT Browser Demos Plugin
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.398Z] [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/examples/org.eclipse.swt.examples.browser.demos/src/main/resources
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.398Z] [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/examples/org.eclipse.swt.examples.browser.demos/src/main/resources
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.398Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.398Z] [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.swt/examples/org.eclipse.swt.examples.browser.demos/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.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.swt/examples/org.eclipse.swt.examples.browser.demos/src/test/resources
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.654Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.654Z] [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/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.108.300-SNAPSHOT-sources.jar
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.655Z] [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/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.108.300-SNAPSHOT.jar
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.browser.demos:3.108.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.swt/examples/org.eclipse.swt.examples.browser.demos/.polyglot.META-INF
18:32:30 [2024-02-16T23:32:30.655Z]     The main artifact has been replaced with the baseline version.
18:32:30 [2024-02-16T23:32:30.655Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:30 [2024-02-16T23:32:30.655Z] 
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] Execution was skipped
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] 
18:32:30 [2024-02-16T23:32:30.655Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.examples.browser.demos ---
18:32:30 [2024-02-16T23:32:30.655Z] [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/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.108.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:30 [2024-02-16T23:32:30.655Z] [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/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.108.300-SNAPSHOT.jar
18:32:31 [2024-02-16T23:32:31.582Z] [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/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.108.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:31 [2024-02-16T23:32:31.582Z] [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/examples/org.eclipse.swt.examples.browser.demos/target/org.eclipse.swt.examples.browser.demos-3.108.300-SNAPSHOT-sources.jar
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.examples.browser.demos ---
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.browser.demos:3.108.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.swt/examples/org.eclipse.swt.examples.browser.demos/.polyglot.META-INF
18:32:32 [2024-02-16T23:32:32.509Z]     The main artifact has been replaced with the baseline version.
18:32:32 [2024-02-16T23:32:32.509Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:32 [2024-02-16T23:32:32.509Z] 
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.examples.launcher >----------
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] Building [bundle] SWT Launcher Example Plugin 3.108.300-SNAPSHOT [448/521]
18:32:32 [2024-02-16T23:32:32.509Z] [INFO]   from eclipse.platform.swt/examples/org.eclipse.swt.examples.launcher/.polyglot.META-INF
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] The project's OSGi version is 3.108.300.v20231214-1947
18:32:32 [2024-02-16T23:32:32.509Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.510Z] [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/examples/org.eclipse.swt.examples.launcher/saveproperties
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] Resolving class path of [bundle] SWT Launcher Example Plugin
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.510Z] [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/examples/org.eclipse.swt.examples.launcher/src/main/resources
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.510Z] [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/examples/org.eclipse.swt.examples.launcher/src/main/resources
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.510Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.766Z] [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.swt/examples/org.eclipse.swt.examples.launcher/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.766Z] [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/examples/org.eclipse.swt.examples.launcher/src/test/resources
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.766Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.767Z] [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/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.108.300-SNAPSHOT-sources.jar
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.767Z] [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/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.108.300-SNAPSHOT.jar
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.108.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.swt/examples/org.eclipse.swt.examples.launcher/.polyglot.META-INF
18:32:32 [2024-02-16T23:32:32.767Z]     The main artifact has been replaced with the baseline version.
18:32:32 [2024-02-16T23:32:32.767Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:32 [2024-02-16T23:32:32.767Z] 
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] Execution was skipped
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] 
18:32:32 [2024-02-16T23:32:32.767Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.examples.launcher ---
18:32:32 [2024-02-16T23:32:32.767Z] [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/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.108.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:32 [2024-02-16T23:32:32.767Z] [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/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.108.300-SNAPSHOT.jar
18:32:33 [2024-02-16T23:32:33.694Z] [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/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.108.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:33 [2024-02-16T23:32:33.694Z] [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/examples/org.eclipse.swt.examples.launcher/target/org.eclipse.swt.examples.launcher-3.108.300-SNAPSHOT-sources.jar
18:32:34 [2024-02-16T23:32:34.621Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.621Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.examples.launcher ---
18:32:34 [2024-02-16T23:32:34.621Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.launcher:3.108.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.swt/examples/org.eclipse.swt.examples.launcher/.polyglot.META-INF
18:32:34 [2024-02-16T23:32:34.621Z]     The main artifact has been replaced with the baseline version.
18:32:34 [2024-02-16T23:32:34.621Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:34 [2024-02-16T23:32:34.621Z] 
18:32:34 [2024-02-16T23:32:34.621Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.621Z] [INFO] ---------< org.eclipse.swt:org.eclipse.swt.examples.ole.win32 >---------
18:32:34 [2024-02-16T23:32:34.621Z] [INFO] Building org.eclipse.swt.examples.ole.win32 3.109.0-SNAPSHOT   [449/521]
18:32:34 [2024-02-16T23:32:34.621Z] [INFO]   from eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/pom.xml
18:32:34 [2024-02-16T23:32:34.621Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] The project's OSGi version is 3.109.0.v20231214-1947
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.622Z] [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/examples/org.eclipse.swt.examples.ole.win32/saveproperties
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] Resolving class path of org.eclipse.swt.examples.ole.win32
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.622Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.622Z] [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/examples/org.eclipse.swt.examples.ole.win32/src/main/resources
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.623Z] [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/examples/org.eclipse.swt.examples.ole.win32/src/main/resources
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.623Z] [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.swt/examples/org.eclipse.swt.examples.ole.win32/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.623Z] [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/examples/org.eclipse.swt.examples.ole.win32/src/test/resources
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.623Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.879Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.879Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.879Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.879Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.879Z] [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/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.109.0-SNAPSHOT-sources.jar
18:32:34 [2024-02-16T23:32:34.879Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.879Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.879Z] [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/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.109.0-SNAPSHOT.jar
18:32:34 [2024-02-16T23:32:34.879Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.880Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.880Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.ole.win32:3.109.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/examples/org.eclipse.swt.examples.ole.win32/pom.xml
18:32:34 [2024-02-16T23:32:34.880Z]     The main artifact has been replaced with the baseline version.
18:32:34 [2024-02-16T23:32:34.880Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:34 [2024-02-16T23:32:34.880Z] 
18:32:34 [2024-02-16T23:32:34.880Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.880Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.880Z] [INFO] Execution was skipped
18:32:34 [2024-02-16T23:32:34.880Z] [INFO] 
18:32:34 [2024-02-16T23:32:34.880Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.examples.ole.win32 ---
18:32:34 [2024-02-16T23:32:34.880Z] [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/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.109.0-SNAPSHOT.jar' is already signed and will be resigned.
18:32:34 [2024-02-16T23:32:34.880Z] [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/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.109.0-SNAPSHOT.jar
18:32:35 [2024-02-16T23:32:35.441Z] [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/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.109.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:35 [2024-02-16T23:32:35.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/eclipse.platform.swt/examples/org.eclipse.swt.examples.ole.win32/target/org.eclipse.swt.examples.ole.win32-3.109.0-SNAPSHOT-sources.jar
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.examples.ole.win32 ---
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.ole.win32:3.109.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/examples/org.eclipse.swt.examples.ole.win32/pom.xml
18:32:36 [2024-02-16T23:32:36.367Z]     The main artifact has been replaced with the baseline version.
18:32:36 [2024-02-16T23:32:36.367Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:36 [2024-02-16T23:32:36.367Z] 
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] -----------< org.eclipse.swt:org.eclipse.swt.examples.views >-----------
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] Building [bundle] SWT Views Example Plugin 3.108.300-SNAPSHOT  [450/521]
18:32:36 [2024-02-16T23:32:36.367Z] [INFO]   from eclipse.platform.swt/examples/org.eclipse.swt.examples.views/.polyglot.META-INF
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.367Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] The project's OSGi version is 3.108.300.v20231214-1600
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [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/examples/org.eclipse.swt.examples.views/saveproperties
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] Resolving class path of [bundle] SWT Views Example Plugin
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [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/examples/org.eclipse.swt.examples.views/src/main/resources
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [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/examples/org.eclipse.swt.examples.views/src/main/resources
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.368Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.368Z] [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.swt/examples/org.eclipse.swt.examples.views/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.624Z] [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/examples/org.eclipse.swt.examples.views/src/test/resources
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.624Z] [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/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.108.300-SNAPSHOT-sources.jar
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.624Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.624Z] [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/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.108.300-SNAPSHOT.jar
18:32:36 [2024-02-16T23:32:36.625Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.625Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.625Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.108.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.swt/examples/org.eclipse.swt.examples.views/.polyglot.META-INF
18:32:36 [2024-02-16T23:32:36.625Z]     The main artifact has been replaced with the baseline version.
18:32:36 [2024-02-16T23:32:36.625Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:36 [2024-02-16T23:32:36.625Z] 
18:32:36 [2024-02-16T23:32:36.625Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.625Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.625Z] [INFO] Execution was skipped
18:32:36 [2024-02-16T23:32:36.625Z] [INFO] 
18:32:36 [2024-02-16T23:32:36.625Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.examples.views ---
18:32:36 [2024-02-16T23:32:36.625Z] [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/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.108.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:36 [2024-02-16T23:32:36.625Z] [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/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.108.300-SNAPSHOT.jar
18:32:37 [2024-02-16T23:32:37.551Z] [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/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.108.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:37 [2024-02-16T23:32:37.552Z] [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/examples/org.eclipse.swt.examples.views/target/org.eclipse.swt.examples.views-3.108.300-SNAPSHOT-sources.jar
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.examples.views ---
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.examples.views:3.108.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.swt/examples/org.eclipse.swt.examples.views/.polyglot.META-INF
18:32:38 [2024-02-16T23:32:38.915Z]     The main artifact has been replaced with the baseline version.
18:32:38 [2024-02-16T23:32:38.915Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:38 [2024-02-16T23:32:38.915Z] 
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] ---------------< org.eclipse.swt:org.eclipse.swt.tests >----------------
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] Building org.eclipse.swt.tests 3.107.300-SNAPSHOT              [451/521]
18:32:38 [2024-02-16T23:32:38.915Z] [INFO]   from eclipse.platform.swt/tests/org.eclipse.swt.tests/pom.xml
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] The project's OSGi version is 3.107.300.v20240208-1757
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.915Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.916Z] [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/tests/org.eclipse.swt.tests/saveproperties
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] Resolving class path of org.eclipse.swt.tests
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.916Z] [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/tests/org.eclipse.swt.tests/src/main/resources
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.916Z] [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/tests/org.eclipse.swt.tests/src/main/resources
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] 
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tests ---
18:32:38 [2024-02-16T23:32:38.916Z] [INFO] Compiling 131 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/tests/org.eclipse.swt.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.477Z] [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/tests/org.eclipse.swt.tests/src/test/resources
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.477Z] [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/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.107.300-SNAPSHOT-sources.jar
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.477Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.478Z] [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/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.107.300-SNAPSHOT.jar
18:32:39 [2024-02-16T23:32:39.478Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.478Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.107.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.swt/tests/org.eclipse.swt.tests/pom.xml
18:32:39 [2024-02-16T23:32:39.733Z]     The main artifact has been replaced with the baseline version.
18:32:39 [2024-02-16T23:32:39.733Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:39 [2024-02-16T23:32:39.733Z] 
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] Skipping tests
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] --- surefire:3.2.5:test (test) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] Tests are skipped.
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] Execution was skipped
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] 
18:32:39 [2024-02-16T23:32:39.733Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.tests ---
18:32:39 [2024-02-16T23:32:39.989Z] [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/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.107.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:39 [2024-02-16T23:32:39.989Z] [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/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.107.300-SNAPSHOT.jar
18:32:41 [2024-02-16T23:32:41.352Z] [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/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.107.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:41 [2024-02-16T23:32:41.353Z] [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/tests/org.eclipse.swt.tests/target/org.eclipse.swt.tests-3.107.300-SNAPSHOT-sources.jar
18:32:42 [2024-02-16T23:32:42.278Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.278Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.tests ---
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] MavenProject: org.eclipse.swt:org.eclipse.swt.tests:3.107.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.swt/tests/org.eclipse.swt.tests/pom.xml
18:32:42 [2024-02-16T23:32:42.279Z]     The main artifact has been replaced with the baseline version.
18:32:42 [2024-02-16T23:32:42.279Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:42 [2024-02-16T23:32:42.279Z] 
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] ---------< eclipse.platform.swt:org.eclipse.swt.tools.feature >---------
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] Building [feature] SWT Tools 3.109.300-SNAPSHOT                [452/521]
18:32:42 [2024-02-16T23:32:42.279Z] [INFO]   from eclipse.platform.swt/features/org.eclipse.swt.tools.feature/.polyglot.feature.xml
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] Resolving dependencies of MavenProject: eclipse.platform.swt:org.eclipse.swt.tools.feature:3.109.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.swt/features/org.eclipse.swt.tools.feature/.polyglot.feature.xml
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] Deleting /home/jenkins/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/features/org.eclipse.swt.tools.feature/target
18:32:42 [2024-02-16T23:32:42.279Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.280Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] The project's OSGi version is 3.109.300.v20240130-1851
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.534Z] [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/features/org.eclipse.swt.tools.feature/saveproperties
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.534Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.535Z] [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/features/org.eclipse.swt.tools.feature/src/main/resources
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.535Z] [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/features/org.eclipse.swt.tools.feature/src/main/resources
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.535Z] [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/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.109.300-SNAPSHOT.jar
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.535Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] MavenProject: eclipse.platform.swt:org.eclipse.swt.tools.feature:3.109.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.swt/features/org.eclipse.swt.tools.feature/.polyglot.feature.xml
18:32:42 [2024-02-16T23:32:42.536Z]     The main artifact has been replaced with the baseline version.
18:32:42 [2024-02-16T23:32:42.536Z] 
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.536Z] [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/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.109.300-SNAPSHOT-sources-feature.jar
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] MavenProject: eclipse.platform.swt:org.eclipse.swt.tools.feature:3.109.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.swt/features/org.eclipse.swt.tools.feature/.polyglot.feature.xml
18:32:42 [2024-02-16T23:32:42.536Z]     The main artifact has been replaced with the baseline version.
18:32:42 [2024-02-16T23:32:42.536Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:32:42 [2024-02-16T23:32:42.536Z] 
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] Execution was skipped
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] 
18:32:42 [2024-02-16T23:32:42.536Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.tools.feature ---
18:32:42 [2024-02-16T23:32:42.536Z] [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/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.109.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:42 [2024-02-16T23:32:42.537Z] [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/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.109.300-SNAPSHOT.jar
18:32:43 [2024-02-16T23:32:43.464Z] [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/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.109.300-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:32:43 [2024-02-16T23:32:43.464Z] [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/features/org.eclipse.swt.tools.feature/target/org.eclipse.swt.tools.feature-3.109.300-SNAPSHOT-sources-feature.jar
18:32:44 [2024-02-16T23:32:44.390Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.390Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.tools.feature ---
18:32:44 [2024-02-16T23:32:44.390Z] [INFO] MavenProject: eclipse.platform.swt:org.eclipse.swt.tools.feature:3.109.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.swt/features/org.eclipse.swt.tools.feature/.polyglot.feature.xml
18:32:44 [2024-02-16T23:32:44.390Z]     The main artifact has been replaced with the baseline version.
18:32:44 [2024-02-16T23:32:44.390Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:32:44 [2024-02-16T23:32:44.390Z] 
18:32:44 [2024-02-16T23:32:44.390Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.390Z] [INFO] -------------< org.eclipse.swt:org.eclipse.swt.tests.gtk >--------------
18:32:44 [2024-02-16T23:32:44.390Z] [INFO] Building [test-bundle] Eclipse SWT Tests Linux/gtk 3.109.0-SNAPSHOT [453/521]
18:32:44 [2024-02-16T23:32:44.390Z] [INFO]   from eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/.polyglot.META-INF
18:32:44 [2024-02-16T23:32:44.390Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] The project's OSGi version is 3.109.0.v20240130-2220
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.646Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.646Z] [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/tests/org.eclipse.swt.tests.gtk/saveproperties
18:32:44 [2024-02-16T23:32:44.647Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.647Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.647Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.647Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.647Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.647Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.647Z] [INFO] Resolving class path of [test-bundle] Eclipse SWT Tests Linux/gtk
18:32:44 [2024-02-16T23:32:44.902Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.903Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-42) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.903Z] [INFO] Test 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/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests added.
18:32:44 [2024-02-16T23:32:44.903Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.903Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.903Z] [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/tests/org.eclipse.swt.tests.gtk/src/main/resources
18:32:44 [2024-02-16T23:32:44.903Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.903Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.903Z] [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/tests/org.eclipse.swt.tests.gtk/src/main/resources
18:32:44 [2024-02-16T23:32:44.903Z] [INFO] 
18:32:44 [2024-02-16T23:32:44.903Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.swt.tests.gtk ---
18:32:44 [2024-02-16T23:32:44.903Z] [INFO] Compiling 359 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/tests/org.eclipse.swt.tests.gtk/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.465Z] [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/tests/org.eclipse.swt.tests.gtk/src/test/resources
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.465Z] [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/tests/org.eclipse.swt.tests.gtk/target/org.eclipse.swt.tests.gtk-3.109.0-SNAPSHOT-sources.jar
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.465Z] [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/tests/org.eclipse.swt.tests.gtk/target/org.eclipse.swt.tests.gtk-3.109.0-SNAPSHOT.jar
18:32:45 [2024-02-16T23:32:45.465Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.tests.gtk:eclipse-test-plugin:3.109.0-SNAPSHOT
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] Skipping tests
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] Execution was skipped
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] 
18:32:45 [2024-02-16T23:32:45.466Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.swt.tests.gtk ---
18:32:45 [2024-02-16T23:32:45.721Z] [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/tests/org.eclipse.swt.tests.gtk/target/org.eclipse.swt.tests.gtk-3.109.0-SNAPSHOT.jar
18:32:47 [2024-02-16T23:32:47.610Z] [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/tests/org.eclipse.swt.tests.gtk/target/org.eclipse.swt.tests.gtk-3.109.0-SNAPSHOT-sources.jar
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.swt.tests.gtk ---
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] No baseline version org.eclipse.swt:org.eclipse.swt.tests.gtk:eclipse-test-plugin:3.109.0-SNAPSHOT
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] -------------< org.eclipse.equinox:org.eclipse.equinox.cm >-------------
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] Building [bundle] Configuration Admin 1.6.0-SNAPSHOT           [454/521]
18:32:49 [2024-02-16T23:32:49.499Z] [INFO]   from equinox/bundles/org.eclipse.equinox.cm/.polyglot.META-INF
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] The project's OSGi version is 1.6.0.v20240214-0846
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.499Z] [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.cm/saveproperties
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] Resolving class path of [bundle] Configuration Admin
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.499Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.499Z] [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.cm/src/main/resources
18:32:49 [2024-02-16T23:32:49.500Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.500Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.500Z] [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.cm/src/main/resources
18:32:49 [2024-02-16T23:32:49.500Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.500Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.500Z] [INFO] Compiling 17 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.cm/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:49 [2024-02-16T23:32:49.500Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[84] 
18:32:49 [2024-02-16T23:32:49.500Z] 	SecurityManager sm = System.getSecurityManager();
18:32:49 [2024-02-16T23:32:49.500Z] 	^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.500Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.500Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[84] 
18:32:49 [2024-02-16T23:32:49.500Z] 	SecurityManager sm = System.getSecurityManager();
18:32:49 [2024-02-16T23:32:49.500Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.500Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.500Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[88] 
18:32:49 [2024-02-16T23:32:49.501Z] 	sm.checkPermission(allConfigurationPermission);
18:32:49 [2024-02-16T23:32:49.501Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.501Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:32:49 [2024-02-16T23:32:49.501Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[90] 
18:32:49 [2024-02-16T23:32:49.501Z] 	sm.checkPermission(new ConfigurationPermission(location, ConfigurationPermission.CONFIGURE));
18:32:49 [2024-02-16T23:32:49.501Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.501Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:32:49 [2024-02-16T23:32:49.501Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[97] 
18:32:49 [2024-02-16T23:32:49.501Z] 	SecurityManager sm = System.getSecurityManager();
18:32:49 [2024-02-16T23:32:49.501Z] 	^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.501Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.501Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[97] 
18:32:49 [2024-02-16T23:32:49.501Z] 	SecurityManager sm = System.getSecurityManager();
18:32:49 [2024-02-16T23:32:49.501Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.501Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.501Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[113] 
18:32:49 [2024-02-16T23:32:49.501Z] 	SecurityManager sm = System.getSecurityManager();
18:32:49 [2024-02-16T23:32:49.501Z] 	^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.501Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.502Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[113] 
18:32:49 [2024-02-16T23:32:49.502Z] 	SecurityManager sm = System.getSecurityManager();
18:32:49 [2024-02-16T23:32:49.502Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.502Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.502Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[116] 
18:32:49 [2024-02-16T23:32:49.502Z] 	sm.checkPermission(allAttributePermission);
18:32:49 [2024-02-16T23:32:49.502Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.502Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:32:49 [2024-02-16T23:32:49.502Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminFactory.java:[118] 
18:32:49 [2024-02-16T23:32:49.502Z] 	sm.checkPermission(new ConfigurationPermission(location, ConfigurationPermission.ATTRIBUTE));
18:32:49 [2024-02-16T23:32:49.502Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.502Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:32:49 [2024-02-16T23:32:49.502Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[17] 
18:32:49 [2024-02-16T23:32:49.502Z] 	import java.security.AccessController;
18:32:49 [2024-02-16T23:32:49.502Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.502Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.502Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[107] 
18:32:49 [2024-02-16T23:32:49.502Z] 	SecurityManager sm = System.getSecurityManager();
18:32:49 [2024-02-16T23:32:49.503Z] 	^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.503Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.503Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[107] 
18:32:49 [2024-02-16T23:32:49.503Z] 	SecurityManager sm = System.getSecurityManager();
18:32:49 [2024-02-16T23:32:49.503Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.503Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.503Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[127] 
18:32:49 [2024-02-16T23:32:49.503Z] 	return AccessController.doPrivileged(new PrivilegedAction<String>() {
18:32:49 [2024-02-16T23:32:49.503Z] 	       ^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.503Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.503Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationAdminImpl.java:[127] 
18:32:49 [2024-02-16T23:32:49.503Z] 	return AccessController.doPrivileged(new PrivilegedAction<String>() {
18:32:49 [2024-02-16T23:32:49.503Z] 			@Override
18:32:49 [2024-02-16T23:32:49.503Z] 			public String run() {
18:32:49 [2024-02-16T23:32:49.503Z] 				return bundle.getLocation();
18:32:49 [2024-02-16T23:32:49.503Z] 			}
18:32:49 [2024-02-16T23:32:49.503Z] 		});
18:32:49 [2024-02-16T23:32:49.503Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.503Z] The method doPrivileged(PrivilegedAction<String>) from the type AccessController is deprecated
18:32:49 [2024-02-16T23:32:49.503Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationStore.java:[115] 
18:32:49 [2024-02-16T23:32:49.504Z] 	return AccessController.doPrivileged(new PrivilegedExceptionAction<File>() {
18:32:49 [2024-02-16T23:32:49.504Z] 	       ^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.504Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.504Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationStore.java:[115] 
18:32:49 [2024-02-16T23:32:49.504Z] 	return AccessController.doPrivileged(new PrivilegedExceptionAction<File>() {
18:32:49 [2024-02-16T23:32:49.504Z] 				@Override
18:32:49 [2024-02-16T23:32:49.504Z] 				public File run() throws Exception {
18:32:49 [2024-02-16T23:32:49.504Z] 					File toFile = token == null ? File.createTempFile(DATA_PRE, CFG_EXT, storeCopy) : (File) token;
18:32:49 [2024-02-16T23:32:49.504Z] 					writeConfigurationFile(toFile, configProperties);
18:32:49 [2024-02-16T23:32:49.504Z] 					return toFile;
18:32:49 [2024-02-16T23:32:49.504Z] 				}
18:32:49 [2024-02-16T23:32:49.504Z] 			});
18:32:49 [2024-02-16T23:32:49.504Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.504Z] The method doPrivileged(PrivilegedExceptionAction<File>) from the type AccessController is deprecated
18:32:49 [2024-02-16T23:32:49.504Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationStore.java:[158] 
18:32:49 [2024-02-16T23:32:49.504Z] 	AccessController.doPrivileged(new PrivilegedAction<>() {
18:32:49 [2024-02-16T23:32:49.504Z] 	^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.504Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:49 [2024-02-16T23:32:49.504Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/ConfigurationStore.java:[158] 
18:32:49 [2024-02-16T23:32:49.504Z] 	AccessController.doPrivileged(new PrivilegedAction<>() {
18:32:49 [2024-02-16T23:32:49.504Z] 			@Override
18:32:49 [2024-02-16T23:32:49.504Z] 			public Object run() {
18:32:49 [2024-02-16T23:32:49.504Z] 				deleteConfigurationFile((File) token);
18:32:49 [2024-02-16T23:32:49.505Z] 				return null;
18:32:49 [2024-02-16T23:32:49.505Z] 			}
18:32:49 [2024-02-16T23:32:49.505Z] 		});
18:32:49 [2024-02-16T23:32:49.505Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:49 [2024-02-16T23:32:49.505Z] The method doPrivileged(PrivilegedAction<Object>) from the type AccessController is deprecated
18:32:49 [2024-02-16T23:32:49.505Z] 19 problems (19 warnings)
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.505Z] [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.cm/src/test/resources
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.505Z] [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.cm/target/org.eclipse.equinox.cm-1.6.0-SNAPSHOT-sources.jar
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.505Z] [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.cm/target/org.eclipse.equinox.cm-1.6.0-SNAPSHOT.jar
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.505Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.6.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.cm/.polyglot.META-INF
18:32:49 [2024-02-16T23:32:49.506Z]     The main artifact has been replaced with the baseline version.
18:32:49 [2024-02-16T23:32:49.506Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:49 [2024-02-16T23:32:49.506Z] 
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.6.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.cm/.polyglot.META-INF
18:32:49 [2024-02-16T23:32:49.506Z]     The main artifact has been replaced with the baseline version.
18:32:49 [2024-02-16T23:32:49.506Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:49 [2024-02-16T23:32:49.506Z] 
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] Execution was skipped
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] 
18:32:49 [2024-02-16T23:32:49.506Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.cm ---
18:32:49 [2024-02-16T23:32:49.506Z] [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.cm/target/org.eclipse.equinox.cm-1.6.0-SNAPSHOT.jar' is already signed and will be resigned.
18:32:49 [2024-02-16T23:32:49.506Z] [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.cm/target/org.eclipse.equinox.cm-1.6.0-SNAPSHOT.jar
18:32:50 [2024-02-16T23:32:50.886Z] [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.cm/target/org.eclipse.equinox.cm-1.6.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:50 [2024-02-16T23:32:50.886Z] [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.cm/target/org.eclipse.equinox.cm-1.6.0-SNAPSHOT-sources.jar
18:32:51 [2024-02-16T23:32:51.814Z] [INFO] 
18:32:51 [2024-02-16T23:32:51.814Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.cm ---
18:32:51 [2024-02-16T23:32:51.814Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.cm:1.6.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.cm/.polyglot.META-INF
18:32:51 [2024-02-16T23:32:51.814Z]     The main artifact has been replaced with the baseline version.
18:32:51 [2024-02-16T23:32:51.814Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:51 [2024-02-16T23:32:51.814Z] 
18:32:51 [2024-02-16T23:32:51.814Z] [INFO] 
18:32:51 [2024-02-16T23:32:51.814Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.device >-----------
18:32:51 [2024-02-16T23:32:51.814Z] [INFO] Building [bundle] Device Access Service 1.2.0-SNAPSHOT         [455/521]
18:32:51 [2024-02-16T23:32:51.814Z] [INFO]   from equinox/bundles/org.eclipse.equinox.device/.polyglot.META-INF
18:32:51 [2024-02-16T23:32:51.814Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] The project's OSGi version is 1.2.0.v20240213-1515
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.070Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.071Z] [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.device/saveproperties
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] Resolving class path of [bundle] Device Access Service
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.071Z] [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.device/src/main/resources
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.071Z] [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.device/src/main/resources
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.071Z] [INFO] Compiling 10 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.device/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/Activator.java:[28] 
18:32:52 [2024-02-16T23:32:52.072Z] 	public class Activator implements BundleActivator, ServiceTrackerCustomizer, FrameworkListener, Runnable {
18:32:52 [2024-02-16T23:32:52.072Z] 	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.072Z] ServiceTrackerCustomizer is a raw type. References to generic type ServiceTrackerCustomizer<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/Activator.java:[53] 
18:32:52 [2024-02-16T23:32:52.072Z] 	protected ServiceTracker devices;
18:32:52 [2024-02-16T23:32:52.072Z] 	          ^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.072Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/Activator.java:[186] 
18:32:52 [2024-02-16T23:32:52.072Z] 	devices = new ServiceTracker(context, deviceFilter, this);
18:32:52 [2024-02-16T23:32:52.072Z] 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.072Z] 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:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/Activator.java:[186] 
18:32:52 [2024-02-16T23:32:52.072Z] 	devices = new ServiceTracker(context, deviceFilter, this);
18:32:52 [2024-02-16T23:32:52.072Z] 	              ^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.072Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/Activator.java:[269] 
18:32:52 [2024-02-16T23:32:52.072Z] 	public Object addingService(ServiceReference reference) {
18:32:52 [2024-02-16T23:32:52.072Z] 	                            ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.072Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/Activator.java:[289] 
18:32:52 [2024-02-16T23:32:52.073Z] 	public void modifiedService(ServiceReference reference, Object service) {
18:32:52 [2024-02-16T23:32:52.073Z] 	                            ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.073Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/Activator.java:[303] 
18:32:52 [2024-02-16T23:32:52.073Z] 	public void removedService(ServiceReference reference, Object object) {
18:32:52 [2024-02-16T23:32:52.073Z] 	                           ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.073Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/Activator.java:[317] 
18:32:52 [2024-02-16T23:32:52.073Z] 	ServiceReference[] references = devices.getServiceReferences();
18:32:52 [2024-02-16T23:32:52.073Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.073Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/Activator.java:[323] 
18:32:52 [2024-02-16T23:32:52.073Z] 	ServiceReference device = references[i];
18:32:52 [2024-02-16T23:32:52.073Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.073Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[25] 
18:32:52 [2024-02-16T23:32:52.073Z] 	public class DeviceTracker extends ServiceTracker {
18:32:52 [2024-02-16T23:32:52.073Z] 	                                   ^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.073Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[33] 
18:32:52 [2024-02-16T23:32:52.073Z] 	protected ServiceReference device;
18:32:52 [2024-02-16T23:32:52.073Z] 	          ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.073Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[50] 
18:32:52 [2024-02-16T23:32:52.074Z] 	public DeviceTracker(Activator manager, ServiceReference device) {
18:32:52 [2024-02-16T23:32:52.074Z] 	                                        ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.074Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[51] 
18:32:52 [2024-02-16T23:32:52.074Z] 	super(manager.context, device, null);
18:32:52 [2024-02-16T23:32:52.074Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.074Z] 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:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[95] 
18:32:52 [2024-02-16T23:32:52.074Z] 	public Object addingService(ServiceReference reference) {
18:32:52 [2024-02-16T23:32:52.074Z] 	                            ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.074Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[119] 
18:32:52 [2024-02-16T23:32:52.074Z] 	public void modifiedService(ServiceReference reference, Object service) {
18:32:52 [2024-02-16T23:32:52.074Z] 	                            ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.074Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[133] 
18:32:52 [2024-02-16T23:32:52.074Z] 	public void removedService(ServiceReference reference, Object service) {
18:32:52 [2024-02-16T23:32:52.074Z] 	                           ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.074Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[142] 
18:32:52 [2024-02-16T23:32:52.075Z] 	super.removedService(reference, service);
18:32:52 [2024-02-16T23:32:52.075Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.075Z] Type safety: The method removedService(ServiceReference, Object) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[159] 
18:32:52 [2024-02-16T23:32:52.075Z] 	Vector<ServiceReference> exclude = new Vector<>(drivers.size());
18:32:52 [2024-02-16T23:32:52.075Z] 	       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.075Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[162] 
18:32:52 [2024-02-16T23:32:52.075Z] 	ServiceReference driver = drivers.match(device, exclude);
18:32:52 [2024-02-16T23:32:52.075Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.075Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[204] 
18:32:52 [2024-02-16T23:32:52.075Z] 	ServiceReference[] services = users[i].getRegisteredServices();
18:32:52 [2024-02-16T23:32:52.075Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.075Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.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.device/src/org/eclipse/equinox/device/DeviceTracker.java:[235] 
18:32:52 [2024-02-16T23:32:52.075Z] 	Object service = contxt.getService(device);
18:32:52 [2024-02-16T23:32:52.075Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.075Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:32:52 [2024-02-16T23:32:52.076Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[235] 
18:32:52 [2024-02-16T23:32:52.076Z] 	Object service = contxt.getService(device);
18:32:52 [2024-02-16T23:32:52.076Z] 	                                   ^^^^^^
18:32:52 [2024-02-16T23:32:52.076Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:32:52 [2024-02-16T23:32:52.076Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DeviceTracker.java:[274] 
18:32:52 [2024-02-16T23:32:52.076Z] 	protected Properties(ServiceReference device) {
18:32:52 [2024-02-16T23:32:52.076Z] 	                     ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.076Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.076Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[27] 
18:32:52 [2024-02-16T23:32:52.076Z] 	public class DriverLocatorTracker extends ServiceTracker {
18:32:52 [2024-02-16T23:32:52.076Z] 	                                          ^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.076Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.076Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[46] 
18:32:52 [2024-02-16T23:32:52.076Z] 	super(manager.context, clazz, null);
18:32:52 [2024-02-16T23:32:52.076Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.076Z] 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:32:52 [2024-02-16T23:32:52.076Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[71] 
18:32:52 [2024-02-16T23:32:52.076Z] 	public Object addingService(ServiceReference reference) {
18:32:52 [2024-02-16T23:32:52.076Z] 	                            ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.076Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.076Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[76] 
18:32:52 [2024-02-16T23:32:52.077Z] 	return (context.getService(reference));
18:32:52 [2024-02-16T23:32:52.077Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.077Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:32:52 [2024-02-16T23:32:52.077Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[76] 
18:32:52 [2024-02-16T23:32:52.077Z] 	return (context.getService(reference));
18:32:52 [2024-02-16T23:32:52.077Z] 	                           ^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.077Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:32:52 [2024-02-16T23:32:52.077Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[89] 
18:32:52 [2024-02-16T23:32:52.077Z] 	public void modifiedService(ServiceReference reference, Object service) {
18:32:52 [2024-02-16T23:32:52.077Z] 	                            ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.077Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.077Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[103] 
18:32:52 [2024-02-16T23:32:52.077Z] 	public void removedService(ServiceReference reference, Object service) {
18:32:52 [2024-02-16T23:32:52.077Z] 	                           ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.077Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.077Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[123] 
18:32:52 [2024-02-16T23:32:52.077Z] 	ServiceReference[] references = getServiceReferences();
18:32:52 [2024-02-16T23:32:52.077Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.077Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.077Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[129] 
18:32:52 [2024-02-16T23:32:52.077Z] 	ServiceReference locator = references[i];
18:32:52 [2024-02-16T23:32:52.077Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.078Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.078Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[130] 
18:32:52 [2024-02-16T23:32:52.078Z] 	DriverLocator service = (DriverLocator) getService(locator);
18:32:52 [2024-02-16T23:32:52.078Z] 	                                        ^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.078Z] Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.078Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[211] 
18:32:52 [2024-02-16T23:32:52.078Z] 	ServiceReference[] references = getServiceReferences();
18:32:52 [2024-02-16T23:32:52.078Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.078Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.078Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[217] 
18:32:52 [2024-02-16T23:32:52.078Z] 	ServiceReference locator = references[i];
18:32:52 [2024-02-16T23:32:52.078Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.078Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.078Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverLocatorTracker.java:[218] 
18:32:52 [2024-02-16T23:32:52.078Z] 	DriverLocator service = (DriverLocator) getService(locator);
18:32:52 [2024-02-16T23:32:52.078Z] 	                                        ^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.078Z] Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.079Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[24] 
18:32:52 [2024-02-16T23:32:52.079Z] 	public class DriverSelectorTracker extends ServiceTracker {
18:32:52 [2024-02-16T23:32:52.079Z] 	                                           ^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.079Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.079Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[41] 
18:32:52 [2024-02-16T23:32:52.079Z] 	super(manager.context, clazz, null);
18:32:52 [2024-02-16T23:32:52.079Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.079Z] 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:32:52 [2024-02-16T23:32:52.079Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[58] 
18:32:52 [2024-02-16T23:32:52.079Z] 	public ServiceReference select(ServiceReference device, Match[] matches) {
18:32:52 [2024-02-16T23:32:52.079Z] 	       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.079Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.079Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[58] 
18:32:52 [2024-02-16T23:32:52.079Z] 	public ServiceReference select(ServiceReference device, Match[] matches) {
18:32:52 [2024-02-16T23:32:52.079Z] 	                               ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.079Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.079Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[64] 
18:32:52 [2024-02-16T23:32:52.079Z] 	ServiceReference selector = getServiceReference();
18:32:52 [2024-02-16T23:32:52.079Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.079Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.079Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[67] 
18:32:52 [2024-02-16T23:32:52.080Z] 	DriverSelector service = (DriverSelector) getService(selector);
18:32:52 [2024-02-16T23:32:52.080Z] 	                                          ^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.080Z] Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.080Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[91] 
18:32:52 [2024-02-16T23:32:52.080Z] 	public ServiceReference defaultSelection(Match[] matches) {
18:32:52 [2024-02-16T23:32:52.080Z] 	       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.080Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.080Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[95] 
18:32:52 [2024-02-16T23:32:52.080Z] 	ServiceReference reference = null;
18:32:52 [2024-02-16T23:32:52.080Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.080Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.080Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[120] 
18:32:52 [2024-02-16T23:32:52.080Z] 	public ServiceReference breakTie(ServiceReference ref1, ServiceReference ref2) {
18:32:52 [2024-02-16T23:32:52.080Z] 	       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.080Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.080Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[120] 
18:32:52 [2024-02-16T23:32:52.080Z] 	public ServiceReference breakTie(ServiceReference ref1, ServiceReference ref2) {
18:32:52 [2024-02-16T23:32:52.080Z] 	                                 ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.080Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.080Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverSelectorTracker.java:[120] 
18:32:52 [2024-02-16T23:32:52.080Z] 	public ServiceReference breakTie(ServiceReference ref1, ServiceReference ref2) {
18:32:52 [2024-02-16T23:32:52.080Z] 	                                                        ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.081Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.081Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[16] 
18:32:52 [2024-02-16T23:32:52.081Z] 	import java.security.AccessController;
18:32:52 [2024-02-16T23:32:52.081Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.081Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:52 [2024-02-16T23:32:52.081Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[29] 
18:32:52 [2024-02-16T23:32:52.081Z] 	public class DriverTracker extends ServiceTracker {
18:32:52 [2024-02-16T23:32:52.081Z] 	                                   ^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.081Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.081Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[46] 
18:32:52 [2024-02-16T23:32:52.081Z] 	protected Hashtable<String, Hashtable<ServiceReference, Match>> matches;
18:32:52 [2024-02-16T23:32:52.081Z] 	                                      ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.081Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.081Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[52] 
18:32:52 [2024-02-16T23:32:52.081Z] 	protected Hashtable<String, Hashtable<ServiceReference, String>> referrals;
18:32:52 [2024-02-16T23:32:52.081Z] 	                                      ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.081Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.081Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[61] 
18:32:52 [2024-02-16T23:32:52.081Z] 	super(manager.context, clazz, null);
18:32:52 [2024-02-16T23:32:52.081Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.081Z] 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:32:52 [2024-02-16T23:32:52.082Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[89] 
18:32:52 [2024-02-16T23:32:52.082Z] 	public Object addingService(ServiceReference reference) {
18:32:52 [2024-02-16T23:32:52.082Z] 	                            ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.082Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.082Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[121] 
18:32:52 [2024-02-16T23:32:52.082Z] 	return (context.getService(reference));
18:32:52 [2024-02-16T23:32:52.082Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.082Z] Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference<S>) of type BundleContext
18:32:52 [2024-02-16T23:32:52.082Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[121] 
18:32:52 [2024-02-16T23:32:52.082Z] 	return (context.getService(reference));
18:32:52 [2024-02-16T23:32:52.082Z] 	                           ^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.082Z] Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference<Object>
18:32:52 [2024-02-16T23:32:52.082Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[134] 
18:32:52 [2024-02-16T23:32:52.082Z] 	public void modifiedService(ServiceReference reference, Object service) {
18:32:52 [2024-02-16T23:32:52.082Z] 	                            ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.082Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.082Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[160] 
18:32:52 [2024-02-16T23:32:52.082Z] 	public void removedService(ServiceReference reference, Object service) {
18:32:52 [2024-02-16T23:32:52.082Z] 	                           ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.082Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.082Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[206] 
18:32:52 [2024-02-16T23:32:52.083Z] 	public String getDriverID(final ServiceReference reference) {
18:32:52 [2024-02-16T23:32:52.083Z] 	                                ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.083Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.083Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[211] 
18:32:52 [2024-02-16T23:32:52.083Z] 	driver_id = AccessController
18:32:52 [2024-02-16T23:32:52.083Z] 	            ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.083Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:52 [2024-02-16T23:32:52.083Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[212] 
18:32:52 [2024-02-16T23:32:52.083Z] 	.doPrivileged((PrivilegedAction<String>) () -> reference.getBundle().getLocation());
18:32:52 [2024-02-16T23:32:52.083Z] 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.083Z] The method doPrivileged(PrivilegedAction<String>) from the type AccessController is deprecated
18:32:52 [2024-02-16T23:32:52.083Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[223] 
18:32:52 [2024-02-16T23:32:52.083Z] 	public ServiceReference getDriver(String driver_id) {
18:32:52 [2024-02-16T23:32:52.083Z] 	       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.083Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.083Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[224] 
18:32:52 [2024-02-16T23:32:52.083Z] 	return ((ServiceReference) drivers.get(driver_id));
18:32:52 [2024-02-16T23:32:52.083Z] 	         ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.083Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.083Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[232] 
18:32:52 [2024-02-16T23:32:52.083Z] 	public ServiceReference match(ServiceReference device, Vector<ServiceReference> exclude) {
18:32:52 [2024-02-16T23:32:52.083Z] 	       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.083Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.084Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[232] 
18:32:52 [2024-02-16T23:32:52.084Z] 	public ServiceReference match(ServiceReference device, Vector<ServiceReference> exclude) {
18:32:52 [2024-02-16T23:32:52.084Z] 	                              ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.084Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.084Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[232] 
18:32:52 [2024-02-16T23:32:52.084Z] 	public ServiceReference match(ServiceReference device, Vector<ServiceReference> exclude) {
18:32:52 [2024-02-16T23:32:52.084Z] 	                                                              ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.084Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.084Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[237] 
18:32:52 [2024-02-16T23:32:52.084Z] 	ServiceReference[] references = getServiceReferences();
18:32:52 [2024-02-16T23:32:52.084Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.084Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.084Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[245] 
18:32:52 [2024-02-16T23:32:52.084Z] 	ServiceReference driver = references[i];
18:32:52 [2024-02-16T23:32:52.084Z] 	^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.084Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.084Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[259] 
18:32:52 [2024-02-16T23:32:52.084Z] 	Driver service = (Driver) getService(driver);
18:32:52 [2024-02-16T23:32:52.084Z] 	                          ^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.084Z] Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.085Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[303] 
18:32:52 [2024-02-16T23:32:52.085Z] 	public Match getMatch(ServiceReference driver, ServiceReference device) {
18:32:52 [2024-02-16T23:32:52.085Z] 	                      ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.085Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.085Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[303] 
18:32:52 [2024-02-16T23:32:52.085Z] 	public Match getMatch(ServiceReference driver, ServiceReference device) {
18:32:52 [2024-02-16T23:32:52.085Z] 	                                               ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.085Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.085Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[306] 
18:32:52 [2024-02-16T23:32:52.085Z] 	Hashtable<ServiceReference, Match> driverMatches = matches.get(driverid);
18:32:52 [2024-02-16T23:32:52.085Z] 	          ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.085Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.085Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[315] 
18:32:52 [2024-02-16T23:32:52.085Z] 	public void storeMatch(ServiceReference driver, ServiceReference device, Match match) {
18:32:52 [2024-02-16T23:32:52.085Z] 	                       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.085Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.085Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[315] 
18:32:52 [2024-02-16T23:32:52.085Z] 	public void storeMatch(ServiceReference driver, ServiceReference device, Match match) {
18:32:52 [2024-02-16T23:32:52.085Z] 	                                                ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.085Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.085Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[318] 
18:32:52 [2024-02-16T23:32:52.086Z] 	Hashtable<ServiceReference, Match> driverMatches = matches.get(driverid);
18:32:52 [2024-02-16T23:32:52.086Z] 	          ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.086Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.086Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[337] 
18:32:52 [2024-02-16T23:32:52.086Z] 	public boolean attach(ServiceReference driver, ServiceReference device, Vector<ServiceReference> exclude) {
18:32:52 [2024-02-16T23:32:52.086Z] 	                      ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.086Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.086Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[337] 
18:32:52 [2024-02-16T23:32:52.086Z] 	public boolean attach(ServiceReference driver, ServiceReference device, Vector<ServiceReference> exclude) {
18:32:52 [2024-02-16T23:32:52.086Z] 	                                               ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.086Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.086Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[337] 
18:32:52 [2024-02-16T23:32:52.086Z] 	public boolean attach(ServiceReference driver, ServiceReference device, Vector<ServiceReference> exclude) {
18:32:52 [2024-02-16T23:32:52.086Z] 	                                                                               ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.086Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.086Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[342] 
18:32:52 [2024-02-16T23:32:52.086Z] 	Driver service = (Driver) getService(driver);
18:32:52 [2024-02-16T23:32:52.086Z] 	                          ^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.086Z] Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.087Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[382] 
18:32:52 [2024-02-16T23:32:52.087Z] 	public String getReferral(ServiceReference driver, ServiceReference device) {
18:32:52 [2024-02-16T23:32:52.087Z] 	                          ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.087Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.087Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[382] 
18:32:52 [2024-02-16T23:32:52.087Z] 	public String getReferral(ServiceReference driver, ServiceReference device) {
18:32:52 [2024-02-16T23:32:52.087Z] 	                                                   ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.087Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.087Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[385] 
18:32:52 [2024-02-16T23:32:52.087Z] 	Hashtable<ServiceReference, String> driverReferrals = referrals.get(driverid);
18:32:52 [2024-02-16T23:32:52.087Z] 	          ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.087Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.087Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[394] 
18:32:52 [2024-02-16T23:32:52.087Z] 	public void storeReferral(ServiceReference driver, ServiceReference device, String referral) {
18:32:52 [2024-02-16T23:32:52.087Z] 	                          ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.087Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.087Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[394] 
18:32:52 [2024-02-16T23:32:52.087Z] 	public void storeReferral(ServiceReference driver, ServiceReference device, String referral) {
18:32:52 [2024-02-16T23:32:52.087Z] 	                                                   ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.087Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.087Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/DriverTracker.java:[397] 
18:32:52 [2024-02-16T23:32:52.087Z] 	Hashtable<ServiceReference, String> driverReferrals = referrals.get(driverid);
18:32:52 [2024-02-16T23:32:52.087Z] 	          ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.088Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.088Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTracker.java:[30] 
18:32:52 [2024-02-16T23:32:52.088Z] 	class LogTracker extends ServiceTracker {
18:32:52 [2024-02-16T23:32:52.088Z] 	                         ^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.088Z] ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.088Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTracker.java:[49] 
18:32:52 [2024-02-16T23:32:52.088Z] 	super(context, clazz, null);
18:32:52 [2024-02-16T23:32:52.088Z] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.088Z] 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:32:52 [2024-02-16T23:32:52.088Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/LogTracker.java:[117] 
18:32:52 [2024-02-16T23:32:52.088Z] 	LogService service = (LogService) getService(references[i]);
18:32:52 [2024-02-16T23:32:52.088Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.088Z] Type safety: The method getService(ServiceReference) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
18:32:52 [2024-02-16T23:32:52.088Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java:[23] 
18:32:52 [2024-02-16T23:32:52.088Z] 	private ServiceReference driver;
18:32:52 [2024-02-16T23:32:52.088Z] 	        ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.088Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.088Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java:[26] 
18:32:52 [2024-02-16T23:32:52.088Z] 	Match(ServiceReference driver, int matchValue) {
18:32:52 [2024-02-16T23:32:52.088Z] 	      ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.088Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.089Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java:[31] 
18:32:52 [2024-02-16T23:32:52.089Z] 	public ServiceReference getDriver() {
18:32:52 [2024-02-16T23:32:52.089Z] 	       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.089Z] ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
18:32:52 [2024-02-16T23:32:52.089Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/Match.java:[31] 
18:32:52 [2024-02-16T23:32:52.089Z] 	public ServiceReference getDriver() {
18:32:52 [2024-02-16T23:32:52.089Z] 	       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.089Z] Type safety: The return type ServiceReference for getDriver() from the type Match needs unchecked conversion to conform to ServiceReference<?> from the type Match
18:32:52 [2024-02-16T23:32:52.089Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[24] 
18:32:52 [2024-02-16T23:32:52.089Z] 	private AccessControlContext controlContext;
18:32:52 [2024-02-16T23:32:52.089Z] 	        ^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.089Z] The type AccessControlContext has been deprecated since version 17 and marked for removal
18:32:52 [2024-02-16T23:32:52.089Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[32] 
18:32:52 [2024-02-16T23:32:52.089Z] 	this.controlContext = AccessController.getContext();
18:32:52 [2024-02-16T23:32:52.089Z] 	                      ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.089Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:52 [2024-02-16T23:32:52.089Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[32] 
18:32:52 [2024-02-16T23:32:52.089Z] 	this.controlContext = AccessController.getContext();
18:32:52 [2024-02-16T23:32:52.089Z] 	                                       ^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.089Z] The method getContext() from the type AccessController is deprecated
18:32:52 [2024-02-16T23:32:52.089Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[44] 
18:32:52 [2024-02-16T23:32:52.089Z] 	if (System.getSecurityManager() == null)
18:32:52 [2024-02-16T23:32:52.089Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.089Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:32:52 [2024-02-16T23:32:52.090Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[46] 
18:32:52 [2024-02-16T23:32:52.090Z] 	return AccessController.doPrivileged((PrivilegedAction<Thread>) () -> new Thread(target, name), controlContext);
18:32:52 [2024-02-16T23:32:52.090Z] 	       ^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.090Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:52 [2024-02-16T23:32:52.090Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.device/src/org/eclipse/equinox/device/SecureAction.java:[46] 
18:32:52 [2024-02-16T23:32:52.090Z] 	return AccessController.doPrivileged((PrivilegedAction<Thread>) () -> new Thread(target, name), controlContext);
18:32:52 [2024-02-16T23:32:52.090Z] 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:52 [2024-02-16T23:32:52.090Z] The method doPrivileged(PrivilegedAction<Thread>, AccessControlContext) from the type AccessController is deprecated
18:32:52 [2024-02-16T23:32:52.090Z] 97 problems (97 warnings)
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.090Z] [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.device/src/test/resources
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.090Z] [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.device/target/org.eclipse.equinox.device-1.2.0-SNAPSHOT-sources.jar
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.090Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.091Z] [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.device/target/org.eclipse.equinox.device-1.2.0-SNAPSHOT.jar
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.2.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.device/.polyglot.META-INF
18:32:52 [2024-02-16T23:32:52.091Z]     The main artifact has been replaced with the baseline version.
18:32:52 [2024-02-16T23:32:52.091Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:52 [2024-02-16T23:32:52.091Z] 
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.2.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.device/.polyglot.META-INF
18:32:52 [2024-02-16T23:32:52.091Z]     The main artifact has been replaced with the baseline version.
18:32:52 [2024-02-16T23:32:52.091Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:52 [2024-02-16T23:32:52.091Z] 
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] Execution was skipped
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] 
18:32:52 [2024-02-16T23:32:52.091Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.device ---
18:32:52 [2024-02-16T23:32:52.091Z] [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.device/target/org.eclipse.equinox.device-1.2.0-SNAPSHOT.jar' is already signed and will be resigned.
18:32:52 [2024-02-16T23:32:52.092Z] [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.device/target/org.eclipse.equinox.device-1.2.0-SNAPSHOT.jar
18:32:53 [2024-02-16T23:32:53.018Z] [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.device/target/org.eclipse.equinox.device-1.2.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:53 [2024-02-16T23:32:53.018Z] [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.device/target/org.eclipse.equinox.device-1.2.0-SNAPSHOT-sources.jar
18:32:53 [2024-02-16T23:32:53.945Z] [INFO] 
18:32:53 [2024-02-16T23:32:53.945Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.device ---
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.device:1.2.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.device/.polyglot.META-INF
18:32:54 [2024-02-16T23:32:54.201Z]     The main artifact has been replaced with the baseline version.
18:32:54 [2024-02-16T23:32:54.201Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:54 [2024-02-16T23:32:54.201Z] 
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.coordinator >---------
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] Building [bundle] Coordinator 1.5.300-SNAPSHOT                 [456/521]
18:32:54 [2024-02-16T23:32:54.201Z] [INFO]   from equinox/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] The project's OSGi version is 1.5.300.v20240214-0846
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.201Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.202Z] [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.coordinator/saveproperties
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] Resolving class path of [bundle] Coordinator
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.202Z] [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.coordinator/src/main/resources
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.202Z] [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.coordinator/src/main/resources
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] Compiling 10 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.coordinator/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.202Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.203Z] [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.coordinator/src/test/resources
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.203Z] [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.coordinator/target/org.eclipse.equinox.coordinator-1.5.300-SNAPSHOT-sources.jar
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.203Z] [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.coordinator/target/org.eclipse.equinox.coordinator-1.5.300-SNAPSHOT.jar
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.203Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator: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/equinox/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF
18:32:54 [2024-02-16T23:32:54.204Z]     The main artifact has been replaced with the baseline version.
18:32:54 [2024-02-16T23:32:54.204Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:54 [2024-02-16T23:32:54.204Z] 
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator: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/equinox/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF
18:32:54 [2024-02-16T23:32:54.204Z]     The main artifact has been replaced with the baseline version.
18:32:54 [2024-02-16T23:32:54.204Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:54 [2024-02-16T23:32:54.204Z] 
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] Execution was skipped
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] 
18:32:54 [2024-02-16T23:32:54.204Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.coordinator ---
18:32:54 [2024-02-16T23:32:54.204Z] [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.coordinator/target/org.eclipse.equinox.coordinator-1.5.300-SNAPSHOT.jar' is already signed and will be resigned.
18:32:54 [2024-02-16T23:32:54.204Z] [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.coordinator/target/org.eclipse.equinox.coordinator-1.5.300-SNAPSHOT.jar
18:32:55 [2024-02-16T23:32:55.133Z] [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.coordinator/target/org.eclipse.equinox.coordinator-1.5.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:55 [2024-02-16T23:32:55.133Z] [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.coordinator/target/org.eclipse.equinox.coordinator-1.5.300-SNAPSHOT-sources.jar
18:32:56 [2024-02-16T23:32:56.060Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.060Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.coordinator ---
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.coordinator: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/equinox/bundles/org.eclipse.equinox.coordinator/.polyglot.META-INF
18:32:56 [2024-02-16T23:32:56.061Z]     The main artifact has been replaced with the baseline version.
18:32:56 [2024-02-16T23:32:56.061Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:56 [2024-02-16T23:32:56.061Z] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.metatype >----------
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] Building [bundle] Meta Type 1.6.500-SNAPSHOT                   [457/521]
18:32:56 [2024-02-16T23:32:56.061Z] [INFO]   from equinox/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] The project's OSGi version is 1.6.500.v20231214-2017
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.061Z] [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.metatype/saveproperties
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] Resolving class path of [bundle] Meta Type
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.061Z] [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.metatype/src/main/resources
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.061Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.062Z] [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.metatype/src/main/resources
18:32:56 [2024-02-16T23:32:56.062Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.062Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.062Z] [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.metatype/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.318Z] [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.metatype/src/test/resources
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.318Z] [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.metatype/target/org.eclipse.equinox.metatype-1.6.500-SNAPSHOT-sources.jar
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.318Z] [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.metatype/target/org.eclipse.equinox.metatype-1.6.500-SNAPSHOT.jar
18:32:56 [2024-02-16T23:32:56.318Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.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/equinox/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF
18:32:56 [2024-02-16T23:32:56.319Z]     The main artifact has been replaced with the baseline version.
18:32:56 [2024-02-16T23:32:56.319Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:56 [2024-02-16T23:32:56.319Z] 
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.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/equinox/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF
18:32:56 [2024-02-16T23:32:56.319Z]     The main artifact has been replaced with the baseline version.
18:32:56 [2024-02-16T23:32:56.319Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:56 [2024-02-16T23:32:56.319Z] 
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] Execution was skipped
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] 
18:32:56 [2024-02-16T23:32:56.319Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.metatype ---
18:32:56 [2024-02-16T23:32:56.319Z] [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.metatype/target/org.eclipse.equinox.metatype-1.6.500-SNAPSHOT.jar' is already signed and will be resigned.
18:32:56 [2024-02-16T23:32:56.319Z] [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.metatype/target/org.eclipse.equinox.metatype-1.6.500-SNAPSHOT.jar
18:32:57 [2024-02-16T23:32:57.245Z] [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.metatype/target/org.eclipse.equinox.metatype-1.6.500-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:57 [2024-02-16T23:32:57.245Z] [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.metatype/target/org.eclipse.equinox.metatype-1.6.500-SNAPSHOT-sources.jar
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.metatype ---
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.metatype:1.6.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/equinox/bundles/org.eclipse.equinox.metatype/.polyglot.META-INF
18:32:58 [2024-02-16T23:32:58.172Z]     The main artifact has been replaced with the baseline version.
18:32:58 [2024-02-16T23:32:58.172Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:58 [2024-02-16T23:32:58.172Z] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.useradmin >----------
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] Building [bundle] User Admin Service 1.3.0-SNAPSHOT            [458/521]
18:32:58 [2024-02-16T23:32:58.172Z] [INFO]   from equinox/bundles/org.eclipse.equinox.useradmin/.polyglot.META-INF
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] The project's OSGi version is 1.3.0.v20240214-0659
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.172Z] [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.useradmin/saveproperties
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] Resolving class path of [bundle] User Admin Service
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.172Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.173Z] [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.useradmin/src/main/resources
18:32:58 [2024-02-16T23:32:58.173Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.173Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.173Z] [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.useradmin/src/main/resources
18:32:58 [2024-02-16T23:32:58.173Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.173Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.173Z] [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.useradmin/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:32:58 [2024-02-16T23:32:58.173Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[328] 
18:32:58 [2024-02-16T23:32:58.173Z] 	SecurityManager sm = System.getSecurityManager();
18:32:58 [2024-02-16T23:32:58.173Z] 	^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.173Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.173Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[328] 
18:32:58 [2024-02-16T23:32:58.173Z] 	SecurityManager sm = System.getSecurityManager();
18:32:58 [2024-02-16T23:32:58.173Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.173Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.173Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[333] 
18:32:58 [2024-02-16T23:32:58.173Z] 	sm.checkPermission(adminPermission);
18:32:58 [2024-02-16T23:32:58.173Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.173Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:32:58 [2024-02-16T23:32:58.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[338] 
18:32:58 [2024-02-16T23:32:58.174Z] 	SecurityManager sm = System.getSecurityManager();
18:32:58 [2024-02-16T23:32:58.174Z] 	^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.174Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[338] 
18:32:58 [2024-02-16T23:32:58.174Z] 	SecurityManager sm = System.getSecurityManager();
18:32:58 [2024-02-16T23:32:58.174Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.174Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[340] 
18:32:58 [2024-02-16T23:32:58.174Z] 	sm.checkPermission(new org.osgi.service.useradmin.UserAdminPermission(credential,
18:32:58 [2024-02-16T23:32:58.174Z] 					org.osgi.service.useradmin.UserAdminPermission.GET_CREDENTIAL));
18:32:58 [2024-02-16T23:32:58.174Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.174Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:32:58 [2024-02-16T23:32:58.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[346] 
18:32:58 [2024-02-16T23:32:58.174Z] 	SecurityManager sm = System.getSecurityManager();
18:32:58 [2024-02-16T23:32:58.174Z] 	^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.174Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.174Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[346] 
18:32:58 [2024-02-16T23:32:58.174Z] 	SecurityManager sm = System.getSecurityManager();
18:32:58 [2024-02-16T23:32:58.174Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.174Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[348] 
18:32:58 [2024-02-16T23:32:58.175Z] 	sm.checkPermission(new org.osgi.service.useradmin.UserAdminPermission(credential,
18:32:58 [2024-02-16T23:32:58.175Z] 					org.osgi.service.useradmin.UserAdminPermission.CHANGE_CREDENTIAL));
18:32:58 [2024-02-16T23:32:58.175Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.175Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:32:58 [2024-02-16T23:32:58.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[354] 
18:32:58 [2024-02-16T23:32:58.175Z] 	SecurityManager sm = System.getSecurityManager();
18:32:58 [2024-02-16T23:32:58.175Z] 	^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.175Z] The type SecurityManager has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[354] 
18:32:58 [2024-02-16T23:32:58.175Z] 	SecurityManager sm = System.getSecurityManager();
18:32:58 [2024-02-16T23:32:58.175Z] 	                            ^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.175Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdmin.java:[356] 
18:32:58 [2024-02-16T23:32:58.175Z] 	sm.checkPermission(new org.osgi.service.useradmin.UserAdminPermission(property,
18:32:58 [2024-02-16T23:32:58.175Z] 					org.osgi.service.useradmin.UserAdminPermission.CHANGE_PROPERTY));
18:32:58 [2024-02-16T23:32:58.175Z] 	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.175Z] The method checkPermission(Permission) from the type SecurityManager is deprecated
18:32:58 [2024-02-16T23:32:58.175Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[53] 
18:32:58 [2024-02-16T23:32:58.175Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.175Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.175Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[53] 
18:32:58 [2024-02-16T23:32:58.176Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.176Z] 				rootNode = preferencesService.getUserPreferences(persistenceUserName);
18:32:58 [2024-02-16T23:32:58.176Z] 				loadRoles();
18:32:58 [2024-02-16T23:32:58.176Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.176Z] 			});
18:32:58 [2024-02-16T23:32:58.176Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.176Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[66] 
18:32:58 [2024-02-16T23:32:58.176Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.176Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.176Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[66] 
18:32:58 [2024-02-16T23:32:58.176Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.176Z] 				Preferences node = rootNode.node(role.getName());
18:32:58 [2024-02-16T23:32:58.176Z] 				node.putInt(typeString, role.getType());
18:32:58 [2024-02-16T23:32:58.176Z] 				node.flush();
18:32:58 [2024-02-16T23:32:58.176Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.176Z] 			});
18:32:58 [2024-02-16T23:32:58.176Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.176Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[80] 
18:32:58 [2024-02-16T23:32:58.176Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.176Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.176Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.176Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[80] 
18:32:58 [2024-02-16T23:32:58.177Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.177Z] 				Preferences node = rootNode.node(role.getName());
18:32:58 [2024-02-16T23:32:58.177Z] 				node.removeNode();
18:32:58 [2024-02-16T23:32:58.177Z] 				rootNode.node("").flush(); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.177Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.177Z] 			});
18:32:58 [2024-02-16T23:32:58.177Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.177Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.177Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[94] 
18:32:58 [2024-02-16T23:32:58.177Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.177Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.177Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.177Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[94] 
18:32:58 [2024-02-16T23:32:58.177Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.177Z] 				Preferences propertyNode = rootNode.node(role.getName() + "/" + propertiesNode); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.177Z] 				propertyNode.clear();
18:32:58 [2024-02-16T23:32:58.177Z] 				if (propertyNode.nodeExists(typesNode))
18:32:58 [2024-02-16T23:32:58.177Z] 					propertyNode.node(typesNode).removeNode();
18:32:58 [2024-02-16T23:32:58.177Z] 				propertyNode.flush();
18:32:58 [2024-02-16T23:32:58.177Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.177Z] 			});
18:32:58 [2024-02-16T23:32:58.177Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.177Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.177Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[111] 
18:32:58 [2024-02-16T23:32:58.177Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.177Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.177Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.178Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[111] 
18:32:58 [2024-02-16T23:32:58.178Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.178Z] 				Preferences propertyNode = rootNode.node(role.getName() + "/" + propertiesNode); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.178Z] 				Preferences propertyTypesNode = propertyNode.node(typesNode);
18:32:58 [2024-02-16T23:32:58.178Z] 				if (value instanceof String) {
18:32:58 [2024-02-16T23:32:58.178Z] 					propertyNode.put(key, (String) value);
18:32:58 [2024-02-16T23:32:58.178Z] 					propertyTypesNode.putBoolean(key, true);
18:32:58 [2024-02-16T23:32:58.178Z] 				} else // must be a byte array, then
18:32:58 [2024-02-16T23:32:58.178Z] 				{
18:32:58 [2024-02-16T23:32:58.178Z] 					propertyNode.putByteArray(key, (byte[]) value);
18:32:58 [2024-02-16T23:32:58.178Z] 					propertyTypesNode.putBoolean(key, false);
18:32:58 [2024-02-16T23:32:58.178Z] 				}
18:32:58 [2024-02-16T23:32:58.178Z] 				propertyNode.flush();
18:32:58 [2024-02-16T23:32:58.178Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.178Z] 			});
18:32:58 [2024-02-16T23:32:58.178Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.178Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.178Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[134] 
18:32:58 [2024-02-16T23:32:58.178Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.178Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.178Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.178Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[134] 
18:32:58 [2024-02-16T23:32:58.178Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.178Z] 				Preferences propertyNode = rootNode.node(role.getName() + "/" + propertiesNode); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.178Z] 				propertyNode.remove(key);
18:32:58 [2024-02-16T23:32:58.178Z] 				if (propertyNode.nodeExists(typesNode))
18:32:58 [2024-02-16T23:32:58.178Z] 					propertyNode.node(typesNode).remove(key);
18:32:58 [2024-02-16T23:32:58.178Z] 				propertyNode.flush();
18:32:58 [2024-02-16T23:32:58.178Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.178Z] 			});
18:32:58 [2024-02-16T23:32:58.178Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.179Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.179Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[150] 
18:32:58 [2024-02-16T23:32:58.179Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.179Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.179Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.179Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[150] 
18:32:58 [2024-02-16T23:32:58.179Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.179Z] 				Preferences credentialNode = rootNode.node(role.getName() + "/" + credentialsNode); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.179Z] 				credentialNode.clear();
18:32:58 [2024-02-16T23:32:58.179Z] 				if (credentialNode.nodeExists(typesNode))
18:32:58 [2024-02-16T23:32:58.179Z] 					credentialNode.node(typesNode).removeNode();
18:32:58 [2024-02-16T23:32:58.179Z] 				credentialNode.flush();
18:32:58 [2024-02-16T23:32:58.179Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.179Z] 			});
18:32:58 [2024-02-16T23:32:58.179Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.179Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.179Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[168] 
18:32:58 [2024-02-16T23:32:58.179Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.179Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.179Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.179Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[168] 
18:32:58 [2024-02-16T23:32:58.179Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.179Z] 				Preferences credentialNode = rootNode.node(role.getName() + "/" + credentialsNode); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.179Z] 				Preferences credentialTypesNode = credentialNode.node(typesNode);
18:32:58 [2024-02-16T23:32:58.179Z] 				if (value instanceof String) {
18:32:58 [2024-02-16T23:32:58.179Z] 					credentialNode.put(key, (String) value);
18:32:58 [2024-02-16T23:32:58.179Z] 					credentialTypesNode.putBoolean(key, true);
18:32:58 [2024-02-16T23:32:58.179Z] 				} else // assume it is a byte array
18:32:58 [2024-02-16T23:32:58.179Z] 				{
18:32:58 [2024-02-16T23:32:58.180Z] 					credentialNode.putByteArray(key, (byte[]) value);
18:32:58 [2024-02-16T23:32:58.180Z] 					credentialTypesNode.putBoolean(key, false);
18:32:58 [2024-02-16T23:32:58.180Z] 				}
18:32:58 [2024-02-16T23:32:58.180Z] 				credentialNode.flush();
18:32:58 [2024-02-16T23:32:58.180Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.180Z] 			});
18:32:58 [2024-02-16T23:32:58.180Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.180Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.180Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[193] 
18:32:58 [2024-02-16T23:32:58.180Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.180Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.180Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.180Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[193] 
18:32:58 [2024-02-16T23:32:58.180Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.180Z] 				Preferences credentialNode = rootNode.node(role.getName() + "/" + credentialsNode); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.180Z] 				credentialNode.remove(key);
18:32:58 [2024-02-16T23:32:58.180Z] 				if (credentialNode.nodeExists(typesNode))
18:32:58 [2024-02-16T23:32:58.180Z] 					credentialNode.node(typesNode).remove(key);
18:32:58 [2024-02-16T23:32:58.180Z] 				credentialNode.flush();
18:32:58 [2024-02-16T23:32:58.180Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.180Z] 			});
18:32:58 [2024-02-16T23:32:58.180Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.180Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.181Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[209] 
18:32:58 [2024-02-16T23:32:58.181Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.181Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.181Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.181Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[209] 
18:32:58 [2024-02-16T23:32:58.181Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.181Z] 				Preferences memberNode = rootNode.node(group.getName() + "/" + membersNode); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.181Z] 				memberNode.put(role.getName(), basicString);
18:32:58 [2024-02-16T23:32:58.181Z] 				memberNode.flush();
18:32:58 [2024-02-16T23:32:58.181Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.181Z] 			});
18:32:58 [2024-02-16T23:32:58.181Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.181Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.181Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[226] 
18:32:58 [2024-02-16T23:32:58.181Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.181Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.181Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.181Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[226] 
18:32:58 [2024-02-16T23:32:58.181Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.181Z] 				Preferences memberNode = rootNode.node(group.getName() + "/" + membersNode); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.181Z] 				memberNode.put(role.getName(), requiredString);
18:32:58 [2024-02-16T23:32:58.181Z] 				memberNode.flush();
18:32:58 [2024-02-16T23:32:58.181Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.181Z] 			});
18:32:58 [2024-02-16T23:32:58.181Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.181Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.182Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[241] 
18:32:58 [2024-02-16T23:32:58.182Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.182Z] 	^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.182Z] The type AccessController has been deprecated since version 17 and marked for removal
18:32:58 [2024-02-16T23:32:58.182Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.useradmin/src/org/eclipse/equinox/internal/useradmin/UserAdminStore.java:[241] 
18:32:58 [2024-02-16T23:32:58.182Z] 	AccessController.doPrivileged((PrivilegedExceptionAction) () -> {
18:32:58 [2024-02-16T23:32:58.182Z] 				Preferences memberNode = rootNode.node(group.getName() + "/" + membersNode); //$NON-NLS-1$
18:32:58 [2024-02-16T23:32:58.182Z] 				memberNode.remove(role.getName());
18:32:58 [2024-02-16T23:32:58.182Z] 				memberNode.flush();
18:32:58 [2024-02-16T23:32:58.182Z] 				return (null);
18:32:58 [2024-02-16T23:32:58.182Z] 			});
18:32:58 [2024-02-16T23:32:58.182Z] 	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:32:58 [2024-02-16T23:32:58.182Z] The method doPrivileged(PrivilegedExceptionAction<Object>) from the type AccessController is deprecated
18:32:58 [2024-02-16T23:32:58.182Z] 36 problems (36 warnings)
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.182Z] [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.useradmin/src/test/resources
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.182Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.182Z] [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.useradmin/target/org.eclipse.equinox.useradmin-1.3.0-SNAPSHOT-sources.jar
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.183Z] [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.useradmin/target/org.eclipse.equinox.useradmin-1.3.0-SNAPSHOT.jar
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.3.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.useradmin/.polyglot.META-INF
18:32:58 [2024-02-16T23:32:58.183Z]     The main artifact has been replaced with the baseline version.
18:32:58 [2024-02-16T23:32:58.183Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:58 [2024-02-16T23:32:58.183Z] 
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.3.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.useradmin/.polyglot.META-INF
18:32:58 [2024-02-16T23:32:58.183Z]     The main artifact has been replaced with the baseline version.
18:32:58 [2024-02-16T23:32:58.183Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:58 [2024-02-16T23:32:58.183Z] 
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] Execution was skipped
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] 
18:32:58 [2024-02-16T23:32:58.183Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.useradmin ---
18:32:58 [2024-02-16T23:32:58.183Z] [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.useradmin/target/org.eclipse.equinox.useradmin-1.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:32:58 [2024-02-16T23:32:58.184Z] [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.useradmin/target/org.eclipse.equinox.useradmin-1.3.0-SNAPSHOT.jar
18:32:59 [2024-02-16T23:32:59.111Z] [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.useradmin/target/org.eclipse.equinox.useradmin-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:32:59 [2024-02-16T23:32:59.111Z] [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.useradmin/target/org.eclipse.equinox.useradmin-1.3.0-SNAPSHOT-sources.jar
18:32:59 [2024-02-16T23:32:59.673Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.673Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.useradmin ---
18:32:59 [2024-02-16T23:32:59.673Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.useradmin:1.3.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.useradmin/.polyglot.META-INF
18:32:59 [2024-02-16T23:32:59.673Z]     The main artifact has been replaced with the baseline version.
18:32:59 [2024-02-16T23:32:59.673Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:32:59 [2024-02-16T23:32:59.673Z] 
18:32:59 [2024-02-16T23:32:59.673Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.673Z] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.compendium.sdk >-------
18:32:59 [2024-02-16T23:32:59.673Z] [INFO] Building [feature] Equinox Compendium SDK 3.23.0-SNAPSHOT      [459/521]
18:32:59 [2024-02-16T23:32:59.673Z] [INFO]   from equinox/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml
18:32:59 [2024-02-16T23:32:59.673Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:32:59 [2024-02-16T23:32:59.674Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.23.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/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.compendium.sdk/target
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] The project's OSGi version is 3.23.0.v20240214-0846
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.929Z] [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/features/org.eclipse.equinox.compendium.sdk/saveproperties
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.929Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.930Z] [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/features/org.eclipse.equinox.compendium.sdk/src/main/resources
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.930Z] [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/features/org.eclipse.equinox.compendium.sdk/src/main/resources
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.930Z] [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/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.23.0-SNAPSHOT.jar
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.23.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/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml
18:32:59 [2024-02-16T23:32:59.930Z]     The main artifact has been replaced with the baseline version.
18:32:59 [2024-02-16T23:32:59.930Z] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.930Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.930Z] [WARNING] The following referenced plugins have missing sources
18:32:59 [2024-02-16T23:32:59.930Z] 	org.eclipse.equinox.app.source_1.7.0.v20240213-1427
18:32:59 [2024-02-16T23:32:59.930Z] 	org.eclipse.equinox.coordinator.source_1.5.300.v20240214-0846
18:32:59 [2024-02-16T23:32:59.930Z] 	org.eclipse.equinox.cm.source_1.6.0.v20240214-0846
18:32:59 [2024-02-16T23:32:59.930Z] 	org.eclipse.equinox.device.source_1.2.0.v20240213-1515
18:32:59 [2024-02-16T23:32:59.931Z] 	org.eclipse.equinox.event.source_1.7.0.v20240214-0846
18:32:59 [2024-02-16T23:32:59.931Z] 	org.eclipse.equinox.metatype.source_1.6.500.v20231214-2017
18:32:59 [2024-02-16T23:32:59.931Z] 	org.eclipse.equinox.preferences.source_3.11.0.v20240210-0844
18:32:59 [2024-02-16T23:32:59.931Z] 	org.osgi.service.prefs.source_1.1.2.202109301733
18:32:59 [2024-02-16T23:32:59.931Z] 	org.eclipse.equinox.useradmin.source_1.3.0.v20240214-0659
18:32:59 [2024-02-16T23:32:59.931Z] 	org.osgi.service.coordinator.source_1.0.2.201505202024
18:32:59 [2024-02-16T23:32:59.931Z] 
18:32:59 [2024-02-16T23:32:59.931Z] [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/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.23.0-SNAPSHOT-sources-feature.jar
18:32:59 [2024-02-16T23:32:59.931Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.931Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.931Z] [INFO] Artifact comparison detailed log 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/features/org.eclipse.equinox.compendium.sdk/target/artifactcomparison
18:32:59 [2024-02-16T23:32:59.931Z] [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.23.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/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml: baseline and build artifacts have same version but different contents
18:32:59 [2024-02-16T23:32:59.931Z]    classifier-sources-feature: not present in baseline
18:32:59 [2024-02-16T23:32:59.931Z] 
18:32:59 [2024-02-16T23:32:59.931Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.23.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/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml
18:32:59 [2024-02-16T23:32:59.931Z]     The main artifact has been replaced with the baseline version.
18:32:59 [2024-02-16T23:32:59.931Z]     The following attached artifacts are not present in the baseline and have been removed: [sources-feature]
18:32:59 [2024-02-16T23:32:59.931Z] 
18:32:59 [2024-02-16T23:32:59.931Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.931Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.931Z] [INFO] Execution was skipped
18:32:59 [2024-02-16T23:32:59.931Z] [INFO] 
18:32:59 [2024-02-16T23:32:59.931Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.compendium.sdk ---
18:32:59 [2024-02-16T23:32:59.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/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.23.0-SNAPSHOT.jar' is already signed and will be resigned.
18:32:59 [2024-02-16T23:32:59.932Z] [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/features/org.eclipse.equinox.compendium.sdk/target/org.eclipse.equinox.compendium.sdk-3.23.0-SNAPSHOT.jar
18:33:01 [2024-02-16T23:33:01.295Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.295Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.compendium.sdk ---
18:33:01 [2024-02-16T23:33:01.295Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.compendium.sdk:3.23.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/features/org.eclipse.equinox.compendium.sdk/.polyglot.feature.xml
18:33:01 [2024-02-16T23:33:01.295Z]     The main artifact has been replaced with the baseline version.
18:33:01 [2024-02-16T23:33:01.295Z] 
18:33:01 [2024-02-16T23:33:01.295Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.295Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.supplement >---------
18:33:01 [2024-02-16T23:33:01.295Z] [INFO] Building [bundle] Supplemental Equinox Functionality 1.10.800-SNAPSHOT [460/521]
18:33:01 [2024-02-16T23:33:01.295Z] [INFO]   from equinox/bundles/org.eclipse.osgi/supplement/.polyglot.META-INF
18:33:01 [2024-02-16T23:33:01.295Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] The project's OSGi version is 1.10.800.v20240115-0830
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [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/supplement/saveproperties
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] Resolving class path of [bundle] Supplemental Equinox Functionality
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [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/supplement/src/main/resources
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [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/supplement/src/main/resources
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.296Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.296Z] [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.osgi/supplement/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:01 [2024-02-16T23:33:01.297Z] [WARNING] /home/jenkins/agent/workspace/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/supplement/src/org/eclipse/osgi/framework/internal/reliablefile/ReliableFileInputStream.java:[176] 
18:33:01 [2024-02-16T23:33:01.297Z] 	public synchronized int available() throws IOException {
18:33:01 [2024-02-16T23:33:01.297Z] 	                                           ^^^^^^^^^^^
18:33:01 [2024-02-16T23:33:01.297Z] The declared exception IOException is not actually thrown by the method available() from type ReliableFileInputStream
18:33:01 [2024-02-16T23:33:01.297Z] [WARNING] /home/jenkins/agent/workspace/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/supplement/src/org/eclipse/osgi/internal/location/Locker.java:[30] 
18:33:01 [2024-02-16T23:33:01.297Z] 	public boolean lock() throws IOException {
18:33:01 [2024-02-16T23:33:01.297Z] 	                             ^^^^^^^^^^^
18:33:01 [2024-02-16T23:33:01.297Z] The declared exception IOException is not actually thrown by the method lock() from type Locker.MockLocker
18:33:01 [2024-02-16T23:33:01.297Z] 2 problems (2 warnings)
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.297Z] [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/supplement/src/test/resources
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.297Z] [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/supplement/target/org.eclipse.equinox.supplement-1.10.800-SNAPSHOT-sources.jar
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.297Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.298Z] [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/supplement/target/org.eclipse.equinox.supplement-1.10.800-SNAPSHOT.jar
18:33:01 [2024-02-16T23:33:01.298Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.298Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.298Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.800-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/supplement/.polyglot.META-INF
18:33:01 [2024-02-16T23:33:01.298Z]     The main artifact has been replaced with the baseline version.
18:33:01 [2024-02-16T23:33:01.298Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:01 [2024-02-16T23:33:01.298Z] 
18:33:01 [2024-02-16T23:33:01.298Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.298Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.298Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.298Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.298Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.800-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/supplement/.polyglot.META-INF
18:33:01 [2024-02-16T23:33:01.298Z]     The main artifact has been replaced with the baseline version.
18:33:01 [2024-02-16T23:33:01.298Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:01 [2024-02-16T23:33:01.298Z] 
18:33:01 [2024-02-16T23:33:01.554Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.554Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.554Z] [INFO] Execution was skipped
18:33:01 [2024-02-16T23:33:01.554Z] [INFO] 
18:33:01 [2024-02-16T23:33:01.554Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.supplement ---
18:33:01 [2024-02-16T23:33:01.554Z] [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/supplement/target/org.eclipse.equinox.supplement-1.10.800-SNAPSHOT.jar' is already signed and will be resigned.
18:33:01 [2024-02-16T23:33:01.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/equinox/bundles/org.eclipse.osgi/supplement/target/org.eclipse.equinox.supplement-1.10.800-SNAPSHOT.jar
18:33:02 [2024-02-16T23:33:02.482Z] [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/supplement/target/org.eclipse.equinox.supplement-1.10.800-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:02 [2024-02-16T23:33:02.483Z] [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/supplement/target/org.eclipse.equinox.supplement-1.10.800-SNAPSHOT-sources.jar
18:33:03 [2024-02-16T23:33:03.409Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.409Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.supplement ---
18:33:03 [2024-02-16T23:33:03.665Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.supplement:1.10.800-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/supplement/.polyglot.META-INF
18:33:03 [2024-02-16T23:33:03.665Z]     The main artifact has been replaced with the baseline version.
18:33:03 [2024-02-16T23:33:03.666Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:03 [2024-02-16T23:33:03.666Z] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.weaving.hook >--------
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] Building [bundle] Aspect Weaving Hooks Plug-in 1.4.0-SNAPSHOT  [461/521]
18:33:03 [2024-02-16T23:33:03.666Z] [INFO]   from equinox/bundles/org.eclipse.equinox.weaving.hook/.polyglot.META-INF
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] The project's OSGi version is 1.4.0.v20240213-1357
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.666Z] [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.weaving.hook/saveproperties
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] Resolving class path of [bundle] Aspect Weaving Hooks Plug-in
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.666Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.667Z] [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.weaving.hook/src/main/resources
18:33:03 [2024-02-16T23:33:03.667Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.667Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.667Z] [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.weaving.hook/src/main/resources
18:33:03 [2024-02-16T23:33:03.667Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.667Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.667Z] [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.weaving.hook/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:03 [2024-02-16T23:33:03.667Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/ISupplementerRegistry.java:[22] 
18:33:03 [2024-02-16T23:33:03.667Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:33:03 [2024-02-16T23:33:03.667Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.667Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.667Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/ISupplementerRegistry.java:[35] 
18:33:03 [2024-02-16T23:33:03.668Z] 	public PackageAdmin getPackageAdmin();
18:33:03 [2024-02-16T23:33:03.668Z] 	       ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.668Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.668Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/ISupplementerRegistry.java:[52] 
18:33:03 [2024-02-16T23:33:03.668Z] 	public void setPackageAdmin(final PackageAdmin packageAdmin);
18:33:03 [2024-02-16T23:33:03.668Z] 	                                  ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.668Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.668Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[42] 
18:33:03 [2024-02-16T23:33:03.668Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:33:03 [2024-02-16T23:33:03.668Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.668Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.668Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[43] 
18:33:03 [2024-02-16T23:33:03.668Z] 	import org.osgi.service.startlevel.StartLevel;
18:33:03 [2024-02-16T23:33:03.668Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.668Z] The type StartLevel is deprecated
18:33:03 [2024-02-16T23:33:03.668Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[57] 
18:33:03 [2024-02-16T23:33:03.669Z] 	private PackageAdmin packageAdminService;
18:33:03 [2024-02-16T23:33:03.669Z] 	        ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.669Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.669Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[59] 
18:33:03 [2024-02-16T23:33:03.669Z] 	private StartLevel startLevelService;
18:33:03 [2024-02-16T23:33:03.669Z] 	        ^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.669Z] The type StartLevel is deprecated
18:33:03 [2024-02-16T23:33:03.669Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[114] 
18:33:03 [2024-02-16T23:33:03.669Z] 	host = packageAdminService.getHosts(fragment)[0];
18:33:03 [2024-02-16T23:33:03.669Z] 	                           ^^^^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.669Z] The method getHosts(Bundle) from the type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.669Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[188] 
18:33:03 [2024-02-16T23:33:03.669Z] 	&& startLevelService.getStartLevel() > 0) {
18:33:03 [2024-02-16T23:33:03.669Z] 	                     ^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.669Z] The method getStartLevel() from the type StartLevel is deprecated
18:33:03 [2024-02-16T23:33:03.669Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[231] 
18:33:03 [2024-02-16T23:33:03.669Z] 	final ServiceReference<PackageAdmin> ref = context.getServiceReference(PackageAdmin.class);
18:33:03 [2024-02-16T23:33:03.669Z] 	                       ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.669Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.670Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[231] 
18:33:03 [2024-02-16T23:33:03.670Z] 	final ServiceReference<PackageAdmin> ref = context.getServiceReference(PackageAdmin.class);
18:33:03 [2024-02-16T23:33:03.670Z] 	                                                                       ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.670Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.670Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[246] 
18:33:03 [2024-02-16T23:33:03.670Z] 	final ServiceReference<StartLevel> ref = context.getServiceReference(StartLevel.class);
18:33:03 [2024-02-16T23:33:03.670Z] 	                       ^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.670Z] The type StartLevel is deprecated
18:33:03 [2024-02-16T23:33:03.670Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/adaptors/WeavingAdaptorFactory.java:[246] 
18:33:03 [2024-02-16T23:33:03.670Z] 	final ServiceReference<StartLevel> ref = context.getServiceReference(StartLevel.class);
18:33:03 [2024-02-16T23:33:03.670Z] 	                                                                     ^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.670Z] The type StartLevel is deprecated
18:33:03 [2024-02-16T23:33:03.670Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[39] 
18:33:03 [2024-02-16T23:33:03.671Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:33:03 [2024-02-16T23:33:03.671Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.671Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.671Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[92] 
18:33:03 [2024-02-16T23:33:03.671Z] 	private PackageAdmin packageAdmin;
18:33:03 [2024-02-16T23:33:03.671Z] 	        ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.671Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.671Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[175] 
18:33:03 [2024-02-16T23:33:03.671Z] 	final Bundle[] hosts = this.packageAdmin.getHosts(bundle);
18:33:03 [2024-02-16T23:33:03.671Z] 	                                         ^^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.671Z] The method getHosts(Bundle) from the type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.671Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[216] 
18:33:03 [2024-02-16T23:33:03.671Z] 	public PackageAdmin getPackageAdmin() {
18:33:03 [2024-02-16T23:33:03.671Z] 	       ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.671Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.671Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[391] 
18:33:03 [2024-02-16T23:33:03.672Z] 	* @see org.eclipse.equinox.service.weaving.ISupplementerRegistry#setPackageAdmin(org.osgi.service.packageadmin.PackageAdmin)
18:33:03 [2024-02-16T23:33:03.672Z] 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.672Z] Javadoc: The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.672Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[391] 
18:33:03 [2024-02-16T23:33:03.672Z] 	* @see org.eclipse.equinox.service.weaving.ISupplementerRegistry#setPackageAdmin(org.osgi.service.packageadmin.PackageAdmin)
18:33:03 [2024-02-16T23:33:03.672Z] 	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.672Z] Javadoc: The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.672Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/SupplementerRegistry.java:[394] 
18:33:03 [2024-02-16T23:33:03.672Z] 	public void setPackageAdmin(final PackageAdmin packageAdmin) {
18:33:03 [2024-02-16T23:33:03.672Z] 	                                  ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.672Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.672Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingBundleFile.java:[51] 
18:33:03 [2024-02-16T23:33:03.672Z] 	this.url = delegate.getBaseFile().toURL();
18:33:03 [2024-02-16T23:33:03.672Z] 	                                  ^^^^^^^
18:33:03 [2024-02-16T23:33:03.672Z] The method toURL() from the type File is deprecated
18:33:03 [2024-02-16T23:33:03.672Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:[39] 
18:33:03 [2024-02-16T23:33:03.673Z] 	import org.osgi.service.packageadmin.PackageAdmin;
18:33:03 [2024-02-16T23:33:03.673Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.673Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.673Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:[118] 
18:33:03 [2024-02-16T23:33:03.673Z] 	final ServiceReference<PackageAdmin> serviceReference = context.getServiceReference(PackageAdmin.class);
18:33:03 [2024-02-16T23:33:03.673Z] 	                       ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.673Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.673Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:[118] 
18:33:03 [2024-02-16T23:33:03.673Z] 	final ServiceReference<PackageAdmin> serviceReference = context.getServiceReference(PackageAdmin.class);
18:33:03 [2024-02-16T23:33:03.673Z] 	                                                                                    ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.673Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.673Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/WeavingHook.java:[119] 
18:33:03 [2024-02-16T23:33:03.673Z] 	final PackageAdmin packageAdmin = context.getService(serviceReference);
18:33:03 [2024-02-16T23:33:03.673Z] 	      ^^^^^^^^^^^^
18:33:03 [2024-02-16T23:33:03.673Z] The type PackageAdmin is deprecated
18:33:03 [2024-02-16T23:33:03.673Z] 25 problems (25 warnings)
18:33:03 [2024-02-16T23:33:03.673Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.673Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.673Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.673Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.673Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.673Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.673Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.673Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.674Z] [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.weaving.hook/src/test/resources
18:33:03 [2024-02-16T23:33:03.674Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.674Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.674Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.674Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.674Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.674Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.930Z] [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.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.4.0-SNAPSHOT-sources.jar
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.930Z] [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.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.4.0-SNAPSHOT.jar
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.4.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.weaving.hook/.polyglot.META-INF
18:33:03 [2024-02-16T23:33:03.930Z]     The main artifact has been replaced with the baseline version.
18:33:03 [2024-02-16T23:33:03.930Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:03 [2024-02-16T23:33:03.930Z] 
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.4.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.weaving.hook/.polyglot.META-INF
18:33:03 [2024-02-16T23:33:03.930Z]     The main artifact has been replaced with the baseline version.
18:33:03 [2024-02-16T23:33:03.930Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:03 [2024-02-16T23:33:03.930Z] 
18:33:03 [2024-02-16T23:33:03.930Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.931Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.931Z] [INFO] Execution was skipped
18:33:03 [2024-02-16T23:33:03.931Z] [INFO] 
18:33:03 [2024-02-16T23:33:03.931Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.weaving.hook ---
18:33:03 [2024-02-16T23:33:03.931Z] [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.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.4.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:03 [2024-02-16T23:33:03.931Z] [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.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.4.0-SNAPSHOT.jar
18:33:04 [2024-02-16T23:33:04.862Z] [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.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.4.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:04 [2024-02-16T23:33:04.862Z] [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.weaving.hook/target/org.eclipse.equinox.weaving.hook-1.4.0-SNAPSHOT-sources.jar
18:33:05 [2024-02-16T23:33:05.440Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.441Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.weaving.hook ---
18:33:05 [2024-02-16T23:33:05.441Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.hook:1.4.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.weaving.hook/.polyglot.META-INF
18:33:05 [2024-02-16T23:33:05.441Z]     The main artifact has been replaced with the baseline version.
18:33:05 [2024-02-16T23:33:05.441Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:05 [2024-02-16T23:33:05.441Z] 
18:33:05 [2024-02-16T23:33:05.441Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.441Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.log.stream >---------
18:33:05 [2024-02-16T23:33:05.441Z] [INFO] Building [bundle] Log Stream Provider 1.2.0-SNAPSHOT           [462/521]
18:33:05 [2024-02-16T23:33:05.441Z] [INFO]   from equinox/bundles/org.eclipse.equinox.log.stream/.polyglot.META-INF
18:33:05 [2024-02-16T23:33:05.441Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:05 [2024-02-16T23:33:05.441Z] [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.pom
18:33:05 [2024-02-16T23:33:05.696Z] [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.pom (2.4 kB at 29 kB/s)
18:33:05 [2024-02-16T23:33:05.696Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.pom
18:33:05 [2024-02-16T23:33:05.696Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.pom (1.4 kB at 19 kB/s)
18:33:05 [2024-02-16T23:33:05.697Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.pom
18:33:05 [2024-02-16T23:33:05.697Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.pushstream/1.0.1/org.osgi.util.pushstream-1.0.1.pom (1.4 kB at 28 kB/s)
18:33:05 [2024-02-16T23:33:05.697Z] [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.pom
18:33:05 [2024-02-16T23:33:05.697Z] [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.pom (2.1 kB at 37 kB/s)
18:33:05 [2024-02-16T23:33:05.697Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.pom
18:33:05 [2024-02-16T23:33:05.952Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.1.1/org.osgi.util.promise-1.1.1.pom (1.4 kB at 24 kB/s)
18:33:05 [2024-02-16T23:33:05.952Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar
18:33:05 [2024-02-16T23:33:05.952Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.4.0/org.osgi.service.log-1.4.0.jar (38 kB at 1.1 MB/s)
18:33:05 [2024-02-16T23:33:05.952Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.952Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.952Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] The project's OSGi version is 1.2.0.v20240213-1244
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.953Z] [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.log.stream/saveproperties
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] Resolving class path of [bundle] Log Stream Provider
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.953Z] [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.log.stream/src/main/resources
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.953Z] [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.log.stream/src/main/resources
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.953Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.954Z] [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.log.stream/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.954Z] [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.log.stream/src/test/resources
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.954Z] [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.log.stream/target/org.eclipse.equinox.log.stream-1.2.0-SNAPSHOT-sources.jar
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.954Z] [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.log.stream/target/org.eclipse.equinox.log.stream-1.2.0-SNAPSHOT.jar
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.954Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.2.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.log.stream/.polyglot.META-INF
18:33:05 [2024-02-16T23:33:05.955Z]     The main artifact has been replaced with the baseline version.
18:33:05 [2024-02-16T23:33:05.955Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:05 [2024-02-16T23:33:05.955Z] 
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.2.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.log.stream/.polyglot.META-INF
18:33:05 [2024-02-16T23:33:05.955Z]     The main artifact has been replaced with the baseline version.
18:33:05 [2024-02-16T23:33:05.955Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:05 [2024-02-16T23:33:05.955Z] 
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] Execution was skipped
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] 
18:33:05 [2024-02-16T23:33:05.955Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.log.stream ---
18:33:05 [2024-02-16T23:33:05.955Z] [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.log.stream/target/org.eclipse.equinox.log.stream-1.2.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:05 [2024-02-16T23:33:05.955Z] [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.log.stream/target/org.eclipse.equinox.log.stream-1.2.0-SNAPSHOT.jar
18:33:06 [2024-02-16T23:33:06.880Z] [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.log.stream/target/org.eclipse.equinox.log.stream-1.2.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:06 [2024-02-16T23:33:06.881Z] [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.log.stream/target/org.eclipse.equinox.log.stream-1.2.0-SNAPSHOT-sources.jar
18:33:07 [2024-02-16T23:33:07.441Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.log.stream ---
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.log.stream:1.2.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.log.stream/.polyglot.META-INF
18:33:07 [2024-02-16T23:33:07.442Z]     The main artifact has been replaced with the baseline version.
18:33:07 [2024-02-16T23:33:07.442Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:07 [2024-02-16T23:33:07.442Z] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.xslt >-------
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] Building [bundle] XSLT Transform Provider 1.3.0-SNAPSHOT       [463/521]
18:33:07 [2024-02-16T23:33:07.442Z] [INFO]   from equinox/bundles/org.eclipse.equinox.transforms.xslt/.polyglot.META-INF
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] The project's OSGi version is 1.3.0.v20240213-1244
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.442Z] [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.transforms.xslt/saveproperties
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] Resolving class path of [bundle] XSLT Transform Provider
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.442Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.443Z] [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.transforms.xslt/src/main/resources
18:33:07 [2024-02-16T23:33:07.443Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.443Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.443Z] [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.transforms.xslt/src/main/resources
18:33:07 [2024-02-16T23:33:07.443Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.443Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.443Z] [INFO] Compiling 3 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.transforms.xslt/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:07 [2024-02-16T23:33:07.699Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[32] 
18:33:07 [2024-02-16T23:33:07.699Z] 	import org.xml.sax.helpers.XMLReaderFactory;
18:33:07 [2024-02-16T23:33:07.699Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:33:07 [2024-02-16T23:33:07.699Z] The type XMLReaderFactory is deprecated since version 9
18:33:07 [2024-02-16T23:33:07.699Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[59] 
18:33:07 [2024-02-16T23:33:07.699Z] 	XMLReader reader = XMLReaderFactory.createXMLReader();
18:33:07 [2024-02-16T23:33:07.699Z] 	                   ^^^^^^^^^^^^^^^^
18:33:07 [2024-02-16T23:33:07.699Z] The type XMLReaderFactory is deprecated since version 9
18:33:07 [2024-02-16T23:33:07.699Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[59] 
18:33:07 [2024-02-16T23:33:07.699Z] 	XMLReader reader = XMLReaderFactory.createXMLReader();
18:33:07 [2024-02-16T23:33:07.699Z] 	                                    ^^^^^^^^^^^^^^^^^
18:33:07 [2024-02-16T23:33:07.699Z] The method createXMLReader() from the type XMLReaderFactory is deprecated
18:33:07 [2024-02-16T23:33:07.699Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[161] 
18:33:07 [2024-02-16T23:33:07.699Z] 	XMLReader reader = XMLReaderFactory.createXMLReader();
18:33:07 [2024-02-16T23:33:07.699Z] 	                   ^^^^^^^^^^^^^^^^
18:33:07 [2024-02-16T23:33:07.699Z] The type XMLReaderFactory is deprecated since version 9
18:33:07 [2024-02-16T23:33:07.700Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.transforms.xslt/src/org/eclipse/equinox/internal/transforms/xslt/XSLTStreamTransformer.java:[161] 
18:33:07 [2024-02-16T23:33:07.700Z] 	XMLReader reader = XMLReaderFactory.createXMLReader();
18:33:07 [2024-02-16T23:33:07.700Z] 	                                    ^^^^^^^^^^^^^^^^^
18:33:07 [2024-02-16T23:33:07.700Z] The method createXMLReader() from the type XMLReaderFactory is deprecated
18:33:07 [2024-02-16T23:33:07.700Z] 5 problems (5 warnings)
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.700Z] [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.transforms.xslt/src/test/resources
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.700Z] [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.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.3.0-SNAPSHOT-sources.jar
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.700Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.701Z] [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.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.3.0-SNAPSHOT.jar
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.3.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.transforms.xslt/.polyglot.META-INF
18:33:07 [2024-02-16T23:33:07.701Z]     The main artifact has been replaced with the baseline version.
18:33:07 [2024-02-16T23:33:07.701Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:07 [2024-02-16T23:33:07.701Z] 
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.3.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.transforms.xslt/.polyglot.META-INF
18:33:07 [2024-02-16T23:33:07.701Z]     The main artifact has been replaced with the baseline version.
18:33:07 [2024-02-16T23:33:07.701Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:07 [2024-02-16T23:33:07.701Z] 
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] Execution was skipped
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] 
18:33:07 [2024-02-16T23:33:07.701Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.transforms.xslt ---
18:33:07 [2024-02-16T23:33:07.701Z] [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.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:07 [2024-02-16T23:33:07.702Z] [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.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.3.0-SNAPSHOT.jar
18:33:08 [2024-02-16T23:33:08.262Z] [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.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:08 [2024-02-16T23:33:08.262Z] [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.transforms.xslt/target/org.eclipse.equinox.transforms.xslt-1.3.0-SNAPSHOT-sources.jar
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.transforms.xslt ---
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.xslt:1.3.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.transforms.xslt/.polyglot.META-INF
18:33:09 [2024-02-16T23:33:09.626Z]     The main artifact has been replaced with the baseline version.
18:33:09 [2024-02-16T23:33:09.626Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:09 [2024-02-16T23:33:09.626Z] 
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9 >-----
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] Building [bundle] J9 CachingService Plug-in 1.3.0-SNAPSHOT     [464/521]
18:33:09 [2024-02-16T23:33:09.626Z] [INFO]   from equinox/bundles/org.eclipse.equinox.weaving.caching.j9/.polyglot.META-INF
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] The project's OSGi version is 1.3.0.v20240213-1357
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.626Z] [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.weaving.caching.j9/saveproperties
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.626Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] Resolving class path of [bundle] J9 CachingService Plug-in
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.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/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.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/equinox/bundles/org.eclipse.equinox.weaving.caching.j9/src/main/resources
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] Compiling 3 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.weaving.caching.j9/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.627Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.628Z] [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.weaving.caching.j9/src/test/resources
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.628Z] [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.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.3.0-SNAPSHOT-sources.jar
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.628Z] [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.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.3.0-SNAPSHOT.jar
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.3.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.weaving.caching.j9/.polyglot.META-INF
18:33:09 [2024-02-16T23:33:09.628Z]     The main artifact has been replaced with the baseline version.
18:33:09 [2024-02-16T23:33:09.628Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:09 [2024-02-16T23:33:09.628Z] 
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.628Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.629Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.629Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.629Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.3.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.weaving.caching.j9/.polyglot.META-INF
18:33:09 [2024-02-16T23:33:09.629Z]     The main artifact has been replaced with the baseline version.
18:33:09 [2024-02-16T23:33:09.629Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:09 [2024-02-16T23:33:09.629Z] 
18:33:09 [2024-02-16T23:33:09.629Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.629Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.629Z] [INFO] Execution was skipped
18:33:09 [2024-02-16T23:33:09.629Z] [INFO] 
18:33:09 [2024-02-16T23:33:09.629Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:09 [2024-02-16T23:33:09.629Z] [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.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:09 [2024-02-16T23:33:09.629Z] [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.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.3.0-SNAPSHOT.jar
18:33:10 [2024-02-16T23:33:10.556Z] [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.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:10 [2024-02-16T23:33:10.557Z] [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.weaving.caching.j9/target/org.eclipse.equinox.weaving.caching.j9-1.3.0-SNAPSHOT-sources.jar
18:33:11 [2024-02-16T23:33:11.486Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.486Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.weaving.caching.j9 ---
18:33:11 [2024-02-16T23:33:11.486Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching.j9:1.3.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.weaving.caching.j9/.polyglot.META-INF
18:33:11 [2024-02-16T23:33:11.486Z]     The main artifact has been replaced with the baseline version.
18:33:11 [2024-02-16T23:33:11.486Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:11 [2024-02-16T23:33:11.486Z] 
18:33:11 [2024-02-16T23:33:11.486Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.486Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.console.ssh >---------
18:33:11 [2024-02-16T23:33:11.486Z] [INFO] Building [bundle] Console ssh support plug-in 1.3.0-SNAPSHOT   [465/521]
18:33:11 [2024-02-16T23:33:11.486Z] [INFO]   from equinox/bundles/org.eclipse.equinox.console.ssh/.polyglot.META-INF
18:33:11 [2024-02-16T23:33:11.486Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:11 [2024-02-16T23:33:11.486Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.0/sshd-osgi-2.12.0.pom
18:33:11 [2024-02-16T23:33:11.486Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-osgi/2.12.0/sshd-osgi-2.12.0.pom (9.0 kB at 180 kB/s)
18:33:11 [2024-02-16T23:33:11.487Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.12.0/sshd-2.12.0.pom
18:33:11 [2024-02-16T23:33:11.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.12.0/sshd-2.12.0.pom (75 kB at 1.9 MB/s)
18:33:11 [2024-02-16T23:33:11.487Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.28/spring-framework-bom-5.3.28.pom
18:33:11 [2024-02-16T23:33:11.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.28/spring-framework-bom-5.3.28.pom (5.7 kB at 707 kB/s)
18:33:11 [2024-02-16T23:33:11.487Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
18:33:11 [2024-02-16T23:33:11.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 548 kB/s)
18:33:11 [2024-02-16T23:33:11.487Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
18:33:11 [2024-02-16T23:33:11.487Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 1.7 MB/s)
18:33:11 [2024-02-16T23:33:11.487Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 131 kB/s)
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 2.1 MB/s)
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] The project's OSGi version is 1.3.0.v20240213-1244
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.743Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [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.console.ssh/saveproperties
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] Resolving class path of [bundle] Console ssh support plug-in
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [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.console.ssh/src/main/resources
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [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.console.ssh/src/main/resources
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] Compiling 16 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.console.ssh/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.744Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.745Z] [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.console.ssh/src/test/resources
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.745Z] [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.console.ssh/target/org.eclipse.equinox.console.ssh-1.3.0-SNAPSHOT-sources.jar
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.745Z] [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.console.ssh/target/org.eclipse.equinox.console.ssh-1.3.0-SNAPSHOT.jar
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.3.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.console.ssh/.polyglot.META-INF
18:33:11 [2024-02-16T23:33:11.745Z]     The main artifact has been replaced with the baseline version.
18:33:11 [2024-02-16T23:33:11.745Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:11 [2024-02-16T23:33:11.745Z] 
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.745Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.746Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.746Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.3.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.console.ssh/.polyglot.META-INF
18:33:11 [2024-02-16T23:33:11.746Z]     The main artifact has been replaced with the baseline version.
18:33:11 [2024-02-16T23:33:11.746Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:11 [2024-02-16T23:33:11.746Z] 
18:33:11 [2024-02-16T23:33:11.746Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.746Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.746Z] [INFO] Execution was skipped
18:33:11 [2024-02-16T23:33:11.746Z] [INFO] 
18:33:11 [2024-02-16T23:33:11.746Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.console.ssh ---
18:33:11 [2024-02-16T23:33:11.746Z] [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.console.ssh/target/org.eclipse.equinox.console.ssh-1.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:11 [2024-02-16T23:33:11.746Z] [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.console.ssh/target/org.eclipse.equinox.console.ssh-1.3.0-SNAPSHOT.jar
18:33:13 [2024-02-16T23:33:13.110Z] [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.console.ssh/target/org.eclipse.equinox.console.ssh-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:13 [2024-02-16T23:33:13.110Z] [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.console.ssh/target/org.eclipse.equinox.console.ssh-1.3.0-SNAPSHOT-sources.jar
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.console.ssh ---
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.ssh:1.3.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.console.ssh/.polyglot.META-INF
18:33:14 [2024-02-16T23:33:14.036Z]     The main artifact has been replaced with the baseline version.
18:33:14 [2024-02-16T23:33:14.036Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:14 [2024-02-16T23:33:14.036Z] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment >----
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] Building [bundle] SSHD Fragment 1.2.0-SNAPSHOT                 [466/521]
18:33:14 [2024-02-16T23:33:14.036Z] [INFO]   from equinox/bundles/org.eclipse.equinox.console.jaas.fragment/.polyglot.META-INF
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] The project's OSGi version is 1.2.0.v20240213-1244
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.036Z] [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.console.jaas.fragment/saveproperties
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.036Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] Resolving class path of [bundle] SSHD Fragment
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [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.console.jaas.fragment/src/main/resources
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [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.console.jaas.fragment/src/main/resources
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [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.console.jaas.fragment/src/test/resources
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.037Z] [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.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.2.0-SNAPSHOT-sources.jar
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.037Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.038Z] [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.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.2.0-SNAPSHOT.jar
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.2.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.console.jaas.fragment/.polyglot.META-INF
18:33:14 [2024-02-16T23:33:14.038Z]     The main artifact has been replaced with the baseline version.
18:33:14 [2024-02-16T23:33:14.038Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:14 [2024-02-16T23:33:14.038Z] 
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.2.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.console.jaas.fragment/.polyglot.META-INF
18:33:14 [2024-02-16T23:33:14.038Z]     The main artifact has been replaced with the baseline version.
18:33:14 [2024-02-16T23:33:14.038Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:14 [2024-02-16T23:33:14.038Z] 
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] Execution was skipped
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] 
18:33:14 [2024-02-16T23:33:14.038Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:14 [2024-02-16T23:33:14.039Z] [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.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.2.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:14 [2024-02-16T23:33:14.039Z] [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.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.2.0-SNAPSHOT.jar
18:33:14 [2024-02-16T23:33:14.599Z] [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.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.2.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:14 [2024-02-16T23:33:14.599Z] [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.console.jaas.fragment/target/org.eclipse.equinox.console.jaas.fragment-1.2.0-SNAPSHOT-sources.jar
18:33:15 [2024-02-16T23:33:15.962Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.962Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.console.jaas.fragment ---
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.console.jaas.fragment:1.2.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.console.jaas.fragment/.polyglot.META-INF
18:33:15 [2024-02-16T23:33:15.963Z]     The main artifact has been replaced with the baseline version.
18:33:15 [2024-02-16T23:33:15.963Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:15 [2024-02-16T23:33:15.963Z] 
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.weaving.caching >-------
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] Building [bundle] Standard Caching Service for Equinox Aspects 1.3.0-SNAPSHOT [467/521]
18:33:15 [2024-02-16T23:33:15.963Z] [INFO]   from equinox/bundles/org.eclipse.equinox.weaving.caching/.polyglot.META-INF
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] The project's OSGi version is 1.3.0.v20240213-1357
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.964Z] [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.weaving.caching/saveproperties
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] Resolving class path of [bundle] Standard Caching Service for Equinox Aspects
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.964Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.965Z] [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.weaving.caching/src/main/resources
18:33:15 [2024-02-16T23:33:15.965Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.965Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.965Z] [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.weaving.caching/src/main/resources
18:33:15 [2024-02-16T23:33:15.965Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.965Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.965Z] [INFO] Compiling 10 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.weaving.caching/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:15 [2024-02-16T23:33:15.965Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/CacheWriter.java:[109] 
18:33:15 [2024-02-16T23:33:15.966Z] 	* @throws IOException if an error occurs while writing to the cache
18:33:15 [2024-02-16T23:33:15.966Z] 	          ^^^^^^^^^^^
18:33:15 [2024-02-16T23:33:15.966Z] Javadoc: Exception IOException is not declared
18:33:15 [2024-02-16T23:33:15.966Z] 1 problem (1 warning)
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.966Z] [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.weaving.caching/src/test/resources
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.966Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.967Z] [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.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.3.0-SNAPSHOT-sources.jar
18:33:15 [2024-02-16T23:33:15.967Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.967Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.967Z] [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.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.3.0-SNAPSHOT.jar
18:33:15 [2024-02-16T23:33:15.967Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.967Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.3.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.weaving.caching/.polyglot.META-INF
18:33:15 [2024-02-16T23:33:15.968Z]     The main artifact has been replaced with the baseline version.
18:33:15 [2024-02-16T23:33:15.968Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:15 [2024-02-16T23:33:15.968Z] 
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.3.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.weaving.caching/.polyglot.META-INF
18:33:15 [2024-02-16T23:33:15.968Z]     The main artifact has been replaced with the baseline version.
18:33:15 [2024-02-16T23:33:15.968Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:15 [2024-02-16T23:33:15.968Z] 
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] Execution was skipped
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] 
18:33:15 [2024-02-16T23:33:15.968Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.weaving.caching ---
18:33:15 [2024-02-16T23:33:15.969Z] [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.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.3.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:15 [2024-02-16T23:33:15.969Z] [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.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.3.0-SNAPSHOT.jar
18:33:16 [2024-02-16T23:33:16.896Z] [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.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:16 [2024-02-16T23:33:16.896Z] [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.weaving.caching/target/org.eclipse.equinox.weaving.caching-1.3.0-SNAPSHOT-sources.jar
18:33:17 [2024-02-16T23:33:17.457Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.weaving.caching ---
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.weaving.caching:1.3.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.weaving.caching/.polyglot.META-INF
18:33:17 [2024-02-16T23:33:17.458Z]     The main artifact has been replaced with the baseline version.
18:33:17 [2024-02-16T23:33:17.458Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:17 [2024-02-16T23:33:17.458Z] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] ------< org.eclipse.equinox:org.eclipse.equinox.transforms.hook >-------
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] Building [bundle] Transformer Hook Framework Extension 1.4.0-SNAPSHOT [468/521]
18:33:17 [2024-02-16T23:33:17.458Z] [INFO]   from equinox/bundles/org.eclipse.equinox.transforms.hook/.polyglot.META-INF
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] The project's OSGi version is 1.4.0.v20240213-1244
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.458Z] [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.transforms.hook/saveproperties
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.458Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] Resolving class path of [bundle] Transformer Hook Framework Extension
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.459Z] [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.transforms.hook/src/main/resources
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.459Z] [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.transforms.hook/src/main/resources
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] Compiling 10 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.transforms.hook/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.459Z] [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.transforms.hook/src/test/resources
18:33:17 [2024-02-16T23:33:17.459Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.460Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.460Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.460Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.460Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.460Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.460Z] [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.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.4.0-SNAPSHOT-sources.jar
18:33:17 [2024-02-16T23:33:17.715Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.715Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.716Z] [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.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.4.0-SNAPSHOT.jar
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.4.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.transforms.hook/.polyglot.META-INF
18:33:17 [2024-02-16T23:33:17.716Z]     The main artifact has been replaced with the baseline version.
18:33:17 [2024-02-16T23:33:17.716Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:17 [2024-02-16T23:33:17.716Z] 
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.4.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.transforms.hook/.polyglot.META-INF
18:33:17 [2024-02-16T23:33:17.716Z]     The main artifact has been replaced with the baseline version.
18:33:17 [2024-02-16T23:33:17.716Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:17 [2024-02-16T23:33:17.716Z] 
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] Execution was skipped
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] 
18:33:17 [2024-02-16T23:33:17.716Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.transforms.hook ---
18:33:17 [2024-02-16T23:33:17.717Z] [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.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.4.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:17 [2024-02-16T23:33:17.717Z] [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.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.4.0-SNAPSHOT.jar
18:33:18 [2024-02-16T23:33:18.642Z] [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.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.4.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:18 [2024-02-16T23:33:18.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/equinox/bundles/org.eclipse.equinox.transforms.hook/target/org.eclipse.equinox.transforms.hook-1.4.0-SNAPSHOT-sources.jar
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.transforms.hook ---
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.transforms.hook:1.4.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.transforms.hook/.polyglot.META-INF
18:33:19 [2024-02-16T23:33:19.203Z]     The main artifact has been replaced with the baseline version.
18:33:19 [2024-02-16T23:33:19.203Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:19 [2024-02-16T23:33:19.203Z] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] -----------< org.eclipse.equinox:org.eclipse.equinox.region >-----------
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] Building [bundle] Region Digraph 1.5.500-SNAPSHOT              [469/521]
18:33:19 [2024-02-16T23:33:19.203Z] [INFO]   from equinox/bundles/org.eclipse.equinox.region/.polyglot.META-INF
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] The project's OSGi version is 1.5.500.v20231214-2017
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.203Z] [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.region/saveproperties
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.203Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.204Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.204Z] [INFO] Resolving class path of [bundle] Region Digraph
18:33:19 [2024-02-16T23:33:19.204Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.204Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.204Z] [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.region/src/main/resources
18:33:19 [2024-02-16T23:33:19.204Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.204Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.204Z] [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.region/src/main/resources
18:33:19 [2024-02-16T23:33:19.204Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.204Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.204Z] [INFO] Compiling 30 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.region/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.460Z] [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.region/src/test/resources
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.460Z] [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.region/target/org.eclipse.equinox.region-1.5.500-SNAPSHOT-sources.jar
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.460Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.461Z] [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.region/target/org.eclipse.equinox.region-1.5.500-SNAPSHOT.jar
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.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/equinox/bundles/org.eclipse.equinox.region/.polyglot.META-INF
18:33:19 [2024-02-16T23:33:19.461Z]     The main artifact has been replaced with the baseline version.
18:33:19 [2024-02-16T23:33:19.461Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:19 [2024-02-16T23:33:19.461Z] 
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.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/equinox/bundles/org.eclipse.equinox.region/.polyglot.META-INF
18:33:19 [2024-02-16T23:33:19.461Z]     The main artifact has been replaced with the baseline version.
18:33:19 [2024-02-16T23:33:19.461Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:19 [2024-02-16T23:33:19.461Z] 
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] Execution was skipped
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] 
18:33:19 [2024-02-16T23:33:19.461Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.region ---
18:33:19 [2024-02-16T23:33:19.461Z] [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.region/target/org.eclipse.equinox.region-1.5.500-SNAPSHOT.jar' is already signed and will be resigned.
18:33:19 [2024-02-16T23:33:19.462Z] [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.region/target/org.eclipse.equinox.region-1.5.500-SNAPSHOT.jar
18:33:20 [2024-02-16T23:33:20.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/equinox/bundles/org.eclipse.equinox.region/target/org.eclipse.equinox.region-1.5.500-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:20 [2024-02-16T23:33:20.848Z] [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.region/target/org.eclipse.equinox.region-1.5.500-SNAPSHOT-sources.jar
18:33:21 [2024-02-16T23:33:21.410Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.410Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.region ---
18:33:21 [2024-02-16T23:33:21.410Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.region:1.5.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/equinox/bundles/org.eclipse.equinox.region/.polyglot.META-INF
18:33:21 [2024-02-16T23:33:21.410Z]     The main artifact has been replaced with the baseline version.
18:33:21 [2024-02-16T23:33:21.410Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:21 [2024-02-16T23:33:21.410Z] 
18:33:21 [2024-02-16T23:33:21.410Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.410Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.core.sdk >----------
18:33:21 [2024-02-16T23:33:21.410Z] [INFO] Building [feature] Equinox Core SDK 3.25.0-SNAPSHOT            [470/521]
18:33:21 [2024-02-16T23:33:21.410Z] [INFO]   from equinox/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml
18:33:21 [2024-02-16T23:33:21.410Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:33:21 [2024-02-16T23:33:21.411Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.25.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/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml
18:33:21 [2024-02-16T23:33:21.411Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.core.sdk/target
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] The project's OSGi version is 3.25.0.v20240214-0846
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.667Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.668Z] [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/features/org.eclipse.equinox.core.sdk/saveproperties
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.668Z] [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/features/org.eclipse.equinox.core.sdk/src/main/resources
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.668Z] [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/features/org.eclipse.equinox.core.sdk/src/main/resources
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.668Z] [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/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.25.0-SNAPSHOT.jar
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.668Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.924Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.25.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/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml
18:33:21 [2024-02-16T23:33:21.924Z]     The main artifact has been replaced with the baseline version.
18:33:21 [2024-02-16T23:33:21.924Z] 
18:33:21 [2024-02-16T23:33:21.924Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.924Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.924Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.924Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.924Z] [WARNING] The following referenced plugins have missing sources
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.launcher.source_1.6.700.v20240213-1244
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.supplement.source_1.10.800.v20240115-0830
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.transforms.xslt.source_1.3.0.v20240213-1244
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.transforms.hook.source_1.4.0.v20240213-1244
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.concurrent.source_1.3.0.v20240213-1244
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.security.win32.x86_64.source_1.2.200.v20240213-1244
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.security.linux.source_1.1.200.v20231214-1607
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.security.macosx.source_1.102.200.v20231214-2017
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.security.source_1.4.200.v20240213-1244
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.security.ui.source_1.4.200.v20240213-1246
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.region.source_1.5.500.v20231214-2017
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.log.stream.source_1.2.0.v20240213-1244
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.console.ssh.source_1.3.0.v20240213-1244
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.bidi.source_1.5.0.v20240113-0700
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.weaving.caching.source_1.3.0.v20240213-1357
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.weaving.caching.j9.source_1.3.0.v20240213-1357
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.weaving.hook.source_1.4.0.v20240213-1357
18:33:21 [2024-02-16T23:33:21.924Z] 	org.osgi.service.log.stream.source_1.0.0.202109301733
18:33:21 [2024-02-16T23:33:21.924Z] 	org.osgi.util.pushstream.source_1.1.0.202212101352
18:33:21 [2024-02-16T23:33:21.924Z] 
18:33:21 [2024-02-16T23:33:21.924Z] [WARNING] The following referenced features have missing sources
18:33:21 [2024-02-16T23:33:21.924Z] 	org.eclipse.equinox.core.feature.source_1.15.0.v20240214-0846
18:33:21 [2024-02-16T23:33:21.924Z] 
18:33:21 [2024-02-16T23:33:21.925Z] [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/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.25.0-SNAPSHOT-sources-feature.jar
18:33:21 [2024-02-16T23:33:21.925Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.925Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.925Z] [INFO] Artifact comparison detailed log 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/features/org.eclipse.equinox.core.sdk/target/artifactcomparison
18:33:21 [2024-02-16T23:33:21.925Z] [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.25.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/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml: baseline and build artifacts have same version but different contents
18:33:21 [2024-02-16T23:33:21.925Z]    classifier-sources-feature: not present in baseline
18:33:21 [2024-02-16T23:33:21.925Z] 
18:33:21 [2024-02-16T23:33:21.925Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.25.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/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml
18:33:21 [2024-02-16T23:33:21.925Z]     The main artifact has been replaced with the baseline version.
18:33:21 [2024-02-16T23:33:21.925Z]     The following attached artifacts are not present in the baseline and have been removed: [sources-feature]
18:33:21 [2024-02-16T23:33:21.925Z] 
18:33:21 [2024-02-16T23:33:21.925Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.925Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.925Z] [INFO] Execution was skipped
18:33:21 [2024-02-16T23:33:21.925Z] [INFO] 
18:33:21 [2024-02-16T23:33:21.925Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.core.sdk ---
18:33:21 [2024-02-16T23:33:21.925Z] [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/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.25.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:21 [2024-02-16T23:33:21.926Z] [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/features/org.eclipse.equinox.core.sdk/target/org.eclipse.equinox.core.sdk-3.25.0-SNAPSHOT.jar
18:33:22 [2024-02-16T23:33:22.487Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.487Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.core.sdk ---
18:33:22 [2024-02-16T23:33:22.487Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.core.sdk:3.25.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/features/org.eclipse.equinox.core.sdk/.polyglot.feature.xml
18:33:22 [2024-02-16T23:33:22.487Z]     The main artifact has been replaced with the baseline version.
18:33:22 [2024-02-16T23:33:22.487Z] 
18:33:22 [2024-02-16T23:33:22.487Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.487Z] [INFO] ---< org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx >----
18:33:22 [2024-02-16T23:33:22.487Z] [INFO] Building [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT [471/521]
18:33:22 [2024-02-16T23:33:22.487Z] [INFO]   from equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/.polyglot.META-INF
18:33:22 [2024-02-16T23:33:22.487Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:33:22 [2024-02-16T23:33:22.487Z] [WARNING] Parameter 'property' is unknown for plugin 'maven-antrun-plugin:3.1.0:run (copy-launcher-natives)'
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] The project's OSGi version is 1.2.900.v20240129-1338
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.488Z] [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.launcher.cocoa.macosx/saveproperties
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.488Z] [INFO] Resolving class path of [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.744Z] [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.launcher.cocoa.macosx/src/main/resources
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.744Z] [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.launcher.cocoa.macosx/src/main/resources
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] --- antrun:3.1.0:run (copy-launcher-natives) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] Executing tasks
18:33:22 [2024-02-16T23:33:22.744Z] [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/equinox/bundles/org.eclipse.equinox.launcher.cocoa.macosx/target
18:33:22 [2024-02-16T23:33:22.744Z] [INFO]     [chmod] Applied chmod to 1 file and 0 directories.
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] Executed tasks
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.744Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.745Z] [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.launcher.cocoa.macosx/src/test/resources
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.745Z] [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.launcher.cocoa.macosx/target/org.eclipse.equinox.launcher.cocoa.macosx-1.2.900-SNAPSHOT.jar
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.900-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.launcher.cocoa.macosx/.polyglot.META-INF
18:33:22 [2024-02-16T23:33:22.745Z]     The main artifact has been replaced with the baseline version.
18:33:22 [2024-02-16T23:33:22.745Z] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.745Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.746Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.900-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.launcher.cocoa.macosx/.polyglot.META-INF
18:33:22 [2024-02-16T23:33:22.746Z]     The main artifact has been replaced with the baseline version.
18:33:22 [2024-02-16T23:33:22.746Z] 
18:33:22 [2024-02-16T23:33:22.746Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.746Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.746Z] [INFO] Execution was skipped
18:33:22 [2024-02-16T23:33:22.746Z] [INFO] 
18:33:22 [2024-02-16T23:33:22.746Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:22 [2024-02-16T23:33:22.746Z] [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.launcher.cocoa.macosx/target/org.eclipse.equinox.launcher.cocoa.macosx-1.2.900-SNAPSHOT.jar' is already signed and will be resigned.
18:33:22 [2024-02-16T23:33:22.746Z] [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.launcher.cocoa.macosx/target/org.eclipse.equinox.launcher.cocoa.macosx-1.2.900-SNAPSHOT.jar
18:33:23 [2024-02-16T23:33:23.673Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.673Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.launcher.cocoa.macosx ---
18:33:23 [2024-02-16T23:33:23.673Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.launcher.cocoa.macosx:1.2.900-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.launcher.cocoa.macosx/.polyglot.META-INF
18:33:23 [2024-02-16T23:33:23.673Z]     The main artifact has been replaced with the baseline version.
18:33:23 [2024-02-16T23:33:23.673Z] 
18:33:23 [2024-02-16T23:33:23.673Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.673Z] [INFO] -----< org.eclipse.equinox.feature:org.eclipse.equinox.executable >-----
18:33:23 [2024-02-16T23:33:23.673Z] [INFO] Building org.eclipse.equinox.executable 3.8.2400-SNAPSHOT      [472/521]
18:33:23 [2024-02-16T23:33:23.673Z] [INFO]   from equinox/features/org.eclipse.equinox.executable.feature/pom.xml
18:33:23 [2024-02-16T23:33:23.673Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:33:23 [2024-02-16T23:33:23.673Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2400-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/features/org.eclipse.equinox.executable.feature/pom.xml
18:33:23 [2024-02-16T23:33:23.929Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.executable.feature/target
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] The project's OSGi version is 3.8.2400.v20240213-1244
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.930Z] [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/features/org.eclipse.equinox.executable.feature/saveproperties
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.930Z] [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/features/org.eclipse.equinox.executable.feature/src/main/resources
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.930Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.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/equinox/features/org.eclipse.equinox.executable.feature/src/main/resources
18:33:23 [2024-02-16T23:33:23.931Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.931Z] [INFO] --- antrun:3.1.0:run (copy-executable-natives) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.931Z] [INFO] Executing tasks
18:33:23 [2024-02-16T23:33:23.931Z] [INFO]      [echo] Copy eclipse binaries to launcher binaries
18:33:23 [2024-02-16T23:33:23.931Z] [INFO]      [copy] Copying 7 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/features/org.eclipse.equinox.executable.feature/bin
18:33:23 [2024-02-16T23:33:23.931Z] [INFO]      [copy] Copying /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/org.eclipse.equinox.executable/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse
18:33:23 [2024-02-16T23:33:23.931Z] [INFO]      [copy] Copying /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/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse
18:33:23 [2024-02-16T23:33:23.932Z] [INFO]      [copy] Copying /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/org.eclipse.equinox.executable/bin/gtk/linux/aarch64/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse
18:33:23 [2024-02-16T23:33:23.932Z] [INFO]      [copy] Copying /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/org.eclipse.equinox.executable/bin/gtk/linux/ppc64le/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse
18:33:23 [2024-02-16T23:33:23.932Z] [INFO]      [copy] Copying /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/org.eclipse.equinox.executable/bin/gtk/linux/x86_64/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse
18:33:23 [2024-02-16T23:33:23.933Z] [INFO]      [copy] Copying /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/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipse.exe 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/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe
18:33:23 [2024-02-16T23:33:23.933Z] [INFO]      [copy] Copying /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/org.eclipse.equinox.executable/bin/win32/win32/x86_64/eclipsec.exe 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/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipsec.exe
18:33:23 [2024-02-16T23:33:23.933Z] [INFO]      [move] Moving 6 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/features/org.eclipse.equinox.executable.feature/bin
18:33:23 [2024-02-16T23:33:23.933Z] [INFO]      [move] Attempting to rename: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
18:33:23 [2024-02-16T23:33:23.934Z] [INFO]      [move] Attempting to rename: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
18:33:23 [2024-02-16T23:33:23.934Z] [INFO]      [move] Attempting to rename: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/aarch64/launcher
18:33:23 [2024-02-16T23:33:23.934Z] [INFO]      [move] Attempting to rename: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/ppc64le/launcher
18:33:23 [2024-02-16T23:33:23.935Z] [INFO]      [move] Attempting to rename: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/eclipse 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/features/org.eclipse.equinox.executable.feature/bin/gtk/linux/x86_64/launcher
18:33:23 [2024-02-16T23:33:23.935Z] [INFO]      [move] Attempting to rename: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/eclipse.exe 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/features/org.eclipse.equinox.executable.feature/bin/win32/win32/x86_64/launcher.exe
18:33:23 [2024-02-16T23:33:23.935Z] [INFO] Executed tasks
18:33:23 [2024-02-16T23:33:23.935Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.935Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.935Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.935Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.935Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.935Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.935Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.935Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.executable ---
18:33:23 [2024-02-16T23:33:23.936Z] [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/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2400-SNAPSHOT.jar
18:33:23 [2024-02-16T23:33:23.936Z] [INFO] 
18:33:23 [2024-02-16T23:33:23.936Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.executable ---
18:33:24 [2024-02-16T23:33:24.192Z] [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2400-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/features/org.eclipse.equinox.executable.feature/pom.xml
18:33:24 [2024-02-16T23:33:24.192Z]     The main artifact has been replaced with the baseline version.
18:33:24 [2024-02-16T23:33:24.192Z]     The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.win32.win32.x86_64, root.cocoa.macosx.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64]
18:33:24 [2024-02-16T23:33:24.192Z] 
18:33:24 [2024-02-16T23:33:24.192Z] [INFO] 
18:33:24 [2024-02-16T23:33:24.192Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.executable ---
18:33:24 [2024-02-16T23:33:24.192Z] [INFO] 
18:33:24 [2024-02-16T23:33:24.192Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.executable ---
18:33:24 [2024-02-16T23:33:24.192Z] [WARNING] The following referenced plugins have missing sources
18:33:24 [2024-02-16T23:33:24.192Z] 	org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338
18:33:24 [2024-02-16T23:33:24.192Z] 	org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338
18:33:24 [2024-02-16T23:33:24.192Z] 	org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338
18:33:24 [2024-02-16T23:33:24.192Z] 	org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338
18:33:24 [2024-02-16T23:33:24.192Z] 	org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338
18:33:24 [2024-02-16T23:33:24.192Z] 	org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338
18:33:24 [2024-02-16T23:33:24.192Z] 	org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244
18:33:24 [2024-02-16T23:33:24.192Z] 
18:33:24 [2024-02-16T23:33:24.192Z] [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/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2400-SNAPSHOT-sources-feature.jar
18:33:24 [2024-02-16T23:33:24.192Z] [INFO] 
18:33:24 [2024-02-16T23:33:24.192Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.executable ---
18:33:24 [2024-02-16T23:33:24.192Z] [INFO] Artifact comparison detailed log 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/features/org.eclipse.equinox.executable.feature/target/artifactcomparison
18:33:24 [2024-02-16T23:33:24.193Z] [WARNING] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2400-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/features/org.eclipse.equinox.executable.feature/pom.xml: baseline and build artifacts have same version but different contents
18:33:24 [2024-02-16T23:33:24.193Z]    classifier-sources-feature: not present in baseline
18:33:24 [2024-02-16T23:33:24.193Z] 
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2400-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/features/org.eclipse.equinox.executable.feature/pom.xml
18:33:24 [2024-02-16T23:33:24.193Z]     The main artifact has been replaced with the baseline version.
18:33:24 [2024-02-16T23:33:24.193Z]     The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.win32.win32.x86_64, root.cocoa.macosx.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64]
18:33:24 [2024-02-16T23:33:24.193Z]     The following attached artifacts are not present in the baseline and have been removed: [sources-feature]
18:33:24 [2024-02-16T23:33:24.193Z] 
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] 
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] --- xml:1.1.0:transform (generate-extra-iu) @ org.eclipse.equinox.executable ---
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom (4.4 kB at 443 kB/s)
18:33:24 [2024-02-16T23:33:24.193Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
18:33:24 [2024-02-16T23:33:24.194Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
18:33:24 [2024-02-16T23:33:24.194Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
18:33:24 [2024-02-16T23:33:24.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
18:33:24 [2024-02-16T23:33:24.194Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
18:33:24 [2024-02-16T23:33:24.194Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
18:33:24 [2024-02-16T23:33:24.194Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 79 kB/s)
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom (1.6 kB at 22 kB/s)
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/3/apache-3.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/3/apache-3.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 107 kB/s)
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar
18:33:24 [2024-02-16T23:33:24.450Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
18:33:24 [2024-02-16T23:33:24.451Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
18:33:24 [2024-02-16T23:33:24.707Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar
18:33:24 [2024-02-16T23:33:24.707Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
18:33:24 [2024-02-16T23:33:24.707Z] [INFO] Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
18:33:24 [2024-02-16T23:33:24.707Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar
18:33:24 [2024-02-16T23:33:24.707Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar (23 kB at 3.3 MB/s)
18:33:24 [2024-02-16T23:33:24.707Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
18:33:24 [2024-02-16T23:33:24.707Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
18:33:24 [2024-02-16T23:33:24.708Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar (84 kB at 9.3 MB/s)
18:33:24 [2024-02-16T23:33:24.708Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 3.2 MB/s)
18:33:24 [2024-02-16T23:33:24.708Z] [INFO] Transforming 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/equinox/features/org.eclipse.equinox.executable.feature/target/p2content.xml
18:33:24 [2024-02-16T23:33:24.963Z] [INFO] Transformed 1 file(s).
18:33:24 [2024-02-16T23:33:24.963Z] [INFO] 
18:33:24 [2024-02-16T23:33:24.963Z] [INFO] --- resources:3.3.1:copy-resources (copy-extra-iu) @ org.eclipse.equinox.executable ---
18:33:24 [2024-02-16T23:33:24.963Z] [INFO] Copying 1 resource from target/generated-resources/xml/xslt to target
18:33:24 [2024-02-16T23:33:24.963Z] [INFO] 
18:33:24 [2024-02-16T23:33:24.963Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.executable ---
18:33:24 [2024-02-16T23:33:24.963Z] [INFO] Execution was skipped
18:33:24 [2024-02-16T23:33:24.963Z] [INFO] 
18:33:24 [2024-02-16T23:33:24.963Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.executable ---
18:33:24 [2024-02-16T23:33:24.963Z] [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/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2400-SNAPSHOT.jar' is already signed and will be resigned.
18:33:24 [2024-02-16T23:33:24.963Z] [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/features/org.eclipse.equinox.executable.feature/target/org.eclipse.equinox.executable-3.8.2400-SNAPSHOT.jar
18:33:25 [2024-02-16T23:33:25.888Z] [INFO] 
18:33:25 [2024-02-16T23:33:25.888Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.executable ---
18:33:25 [2024-02-16T23:33:25.888Z] [INFO] MavenProject: org.eclipse.equinox.feature:org.eclipse.equinox.executable:3.8.2400-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/features/org.eclipse.equinox.executable.feature/pom.xml
18:33:25 [2024-02-16T23:33:25.888Z]     The main artifact has been replaced with the baseline version.
18:33:25 [2024-02-16T23:33:25.889Z]     The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.win32.win32.x86_64, root.cocoa.macosx.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64]
18:33:25 [2024-02-16T23:33:25.889Z] 
18:33:25 [2024-02-16T23:33:25.889Z] [INFO] 
18:33:25 [2024-02-16T23:33:25.889Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.server.core >---------
18:33:25 [2024-02-16T23:33:25.889Z] [INFO] Building [feature] Core Server Feature 1.16.0-SNAPSHOT         [473/521]
18:33:25 [2024-02-16T23:33:25.889Z] [INFO]   from equinox/features/org.eclipse.equinox.server.core/.polyglot.feature.xml
18:33:25 [2024-02-16T23:33:25.889Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:33:25 [2024-02-16T23:33:25.889Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.16.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/features/org.eclipse.equinox.server.core/.polyglot.feature.xml
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.server.core/target
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] The project's OSGi version is 1.16.0.v20240214-0846
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.144Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.145Z] [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/features/org.eclipse.equinox.server.core/saveproperties
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.145Z] [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/features/org.eclipse.equinox.server.core/src/main/resources
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.145Z] [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/features/org.eclipse.equinox.server.core/src/main/resources
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.145Z] [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/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.16.0-SNAPSHOT.jar
18:33:26 [2024-02-16T23:33:26.145Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.16.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/features/org.eclipse.equinox.server.core/.polyglot.feature.xml
18:33:26 [2024-02-16T23:33:26.146Z]     The main artifact has been replaced with the baseline version.
18:33:26 [2024-02-16T23:33:26.146Z] 
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.146Z] [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/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.16.0-SNAPSHOT-sources-feature.jar
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.16.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/features/org.eclipse.equinox.server.core/.polyglot.feature.xml
18:33:26 [2024-02-16T23:33:26.146Z]     The main artifact has been replaced with the baseline version.
18:33:26 [2024-02-16T23:33:26.146Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:33:26 [2024-02-16T23:33:26.146Z] 
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] Execution was skipped
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] 
18:33:26 [2024-02-16T23:33:26.146Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.server.core ---
18:33:26 [2024-02-16T23:33:26.146Z] [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/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.16.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:26 [2024-02-16T23:33:26.147Z] [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/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.16.0-SNAPSHOT.jar
18:33:27 [2024-02-16T23:33:27.074Z] [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/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.16.0-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:33:27 [2024-02-16T23:33:27.075Z] [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/features/org.eclipse.equinox.server.core/target/org.eclipse.equinox.server.core-1.16.0-SNAPSHOT-sources-feature.jar
18:33:27 [2024-02-16T23:33:27.636Z] [INFO] 
18:33:27 [2024-02-16T23:33:27.636Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.server.core ---
18:33:27 [2024-02-16T23:33:27.636Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.server.core:1.16.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/features/org.eclipse.equinox.server.core/.polyglot.feature.xml
18:33:27 [2024-02-16T23:33:27.636Z]     The main artifact has been replaced with the baseline version.
18:33:27 [2024-02-16T23:33:27.636Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:33:27 [2024-02-16T23:33:27.636Z] 
18:33:27 [2024-02-16T23:33:27.636Z] [INFO] 
18:33:27 [2024-02-16T23:33:27.636Z] [INFO] ------------< org.eclipse.equinox:org.eclipse.equinox.sdk >-------------
18:33:27 [2024-02-16T23:33:27.636Z] [INFO] Building [feature] Equinox Target Components 3.23.1100-SNAPSHOT [474/521]
18:33:27 [2024-02-16T23:33:27.636Z] [INFO]   from equinox/features/org.eclipse.equinox.sdk/.polyglot.feature.xml
18:33:27 [2024-02-16T23:33:27.636Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:33:27 [2024-02-16T23:33:27.636Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1100-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/features/org.eclipse.equinox.sdk/.polyglot.feature.xml
18:33:27 [2024-02-16T23:33:27.637Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:33:27 [2024-02-16T23:33:27.892Z] [INFO] 
18:33:27 [2024-02-16T23:33:27.892Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.sdk ---
18:33:27 [2024-02-16T23:33:27.892Z] [INFO] Deleting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/features/org.eclipse.equinox.sdk/target
18:33:27 [2024-02-16T23:33:27.892Z] [INFO] 
18:33:27 [2024-02-16T23:33:27.892Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] The project's OSGi version is 3.23.1100.v20240215-1558
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.147Z] [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/features/org.eclipse.equinox.sdk/saveproperties
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.147Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.148Z] [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/features/org.eclipse.equinox.sdk/src/main/resources
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.148Z] [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/features/org.eclipse.equinox.sdk/src/main/resources
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.148Z] [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/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.1100-SNAPSHOT.jar
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1100-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/features/org.eclipse.equinox.sdk/.polyglot.feature.xml
18:33:28 [2024-02-16T23:33:28.148Z]     The main artifact has been replaced with the baseline version.
18:33:28 [2024-02-16T23:33:28.148Z] 
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.148Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.148Z] [WARNING] The following referenced plugins have missing sources
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.equinox.http.servletbridge.source_1.3.0.v20240213-1244
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.equinox.jsp.jasper.source_1.2.0.v20240213-1427
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.equinox.jsp.jasper.registry.source_1.3.0.v20240213-1427
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.equinox.servletbridge.source_1.7.0.v20240213-1638
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.jdt.core.compiler.batch.source_3.37.0.v20240215-1558
18:33:28 [2024-02-16T23:33:28.148Z] 
18:33:28 [2024-02-16T23:33:28.148Z] [WARNING] The following referenced features have missing sources
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.equinox.compendium.sdk_3.23.0.v20240214-0846
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.equinox.core.sdk_3.25.0.v20240214-0846
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.equinox.executable_3.8.2400.v20240213-1244
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.equinox.server.core.source_1.16.0.v20240214-0846
18:33:28 [2024-02-16T23:33:28.148Z] 	org.eclipse.equinox.server.jetty.source_1.11.400.v20240213-1244
18:33:28 [2024-02-16T23:33:28.148Z] 
18:33:28 [2024-02-16T23:33:28.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/equinox/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.1100-SNAPSHOT-sources-feature.jar
18:33:28 [2024-02-16T23:33:28.149Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.149Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.149Z] [INFO] Artifact comparison detailed log 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/features/org.eclipse.equinox.sdk/target/artifactcomparison
18:33:28 [2024-02-16T23:33:28.149Z] [WARNING] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1100-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/features/org.eclipse.equinox.sdk/.polyglot.feature.xml: baseline and build artifacts have same version but different contents
18:33:28 [2024-02-16T23:33:28.149Z]    classifier-sources-feature: not present in baseline
18:33:28 [2024-02-16T23:33:28.149Z] 
18:33:28 [2024-02-16T23:33:28.149Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1100-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/features/org.eclipse.equinox.sdk/.polyglot.feature.xml
18:33:28 [2024-02-16T23:33:28.149Z]     The main artifact has been replaced with the baseline version.
18:33:28 [2024-02-16T23:33:28.149Z]     The following attached artifacts are not present in the baseline and have been removed: [sources-feature]
18:33:28 [2024-02-16T23:33:28.149Z] 
18:33:28 [2024-02-16T23:33:28.149Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.149Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.149Z] [INFO] Execution was skipped
18:33:28 [2024-02-16T23:33:28.149Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.149Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.149Z] [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/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.1100-SNAPSHOT.jar' is already signed and will be resigned.
18:33:28 [2024-02-16T23:33:28.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/equinox/features/org.eclipse.equinox.sdk/target/org.eclipse.equinox.sdk-3.23.1100-SNAPSHOT.jar
18:33:28 [2024-02-16T23:33:28.710Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.710Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.sdk ---
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.sdk:3.23.1100-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/features/org.eclipse.equinox.sdk/.polyglot.feature.xml
18:33:28 [2024-02-16T23:33:28.966Z]     The main artifact has been replaced with the baseline version.
18:33:28 [2024-02-16T23:33:28.966Z] 
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] ---------< org.eclipse.equinox:org.eclipse.equinox.bidi.tests >---------
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] Building [test-bundle] BiDi tests 1.4.0-SNAPSHOT               [475/521]
18:33:28 [2024-02-16T23:33:28.966Z] [INFO]   from equinox/bundles/org.eclipse.equinox.bidi.tests/.polyglot.META-INF
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.bidi.tests ---
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.bidi.tests ---
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] The project's OSGi version is 1.4.0.v20240214-0846
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.bidi.tests ---
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.bidi.tests ---
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.966Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.bidi.tests ---
18:33:28 [2024-02-16T23:33:28.967Z] [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.tests/saveproperties
18:33:28 [2024-02-16T23:33:28.967Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.967Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.bidi.tests ---
18:33:28 [2024-02-16T23:33:28.967Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.967Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.bidi.tests ---
18:33:28 [2024-02-16T23:33:28.967Z] [INFO] 
18:33:28 [2024-02-16T23:33:28.967Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.bidi.tests ---
18:33:28 [2024-02-16T23:33:28.967Z] [INFO] Resolving class path of [test-bundle] BiDi tests
18:33:29 [2024-02-16T23:33:29.222Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.222Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.223Z] [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.tests/src/main/resources
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.223Z] [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.tests/src/main/resources
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] Compiling 14 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.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.223Z] [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.tests/src/test/resources
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.223Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.224Z] [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.tests/target/org.eclipse.equinox.bidi.tests-1.4.0-SNAPSHOT-sources.jar
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.224Z] [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.tests/target/org.eclipse.equinox.bidi.tests-1.4.0-SNAPSHOT.jar
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.4.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.tests/.polyglot.META-INF
18:33:29 [2024-02-16T23:33:29.224Z]     The main artifact has been replaced with the baseline version.
18:33:29 [2024-02-16T23:33:29.224Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:29 [2024-02-16T23:33:29.224Z] 
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.4.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.tests/.polyglot.META-INF
18:33:29 [2024-02-16T23:33:29.224Z]     The main artifact has been replaced with the baseline version.
18:33:29 [2024-02-16T23:33:29.224Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:29 [2024-02-16T23:33:29.224Z] 
18:33:29 [2024-02-16T23:33:29.224Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.225Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.225Z] [INFO] Skipping tests
18:33:29 [2024-02-16T23:33:29.225Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.225Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.225Z] [INFO] Execution was skipped
18:33:29 [2024-02-16T23:33:29.225Z] [INFO] 
18:33:29 [2024-02-16T23:33:29.225Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.bidi.tests ---
18:33:29 [2024-02-16T23:33:29.225Z] [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.tests/target/org.eclipse.equinox.bidi.tests-1.4.0-SNAPSHOT.jar' is already signed and will be resigned.
18:33:29 [2024-02-16T23:33:29.225Z] [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.tests/target/org.eclipse.equinox.bidi.tests-1.4.0-SNAPSHOT.jar
18:33:30 [2024-02-16T23:33:30.589Z] [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.tests/target/org.eclipse.equinox.bidi.tests-1.4.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:30 [2024-02-16T23:33:30.589Z] [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.tests/target/org.eclipse.equinox.bidi.tests-1.4.0-SNAPSHOT-sources.jar
18:33:31 [2024-02-16T23:33:31.149Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.149Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.bidi.tests ---
18:33:31 [2024-02-16T23:33:31.150Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.bidi.tests:1.4.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.tests/.polyglot.META-INF
18:33:31 [2024-02-16T23:33:31.150Z]     The main artifact has been replaced with the baseline version.
18:33:31 [2024-02-16T23:33:31.150Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:31 [2024-02-16T23:33:31.150Z] 
18:33:31 [2024-02-16T23:33:31.150Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.150Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.cm.test >-----------
18:33:31 [2024-02-16T23:33:31.150Z] [INFO] Building [test-bundle] Test Plug-in 1.2.0-SNAPSHOT             [476/521]
18:33:31 [2024-02-16T23:33:31.150Z] [INFO]   from equinox/bundles/org.eclipse.equinox.cm.test/.polyglot.META-INF
18:33:31 [2024-02-16T23:33:31.150Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:33:31 [2024-02-16T23:33:31.150Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] The project's OSGi version is 1.2.0.v20240213-1244
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.405Z] [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.cm.test/saveproperties
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] Resolving class path of [test-bundle] Test Plug-in
18:33:31 [2024-02-16T23:33:31.405Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.406Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.406Z] [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.cm.test/src/main/resources
18:33:31 [2024-02-16T23:33:31.406Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.406Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.406Z] [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.cm.test/src/main/resources
18:33:31 [2024-02-16T23:33:31.406Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.406Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.406Z] [INFO] Compiling 9 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.cm.test/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.662Z] [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.cm.test/src/test/resources
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.662Z] [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.cm.test/target/org.eclipse.equinox.cm.test-1.2.0-SNAPSHOT-sources.jar
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.662Z] [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.cm.test/target/org.eclipse.equinox.cm.test-1.2.0-SNAPSHOT.jar
18:33:31 [2024-02-16T23:33:31.662Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.cm.test:eclipse-test-plugin:1.2.0-SNAPSHOT
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.cm.test:eclipse-test-plugin:1.2.0-SNAPSHOT
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] Skipping tests
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] Execution was skipped
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] 
18:33:31 [2024-02-16T23:33:31.663Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.cm.test ---
18:33:31 [2024-02-16T23:33:31.663Z] [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.cm.test/target/org.eclipse.equinox.cm.test-1.2.0-SNAPSHOT.jar
18:33:32 [2024-02-16T23:33:32.589Z] [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.cm.test/target/org.eclipse.equinox.cm.test-1.2.0-SNAPSHOT-sources.jar
18:33:33 [2024-02-16T23:33:33.150Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.150Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.cm.test ---
18:33:33 [2024-02-16T23:33:33.150Z] [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.cm.test:eclipse-test-plugin:1.2.0-SNAPSHOT
18:33:33 [2024-02-16T23:33:33.150Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.150Z] [INFO] --------< org.eclipse.equinox:org.eclipse.equinox.common.tests >--------
18:33:33 [2024-02-16T23:33:33.150Z] [INFO] Building [test-bundle] Common Eclipse Runtime Tests 3.17.100-SNAPSHOT [477/521]
18:33:33 [2024-02-16T23:33:33.150Z] [INFO]   from equinox/bundles/org.eclipse.equinox.common.tests/.polyglot.META-INF
18:33:33 [2024-02-16T23:33:33.150Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:33:33 [2024-02-16T23:33:33.150Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:33:33 [2024-02-16T23:33:33.405Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.405Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.405Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] The project's OSGi version is 3.17.100.v20240214-0846
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.406Z] [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.tests/saveproperties
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.406Z] [INFO] Resolving class path of [test-bundle] Common Eclipse Runtime Tests
18:33:33 [2024-02-16T23:33:33.661Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.662Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-43) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.662Z] [INFO] Test 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.common.tests/resources added.
18:33:33 [2024-02-16T23:33:33.662Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.662Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.662Z] [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.tests/src/main/resources
18:33:33 [2024-02-16T23:33:33.662Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.662Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.662Z] [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.tests/src/main/resources
18:33:33 [2024-02-16T23:33:33.662Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.662Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.662Z] [INFO] Compiling 67 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.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:33 [2024-02-16T23:33:33.918Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java:[241] 
18:33:33 [2024-02-16T23:33:33.918Z] 	URL fileURL = fileWithSpaces.toURL();
18:33:33 [2024-02-16T23:33:33.918Z] 	                             ^^^^^^^
18:33:33 [2024-02-16T23:33:33.918Z] The method toURL() from the type File is deprecated
18:33:33 [2024-02-16T23:33:33.918Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java:[268] 
18:33:33 [2024-02-16T23:33:33.918Z] 	URL fileURL = fileWithSpaces.toURL();
18:33:33 [2024-02-16T23:33:33.918Z] 	                             ^^^^^^^
18:33:33 [2024-02-16T23:33:33.918Z] The method toURL() from the type File is deprecated
18:33:33 [2024-02-16T23:33:33.919Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.tests/src/org/eclipse/equinox/common/tests/URIUtilTest.java:[394] 
18:33:33 [2024-02-16T23:33:33.919Z] 	URL fileURL = fileWithPercent20.toURL();
18:33:33 [2024-02-16T23:33:33.919Z] 	                                ^^^^^^^
18:33:33 [2024-02-16T23:33:33.919Z] The method toURL() from the type File is deprecated
18:33:33 [2024-02-16T23:33:33.919Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.tests/src/org/eclipse/equinox/common/tests/adaptable/IAdapterManagerTest.java:[317] 
18:33:33 [2024-02-16T23:33:33.919Z] 	return (T) new PrivateAdapter();
18:33:33 [2024-02-16T23:33:33.919Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^
18:33:33 [2024-02-16T23:33:33.919Z] Type safety: Unchecked cast from PrivateAdapter to T
18:33:33 [2024-02-16T23:33:33.919Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.tests/src/org/eclipse/equinox/common/tests/adaptable/IAdapterManagerTest.java:[352] 
18:33:33 [2024-02-16T23:33:33.919Z] 	return (T) new Y();
18:33:33 [2024-02-16T23:33:33.919Z] 	       ^^^^^^^^^^^
18:33:33 [2024-02-16T23:33:33.919Z] Type safety: Unchecked cast from IAdapterManagerTest.Y to T
18:33:33 [2024-02-16T23:33:33.919Z] [WARNING] /home/jenkins/agent/workspace/Builds/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.tests/src/org/eclipse/equinox/common/tests/adaptable/TestAdapter2Factory.java:[19] 
18:33:33 [2024-02-16T23:33:33.919Z] 	return (T) new TestAdapter2();
18:33:33 [2024-02-16T23:33:33.919Z] 	       ^^^^^^^^^^^^^^^^^^^^^^
18:33:33 [2024-02-16T23:33:33.919Z] Type safety: Unchecked cast from TestAdapter2 to T
18:33:33 [2024-02-16T23:33:33.919Z] 6 problems (6 warnings)
18:33:33 [2024-02-16T23:33:33.919Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.919Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.919Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.919Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.919Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.919Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.919Z] [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.tests/src/test/resources
18:33:33 [2024-02-16T23:33:33.919Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.919Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.919Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.920Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT-sources.jar
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.920Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.17.100-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.tests/.polyglot.META-INF
18:33:33 [2024-02-16T23:33:33.920Z]     The main artifact has been replaced with the baseline version.
18:33:33 [2024-02-16T23:33:33.920Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:33 [2024-02-16T23:33:33.920Z] 
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.common.tests ---
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.17.100-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.tests/.polyglot.META-INF
18:33:33 [2024-02-16T23:33:33.920Z]     The main artifact has been replaced with the baseline version.
18:33:33 [2024-02-16T23:33:33.920Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:33 [2024-02-16T23:33:33.920Z] 
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] 
18:33:33 [2024-02-16T23:33:33.920Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.common.tests ---
18:33:34 [2024-02-16T23:33:34.176Z] [INFO] Skipping tests
18:33:34 [2024-02-16T23:33:34.176Z] [INFO] 
18:33:34 [2024-02-16T23:33:34.176Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.common.tests ---
18:33:34 [2024-02-16T23:33:34.176Z] [INFO] Execution was skipped
18:33:34 [2024-02-16T23:33:34.176Z] [INFO] 
18:33:34 [2024-02-16T23:33:34.176Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.common.tests ---
18:33:34 [2024-02-16T23:33:34.176Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar_unpacked_5959853609065086262/Plugin_Testing/fileLocator/testFileLocatorGetRootFile.jar' is disabled.
18:33:34 [2024-02-16T23:33:34.177Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar_unpacked_5959853609065086262/Plugin_Testing/fileLocator/testFileLocatorGetRootFile.jar' is already signed and will be resigned.
18:33:34 [2024-02-16T23:33:34.177Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar_unpacked_5959853609065086262/Plugin_Testing/fileLocator/testFileLocatorGetRootFile.jar
18:33:35 [2024-02-16T23:33:35.103Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar_unpacked_5959853609065086262/Plugin_Testing/uriutil/test.jar' is disabled.
18:33:35 [2024-02-16T23:33:35.104Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar_unpacked_5959853609065086262/Plugin_Testing/uriutil/test.jar' is already signed and will be resigned.
18:33:35 [2024-02-16T23:33:35.104Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar_unpacked_5959853609065086262/Plugin_Testing/uriutil/test.jar
18:33:36 [2024-02-16T23:33:36.039Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar' is already signed and will be resigned.
18:33:36 [2024-02-16T23:33:36.039Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT.jar
18:33:37 [2024-02-16T23:33:37.403Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:33:37 [2024-02-16T23:33:37.404Z] [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.tests/target/org.eclipse.equinox.common.tests-3.17.100-SNAPSHOT-sources.jar
18:33:38 [2024-02-16T23:33:38.766Z] [INFO] 
18:33:38 [2024-02-16T23:33:38.766Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.common.tests ---
18:33:38 [2024-02-16T23:33:38.767Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.common.tests:3.17.100-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.tests/.polyglot.META-INF
18:33:38 [2024-02-16T23:33:38.767Z]     The main artifact has been replaced with the baseline version.
18:33:38 [2024-02-16T23:33:38.767Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:38 [2024-02-16T23:33:38.767Z] 
18:33:38 [2024-02-16T23:33:38.767Z] [INFO] 
18:33:38 [2024-02-16T23:33:38.767Z] [INFO] ----------< org.eclipse.equinox:org.eclipse.equinox.ds.tests >----------
18:33:38 [2024-02-16T23:33:38.767Z] [INFO] Building [test-bundle] Declarative Services Tests 1.7.0-SNAPSHOT [478/521]
18:33:38 [2024-02-16T23:33:38.767Z] [INFO]   from equinox/bundles/org.eclipse.equinox.ds.tests/.polyglot.META-INF
18:33:38 [2024-02-16T23:33:38.767Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:33:38 [2024-02-16T23:33:38.767Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] The project's OSGi version is 1.7.0.v20240213-1244
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.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/equinox/bundles/org.eclipse.equinox.ds.tests/saveproperties
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] Resolving class path of [test-bundle] Declarative Services Tests
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-44) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] Test 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.ds.tests/bundles_src/tb24 added.
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.023Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-45) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] Test 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.ds.tests/bundles_src/tb1 added.
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-46) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] Test 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.ds.tests/bundles_src/tb1a added.
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-47) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] Test 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.ds.tests/bundles_src/tb2 added.
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-48) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] Test 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.ds.tests/bundles_src/tb3 added.
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-49) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] Test 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.ds.tests/bundles_src/tb4 added.
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-50) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] Test 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.ds.tests/bundles_src/tb5 added.
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.024Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-51) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] Test 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.ds.tests/bundles_src/tb6 added.
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-52) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] Test 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.ds.tests/bundles_src/tb7 added.
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-53) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] Test 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.ds.tests/bundles_src/tb8 added.
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-54) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] Test 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.ds.tests/bundles_src/tb9 added.
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-55) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] Test 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.ds.tests/bundles_src/tb10 added.
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-56) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] Test 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.ds.tests/bundles_src/tb11 added.
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.025Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-57) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] Test 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.ds.tests/bundles_src/tb12 added.
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-58) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] Test 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.ds.tests/bundles_src/tb13 added.
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-59) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] Test 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.ds.tests/bundles_src/tb14 added.
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-60) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] Test 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.ds.tests/bundles_src/tb15 added.
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-61) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] Test 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.ds.tests/bundles_src/tb16 added.
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-62) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] Test 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.ds.tests/bundles_src/tb17 added.
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.026Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-63) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] Test 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.ds.tests/bundles_src/tb18 added.
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-64) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] Test 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.ds.tests/bundles_src/tb19 added.
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-65) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] Test 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.ds.tests/bundles_src/tb20 added.
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-66) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] Test 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.ds.tests/bundles_src/tb21 added.
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-67) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] Test 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.ds.tests/bundles_src/tb21a added.
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-68) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] Test 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.ds.tests/bundles_src/tb22 added.
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.027Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-69) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] Test 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.ds.tests/bundles_src/tb23 added.
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-70) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] Test 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.ds.tests/bundles_src/tb25 added.
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-71) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] Test 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.ds.tests/bundles_src/tb26 added.
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-72) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] Test 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.ds.tests/bundles_src/tb27 added.
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.028Z] [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.ds.tests/src/main/resources
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.028Z] [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.ds.tests/src/main/resources
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] 
18:33:39 [2024-02-16T23:33:39.028Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.ds.tests ---
18:33:39 [2024-02-16T23:33:39.029Z] [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/equinox/bundles/org.eclipse.equinox.ds.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.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.ds.tests/src/org/eclipse/equinox/ds/tests/tbc/DSTest.java:[1065] 
18:33:39 [2024-02-16T23:33:39.029Z] 	if (System.getSecurityManager() == null) {
18:33:39 [2024-02-16T23:33:39.029Z] 	           ^^^^^^^^^^^^^^^^^^^^
18:33:39 [2024-02-16T23:33:39.029Z] The method getSecurityManager() from the type System has been deprecated since version 17 and marked for removal
18:33:39 [2024-02-16T23:33:39.029Z] 1 problem (1 warning)
18:33:39 [2024-02-16T23:33:39.029Z] [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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.285Z] [INFO] Compiling 2 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.ds.tests/target/scr_test/tb1a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.285Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.285Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb3.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.541Z] [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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb4.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.541Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb5.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.541Z] [INFO] Compiling 2 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.ds.tests/target/scr_test/tb6.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.541Z] [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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb7.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.797Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb8.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.797Z] [INFO] Compiling 3 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.ds.tests/target/scr_test/tb9.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:39 [2024-02-16T23:33:39.797Z] [INFO] Compiling 2 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.ds.tests/target/scr_test/tb10.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.053Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb11.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.053Z] [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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb12.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.053Z] [INFO] Compiling 2 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.ds.tests/target/scr_test/tb13.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.308Z] [INFO] Compiling 3 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.ds.tests/target/scr_test/tb14.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.308Z] [INFO] Compiling 3 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.ds.tests/target/scr_test/tb15.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.309Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb16.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.565Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb17.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.565Z] [INFO] Nothing to compile - all classes are up to date
18:33:40 [2024-02-16T23:33:40.565Z] [INFO] Nothing to compile - all classes are up to date
18:33:40 [2024-02-16T23:33:40.565Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb20.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.820Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.821Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb21a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:40 [2024-02-16T23:33:40.821Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb22.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:41 [2024-02-16T23:33:41.077Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb23.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:41 [2024-02-16T23:33:41.077Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb24.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:41 [2024-02-16T23:33:41.078Z] [INFO] Compiling 3 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.ds.tests/target/scr_test/tb25.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:41 [2024-02-16T23:33:41.333Z] [INFO] Compiling 3 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.ds.tests/target/scr_test/tb26.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:41 [2024-02-16T23:33:41.333Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.ds.tests/target/scr_test/tb27.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:33:41 [2024-02-16T23:33:41.334Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.334Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.334Z] [INFO] Using Declarative Service specification version 1.3.0 to generate component definitions
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] 0 component(s) where generated, 7 where kept.
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.590Z] [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.ds.tests/src/test/resources
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.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/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT-sources.jar
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.590Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.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/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1.jar
18:33:41 [2024-02-16T23:33:41.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/equinox/bundles/org.eclipse.equinox.ds.tests/scr_test/tb1a.jar
18:33:41 [2024-02-16T23:33:41.591Z] [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.ds.tests/scr_test/tb2.jar
18:33:41 [2024-02-16T23:33:41.591Z] [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.ds.tests/scr_test/tb3.jar
18:33:41 [2024-02-16T23:33:41.591Z] [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.ds.tests/scr_test/tb4.jar
18:33:41 [2024-02-16T23:33:41.591Z] [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.ds.tests/scr_test/tb5.jar
18:33:41 [2024-02-16T23:33:41.591Z] [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.ds.tests/scr_test/tb6.jar
18:33:41 [2024-02-16T23:33:41.591Z] [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.ds.tests/scr_test/tb7.jar
18:33:41 [2024-02-16T23:33:41.592Z] [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.ds.tests/scr_test/tb8.jar
18:33:41 [2024-02-16T23:33:41.592Z] [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.ds.tests/scr_test/tb9.jar
18:33:41 [2024-02-16T23:33:41.592Z] [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.ds.tests/scr_test/tb10.jar
18:33:41 [2024-02-16T23:33:41.592Z] [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.ds.tests/scr_test/tb11.jar
18:33:41 [2024-02-16T23:33:41.592Z] [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.ds.tests/scr_test/tb12.jar
18:33:41 [2024-02-16T23:33:41.592Z] [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.ds.tests/scr_test/tb13.jar
18:33:41 [2024-02-16T23:33:41.593Z] [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.ds.tests/scr_test/tb14.jar
18:33:41 [2024-02-16T23:33:41.593Z] [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.ds.tests/scr_test/tb15.jar
18:33:41 [2024-02-16T23:33:41.593Z] [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.ds.tests/scr_test/tb16.jar
18:33:41 [2024-02-16T23:33:41.593Z] [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.ds.tests/scr_test/tb17.jar
18:33:41 [2024-02-16T23:33:41.593Z] [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.ds.tests/scr_test/tb18.jar
18:33:41 [2024-02-16T23:33:41.593Z] [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.ds.tests/scr_test/tb19.jar
18:33:41 [2024-02-16T23:33:41.593Z] [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.ds.tests/scr_test/tb20.jar
18:33:41 [2024-02-16T23:33:41.594Z] [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.ds.tests/scr_test/tb21.jar
18:33:41 [2024-02-16T23:33:41.594Z] [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.ds.tests/scr_test/tb21a.jar
18:33:41 [2024-02-16T23:33:41.850Z] [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.ds.tests/scr_test/tb22.jar
18:33:41 [2024-02-16T23:33:41.850Z] [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.ds.tests/scr_test/tb23.jar
18:33:41 [2024-02-16T23:33:41.850Z] [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.ds.tests/scr_test/tb24.jar
18:33:41 [2024-02-16T23:33:41.850Z] [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.ds.tests/scr_test/tb25.jar
18:33:41 [2024-02-16T23:33:41.850Z] [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.ds.tests/scr_test/tb26.jar
18:33:41 [2024-02-16T23:33:41.851Z] [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.ds.tests/scr_test/tb27.jar
18:33:41 [2024-02-16T23:33:41.851Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests: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.ds.tests/.polyglot.META-INF
18:33:41 [2024-02-16T23:33:41.851Z]     The main artifact has been replaced with the baseline version.
18:33:41 [2024-02-16T23:33:41.851Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:41 [2024-02-16T23:33:41.851Z] 
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests: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.ds.tests/.polyglot.META-INF
18:33:41 [2024-02-16T23:33:41.851Z]     The main artifact has been replaced with the baseline version.
18:33:41 [2024-02-16T23:33:41.851Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:33:41 [2024-02-16T23:33:41.851Z] 
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] Skipping tests
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.851Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.852Z] [INFO] Execution was skipped
18:33:41 [2024-02-16T23:33:41.852Z] [INFO] 
18:33:41 [2024-02-16T23:33:41.852Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.ds.tests ---
18:33:41 [2024-02-16T23:33:41.852Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb1.jar' is disabled.
18:33:41 [2024-02-16T23:33:41.852Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb1.jar' is already signed and will be resigned.
18:33:41 [2024-02-16T23:33:41.852Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb1.jar
18:33:42 [2024-02-16T23:33:42.781Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb1a.jar' is disabled.
18:33:42 [2024-02-16T23:33:42.781Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb1a.jar' is already signed and will be resigned.
18:33:42 [2024-02-16T23:33:42.781Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb1a.jar
18:33:43 [2024-02-16T23:33:43.709Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb2.jar' is disabled.
18:33:43 [2024-02-16T23:33:43.709Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb2.jar' is already signed and will be resigned.
18:33:43 [2024-02-16T23:33:43.709Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb2.jar
18:33:44 [2024-02-16T23:33:44.270Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb3.jar' is disabled.
18:33:44 [2024-02-16T23:33:44.270Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb3.jar' is already signed and will be resigned.
18:33:44 [2024-02-16T23:33:44.271Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb3.jar
18:33:45 [2024-02-16T23:33:45.199Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb4.jar' is disabled.
18:33:45 [2024-02-16T23:33:45.199Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb4.jar' is already signed and will be resigned.
18:33:45 [2024-02-16T23:33:45.199Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb4.jar
18:33:46 [2024-02-16T23:33:46.125Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb5.jar' is disabled.
18:33:46 [2024-02-16T23:33:46.126Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb5.jar' is already signed and will be resigned.
18:33:46 [2024-02-16T23:33:46.126Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb5.jar
18:33:47 [2024-02-16T23:33:47.052Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb6.jar' is disabled.
18:33:47 [2024-02-16T23:33:47.053Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb6.jar' is already signed and will be resigned.
18:33:47 [2024-02-16T23:33:47.053Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb6.jar
18:33:47 [2024-02-16T23:33:47.979Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb7.jar' is disabled.
18:33:47 [2024-02-16T23:33:47.979Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb7.jar' is already signed and will be resigned.
18:33:47 [2024-02-16T23:33:47.980Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb7.jar
18:33:48 [2024-02-16T23:33:48.540Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb8.jar' is disabled.
18:33:48 [2024-02-16T23:33:48.540Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb8.jar' is already signed and will be resigned.
18:33:48 [2024-02-16T23:33:48.540Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb8.jar
18:33:49 [2024-02-16T23:33:49.465Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb9.jar' is disabled.
18:33:49 [2024-02-16T23:33:49.466Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb9.jar' is already signed and will be resigned.
18:33:49 [2024-02-16T23:33:49.466Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb9.jar
18:33:50 [2024-02-16T23:33:50.831Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb10.jar' is disabled.
18:33:50 [2024-02-16T23:33:50.831Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb10.jar' is already signed and will be resigned.
18:33:50 [2024-02-16T23:33:50.831Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb10.jar
18:33:52 [2024-02-16T23:33:52.199Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb11.jar' is disabled.
18:33:52 [2024-02-16T23:33:52.199Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb11.jar' is already signed and will be resigned.
18:33:52 [2024-02-16T23:33:52.199Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb11.jar
18:33:52 [2024-02-16T23:33:52.760Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb12.jar' is disabled.
18:33:52 [2024-02-16T23:33:52.760Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb12.jar' is already signed and will be resigned.
18:33:52 [2024-02-16T23:33:52.760Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb12.jar
18:33:54 [2024-02-16T23:33:54.127Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb13.jar' is disabled.
18:33:54 [2024-02-16T23:33:54.127Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb13.jar' is already signed and will be resigned.
18:33:54 [2024-02-16T23:33:54.127Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb13.jar
18:33:55 [2024-02-16T23:33:55.493Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb14.jar' is disabled.
18:33:55 [2024-02-16T23:33:55.493Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb14.jar' is already signed and will be resigned.
18:33:55 [2024-02-16T23:33:55.494Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb14.jar
18:33:56 [2024-02-16T23:33:56.054Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb15.jar' is disabled.
18:33:56 [2024-02-16T23:33:56.054Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb15.jar' is already signed and will be resigned.
18:33:56 [2024-02-16T23:33:56.055Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb15.jar
18:33:56 [2024-02-16T23:33:56.615Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb16.jar' is disabled.
18:33:56 [2024-02-16T23:33:56.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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb16.jar' is already signed and will be resigned.
18:33:56 [2024-02-16T23:33:56.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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb16.jar
18:33:57 [2024-02-16T23:33:57.541Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb17.jar' is disabled.
18:33:57 [2024-02-16T23:33:57.541Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb17.jar' is already signed and will be resigned.
18:33:57 [2024-02-16T23:33:57.541Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb17.jar
18:33:58 [2024-02-16T23:33:58.467Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb18.jar' is disabled.
18:33:58 [2024-02-16T23:33:58.467Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb18.jar' is already signed and will be resigned.
18:33:58 [2024-02-16T23:33:58.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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb18.jar
18:33:59 [2024-02-16T23:33:59.029Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb19.jar' is disabled.
18:33:59 [2024-02-16T23:33:59.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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb19.jar' is already signed and will be resigned.
18:33:59 [2024-02-16T23:33:59.030Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb19.jar
18:33:59 [2024-02-16T23:33:59.956Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb20.jar' is disabled.
18:33:59 [2024-02-16T23:33:59.957Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb20.jar' is already signed and will be resigned.
18:33:59 [2024-02-16T23:33:59.957Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb20.jar
18:34:01 [2024-02-16T23:34:01.323Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb21.jar' is disabled.
18:34:01 [2024-02-16T23:34:01.323Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb21.jar' is already signed and will be resigned.
18:34:01 [2024-02-16T23:34:01.324Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb21.jar
18:34:01 [2024-02-16T23:34:01.889Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb21a.jar' is disabled.
18:34:01 [2024-02-16T23:34:01.889Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb21a.jar' is already signed and will be resigned.
18:34:01 [2024-02-16T23:34:01.889Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb21a.jar
18:34:02 [2024-02-16T23:34:02.816Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb22.jar' is disabled.
18:34:02 [2024-02-16T23:34:02.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/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb22.jar' is already signed and will be resigned.
18:34:02 [2024-02-16T23:34:02.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/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb22.jar
18:34:03 [2024-02-16T23:34:03.379Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb23.jar' is disabled.
18:34:03 [2024-02-16T23:34:03.379Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb23.jar' is already signed and will be resigned.
18:34:03 [2024-02-16T23:34:03.379Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb23.jar
18:34:04 [2024-02-16T23:34:04.307Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb24.jar' is disabled.
18:34:04 [2024-02-16T23:34:04.307Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb24.jar' is already signed and will be resigned.
18:34:04 [2024-02-16T23:34:04.307Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb24.jar
18:34:04 [2024-02-16T23:34:04.869Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb25.jar' is disabled.
18:34:04 [2024-02-16T23:34:04.870Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb25.jar' is already signed and will be resigned.
18:34:04 [2024-02-16T23:34:04.870Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb25.jar
18:34:05 [2024-02-16T23:34:05.798Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb26.jar' is disabled.
18:34:05 [2024-02-16T23:34:05.798Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb26.jar' is already signed and will be resigned.
18:34:05 [2024-02-16T23:34:05.798Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb26.jar
18:34:06 [2024-02-16T23:34:06.360Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb27.jar' is disabled.
18:34:06 [2024-02-16T23:34:06.360Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb27.jar' is already signed and will be resigned.
18:34:06 [2024-02-16T23:34:06.361Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar_unpacked_2669906603290169033/scr_test/tb27.jar
18:34:07 [2024-02-16T23:34:07.288Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar' is already signed and will be resigned.
18:34:07 [2024-02-16T23:34:07.288Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT.jar
18:34:08 [2024-02-16T23:34:08.673Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:34:08 [2024-02-16T23:34:08.673Z] [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.ds.tests/target/org.eclipse.equinox.ds.tests-1.7.0-SNAPSHOT-sources.jar
18:34:09 [2024-02-16T23:34:09.599Z] [INFO] 
18:34:09 [2024-02-16T23:34:09.599Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.ds.tests ---
18:34:09 [2024-02-16T23:34:09.600Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.ds.tests: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.ds.tests/.polyglot.META-INF
18:34:09 [2024-02-16T23:34:09.600Z]     The main artifact has been replaced with the baseline version.
18:34:09 [2024-02-16T23:34:09.600Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:09 [2024-02-16T23:34:09.600Z] 
18:34:09 [2024-02-16T23:34:09.600Z] [INFO] 
18:34:09 [2024-02-16T23:34:09.600Z] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.preferences.tests >------
18:34:09 [2024-02-16T23:34:09.600Z] [INFO] Building [test-bundle] Preferences Tests 3.10.0-SNAPSHOT       [479/521]
18:34:09 [2024-02-16T23:34:09.600Z] [INFO]   from equinox/bundles/org.eclipse.equinox.preferences.tests/.polyglot.META-INF
18:34:09 [2024-02-16T23:34:09.600Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:34:09 [2024-02-16T23:34:09.600Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] 
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.preferences.tests ---
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] 
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.preferences.tests ---
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] The project's OSGi version is 3.10.0.v20240213-1244
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] 
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.preferences.tests ---
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] 
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.preferences.tests ---
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] 
18:34:09 [2024-02-16T23:34:09.855Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.preferences.tests ---
18:34:09 [2024-02-16T23:34:09.856Z] [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.tests/saveproperties
18:34:09 [2024-02-16T23:34:09.856Z] [INFO] 
18:34:09 [2024-02-16T23:34:09.856Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.preferences.tests ---
18:34:09 [2024-02-16T23:34:09.856Z] [INFO] 
18:34:09 [2024-02-16T23:34:09.856Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.111Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.111Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.111Z] [INFO] Resolving class path of [test-bundle] Preferences Tests
18:34:10 [2024-02-16T23:34:10.111Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.111Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.111Z] [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.tests/src/main/resources
18:34:10 [2024-02-16T23:34:10.111Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.111Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.111Z] [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.tests/src/main/resources
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.112Z] [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.preferences.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.112Z] [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.tests/src/test/resources
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.112Z] [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.tests/target/org.eclipse.equinox.preferences.tests-3.10.0-SNAPSHOT-sources.jar
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.112Z] [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.tests/target/org.eclipse.equinox.preferences.tests-3.10.0-SNAPSHOT.jar
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.112Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.10.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.tests/.polyglot.META-INF
18:34:10 [2024-02-16T23:34:10.113Z]     The main artifact has been replaced with the baseline version.
18:34:10 [2024-02-16T23:34:10.113Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:10 [2024-02-16T23:34:10.113Z] 
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.10.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.tests/.polyglot.META-INF
18:34:10 [2024-02-16T23:34:10.113Z]     The main artifact has been replaced with the baseline version.
18:34:10 [2024-02-16T23:34:10.113Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:10 [2024-02-16T23:34:10.113Z] 
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] Skipping tests
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] Execution was skipped
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] 
18:34:10 [2024-02-16T23:34:10.113Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.preferences.tests ---
18:34:10 [2024-02-16T23:34:10.113Z] [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.tests/target/org.eclipse.equinox.preferences.tests-3.10.0-SNAPSHOT.jar' is already signed and will be resigned.
18:34:10 [2024-02-16T23:34:10.113Z] [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.tests/target/org.eclipse.equinox.preferences.tests-3.10.0-SNAPSHOT.jar
18:34:11 [2024-02-16T23:34:11.478Z] [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.tests/target/org.eclipse.equinox.preferences.tests-3.10.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:34:11 [2024-02-16T23:34:11.478Z] [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.tests/target/org.eclipse.equinox.preferences.tests-3.10.0-SNAPSHOT-sources.jar
18:34:12 [2024-02-16T23:34:12.840Z] [INFO] 
18:34:12 [2024-02-16T23:34:12.841Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.preferences.tests ---
18:34:12 [2024-02-16T23:34:12.841Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.preferences.tests:3.10.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.tests/.polyglot.META-INF
18:34:12 [2024-02-16T23:34:12.841Z]     The main artifact has been replaced with the baseline version.
18:34:12 [2024-02-16T23:34:12.841Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:12 [2024-02-16T23:34:12.841Z] 
18:34:12 [2024-02-16T23:34:12.841Z] [INFO] 
18:34:12 [2024-02-16T23:34:12.841Z] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.security.tests >-------
18:34:12 [2024-02-16T23:34:12.841Z] [INFO] Building [test-bundle] Equinox security tests 1.3.200-SNAPSHOT [480/521]
18:34:12 [2024-02-16T23:34:12.841Z] [INFO]   from equinox/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF
18:34:12 [2024-02-16T23:34:12.841Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:34:12 [2024-02-16T23:34:12.841Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:34:13 [2024-02-16T23:34:13.096Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] The project's OSGi version is 1.3.200.v20240213-1244
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.097Z] [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.security.tests/saveproperties
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] Resolving class path of [test-bundle] Equinox security tests
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.097Z] [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.security.tests/src/main/resources
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.097Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.098Z] [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.security.tests/src/main/resources
18:34:13 [2024-02-16T23:34:13.098Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.098Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.098Z] [INFO] Compiling 18 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.security.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:13 [2024-02-16T23:34:13.353Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.353Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.353Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.353Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.353Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.353Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.354Z] [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.security.tests/src/test/resources
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.354Z] [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.security.tests/target/org.eclipse.equinox.security.tests-1.3.200-SNAPSHOT-sources.jar
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.354Z] [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.security.tests/target/org.eclipse.equinox.security.tests-1.3.200-SNAPSHOT.jar
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.3.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/equinox/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF
18:34:13 [2024-02-16T23:34:13.354Z]     The main artifact has been replaced with the baseline version.
18:34:13 [2024-02-16T23:34:13.354Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:13 [2024-02-16T23:34:13.354Z] 
18:34:13 [2024-02-16T23:34:13.354Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.3.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/equinox/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF
18:34:13 [2024-02-16T23:34:13.355Z]     The main artifact has been replaced with the baseline version.
18:34:13 [2024-02-16T23:34:13.355Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:13 [2024-02-16T23:34:13.355Z] 
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] Skipping tests
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] Execution was skipped
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] 
18:34:13 [2024-02-16T23:34:13.355Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.security.tests ---
18:34:13 [2024-02-16T23:34:13.355Z] [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.security.tests/target/org.eclipse.equinox.security.tests-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:34:13 [2024-02-16T23:34:13.355Z] [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.security.tests/target/org.eclipse.equinox.security.tests-1.3.200-SNAPSHOT.jar
18:34:14 [2024-02-16T23:34:14.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.equinox.security.tests/target/org.eclipse.equinox.security.tests-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:34:14 [2024-02-16T23:34:14.728Z] [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.security.tests/target/org.eclipse.equinox.security.tests-1.3.200-SNAPSHOT-sources.jar
18:34:15 [2024-02-16T23:34:15.288Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.288Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.security.tests ---
18:34:15 [2024-02-16T23:34:15.288Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.security.tests:1.3.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/equinox/bundles/org.eclipse.equinox.security.tests/.polyglot.META-INF
18:34:15 [2024-02-16T23:34:15.288Z]     The main artifact has been replaced with the baseline version.
18:34:15 [2024-02-16T23:34:15.288Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:15 [2024-02-16T23:34:15.288Z] 
18:34:15 [2024-02-16T23:34:15.288Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.288Z] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests >------
18:34:15 [2024-02-16T23:34:15.288Z] [INFO] Building [test-bundle] Ssh Tests 1.3.100-SNAPSHOT              [481/521]
18:34:15 [2024-02-16T23:34:15.288Z] [INFO]   from equinox/bundles/org.eclipse.equinox.console.ssh.tests/.polyglot.META-INF
18:34:15 [2024-02-16T23:34:15.289Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:34:15 [2024-02-16T23:34:15.289Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] The project's OSGi version is 1.3.100.v20240213-1244
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.546Z] [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.console.ssh.tests/saveproperties
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.546Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.547Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.547Z] [INFO] Resolving class path of [test-bundle] Ssh Tests
18:34:15 [2024-02-16T23:34:15.547Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.547Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.547Z] [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.console.ssh.tests/src/main/resources
18:34:15 [2024-02-16T23:34:15.547Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.547Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.547Z] [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.console.ssh.tests/src/main/resources
18:34:15 [2024-02-16T23:34:15.547Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.547Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.547Z] [INFO] Compiling 10 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.console.ssh.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.803Z] [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.console.ssh.tests/src/test/resources
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.803Z] [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.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.3.100-SNAPSHOT-sources.jar
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.803Z] [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.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.3.100-SNAPSHOT.jar
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.803Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:eclipse-test-plugin:1.3.100-SNAPSHOT
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:eclipse-test-plugin:1.3.100-SNAPSHOT
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] Skipping tests
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] Execution was skipped
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] 
18:34:15 [2024-02-16T23:34:15.804Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.console.ssh.tests ---
18:34:15 [2024-02-16T23:34:15.804Z] [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.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.3.100-SNAPSHOT.jar
18:34:16 [2024-02-16T23:34:16.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.equinox.console.ssh.tests/target/org.eclipse.equinox.console.ssh.tests-1.3.100-SNAPSHOT-sources.jar
18:34:17 [2024-02-16T23:34:17.656Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.656Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.console.ssh.tests ---
18:34:17 [2024-02-16T23:34:17.656Z] [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.ssh.tests:eclipse-test-plugin:1.3.100-SNAPSHOT
18:34:17 [2024-02-16T23:34:17.656Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.656Z] [INFO] -------< org.eclipse.equinox:org.eclipse.equinox.console.tests >--------
18:34:17 [2024-02-16T23:34:17.656Z] [INFO] Building [test-bundle] Console tests 1.3.100-SNAPSHOT          [482/521]
18:34:17 [2024-02-16T23:34:17.657Z] [INFO]   from equinox/bundles/org.eclipse.equinox.console.tests/.polyglot.META-INF
18:34:17 [2024-02-16T23:34:17.657Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:34:17 [2024-02-16T23:34:17.657Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] The project's OSGi version is 1.3.100.v20240213-1244
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.912Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.913Z] [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.console.tests/saveproperties
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] Resolving class path of [test-bundle] Console tests
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.913Z] [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.console.tests/src/main/resources
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.913Z] [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.console.tests/src/main/resources
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.913Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.913Z] [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.console.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:17 [2024-02-16T23:34:17.914Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandTests.java:[55] 
18:34:17 [2024-02-16T23:34:17.914Z] 	when(context.registerService(any(String.class), any(), any(Dictionary.class))).thenReturn(null);
18:34:17 [2024-02-16T23:34:17.914Z] 	                                                       ^^^^^^^^^^^^^^^^^^^^^
18:34:17 [2024-02-16T23:34:17.914Z] Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>
18:34:17 [2024-02-16T23:34:17.914Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java:[60] 
18:34:17 [2024-02-16T23:34:17.914Z] 	when(context.registerService(any(String.class), any(ManagedService.class), any(Dictionary.class)))
18:34:17 [2024-02-16T23:34:17.914Z] 	                                                                           ^^^^^^^^^^^^^^^^^^^^^
18:34:17 [2024-02-16T23:34:17.914Z] Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>
18:34:17 [2024-02-16T23:34:17.914Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java:[65] 
18:34:17 [2024-02-16T23:34:17.914Z] 	when(context.registerService(any(String.class), any(TelnetCommand.class), any(Dictionary.class)))
18:34:17 [2024-02-16T23:34:17.914Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^^
18:34:17 [2024-02-16T23:34:17.914Z] Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>
18:34:17 [2024-02-16T23:34:17.914Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java:[115] 
18:34:17 [2024-02-16T23:34:17.914Z] 	when(context.registerService(any(String.class), any(ManagedService.class), any(Dictionary.class)))
18:34:17 [2024-02-16T23:34:17.914Z] 	                                                                           ^^^^^^^^^^^^^^^^^^^^^
18:34:17 [2024-02-16T23:34:17.915Z] Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>
18:34:17 [2024-02-16T23:34:17.915Z] [WARNING] /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/equinox/bundles/org.eclipse.equinox.console.tests/src/org/eclipse/equinox/console/telnet/TelnetCommandWithConfigAdminTests.java:[120] 
18:34:17 [2024-02-16T23:34:17.915Z] 	when(context.registerService(any(String.class), any(TelnetCommand.class), any(Dictionary.class)))
18:34:17 [2024-02-16T23:34:17.915Z] 	                                                                          ^^^^^^^^^^^^^^^^^^^^^
18:34:17 [2024-02-16T23:34:17.915Z] Type safety: The expression of type Dictionary needs unchecked conversion to conform to Dictionary<String,?>
18:34:17 [2024-02-16T23:34:17.915Z] 5 problems (5 warnings)
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.915Z] [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.console.tests/src/test/resources
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.console.tests ---
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] 
18:34:17 [2024-02-16T23:34:17.915Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.console.tests ---
18:34:18 [2024-02-16T23:34:18.171Z] [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.console.tests/target/org.eclipse.equinox.console.tests-1.3.100-SNAPSHOT-sources.jar
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] 
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.console.tests ---
18:34:18 [2024-02-16T23:34:18.171Z] [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.console.tests/target/org.eclipse.equinox.console.tests-1.3.100-SNAPSHOT.jar
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] 
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.console.tests ---
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.tests:eclipse-test-plugin:1.3.100-SNAPSHOT
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] 
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.console.tests ---
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] 
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.console.tests ---
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.tests:eclipse-test-plugin:1.3.100-SNAPSHOT
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] 
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.console.tests ---
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] Skipping tests
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] 
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.console.tests ---
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] Execution was skipped
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] 
18:34:18 [2024-02-16T23:34:18.171Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.console.tests ---
18:34:18 [2024-02-16T23:34:18.172Z] [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.console.tests/target/org.eclipse.equinox.console.tests-1.3.100-SNAPSHOT.jar
18:34:19 [2024-02-16T23:34:19.099Z] [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.console.tests/target/org.eclipse.equinox.console.tests-1.3.100-SNAPSHOT-sources.jar
18:34:19 [2024-02-16T23:34:19.659Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.659Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.console.tests ---
18:34:19 [2024-02-16T23:34:19.659Z] [INFO] No baseline version org.eclipse.equinox:org.eclipse.equinox.console.tests:eclipse-test-plugin:1.3.100-SNAPSHOT
18:34:19 [2024-02-16T23:34:19.659Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.659Z] [INFO] -----< org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests >-----
18:34:19 [2024-02-16T23:34:19.659Z] [INFO] Building [test-bundle] org.eclipse.equinox.http.servlet.tests 1.9.100-SNAPSHOT [483/521]
18:34:19 [2024-02-16T23:34:19.659Z] [INFO]   from equinox/bundles/org.eclipse.equinox.http.servlet.tests/.polyglot.META-INF
18:34:19 [2024-02-16T23:34:19.659Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:34:19 [2024-02-16T23:34:19.659Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.http.servlet.tests ---
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.http.servlet.tests ---
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] The project's OSGi version is 1.9.100.v20240205-1437
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.http.servlet.tests ---
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.http.servlet.tests ---
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.915Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.http.servlet.tests ---
18:34:19 [2024-02-16T23:34:19.915Z] [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.servlet.tests/saveproperties
18:34:19 [2024-02-16T23:34:19.916Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.916Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.http.servlet.tests ---
18:34:19 [2024-02-16T23:34:19.916Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.916Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.http.servlet.tests ---
18:34:19 [2024-02-16T23:34:19.916Z] [INFO] 
18:34:19 [2024-02-16T23:34:19.916Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.http.servlet.tests ---
18:34:19 [2024-02-16T23:34:19.916Z] [INFO] Resolving class path of [test-bundle] org.eclipse.equinox.http.servlet.tests
18:34:20 [2024-02-16T23:34:20.171Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.171Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-74) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] Test 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.http.servlet.tests/bundles_src/tb1 added.
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] --- build-helper:3.5.0:add-test-source (eclipse-classpath-add-test-source-75) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] Test 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.http.servlet.tests/bundles_src/tb2 added.
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.172Z] [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.servlet.tests/src/main/resources
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.172Z] [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.servlet.tests/src/main/resources
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.172Z] [INFO] Compiling 70 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.servlet.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:20 [2024-02-16T23:34:20.428Z] [INFO] Compiling 49 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.servlet.tests/target/bundles_bin/tb1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:20 [2024-02-16T23:34:20.428Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.equinox.http.servlet.tests/target/bundles_bin/tb2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.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.http.servlet.tests/src/test/resources
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.684Z] [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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT-sources.jar
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.684Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.684Z] [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.servlet.tests/bundles_bin/tb1.jar
18:34:20 [2024-02-16T23:34:20.685Z] [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.servlet.tests/bundles_bin/tb2.jar
18:34:20 [2024-02-16T23:34:20.685Z] [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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar
18:34:20 [2024-02-16T23:34:20.685Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.685Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.685Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.9.100-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.servlet.tests/.polyglot.META-INF
18:34:20 [2024-02-16T23:34:20.685Z]     The main artifact has been replaced with the baseline version.
18:34:20 [2024-02-16T23:34:20.685Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:20 [2024-02-16T23:34:20.685Z] 
18:34:20 [2024-02-16T23:34:20.685Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.685Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.685Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.685Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.941Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.9.100-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.servlet.tests/.polyglot.META-INF
18:34:20 [2024-02-16T23:34:20.941Z]     The main artifact has been replaced with the baseline version.
18:34:20 [2024-02-16T23:34:20.941Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:20 [2024-02-16T23:34:20.941Z] 
18:34:20 [2024-02-16T23:34:20.941Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.941Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.941Z] [INFO] Skipping tests
18:34:20 [2024-02-16T23:34:20.941Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.941Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.941Z] [INFO] Execution was skipped
18:34:20 [2024-02-16T23:34:20.941Z] [INFO] 
18:34:20 [2024-02-16T23:34:20.941Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.http.servlet.tests ---
18:34:20 [2024-02-16T23:34:20.942Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar_unpacked_5762550946464040954/bundles_bin/tb1.jar' is disabled.
18:34:20 [2024-02-16T23:34:20.942Z] [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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar_unpacked_5762550946464040954/bundles_bin/tb1.jar' is already signed and will be resigned.
18:34:20 [2024-02-16T23:34:20.942Z] [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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar_unpacked_5762550946464040954/bundles_bin/tb1.jar
18:34:21 [2024-02-16T23:34:21.869Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Builds/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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar_unpacked_5762550946464040954/bundles_bin/tb2.jar' is disabled.
18:34:21 [2024-02-16T23:34:21.869Z] [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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar_unpacked_5762550946464040954/bundles_bin/tb2.jar' is already signed and will be resigned.
18:34:21 [2024-02-16T23:34:21.869Z] [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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar_unpacked_5762550946464040954/bundles_bin/tb2.jar
18:34:22 [2024-02-16T23:34:22.796Z] [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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar' is already signed and will be resigned.
18:34:22 [2024-02-16T23:34:22.796Z] [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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT.jar
18:34:23 [2024-02-16T23:34:23.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.equinox.http.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:34:23 [2024-02-16T23:34:23.728Z] [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.servlet.tests/target/org.eclipse.equinox.http.servlet.tests-1.9.100-SNAPSHOT-sources.jar
18:34:25 [2024-02-16T23:34:25.616Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.616Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.http.servlet.tests ---
18:34:25 [2024-02-16T23:34:25.616Z] [INFO] MavenProject: org.eclipse.equinox:org.eclipse.equinox.http.servlet.tests:1.9.100-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.servlet.tests/.polyglot.META-INF
18:34:25 [2024-02-16T23:34:25.616Z]     The main artifact has been replaced with the baseline version.
18:34:25 [2024-02-16T23:34:25.616Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:25 [2024-02-16T23:34:25.616Z] 
18:34:25 [2024-02-16T23:34:25.616Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.616Z] [INFO] --------------< org.eclipse.osgi:org.eclipse.osgi.tests >---------------
18:34:25 [2024-02-16T23:34:25.616Z] [INFO] Building org.eclipse.osgi.tests 3.19.0-SNAPSHOT                [484/521]
18:34:25 [2024-02-16T23:34:25.616Z] [INFO]   from equinox/bundles/org.eclipse.osgi.tests/pom.xml
18:34:25 [2024-02-16T23:34:25.616Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:34:25 [2024-02-16T23:34:25.616Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:34:25 [2024-02-16T23:34:25.872Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.872Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.872Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.872Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.872Z] [INFO] The project's OSGi version is 3.19.0.v20240214-0846
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.873Z] [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.tests/saveproperties
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] Resolving class path of org.eclipse.osgi.tests
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.873Z] [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.tests/src/main/resources
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.873Z] [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.tests/src/main/resources
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] 
18:34:25 [2024-02-16T23:34:25.873Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.osgi.tests ---
18:34:25 [2024-02-16T23:34:25.874Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:26 [2024-02-16T23:34:26.129Z] [INFO] Compiling 192 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.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/bundles/BundleInstallUpdateTests.java:[218] 
18:34:27 [2024-02-16T23:34:27.056Z] 	String testBundleJarFileURL = (encode ? testBundleJarFile.toURI() : testBundleJarFile.toURL()).toString();
18:34:27 [2024-02-16T23:34:27.056Z] 	                                                                                      ^^^^^^^
18:34:27 [2024-02-16T23:34:27.056Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/bundles/BundleInstallUpdateTests.java:[220] 
18:34:27 [2024-02-16T23:34:27.056Z] 	String testBundleDirFileURL = (encode ? testBundleDirFile.toURI() : testBundleDirFile.toURL()).toString();
18:34:27 [2024-02-16T23:34:27.056Z] 	                                                                                      ^^^^^^^
18:34:27 [2024-02-16T23:34:27.056Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/security/BaseSecurityTest.java:[174] 
18:34:27 [2024-02-16T23:34:27.056Z] 	suite.getSetup().setSystemProperty("osgi.framework.keystore", tempFile.toURL().toExternalForm()); //$NON-NLS-1$ //$NON-NLS-2$
18:34:27 [2024-02-16T23:34:27.056Z] 	                                                                       ^^^^^^^
18:34:27 [2024-02-16T23:34:27.056Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[120] 
18:34:27 [2024-02-16T23:34:27.056Z] 	testLocation.set(testLocationFile.toURL(), false);
18:34:27 [2024-02-16T23:34:27.056Z] 	                                  ^^^^^^^
18:34:27 [2024-02-16T23:34:27.056Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[138] 
18:34:27 [2024-02-16T23:34:27.056Z] 	testLocation.set(testLocationFile.toURL(), false);
18:34:27 [2024-02-16T23:34:27.056Z] 	                                  ^^^^^^^
18:34:27 [2024-02-16T23:34:27.056Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[154] 
18:34:27 [2024-02-16T23:34:27.057Z] 	testLocation.set(testLocationFile.toURL(), true);
18:34:27 [2024-02-16T23:34:27.057Z] 	                                  ^^^^^^^
18:34:27 [2024-02-16T23:34:27.057Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[172] 
18:34:27 [2024-02-16T23:34:27.057Z] 	testLocation.set(testLocationFile.toURL(), true);
18:34:27 [2024-02-16T23:34:27.057Z] 	                                  ^^^^^^^
18:34:27 [2024-02-16T23:34:27.057Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[186] 
18:34:27 [2024-02-16T23:34:27.057Z] 	testLocation.set(testLocationFile.toURL(), false);
18:34:27 [2024-02-16T23:34:27.057Z] 	                                  ^^^^^^^
18:34:27 [2024-02-16T23:34:27.057Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[231] 
18:34:27 [2024-02-16T23:34:27.057Z] 	createdLocation.set(testLocationFile.toURL(), false);
18:34:27 [2024-02-16T23:34:27.057Z] 	                                     ^^^^^^^
18:34:27 [2024-02-16T23:34:27.057Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[272] 
18:34:27 [2024-02-16T23:34:27.057Z] 	testLocation.set(testLocationFile.toURL(), true, ""); //$NON-NLS-1$
18:34:27 [2024-02-16T23:34:27.057Z] 	                                  ^^^^^^^
18:34:27 [2024-02-16T23:34:27.057Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[294] 
18:34:27 [2024-02-16T23:34:27.057Z] 	testLocation.set(testLocationFile.toURL(), true, ".mocklock"); //$NON-NLS-1$
18:34:27 [2024-02-16T23:34:27.057Z] 	                                  ^^^^^^^
18:34:27 [2024-02-16T23:34:27.057Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[317] 
18:34:27 [2024-02-16T23:34:27.058Z] 	testLocation.set(testLocationFile.toURL(), true, testLocationLockFile.getAbsolutePath());
18:34:27 [2024-02-16T23:34:27.058Z] 	                                  ^^^^^^^
18:34:27 [2024-02-16T23:34:27.058Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.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.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java:[459] 
18:34:27 [2024-02-16T23:34:27.058Z] 	location.set(testLocationFile.toURL(), false);
18:34:27 [2024-02-16T23:34:27.058Z] 	                              ^^^^^^^
18:34:27 [2024-02-16T23:34:27.058Z] The method toURL() from the type File is deprecated
18:34:27 [2024-02-16T23:34:27.058Z] 13 problems (13 warnings)
18:34:27 [2024-02-16T23:34:27.058Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.058Z] [INFO] Nothing to compile - all classes are up to date
18:34:27 [2024-02-16T23:34:27.058Z] [INFO] Compiling 2 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.tests/target/bundle_tests/chain.test.d.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.058Z] [INFO] Compiling 3 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.tests/target/bundle_tests/chain.test.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.314Z] [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.osgi.tests/target/bundle_tests/chain.test.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.315Z] [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.osgi.tests/target/bundle_tests/chain.test.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.315Z] [INFO] Compiling 3 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.tests/target/bundle_tests/chain.test.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.572Z] [INFO] Compiling 2 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.tests/target/bundle_tests/circularity.test.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.572Z] [INFO] Compiling 2 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.tests/target/bundle_tests/circularity.test.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.572Z] [INFO] Compiling 2 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.tests/target/bundle_tests/fragment.test.attach.host.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.831Z] [INFO] Compiling 2 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.tests/target/bundle_tests/fragment.test.attach.host.a.v2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:27 [2024-02-16T23:34:27.831Z] [INFO] Nothing to compile - all classes are up to date
18:34:27 [2024-02-16T23:34:27.831Z] [INFO] Compiling 2 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.tests/target/bundle_tests/fragment.test.attach.frag.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.087Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/fragment.test.attach.frag.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.087Z] [INFO] Compiling 2 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.tests/target/bundle_tests/legacy.lazystart.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.088Z] [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.osgi.tests/target/bundle_tests/legacy.lazystart.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.343Z] [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.osgi.tests/target/bundle_tests/legacy.lazystart.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.343Z] [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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/legacy.lazystart.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.344Z] [INFO] Compiling 2 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.tests/target/bundle_tests/osgi.lazystart.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.599Z] [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.osgi.tests/target/bundle_tests/osgi.lazystart.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.599Z] [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.osgi.tests/target/bundle_tests/osgi.lazystart.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.599Z] [INFO] Compiling 2 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.tests/target/bundle_tests/osgi.lazystart.d.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.855Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.e.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:28 [2024-02-16T23:34:28.855Z] [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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/osgi.lazystart.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.110Z] [INFO] Compiling 3 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.tests/target/bundle_tests/thread.locktest.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.110Z] [INFO] Nothing to compile - all classes are up to date
18:34:29 [2024-02-16T23:34:29.111Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.111Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.registered.a.test2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.366Z] [INFO] Nothing to compile - all classes are up to date
18:34:29 [2024-02-16T23:34:29.367Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.367Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/buddy.dependent.a.test2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.367Z] [INFO] Nothing to compile - all classes are up to date
18:34:29 [2024-02-16T23:34:29.367Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.623Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.a2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.623Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.879Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.b2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:29 [2024-02-16T23:34:29.879Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.134Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.d.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.134Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/nativetest.e.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.134Z] [INFO] Nothing to compile - all classes are up to date
18:34:30 [2024-02-16T23:34:30.135Z] [INFO] Compiling 3 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.tests/target/bundle_tests/host.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.391Z] [INFO] Compiling 2 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.tests/target/bundle_tests/frag.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.391Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/client1.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.685Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/client2.multiple.exports.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.685Z] [INFO] Compiling 2 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.tests/target/bundle_tests/xfriends.test1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.685Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.942Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/xfriends.test3.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:30 [2024-02-16T23:34:30.942Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:31 [2024-02-16T23:34:31.198Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.importer.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:31 [2024-02-16T23:34:31.198Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.framework.a.requires.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:31 [2024-02-16T23:34:31.198Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:31 [2024-02-16T23:34:31.455Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/ext.extclasspath.a.importer.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:31 [2024-02-16T23:34:31.455Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:31 [2024-02-16T23:34:31.711Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/exporter.importer2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:31 [2024-02-16T23:34:31.711Z] [INFO] Compiling 2 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.tests/target/bundle_tests/exporter.importer3.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:31 [2024-02-16T23:34:31.711Z] [INFO] Nothing to compile - all classes are up to date
18:34:31 [2024-02-16T23:34:31.967Z] [INFO] Nothing to compile - all classes are up to date
18:34:31 [2024-02-16T23:34:31.967Z] [INFO] Nothing to compile - all classes are up to date
18:34:31 [2024-02-16T23:34:31.967Z] [INFO] Nothing to compile - all classes are up to date
18:34:31 [2024-02-16T23:34:31.967Z] [INFO] Nothing to compile - all classes are up to date
18:34:31 [2024-02-16T23:34:31.967Z] [INFO] Nothing to compile - all classes are up to date
18:34:31 [2024-02-16T23:34:31.967Z] [INFO] Compiling 2 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.tests/target/bundle_tests/substitutes.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:31 [2024-02-16T23:34:31.967Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.a.frag.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.223Z] [INFO] Compiling 2 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.tests/target/bundle_tests/substitutes.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.223Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.b.frag.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.223Z] [INFO] Nothing to compile - all classes are up to date
18:34:32 [2024-02-16T23:34:32.223Z] [INFO] Nothing to compile - all classes are up to date
18:34:32 [2024-02-16T23:34:32.223Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.e.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.480Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/substitutes.f.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.480Z] [INFO] Nothing to compile - all classes are up to date
18:34:32 [2024-02-16T23:34:32.480Z] [INFO] Nothing to compile - all classes are up to date
18:34:32 [2024-02-16T23:34:32.480Z] [INFO] Compiling 2 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.tests/target/bundle_tests/substitutes.i.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.480Z] [INFO] Compiling 2 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.tests/target/bundle_tests/substitutes.j.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.736Z] [INFO] Compiling 2 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.tests/target/bundle_tests/substitutes.k.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.737Z] [INFO] Compiling 2 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.tests/target/bundle_tests/substitutes.l.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.737Z] [INFO] Compiling 2 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.tests/target/bundle_tests/substitutes.m.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.993Z] [INFO] Compiling 2 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.tests/target/bundle_tests/substitutes.n.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:32 [2024-02-16T23:34:32.993Z] [INFO] Nothing to compile - all classes are up to date
18:34:32 [2024-02-16T23:34:32.993Z] [INFO] Nothing to compile - all classes are up to date
18:34:32 [2024-02-16T23:34:32.993Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:33 [2024-02-16T23:34:33.249Z] [INFO] Nothing to compile - all classes are up to date
18:34:33 [2024-02-16T23:34:33.249Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/security.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:33 [2024-02-16T23:34:33.249Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.filter.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:33 [2024-02-16T23:34:33.506Z] [INFO] Compiling 2 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.tests/target/bundle_tests/test.link.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:33 [2024-02-16T23:34:33.506Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.link.a.client.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:33 [2024-02-16T23:34:33.506Z] [INFO] Compiling 2 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.tests/target/bundle_tests/test.bug259903.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:33 [2024-02-16T23:34:33.762Z] [INFO] Nothing to compile - all classes are up to date
18:34:33 [2024-02-16T23:34:33.762Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:33 [2024-02-16T23:34:33.762Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug259903.c.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.018Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.tccl.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.018Z] [INFO] Compiling 7 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.tests/target/bundle_tests/test.manifestpackage.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.018Z] [INFO] Nothing to compile - all classes are up to date
18:34:34 [2024-02-16T23:34:34.018Z] [INFO] Nothing to compile - all classes are up to date
18:34:34 [2024-02-16T23:34:34.018Z] [INFO] Nothing to compile - all classes are up to date
18:34:34 [2024-02-16T23:34:34.274Z] [INFO] Nothing to compile - all classes are up to date
18:34:34 [2024-02-16T23:34:34.274Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug287750.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.274Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.274Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug306181b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.530Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.logging.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.530Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/geturl.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.787Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug375784.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.787Z] [INFO] Compiling 2 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.tests/target/bundle_tests/storage.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:34 [2024-02-16T23:34:34.787Z] [INFO] Compiling 3 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.tests/target/bundle_tests/activator.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:35 [2024-02-16T23:34:35.043Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug412228.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:35 [2024-02-16T23:34:35.044Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:35 [2024-02-16T23:34:35.300Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.uninstall.start2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:35 [2024-02-16T23:34:35.300Z] [INFO] Nothing to compile - all classes are up to date
18:34:35 [2024-02-16T23:34:35.300Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/classloader.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:35 [2024-02-16T23:34:35.555Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.host.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:35 [2024-02-16T23:34:35.556Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug438904.frag.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:35 [2024-02-16T23:34:35.811Z] [INFO] Nothing to compile - all classes are up to date
18:34:35 [2024-02-16T23:34:35.811Z] [INFO] Nothing to compile - all classes are up to date
18:34:35 [2024-02-16T23:34:35.811Z] [INFO] Nothing to compile - all classes are up to date
18:34:35 [2024-02-16T23:34:35.811Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/wrapper.hooks.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:35 [2024-02-16T23:34:35.811Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:36 [2024-02-16T23:34:36.067Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.protocol.handler.user.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:36 [2024-02-16T23:34:36.067Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug471551.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:36 [2024-02-16T23:34:36.323Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamicimport.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:36 [2024-02-16T23:34:36.323Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.dynamic.privateimport.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:36 [2024-02-16T23:34:36.323Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/test.bug490902.b.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:36 [2024-02-16T23:34:36.579Z] [INFO] Compiling 2 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.tests/target/bundle_tests/test.bug490902.a.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:36 [2024-02-16T23:34:36.579Z] [INFO] Compiling 30 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.tests/target/bundle_tests/mrBundleInputBase.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:36 [2024-02-16T23:34:36.841Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error1.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:36 [2024-02-16T23:34:36.841Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error2.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:37 [2024-02-16T23:34:37.111Z] [INFO] Compiling 1 source 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/equinox/bundles/org.eclipse.osgi.tests/target/bundle_tests/activator.error3.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:37 [2024-02-16T23:34:37.111Z] [INFO] Nothing to compile - all classes are up to date
18:34:37 [2024-02-16T23:34:37.111Z] [INFO] Compiling 2 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.tests/target/bundle_tests/test.bug235958.x.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] Compiling 3 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.tests/target/bundle_tests/test.bug235958.y.jar-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] 
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.osgi.tests ---
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] 
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.osgi.tests ---
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] 
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.osgi.tests ---
18:34:37 [2024-02-16T23:34:37.367Z] [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.tests/src/test/resources
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] 
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.osgi.tests ---
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] 
18:34:37 [2024-02-16T23:34:37.367Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.osgi.tests ---
18:34:37 [2024-02-16T23:34:37.367Z] [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.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT-sources.jar
18:34:37 [2024-02-16T23:34:37.624Z] [INFO] 
18:34:37 [2024-02-16T23:34:37.624Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.osgi.tests ---
18:34:37 [2024-02-16T23:34:37.624Z] [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.tests/bundle_tests/ext.framework.b.jar
18:34:37 [2024-02-16T23:34:37.624Z] [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.tests/bundle_tests/test.jar
18:34:37 [2024-02-16T23:34:37.624Z] [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.tests/bundle_tests/test2.jar
18:34:37 [2024-02-16T23:34:37.624Z] [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.tests/bundle_tests/chain.test.d.jar
18:34:37 [2024-02-16T23:34:37.624Z] [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.tests/bundle_tests/chain.test.c.jar
18:34:37 [2024-02-16T23:34:37.625Z] [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.tests/bundle_tests/chain.test.b.jar
18:34:37 [2024-02-16T23:34:37.625Z] [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.tests/bundle_tests/chain.test.a.jar
18:34:37 [2024-02-16T23:34:37.625Z] [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.tests/bundle_tests/chain.test.jar
18:34:37 [2024-02-16T23:34:37.625Z] [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.tests/bundle_tests/circularity.test.a.jar
18:34:37 [2024-02-16T23:34:37.625Z] [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.tests/bundle_tests/circularity.test.jar
18:34:37 [2024-02-16T23:34:37.625Z] [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.tests/bundle_tests/fragment.test.attach.host.a.jar
18:34:37 [2024-02-16T23:34:37.625Z] [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.tests/bundle_tests/fragment.test.attach.host.a.v2.jar
18:34:37 [2024-02-16T23:34:37.626Z] [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.tests/bundle_tests/fragment.test.attach.host.a.require.jar
18:34:37 [2024-02-16T23:34:37.626Z] [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.tests/bundle_tests/fragment.test.attach.frag.a.jar
18:34:37 [2024-02-16T23:34:37.626Z] [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.tests/bundle_tests/fragment.test.attach.frag.b.jar
18:34:37 [2024-02-16T23:34:37.626Z] [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.tests/bundle_tests/legacy.lazystart.a.jar
18:34:37 [2024-02-16T23:34:37.626Z] [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.tests/bundle_tests/legacy.lazystart.b.jar
18:34:37 [2024-02-16T23:34:37.626Z] [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.tests/bundle_tests/legacy.lazystart.c.jar
18:34:37 [2024-02-16T23:34:37.626Z] [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.tests/bundle_tests/legacy.lazystart.jar
18:34:37 [2024-02-16T23:34:37.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/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.a.jar
18:34:37 [2024-02-16T23:34:37.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/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.b.jar
18:34:37 [2024-02-16T23:34:37.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/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.c.jar
18:34:37 [2024-02-16T23:34:37.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/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.d.jar
18:34:37 [2024-02-16T23:34:37.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/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.e.jar
18:34:37 [2024-02-16T23:34:37.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/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/osgi.lazystart.jar
18:34:37 [2024-02-16T23:34:37.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/equinox/bundles/org.eclipse.osgi.tests/bundle_tests/thread.locktest.jar
18:34:37 [2024-02-16T23:34:37.628Z] [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.tests/bundle_tests/buddy.registered.a.jar
18:34:37 [2024-02-16T23:34:37.628Z] [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.tests/bundle_tests/buddy.registered.a.test1.jar
18:34:37 [2024-02-16T23:34:37.628Z] [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.tests/bundle_tests/buddy.registered.a.test2.jar
18:34:37 [2024-02-16T23:34:37.628Z] [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.tests/bundle_tests/buddy.dependent.a.jar
18:34:37 [2024-02-16T23:34:37.628Z] [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.tests/bundle_tests/buddy.dependent.a.test1.jar
18:34:37 [2024-02-16T23:34:37.628Z] [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.tests/bundle_tests/buddy.dependent.a.test2.jar
18:34:37 [2024-02-16T23:34:37.628Z] [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.tests/bundle_tests/buddy.invalid.a.jar
18:34:37 [2024-02-16T23:34:37.628Z] [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.tests/bundle_tests/nativetest.a1.jar
18:34:37 [2024-02-16T23:34:37.629Z] [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.tests/bundle_tests/nativetest.a2.jar
18:34:37 [2024-02-16T23:34:37.629Z] [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.tests/bundle_tests/nativetest.b1.jar
18:34:37 [2024-02-16T23:34:37.629Z] [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.tests/bundle_tests/nativetest.b2.jar
18:34:37 [2024-02-16T23:34:37.629Z] [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.tests/bundle_tests/nativetest.c.jar
18:34:37 [2024-02-16T23:34:37.629Z] [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.tests/bundle_tests/nativetest.d.jar
18:34:37 [2024-02-16T23:34:37.629Z] [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.tests/bundle_tests/nativetest.e.jar
18:34:37 [2024-02-16T23:34:37.629Z] [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.tests/bundle_tests/nativetest.f.jar
18:34:37 [2024-02-16T23:34:37.630Z] [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.tests/bundle_tests/host.multiple.exports.jar
18:34:37 [2024-02-16T23:34:37.630Z] [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.tests/bundle_tests/frag.multiple.exports.jar
18:34:37 [2024-02-16T23:34:37.630Z] [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.tests/bundle_tests/client1.multiple.exports.jar
18:34:37 [2024-02-16T23:34:37.630Z] [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.tests/bundle_tests/client2.multiple.exports.jar
18:34:37 [2024-02-16T23:34:37.630Z] [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.tests/bundle_tests/xfriends.test1.jar
18:34:37 [2024-02-16T23:34:37.630Z] [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.tests/bundle_tests/xfriends.test2.jar
18:34:37 [2024-02-16T23:34:37.630Z] [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.tests/bundle_tests/xfriends.test3.jar
18:34:37 [2024-02-16T23:34:37.630Z] [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.tests/bundle_tests/ext.framework.a.jar
18:34:37 [2024-02-16T23:34:37.631Z] [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.tests/bundle_tests/ext.framework.a.importer.jar
18:34:37 [2024-02-16T23:34:37.631Z] [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.tests/bundle_tests/ext.framework.a.requires.jar
18:34:37 [2024-02-16T23:34:37.631Z] [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.tests/bundle_tests/ext.extclasspath.a.jar
18:34:37 [2024-02-16T23:34:37.631Z] [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.tests/bundle_tests/ext.extclasspath.a.importer.jar
18:34:37 [2024-02-16T23:34:37.631Z] [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.tests/bundle_tests/exporter.importer1.jar
18:34:37 [2024-02-16T23:34:37.631Z] [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.tests/bundle_tests/exporter.importer2.jar
18:34:37 [2024-02-16T23:34:37.631Z] [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.tests/bundle_tests/exporter.importer3.jar
18:34:37 [2024-02-16T23:34:37.632Z] [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.tests/bundle_tests/exporter.importer4.jar
18:34:37 [2024-02-16T23:34:37.632Z] [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.tests/bundle_tests/test.fragment1.jar
18:34:37 [2024-02-16T23:34:37.632Z] [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.tests/bundle_tests/test.fragment2.jar
18:34:37 [2024-02-16T23:34:37.632Z] [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.tests/bundle_tests/test.fragment3.jar
18:34:37 [2024-02-16T23:34:37.632Z] [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.tests/bundle_tests/test.fragment4.jar
18:34:37 [2024-02-16T23:34:37.632Z] [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.tests/bundle_tests/test.fragment5.jar
18:34:37 [2024-02-16T23:34:37.632Z] [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.tests/bundle_tests/substitutes.a.jar
18:34:37 [2024-02-16T23:34:37.633Z] [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.tests/bundle_tests/substitutes.a.frag.jar
18:34:37 [2024-02-16T23:34:37.889Z] [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.tests/bundle_tests/substitutes.b.jar
18:34:37 [2024-02-16T23:34:37.889Z] [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.tests/bundle_tests/substitutes.b.frag.jar
18:34:37 [2024-02-16T23:34:37.889Z] [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.tests/bundle_tests/substitutes.c.jar
18:34:37 [2024-02-16T23:34:37.889Z] [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.tests/bundle_tests/substitutes.d.jar
18:34:37 [2024-02-16T23:34:37.889Z] [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.tests/bundle_tests/substitutes.e.jar
18:34:37 [2024-02-16T23:34:37.890Z] [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.tests/bundle_tests/substitutes.f.jar
18:34:37 [2024-02-16T23:34:37.890Z] [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.tests/bundle_tests/substitutes.g.jar
18:34:37 [2024-02-16T23:34:37.890Z] [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.tests/bundle_tests/substitutes.h.jar
18:34:37 [2024-02-16T23:34:37.890Z] [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.tests/bundle_tests/substitutes.i.jar
18:34:37 [2024-02-16T23:34:37.890Z] [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.tests/bundle_tests/substitutes.j.jar
18:34:37 [2024-02-16T23:34:37.890Z] [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.tests/bundle_tests/substitutes.k.jar
18:34:37 [2024-02-16T23:34:37.890Z] [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.tests/bundle_tests/substitutes.l.jar
18:34:37 [2024-02-16T23:34:37.890Z] [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.tests/bundle_tests/substitutes.m.jar
18:34:37 [2024-02-16T23:34:37.891Z] [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.tests/bundle_tests/substitutes.n.jar
18:34:37 [2024-02-16T23:34:37.891Z] [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.tests/bundle_tests/substitutes.p.jar
18:34:37 [2024-02-16T23:34:37.891Z] [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.tests/bundle_tests/substitutes.q.jar
18:34:37 [2024-02-16T23:34:37.891Z] [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.tests/bundle_tests/security.a.jar
18:34:37 [2024-02-16T23:34:37.891Z] [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.tests/bundle_tests/security.a.frag.a.jar
18:34:37 [2024-02-16T23:34:37.891Z] [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.tests/bundle_tests/security.b.jar
18:34:37 [2024-02-16T23:34:37.891Z] [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.tests/bundle_tests/test.filter.a.jar
18:34:37 [2024-02-16T23:34:37.891Z] [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.tests/bundle_tests/test.link.a.jar
18:34:37 [2024-02-16T23:34:37.891Z] [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.tests/bundle_tests/test.link.a.client.jar
18:34:37 [2024-02-16T23:34:37.892Z] [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.tests/bundle_tests/test.bug259903.a.jar
18:34:37 [2024-02-16T23:34:37.892Z] [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.tests/bundle_tests/test.bug259903.a.update.jar
18:34:37 [2024-02-16T23:34:37.892Z] [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.tests/bundle_tests/test.bug259903.b.jar
18:34:37 [2024-02-16T23:34:37.892Z] [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.tests/bundle_tests/test.bug259903.c.jar
18:34:37 [2024-02-16T23:34:37.892Z] [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.tests/bundle_tests/test.tccl.jar
18:34:37 [2024-02-16T23:34:37.892Z] [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.tests/bundle_tests/test.manifestpackage.jar
18:34:37 [2024-02-16T23:34:37.892Z] [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.tests/bundle_tests/test.bug286307.jar
18:34:37 [2024-02-16T23:34:37.892Z] [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.tests/bundle_tests/test.bug287636.a1.jar
18:34:37 [2024-02-16T23:34:37.893Z] [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.tests/bundle_tests/test.bug287636.a2.jar
18:34:37 [2024-02-16T23:34:37.893Z] [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.tests/bundle_tests/test.bug287636.b.jar
18:34:37 [2024-02-16T23:34:37.893Z] [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.tests/bundle_tests/test.bug287750.jar
18:34:37 [2024-02-16T23:34:37.893Z] [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.tests/bundle_tests/test.bug306181a.jar
18:34:37 [2024-02-16T23:34:37.893Z] [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.tests/bundle_tests/test.bug306181b.jar
18:34:37 [2024-02-16T23:34:37.893Z] [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.tests/bundle_tests/test.logging.a.jar
18:34:37 [2024-02-16T23:34:37.893Z] [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.tests/bundle_tests/geturl.jar
18:34:37 [2024-02-16T23:34:37.893Z] [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.tests/bundle_tests/test.bug375784.jar
18:34:37 [2024-02-16T23:34:37.894Z] [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.tests/bundle_tests/storage.hooks.a.jar
18:34:37 [2024-02-16T23:34:37.894Z] [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.tests/bundle_tests/activator.hooks.a.jar
18:34:37 [2024-02-16T23:34:37.894Z] [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.tests/bundle_tests/test.bug412228.jar
18:34:37 [2024-02-16T23:34:37.894Z] [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.tests/bundle_tests/test.uninstall.start1.jar
18:34:37 [2024-02-16T23:34:37.894Z] [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.tests/bundle_tests/test.uninstall.start2.jar
18:34:37 [2024-02-16T23:34:37.894Z] [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.tests/bundle_tests/ext.framework.osgiee.b.jar
18:34:37 [2024-02-16T23:34:37.894Z] [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.tests/bundle_tests/classloader.hooks.a.jar
18:34:37 [2024-02-16T23:34:37.895Z] [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.tests/bundle_tests/test.bug438904.host.jar
18:34:37 [2024-02-16T23:34:37.895Z] [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.tests/bundle_tests/test.bug438904.frag.jar
18:34:37 [2024-02-16T23:34:37.895Z] [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.tests/bundle_tests/test.bug438904.global.jar
18:34:37 [2024-02-16T23:34:37.895Z] [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.tests/bundle_tests/test.system.nls.jar
18:34:37 [2024-02-16T23:34:37.895Z] [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.tests/bundle_tests/test.bug449484.jar
18:34:37 [2024-02-16T23:34:37.895Z] [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.tests/bundle_tests/wrapper.hooks.a.jar
18:34:37 [2024-02-16T23:34:37.895Z] [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.tests/bundle_tests/test.protocol.handler.jar
18:34:37 [2024-02-16T23:34:37.895Z] [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.tests/bundle_tests/test.protocol.handler.user.jar
18:34:37 [2024-02-16T23:34:37.896Z] [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.tests/bundle_tests/test.bug471551.jar
18:34:37 [2024-02-16T23:34:37.896Z] [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.tests/bundle_tests/test.dynamicimport.jar
18:34:37 [2024-02-16T23:34:37.896Z] [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.tests/bundle_tests/test.dynamic.privateimport.jar
18:34:37 [2024-02-16T23:34:37.896Z] [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.tests/bundle_tests/test.bug490902.b.jar
18:34:37 [2024-02-16T23:34:37.896Z] [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.tests/bundle_tests/test.bug490902.a.jar
18:34:37 [2024-02-16T23:34:37.896Z] [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.tests/bundle_tests/mrBundleInputBase.jar
18:34:37 [2024-02-16T23:34:37.896Z] [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.tests/bundle_tests/activator.error1.jar
18:34:37 [2024-02-16T23:34:37.896Z] [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.tests/bundle_tests/activator.error2.jar
18:34:37 [2024-02-16T23:34:37.896Z] [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.tests/bundle_tests/activator.error3.jar
18:34:37 [2024-02-16T23:34:37.897Z] [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.tests/bundle_tests/activator.error4.jar
18:34:37 [2024-02-16T23:34:37.897Z] [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.tests/bundle_tests/test.bug235958.x.jar
18:34:37 [2024-02-16T23:34:37.897Z] [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.tests/bundle_tests/test.bug235958.y.jar
18:34:38 [2024-02-16T23:34:38.152Z] [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.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT.jar
18:34:38 [2024-02-16T23:34:38.152Z] [INFO] 
18:34:38 [2024-02-16T23:34:38.152Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.osgi.tests ---
18:34:38 [2024-02-16T23:34:38.407Z] [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests: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.tests/pom.xml
18:34:38 [2024-02-16T23:34:38.407Z]     The main artifact has been replaced with the baseline version.
18:34:38 [2024-02-16T23:34:38.408Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:38 [2024-02-16T23:34:38.408Z] 
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] 
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.osgi.tests ---
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] 
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.osgi.tests ---
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests: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.tests/pom.xml
18:34:38 [2024-02-16T23:34:38.408Z]     The main artifact has been replaced with the baseline version.
18:34:38 [2024-02-16T23:34:38.408Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:38 [2024-02-16T23:34:38.408Z] 
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] 
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.osgi.tests ---
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] Skipping tests
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] 
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.osgi.tests ---
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] Execution was skipped
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] 
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.osgi.tests ---
18:34:38 [2024-02-16T23:34:38.408Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/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.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT.jar' is disabled.
18:34:38 [2024-02-16T23:34:38.408Z] [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.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT.jar' is already signed and will be resigned.
18:34:38 [2024-02-16T23:34:38.408Z] [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.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT.jar
18:34:39 [2024-02-16T23:34:39.773Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/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.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT-sources.jar' is disabled.
18:34:39 [2024-02-16T23:34:39.774Z] [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.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:34:39 [2024-02-16T23:34:39.774Z] [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.tests/target/org.eclipse.osgi.tests-3.19.0-SNAPSHOT-sources.jar
18:34:41 [2024-02-16T23:34:41.139Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.139Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.osgi.tests ---
18:34:41 [2024-02-16T23:34:41.139Z] [INFO] MavenProject: org.eclipse.osgi:org.eclipse.osgi.tests: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.tests/pom.xml
18:34:41 [2024-02-16T23:34:41.139Z]     The main artifact has been replaced with the baseline version.
18:34:41 [2024-02-16T23:34:41.139Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:41 [2024-02-16T23:34:41.139Z] 
18:34:41 [2024-02-16T23:34:41.139Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.139Z] [INFO] ----< org.eclipse.platform:org.eclipse.equinox.frameworkadmin.test >----
18:34:41 [2024-02-16T23:34:41.139Z] [INFO] Building [test-bundle] Test Plug-in for Framework Admin 1.4.300-SNAPSHOT [485/521]
18:34:41 [2024-02-16T23:34:41.139Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/.polyglot.META-INF
18:34:41 [2024-02-16T23:34:41.139Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:34:41 [2024-02-16T23:34:41.139Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:34:41 [2024-02-16T23:34:41.394Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.394Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.394Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.394Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.394Z] [INFO] The project's OSGi version is 1.4.300.v20240213-1609
18:34:41 [2024-02-16T23:34:41.394Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.394Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.395Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/saveproperties
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.395Z] [INFO] Resolving class path of [test-bundle] Test Plug-in for Framework Admin
18:34:41 [2024-02-16T23:34:41.651Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.651Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.651Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/main/resources
18:34:41 [2024-02-16T23:34:41.651Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.651Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.651Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/main/resources
18:34:41 [2024-02-16T23:34:41.651Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.651Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.651Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:41 [2024-02-16T23:34:41.651Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.652Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/test/resources
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] 39 system scoped dependencies were not mapped to maven artifacts
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.652Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.652Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT-sources.jar
18:34:41 [2024-02-16T23:34:41.908Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.908Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:41 [2024-02-16T23:34:41.908Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar
18:34:41 [2024-02-16T23:34:41.908Z] [INFO] 
18:34:41 [2024-02-16T23:34:41.908Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:42 [2024-02-16T23:34:42.164Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.test:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/.tycho-consumer-pom.xml
18:34:42 [2024-02-16T23:34:42.164Z]     The main artifact has been replaced with the baseline version.
18:34:42 [2024-02-16T23:34:42.164Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:42 [2024-02-16T23:34:42.164Z] 
18:34:42 [2024-02-16T23:34:42.164Z] [INFO] 
18:34:42 [2024-02-16T23:34:42.164Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:42 [2024-02-16T23:34:42.164Z] [INFO] 
18:34:42 [2024-02-16T23:34:42.164Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:42 [2024-02-16T23:34:42.164Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.test:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/.tycho-consumer-pom.xml
18:34:42 [2024-02-16T23:34:42.164Z]     The main artifact has been replaced with the baseline version.
18:34:42 [2024-02-16T23:34:42.165Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:42 [2024-02-16T23:34:42.165Z] 
18:34:42 [2024-02-16T23:34:42.165Z] [INFO] 
18:34:42 [2024-02-16T23:34:42.165Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:42 [2024-02-16T23:34:42.165Z] [INFO] Skipping tests
18:34:42 [2024-02-16T23:34:42.165Z] [INFO] 
18:34:42 [2024-02-16T23:34:42.165Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:42 [2024-02-16T23:34:42.165Z] [INFO] Execution was skipped
18:34:42 [2024-02-16T23:34:42.165Z] [INFO] 
18:34:42 [2024-02-16T23:34:42.165Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:42 [2024-02-16T23:34:42.420Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/mac/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.jar' is disabled.
18:34:42 [2024-02-16T23:34:42.420Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/mac/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.jar' is already signed and will be resigned.
18:34:42 [2024-02-16T23:34:42.421Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/mac/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.jar
18:34:43 [2024-02-16T23:34:43.346Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/mac/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.simpleconfigurator.jar' is disabled.
18:34:43 [2024-02-16T23:34:43.347Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/mac/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.simpleconfigurator.jar' is already signed and will be resigned.
18:34:43 [2024-02-16T23:34:43.347Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/mac/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.simpleconfigurator.jar
18:34:44 [2024-02-16T23:34:44.275Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/mac/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.jar' is disabled.
18:34:44 [2024-02-16T23:34:44.275Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/mac/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.jar' is already signed and will be resigned.
18:34:44 [2024-02-16T23:34:44.275Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/mac/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.osgi.jar
18:34:46 [2024-02-16T23:34:46.163Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/dummy.frameworkextension_1.0.0.jar' is disabled.
18:34:46 [2024-02-16T23:34:46.164Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/dummy.frameworkextension_1.0.0.jar' is already signed and will be resigned.
18:34:46 [2024-02-16T23:34:46.164Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/dummy.frameworkextension_1.0.0.jar
18:34:47 [2024-02-16T23:34:47.528Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.equinox.launcher.jar' is disabled.
18:34:47 [2024-02-16T23:34:47.528Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.equinox.launcher.jar' is already signed and will be resigned.
18:34:47 [2024-02-16T23:34:47.528Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.equinox.launcher.jar
18:34:48 [2024-02-16T23:34:48.089Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.equinox.simpleconfigurator.jar' is disabled.
18:34:48 [2024-02-16T23:34:48.089Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.equinox.simpleconfigurator.jar' is already signed and will be resigned.
18:34:48 [2024-02-16T23:34:48.089Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.equinox.simpleconfigurator.jar
18:34:49 [2024-02-16T23:34:49.016Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.osgi.jar' is disabled.
18:34:49 [2024-02-16T23:34:49.016Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.osgi.jar' is already signed and will be resigned.
18:34:49 [2024-02-16T23:34:49.017Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.osgi.jar
18:34:50 [2024-02-16T23:34:50.906Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.osgi_3.4.0.jar' is disabled.
18:34:50 [2024-02-16T23:34:50.906Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.osgi_3.4.0.jar' is already signed and will be resigned.
18:34:50 [2024-02-16T23:34:50.906Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar_unpacked_8300807845407083318/dataFile/org.eclipse.osgi_3.4.0.jar
18:34:52 [2024-02-16T23:34:52.795Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:34:52 [2024-02-16T23:34:52.796Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT.jar
18:34:53 [2024-02-16T23:34:53.745Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:34:53 [2024-02-16T23:34:53.745Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/target/org.eclipse.equinox.frameworkadmin.test-1.4.300-SNAPSHOT-sources.jar
18:34:55 [2024-02-16T23:34:55.634Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.634Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.frameworkadmin.test ---
18:34:55 [2024-02-16T23:34:55.634Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.frameworkadmin.test:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/.tycho-consumer-pom.xml
18:34:55 [2024-02-16T23:34:55.634Z]     The main artifact has been replaced with the baseline version.
18:34:55 [2024-02-16T23:34:55.634Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:55 [2024-02-16T23:34:55.634Z] 
18:34:55 [2024-02-16T23:34:55.634Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.634Z] [INFO] -------< org.eclipse.platform:org.eclipse.equinox.p2.discovery >--------
18:34:55 [2024-02-16T23:34:55.634Z] [INFO] Building [bundle] Equinox Provisioning Discovery 1.3.200-SNAPSHOT [486/521]
18:34:55 [2024-02-16T23:34:55.634Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/.polyglot.META-INF
18:34:55 [2024-02-16T23:34:55.634Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] The project's OSGi version is 1.3.200.v20240201-0843
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.890Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/saveproperties
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Discovery
18:34:55 [2024-02-16T23:34:55.890Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.891Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/src/main/resources
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.891Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/src/main/resources
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.891Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.891Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/src/test/resources
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] All system scoped dependencies were mapped to maven artifacts
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.891Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.discovery ---
18:34:55 [2024-02-16T23:34:55.892Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.3.200-SNAPSHOT-sources.jar
18:34:55 [2024-02-16T23:34:55.892Z] [INFO] 
18:34:55 [2024-02-16T23:34:55.892Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.discovery ---
18:34:56 [2024-02-16T23:34:56.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.3.200-SNAPSHOT.jar
18:34:56 [2024-02-16T23:34:56.149Z] [INFO] 
18:34:56 [2024-02-16T23:34:56.149Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.discovery ---
18:34:56 [2024-02-16T23:34:56.149Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/.tycho-consumer-pom.xml
18:34:56 [2024-02-16T23:34:56.149Z]     The main artifact has been replaced with the baseline version.
18:34:56 [2024-02-16T23:34:56.149Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:56 [2024-02-16T23:34:56.149Z] 
18:34:56 [2024-02-16T23:34:56.149Z] [INFO] 
18:34:56 [2024-02-16T23:34:56.149Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.discovery ---
18:34:56 [2024-02-16T23:34:56.149Z] [INFO] 
18:34:56 [2024-02-16T23:34:56.149Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.discovery ---
18:34:56 [2024-02-16T23:34:56.149Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/.tycho-consumer-pom.xml
18:34:56 [2024-02-16T23:34:56.149Z]     The main artifact has been replaced with the baseline version.
18:34:56 [2024-02-16T23:34:56.149Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:56 [2024-02-16T23:34:56.149Z] 
18:34:56 [2024-02-16T23:34:56.149Z] [INFO] 
18:34:56 [2024-02-16T23:34:56.150Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.discovery ---
18:34:56 [2024-02-16T23:34:56.150Z] [INFO] Execution was skipped
18:34:56 [2024-02-16T23:34:56.150Z] [INFO] 
18:34:56 [2024-02-16T23:34:56.150Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.discovery ---
18:34:56 [2024-02-16T23:34:56.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:34:56 [2024-02-16T23:34:56.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.3.200-SNAPSHOT.jar
18:34:57 [2024-02-16T23:34:57.516Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:34:57 [2024-02-16T23:34:57.516Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/target/org.eclipse.equinox.p2.discovery-1.3.200-SNAPSHOT-sources.jar
18:34:58 [2024-02-16T23:34:58.077Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.077Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.discovery ---
18:34:58 [2024-02-16T23:34:58.077Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery/.tycho-consumer-pom.xml
18:34:58 [2024-02-16T23:34:58.078Z]     The main artifact has been replaced with the baseline version.
18:34:58 [2024-02-16T23:34:58.078Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:58 [2024-02-16T23:34:58.078Z] 
18:34:58 [2024-02-16T23:34:58.078Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.078Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.p2.discovery.compatibility >--
18:34:58 [2024-02-16T23:34:58.078Z] [INFO] Building [bundle] Equinox Provisioning Discovery 1.3.200-SNAPSHOT [487/521]
18:34:58 [2024-02-16T23:34:58.078Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/.polyglot.META-INF
18:34:58 [2024-02-16T23:34:58.078Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] The project's OSGi version is 1.3.200.v20240201-0843
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.333Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/saveproperties
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Discovery
18:34:58 [2024-02-16T23:34:58.333Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.334Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.334Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/main/resources
18:34:58 [2024-02-16T23:34:58.334Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.334Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.334Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/main/resources
18:34:58 [2024-02-16T23:34:58.334Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.334Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.334Z] [INFO] Compiling 15 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:34:58 [2024-02-16T23:34:58.590Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/org/eclipse/equinox/internal/p2/discovery/compatibility/DiscoveryRegistryStrategy.java:[86] 
18:34:58 [2024-02-16T23:34:58.590Z] 	JarFile jarFile = new JarFile(bundleFile);
18:34:58 [2024-02-16T23:34:58.590Z] 	        ^^^^^^^
18:34:58 [2024-02-16T23:34:58.590Z] Resource 'jarFile' should be managed by try-with-resource
18:34:58 [2024-02-16T23:34:58.590Z] 1 problem (1 warning)
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.590Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/src/test/resources
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] 4 system scoped dependencies were not mapped to maven artifacts
18:34:58 [2024-02-16T23:34:58.590Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.591Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.3.200-SNAPSHOT-sources.jar
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.591Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.3.200-SNAPSHOT.jar
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery.compatibility:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/.tycho-consumer-pom.xml
18:34:58 [2024-02-16T23:34:58.591Z]     The main artifact has been replaced with the baseline version.
18:34:58 [2024-02-16T23:34:58.591Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:58 [2024-02-16T23:34:58.591Z] 
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.591Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery.compatibility:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/.tycho-consumer-pom.xml
18:34:58 [2024-02-16T23:34:58.592Z]     The main artifact has been replaced with the baseline version.
18:34:58 [2024-02-16T23:34:58.592Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:34:58 [2024-02-16T23:34:58.592Z] 
18:34:58 [2024-02-16T23:34:58.592Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.592Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.592Z] [INFO] Execution was skipped
18:34:58 [2024-02-16T23:34:58.592Z] [INFO] 
18:34:58 [2024-02-16T23:34:58.592Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:34:58 [2024-02-16T23:34:58.592Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:34:58 [2024-02-16T23:34:58.592Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.3.200-SNAPSHOT.jar
18:34:59 [2024-02-16T23:34:59.520Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:34:59 [2024-02-16T23:34:59.520Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/target/org.eclipse.equinox.p2.discovery.compatibility-1.3.200-SNAPSHOT-sources.jar
18:35:00 [2024-02-16T23:35:00.447Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.447Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.discovery.compatibility ---
18:35:00 [2024-02-16T23:35:00.447Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery.compatibility:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.discovery.compatibility/.tycho-consumer-pom.xml
18:35:00 [2024-02-16T23:35:00.447Z]     The main artifact has been replaced with the baseline version.
18:35:00 [2024-02-16T23:35:00.447Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:00 [2024-02-16T23:35:00.447Z] 
18:35:00 [2024-02-16T23:35:00.447Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.447Z] [INFO] -------< org.eclipse.platform:org.eclipse.equinox.p2.installer >--------
18:35:00 [2024-02-16T23:35:00.447Z] [INFO] Building [bundle] Equinox Provisioning Installer 1.4.200-SNAPSHOT [488/521]
18:35:00 [2024-02-16T23:35:00.447Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/.polyglot.META-INF
18:35:00 [2024-02-16T23:35:00.447Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:00 [2024-02-16T23:35:00.447Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] The project's OSGi version is 1.4.200.v20240201-0843
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.704Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/saveproperties
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Installer
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.704Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/main/resources
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.704Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.705Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/main/resources
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.705Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.705Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/src/test/resources
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] 29 system scoped dependencies were not mapped to maven artifacts
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.705Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.705Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.4.200-SNAPSHOT-sources.jar
18:35:00 [2024-02-16T23:35:00.964Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.964Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.965Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.4.200-SNAPSHOT.jar
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.installer:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/.tycho-consumer-pom.xml
18:35:00 [2024-02-16T23:35:00.965Z]     The main artifact has been replaced with the baseline version.
18:35:00 [2024-02-16T23:35:00.965Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:00 [2024-02-16T23:35:00.965Z] 
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.installer:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/.tycho-consumer-pom.xml
18:35:00 [2024-02-16T23:35:00.965Z]     The main artifact has been replaced with the baseline version.
18:35:00 [2024-02-16T23:35:00.965Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:00 [2024-02-16T23:35:00.965Z] 
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] Execution was skipped
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] 
18:35:00 [2024-02-16T23:35:00.965Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.installer ---
18:35:00 [2024-02-16T23:35:00.965Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:35:00 [2024-02-16T23:35:00.966Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.4.200-SNAPSHOT.jar
18:35:01 [2024-02-16T23:35:01.894Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:35:01 [2024-02-16T23:35:01.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/target/org.eclipse.equinox.p2.installer-1.4.200-SNAPSHOT-sources.jar
18:35:02 [2024-02-16T23:35:02.819Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.819Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.installer ---
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.installer:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.installer/.tycho-consumer-pom.xml
18:35:02 [2024-02-16T23:35:02.820Z]     The main artifact has been replaced with the baseline version.
18:35:02 [2024-02-16T23:35:02.820Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:02 [2024-02-16T23:35:02.820Z] 
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] -----< org.eclipse.platform:org.eclipse.equinox.p2.tests.verifier >-----
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] Building [bundle] Test Install Verifier 1.4.200-SNAPSHOT       [489/521]
18:35:02 [2024-02-16T23:35:02.820Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/.polyglot.META-INF
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] The project's OSGi version is 1.4.200.v20240201-0843
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:02 [2024-02-16T23:35:02.820Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/saveproperties
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:02 [2024-02-16T23:35:02.820Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.821Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:02 [2024-02-16T23:35:02.821Z] [INFO] 
18:35:02 [2024-02-16T23:35:02.821Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:02 [2024-02-16T23:35:02.821Z] [INFO] Resolving class path of [bundle] Test Install Verifier
18:35:03 [2024-02-16T23:35:03.076Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.076Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.076Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/main/resources
18:35:03 [2024-02-16T23:35:03.076Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.076Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.076Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/main/resources
18:35:03 [2024-02-16T23:35:03.076Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.076Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.077Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.077Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/test/resources
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.077Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.077Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:03 [2024-02-16T23:35:03.333Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.333Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.333Z] [INFO] 37 system scoped dependencies were not mapped to maven artifacts
18:35:03 [2024-02-16T23:35:03.333Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.333Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.333Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.4.200-SNAPSHOT-sources.jar
18:35:03 [2024-02-16T23:35:03.333Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.333Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.333Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.4.200-SNAPSHOT.jar
18:35:03 [2024-02-16T23:35:03.333Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.333Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests.verifier:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/.tycho-consumer-pom.xml
18:35:03 [2024-02-16T23:35:03.334Z]     The main artifact has been replaced with the baseline version.
18:35:03 [2024-02-16T23:35:03.334Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:03 [2024-02-16T23:35:03.334Z] 
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests.verifier:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/.tycho-consumer-pom.xml
18:35:03 [2024-02-16T23:35:03.334Z]     The main artifact has been replaced with the baseline version.
18:35:03 [2024-02-16T23:35:03.334Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:03 [2024-02-16T23:35:03.334Z] 
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] Execution was skipped
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] 
18:35:03 [2024-02-16T23:35:03.334Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:03 [2024-02-16T23:35:03.334Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.4.200-SNAPSHOT.jar' is already signed and will be resigned.
18:35:03 [2024-02-16T23:35:03.334Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.4.200-SNAPSHOT.jar
18:35:04 [2024-02-16T23:35:04.261Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.4.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:35:04 [2024-02-16T23:35:04.261Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/target/org.eclipse.equinox.p2.tests.verifier-1.4.200-SNAPSHOT-sources.jar
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.tests.verifier ---
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests.verifier:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/.tycho-consumer-pom.xml
18:35:05 [2024-02-16T23:35:05.189Z]     The main artifact has been replaced with the baseline version.
18:35:05 [2024-02-16T23:35:05.189Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:05 [2024-02-16T23:35:05.189Z] 
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] ------< org.eclipse.platform:org.eclipse.equinox.p2.ui.discovery >------
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] Building [bundle] Equinox Provisioning Discovery UI 1.3.200-SNAPSHOT [490/521]
18:35:05 [2024-02-16T23:35:05.189Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/.polyglot.META-INF
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.189Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] The project's OSGi version is 1.3.200.v20240201-0843
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.446Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/saveproperties
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] Resolving class path of [bundle] Equinox Provisioning Discovery UI
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.446Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/main/resources
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.446Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.447Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/main/resources
18:35:05 [2024-02-16T23:35:05.447Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.447Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.447Z] [INFO] Compiling 30 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.703Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/test/resources
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.703Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] 41 system scoped dependencies were not mapped to maven artifacts
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.704Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/org.eclipse.equinox.p2.ui.discovery-1.3.200-SNAPSHOT-sources.jar
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.704Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/org.eclipse.equinox.p2.ui.discovery-1.3.200-SNAPSHOT.jar
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.discovery:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/.tycho-consumer-pom.xml
18:35:05 [2024-02-16T23:35:05.704Z]     The main artifact has been replaced with the baseline version.
18:35:05 [2024-02-16T23:35:05.704Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:05 [2024-02-16T23:35:05.704Z] 
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.704Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.959Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.959Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.960Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.discovery:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/.tycho-consumer-pom.xml
18:35:05 [2024-02-16T23:35:05.960Z]     The main artifact has been replaced with the baseline version.
18:35:05 [2024-02-16T23:35:05.960Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:05 [2024-02-16T23:35:05.960Z] 
18:35:05 [2024-02-16T23:35:05.960Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.960Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.960Z] [INFO] Execution was skipped
18:35:05 [2024-02-16T23:35:05.960Z] [INFO] 
18:35:05 [2024-02-16T23:35:05.960Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:05 [2024-02-16T23:35:05.960Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/org.eclipse.equinox.p2.ui.discovery-1.3.200-SNAPSHOT.jar' is already signed and will be resigned.
18:35:05 [2024-02-16T23:35:05.960Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/org.eclipse.equinox.p2.ui.discovery-1.3.200-SNAPSHOT.jar
18:35:06 [2024-02-16T23:35:06.887Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/org.eclipse.equinox.p2.ui.discovery-1.3.200-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:35:06 [2024-02-16T23:35:06.887Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/target/org.eclipse.equinox.p2.ui.discovery-1.3.200-SNAPSHOT-sources.jar
18:35:07 [2024-02-16T23:35:07.813Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.813Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.ui.discovery ---
18:35:07 [2024-02-16T23:35:07.813Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.discovery:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/.tycho-consumer-pom.xml
18:35:07 [2024-02-16T23:35:07.813Z]     The main artifact has been replaced with the baseline version.
18:35:07 [2024-02-16T23:35:07.813Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:07 [2024-02-16T23:35:07.813Z] 
18:35:07 [2024-02-16T23:35:07.813Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.813Z] [INFO] ---< org.eclipse.platform:org.eclipse.equinox.p2.discovery.feature >----
18:35:07 [2024-02-16T23:35:07.813Z] [INFO] Building [feature] Equinox p2, Discovery UI support 1.3.300-SNAPSHOT [491/521]
18:35:07 [2024-02-16T23:35:07.813Z] [INFO]   from rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/.polyglot.feature.xml
18:35:07 [2024-02-16T23:35:07.813Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:35:07 [2024-02-16T23:35:07.813Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery.feature:1.3.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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/.polyglot.feature.xml
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] Deleting /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/features/org.eclipse.equinox.p2.discovery.feature/target
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] The project's OSGi version is 1.3.300.v20240201-0843
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.814Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/saveproperties
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.814Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.814Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/src/main/resources
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.815Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/src/main/resources
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] 18 system scoped dependencies were not mapped to maven artifacts
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:07 [2024-02-16T23:35:07.815Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.3.300-SNAPSHOT.jar
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] 
18:35:07 [2024-02-16T23:35:07.815Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:08 [2024-02-16T23:35:08.071Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery.feature:1.3.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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/.tycho-consumer-pom.xml
18:35:08 [2024-02-16T23:35:08.071Z]     The main artifact has been replaced with the baseline version.
18:35:08 [2024-02-16T23:35:08.071Z] 
18:35:08 [2024-02-16T23:35:08.071Z] [INFO] 
18:35:08 [2024-02-16T23:35:08.071Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:08 [2024-02-16T23:35:08.071Z] [INFO] 
18:35:08 [2024-02-16T23:35:08.071Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:08 [2024-02-16T23:35:08.071Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.3.300-SNAPSHOT-sources-feature.jar
18:35:08 [2024-02-16T23:35:08.071Z] [INFO] 
18:35:08 [2024-02-16T23:35:08.071Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:08 [2024-02-16T23:35:08.071Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery.feature:1.3.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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/.tycho-consumer-pom.xml
18:35:08 [2024-02-16T23:35:08.071Z]     The main artifact has been replaced with the baseline version.
18:35:08 [2024-02-16T23:35:08.072Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:35:08 [2024-02-16T23:35:08.072Z] 
18:35:08 [2024-02-16T23:35:08.072Z] [INFO] 
18:35:08 [2024-02-16T23:35:08.072Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:08 [2024-02-16T23:35:08.072Z] [INFO] Execution was skipped
18:35:08 [2024-02-16T23:35:08.072Z] [INFO] 
18:35:08 [2024-02-16T23:35:08.072Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:08 [2024-02-16T23:35:08.072Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:35:08 [2024-02-16T23:35:08.072Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.3.300-SNAPSHOT.jar
18:35:09 [2024-02-16T23:35:09.005Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.3.300-SNAPSHOT-sources-feature.jar' is already signed and will be resigned.
18:35:09 [2024-02-16T23:35:09.005Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/target/org.eclipse.equinox.p2.discovery.feature-1.3.300-SNAPSHOT-sources-feature.jar
18:35:09 [2024-02-16T23:35:09.932Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.932Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.discovery.feature ---
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.discovery.feature:1.3.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/rt.equinox.p2/features/org.eclipse.equinox.p2.discovery.feature/.tycho-consumer-pom.xml
18:35:09 [2024-02-16T23:35:09.933Z]     The main artifact has been replaced with the baseline version.
18:35:09 [2024-02-16T23:35:09.933Z]     The following attached artifacts have been replaced with the baseline version: [sources-feature]
18:35:09 [2024-02-16T23:35:09.933Z] 
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] ---------< org.eclipse.platform:org.eclipse.equinox.p2.tests >----------
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] Building org.eclipse.equinox.p2.tests 1.9.300-SNAPSHOT         [492/521]
18:35:09 [2024-02-16T23:35:09.933Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/pom.xml
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.tests ---
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests ---
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] The project's OSGi version is 1.9.300.v20240213-1618
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests ---
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests ---
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.933Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests ---
18:35:09 [2024-02-16T23:35:09.933Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/saveproperties
18:35:09 [2024-02-16T23:35:09.934Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.934Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests ---
18:35:09 [2024-02-16T23:35:09.934Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.934Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests ---
18:35:09 [2024-02-16T23:35:09.934Z] [INFO] 
18:35:09 [2024-02-16T23:35:09.934Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.tests ---
18:35:09 [2024-02-16T23:35:09.934Z] [INFO] Resolving class path of org.eclipse.equinox.p2.tests
18:35:10 [2024-02-16T23:35:10.189Z] [INFO] 
18:35:10 [2024-02-16T23:35:10.189Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.tests ---
18:35:10 [2024-02-16T23:35:10.444Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/main/resources
18:35:10 [2024-02-16T23:35:10.444Z] [INFO] 
18:35:10 [2024-02-16T23:35:10.444Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.tests ---
18:35:10 [2024-02-16T23:35:10.444Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/main/resources
18:35:10 [2024-02-16T23:35:10.444Z] [INFO] 
18:35:10 [2024-02-16T23:35:10.444Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.tests ---
18:35:10 [2024-02-16T23:35:10.444Z] [INFO] Compiling 538 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:12 [2024-02-16T23:35:12.332Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/TestAgentProvider.java:[29] 
18:35:12 [2024-02-16T23:35:12.332Z] 	* {@link Rule}.
18:35:12 [2024-02-16T23:35:12.332Z] 	         ^^^^
18:35:12 [2024-02-16T23:35:12.332Z] Javadoc: Rule cannot be resolved to a type
18:35:12 [2024-02-16T23:35:12.332Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/TestAgentProvider.java:[54] 
18:35:12 [2024-02-16T23:35:12.333Z] 	* as a JUnit method {@link Rule}, a separate instance is returned per test
18:35:12 [2024-02-16T23:35:12.333Z] 	                           ^^^^
18:35:12 [2024-02-16T23:35:12.333Z] Javadoc: Rule cannot be resolved to a type
18:35:12 [2024-02-16T23:35:12.333Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryManagerTest.java:[184] 
18:35:12 [2024-02-16T23:35:12.333Z] 	* Tests for {@link IMetadataRepositoryManager#refreshRepository(URI, org.eclipse.core.runtime.IProgressMonitor)}.
18:35:12 [2024-02-16T23:35:12.333Z] 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.333Z] Javadoc: IMetadataRepositoryManager cannot be resolved to a type
18:35:12 [2024-02-16T23:35:12.333Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryManagerTest.java:[279] 
18:35:12 [2024-02-16T23:35:12.333Z] 	* Tests for {@link IRepositoryManager#contains(URI).
18:35:12 [2024-02-16T23:35:12.333Z] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.333Z] Javadoc: Missing closing brace for inline tag
18:35:12 [2024-02-16T23:35:12.333Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/repository/ArtifactRepositoryManagerTest.java:[279] 
18:35:12 [2024-02-16T23:35:12.333Z] 	* Tests for {@link IRepositoryManager#contains(URI).
18:35:12 [2024-02-16T23:35:12.333Z] 	                                              ^^^^^^
18:35:12 [2024-02-16T23:35:12.333Z] Javadoc: Malformed reference (missing end space separator)
18:35:12 [2024-02-16T23:35:12.333Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/core/ContextQuery.java:[37] 
18:35:12 [2024-02-16T23:35:12.333Z] 	* computation, to allow {@link IQueryable} implementations to optimize their
18:35:12 [2024-02-16T23:35:12.333Z] 	                               ^^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.333Z] Javadoc: IQueryable cannot be resolved to a type
18:35:12 [2024-02-16T23:35:12.333Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/core/QueryTest.java:[27] 
18:35:12 [2024-02-16T23:35:12.333Z] 	* Tests for the {@link org.eclipse.equinox.p2.query.Query} class.
18:35:12 [2024-02-16T23:35:12.333Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.333Z] Javadoc: org.eclipse.equinox.p2.query.Query cannot be resolved to a type
18:35:12 [2024-02-16T23:35:12.334Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/director/ReplacePlanTest.java:[25] 
18:35:12 [2024-02-16T23:35:12.334Z] 	* Tests {@link IPlanner#getProvisioningPlan(ProfileChangeRequest, ProvisioningContext, org.eclipse.core.runtime.IProgressMonitor)}
18:35:12 [2024-02-16T23:35:12.334Z] 	                        ^^^^^^^^^^^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.334Z] Javadoc: The method getProvisioningPlan(IProfileChangeRequest, ProvisioningContext, IProgressMonitor) in the type IPlanner is not applicable for the arguments (ProfileChangeRequest, ProvisioningContext, IProgressMonitor)
18:35:12 [2024-02-16T23:35:12.334Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/InstallableUnitPatchTest.java:[31] 
18:35:12 [2024-02-16T23:35:12.334Z] 	* Tests for {@link org.eclipse.equinox.p2.metadata.IInstallableUnit#satisfies(org.eclipse.equinox.internal.p2.metadata.RequiredCapability)}.
18:35:12 [2024-02-16T23:35:12.334Z] 	                                                                    ^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.334Z] Javadoc: The method satisfies(IRequirement) in the type IInstallableUnit is not applicable for the arguments (RequiredCapability)
18:35:12 [2024-02-16T23:35:12.334Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/metadata/InstallableUnitTest.java:[31] 
18:35:12 [2024-02-16T23:35:12.334Z] 	* {@link org.eclipse.equinox.p2.metadata.IInstallableUnit#satisfies(org.eclipse.equinox.internal.p2.metadata.RequiredCapability)}.
18:35:12 [2024-02-16T23:35:12.334Z] 	                                                          ^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.334Z] Javadoc: The method satisfies(IRequirement) in the type IInstallableUnit is not applicable for the arguments (RequiredCapability)
18:35:12 [2024-02-16T23:35:12.334Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/mirror/NewMirrorApplicationMetadataTest.java:[195] 
18:35:12 [2024-02-16T23:35:12.334Z] 	* @throws Exception
18:35:12 [2024-02-16T23:35:12.334Z] 	          ^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.334Z] Javadoc: Exception Exception is not declared
18:35:12 [2024-02-16T23:35:12.335Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileAdviceTest.java:[187] 
18:35:12 [2024-02-16T23:35:12.335Z] 	* Test method for {@link org.eclipse.equinox.p2.publisher.eclipse.ProductFileAdvice#getIcons(java.lang.String)}.
18:35:12 [2024-02-16T23:35:12.335Z] 	                                                                                    ^^^^^^^^
18:35:12 [2024-02-16T23:35:12.335Z] Javadoc: The method getIcons() in the type ProductFileAdvice is not applicable for the arguments (String)
18:35:12 [2024-02-16T23:35:12.335Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java:[83] 
18:35:12 [2024-02-16T23:35:12.335Z] 	* Test method for {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getProperties()}.
18:35:12 [2024-02-16T23:35:12.335Z] 	                                                                                       ^^^^^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.335Z] Javadoc: The method getProperties() is undefined for the type ProductFile
18:35:12 [2024-02-16T23:35:12.335Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/actions/ProductFileTest.java:[97] 
18:35:12 [2024-02-16T23:35:12.335Z] 	* {@link org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile#getBundles(boolean)}.
18:35:12 [2024-02-16T23:35:12.335Z] 	                                                                       ^^^^^^^^^^
18:35:12 [2024-02-16T23:35:12.335Z] Javadoc: The method getBundles() in the type ProductFile is not applicable for the arguments (boolean)
18:35:12 [2024-02-16T23:35:12.335Z] 14 problems (14 warnings)
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] 
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.tests ---
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] 
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.tests ---
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] 
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.tests ---
18:35:12 [2024-02-16T23:35:12.335Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/test/resources
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] 
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.tests ---
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] 57 system scoped dependencies were not mapped to maven artifacts
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] 
18:35:12 [2024-02-16T23:35:12.335Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests ---
18:35:12 [2024-02-16T23:35:12.336Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.9.300-SNAPSHOT-sources.jar
18:35:12 [2024-02-16T23:35:12.336Z] [INFO] 
18:35:12 [2024-02-16T23:35:12.336Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests ---
18:35:12 [2024-02-16T23:35:12.336Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.9.300-SNAPSHOT.jar
18:35:13 [2024-02-16T23:35:13.261Z] [INFO] 
18:35:13 [2024-02-16T23:35:13.261Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests ---
18:35:15 [2024-02-16T23:35:15.150Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/.tycho-consumer-pom.xml
18:35:15 [2024-02-16T23:35:15.150Z]     The main artifact has been replaced with the baseline version.
18:35:15 [2024-02-16T23:35:15.150Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:15 [2024-02-16T23:35:15.151Z] 
18:35:15 [2024-02-16T23:35:15.151Z] [INFO] 
18:35:15 [2024-02-16T23:35:15.151Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.tests ---
18:35:15 [2024-02-16T23:35:15.151Z] [INFO] 
18:35:15 [2024-02-16T23:35:15.151Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.tests ---
18:35:16 [2024-02-16T23:35:16.516Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/.tycho-consumer-pom.xml
18:35:16 [2024-02-16T23:35:16.516Z]     The main artifact has been replaced with the baseline version.
18:35:16 [2024-02-16T23:35:16.516Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:16 [2024-02-16T23:35:16.516Z] 
18:35:16 [2024-02-16T23:35:16.516Z] [INFO] 
18:35:16 [2024-02-16T23:35:16.516Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-products (publish-products) @ org.eclipse.equinox.p2.tests ---
18:35:16 [2024-02-16T23:35:16.774Z] [INFO] 
18:35:16 [2024-02-16T23:35:16.774Z] [INFO] --- tycho-p2-director:4.0.6-SNAPSHOT:materialize-products (materialize-products) @ org.eclipse.equinox.p2.tests ---
18:35:16 [2024-02-16T23:35:16.774Z] [WARNING] Problems resolving provisioning plan.:
18:35:16 [2024-02-16T23:35:16.774Z]    Unable to satisfy dependency from org.mortbay.jasper.apache-jsp 9.0.83 to java.package; org.eclipse.jdt.core.compiler 0.0.0.
18:35:16 [2024-02-16T23:35:16.774Z]    Unable to satisfy dependency from org.mortbay.jasper.apache-jsp 9.0.83 to java.package; org.eclipse.jdt.internal.compiler 0.0.0.
18:35:16 [2024-02-16T23:35:16.774Z]    Unable to satisfy dependency from org.mortbay.jasper.apache-jsp 9.0.83 to java.package; org.eclipse.jdt.internal.compiler.classfmt 0.0.0.
18:35:16 [2024-02-16T23:35:16.774Z]    Unable to satisfy dependency from org.mortbay.jasper.apache-jsp 9.0.83 to java.package; org.eclipse.jdt.internal.compiler.env 0.0.0.
18:35:16 [2024-02-16T23:35:16.774Z]    Unable to satisfy dependency from org.mortbay.jasper.apache-jsp 9.0.83 to java.package; org.eclipse.jdt.internal.compiler.impl 0.0.0.
18:35:16 [2024-02-16T23:35:16.774Z]    Unable to satisfy dependency from org.mortbay.jasper.apache-jsp 9.0.83 to java.package; org.eclipse.jdt.internal.compiler.problem 0.0.0.
18:35:16 [2024-02-16T23:35:16.775Z] [INFO] Installing product org.eclipse.equinox.p2.reconciler for environment linux/gtk/x86_64 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/products/org.eclipse.equinox.p2.reconciler/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true}
18:35:17 [2024-02-16T23:35:17.037Z] [INFO] [materialize-products - org.eclipse.equinox.p2.reconciler - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.reconciler 1.1.0.v20240213-1618.
18:35:19 [2024-02-16T23:35:19.551Z] [INFO] [materialize-products - org.eclipse.equinox.p2.reconciler - linux/gtk/x86_64] Operation completed in 2877 ms.
18:35:20 [2024-02-16T23:35:20.112Z] [INFO] 
18:35:20 [2024-02-16T23:35:20.112Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.p2.tests ---
18:35:20 [2024-02-16T23:35:20.112Z] [INFO] Skipping tests
18:35:20 [2024-02-16T23:35:20.112Z] [INFO] 
18:35:20 [2024-02-16T23:35:20.113Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests ---
18:35:20 [2024-02-16T23:35:20.113Z] [INFO] Execution was skipped
18:35:20 [2024-02-16T23:35:20.113Z] [INFO] 
18:35:20 [2024-02-16T23:35:20.113Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.tests ---
18:35:21 [2024-02-16T23:35:21.039Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.9.300-SNAPSHOT.jar' is disabled.
18:35:21 [2024-02-16T23:35:21.039Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.9.300-SNAPSHOT.jar' is already signed and will be resigned.
18:35:21 [2024-02-16T23:35:21.039Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.9.300-SNAPSHOT.jar
18:35:26 [2024-02-16T23:35:26.280Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.9.300-SNAPSHOT-sources.jar' is disabled.
18:35:26 [2024-02-16T23:35:26.281Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.9.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:35:26 [2024-02-16T23:35:26.281Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/target/org.eclipse.equinox.p2.tests-1.9.300-SNAPSHOT-sources.jar
18:35:27 [2024-02-16T23:35:27.211Z] [INFO] 
18:35:27 [2024-02-16T23:35:27.211Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.tests ---
18:35:28 [2024-02-16T23:35:28.597Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests: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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/.tycho-consumer-pom.xml
18:35:28 [2024-02-16T23:35:28.597Z]     The main artifact has been replaced with the baseline version.
18:35:28 [2024-02-16T23:35:28.597Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:28 [2024-02-16T23:35:28.597Z] 
18:35:28 [2024-02-16T23:35:28.597Z] [INFO] 
18:35:28 [2024-02-16T23:35:28.597Z] [INFO] ----< org.eclipse.platform:org.eclipse.equinox.p2.tests.discovery >-----
18:35:28 [2024-02-16T23:35:28.597Z] [INFO] Building [test-bundle] Equinox Provisioning Discovery Tests 1.4.400-SNAPSHOT [493/521]
18:35:28 [2024-02-16T23:35:28.597Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/.polyglot.META-INF
18:35:28 [2024-02-16T23:35:28.597Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:35:28 [2024-02-16T23:35:28.597Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:29 [2024-02-16T23:35:29.157Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.157Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.157Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.157Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.157Z] [INFO] The project's OSGi version is 1.4.400.v20240209-1206
18:35:29 [2024-02-16T23:35:29.157Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.157Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.157Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.158Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/saveproperties
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] Resolving class path of [test-bundle] Equinox Provisioning Discovery Tests
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.158Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/src/main/resources
18:35:29 [2024-02-16T23:35:29.159Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.159Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/src/main/resources
18:35:29 [2024-02-16T23:35:29.159Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.159Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.159Z] [INFO] Compiling 16 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:29 [2024-02-16T23:35:29.415Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.415Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.415Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.415Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.415Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.415Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.416Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/src/test/resources
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] 43 system scoped dependencies were not mapped to maven artifacts
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.416Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.4.400-SNAPSHOT-sources.jar
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.416Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.4.400-SNAPSHOT.jar
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests.discovery:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/.tycho-consumer-pom.xml
18:35:29 [2024-02-16T23:35:29.416Z]     The main artifact has been replaced with the baseline version.
18:35:29 [2024-02-16T23:35:29.416Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:29 [2024-02-16T23:35:29.416Z] 
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.416Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests.discovery:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/.tycho-consumer-pom.xml
18:35:29 [2024-02-16T23:35:29.417Z]     The main artifact has been replaced with the baseline version.
18:35:29 [2024-02-16T23:35:29.417Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:29 [2024-02-16T23:35:29.417Z] 
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] Skipping tests
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] Execution was skipped
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] 
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:29 [2024-02-16T23:35:29.417Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.4.400-SNAPSHOT.jar' is disabled.
18:35:29 [2024-02-16T23:35:29.417Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.4.400-SNAPSHOT.jar' is already signed and will be resigned.
18:35:29 [2024-02-16T23:35:29.417Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.4.400-SNAPSHOT.jar
18:35:30 [2024-02-16T23:35:30.779Z] [INFO] Signing of nested jars of '/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/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.4.400-SNAPSHOT-sources.jar' is disabled.
18:35:30 [2024-02-16T23:35:30.780Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.4.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:35:30 [2024-02-16T23:35:30.780Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/target/org.eclipse.equinox.p2.tests.discovery-1.4.400-SNAPSHOT-sources.jar
18:35:32 [2024-02-16T23:35:32.144Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.144Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.tests.discovery ---
18:35:32 [2024-02-16T23:35:32.144Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests.discovery:1.4.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.discovery/.tycho-consumer-pom.xml
18:35:32 [2024-02-16T23:35:32.144Z]     The main artifact has been replaced with the baseline version.
18:35:32 [2024-02-16T23:35:32.144Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:32 [2024-02-16T23:35:32.144Z] 
18:35:32 [2024-02-16T23:35:32.144Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.144Z] [INFO] --------< org.eclipse.platform:org.eclipse.equinox.p2.tests.ui >--------
18:35:32 [2024-02-16T23:35:32.144Z] [INFO] Building [test-bundle] Equinox Provisioning Tests (Incubation) 1.4.300-SNAPSHOT [494/521]
18:35:32 [2024-02-16T23:35:32.144Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/.polyglot.META-INF
18:35:32 [2024-02-16T23:35:32.144Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:35:32 [2024-02-16T23:35:32.144Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] The project's OSGi version is 1.4.300.v20240213-1618
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.705Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/saveproperties
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] Resolving class path of [test-bundle] Equinox Provisioning Tests (Incubation)
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.705Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.706Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/src/main/resources
18:35:32 [2024-02-16T23:35:32.706Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.706Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.706Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/src/main/resources
18:35:32 [2024-02-16T23:35:32.706Z] [INFO] 
18:35:32 [2024-02-16T23:35:32.706Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.tests.ui ---
18:35:32 [2024-02-16T23:35:32.962Z] [INFO] Compiling 50 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:33 [2024-02-16T23:35:33.217Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.217Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.217Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.217Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.217Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.217Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.218Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/src/test/resources
18:35:33 [2024-02-16T23:35:33.218Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.218Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.218Z] [INFO] 44 system scoped dependencies were not mapped to maven artifacts
18:35:33 [2024-02-16T23:35:33.218Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.218Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.218Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.4.300-SNAPSHOT-sources.jar
18:35:33 [2024-02-16T23:35:33.218Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.218Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.218Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.4.300-SNAPSHOT.jar
18:35:33 [2024-02-16T23:35:33.218Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.218Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests.ui:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/.tycho-consumer-pom.xml
18:35:33 [2024-02-16T23:35:33.474Z]     The main artifact has been replaced with the baseline version.
18:35:33 [2024-02-16T23:35:33.474Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:33 [2024-02-16T23:35:33.474Z] 
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests.ui:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/.tycho-consumer-pom.xml
18:35:33 [2024-02-16T23:35:33.474Z]     The main artifact has been replaced with the baseline version.
18:35:33 [2024-02-16T23:35:33.474Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:33 [2024-02-16T23:35:33.474Z] 
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] Skipping tests
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] Execution was skipped
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] 
18:35:33 [2024-02-16T23:35:33.474Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.tests.ui ---
18:35:33 [2024-02-16T23:35:33.475Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.4.300-SNAPSHOT.jar' is already signed and will be resigned.
18:35:33 [2024-02-16T23:35:33.475Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.4.300-SNAPSHOT.jar
18:35:34 [2024-02-16T23:35:34.839Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.4.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:35:34 [2024-02-16T23:35:34.839Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/target/org.eclipse.equinox.p2.tests.ui-1.4.300-SNAPSHOT-sources.jar
18:35:35 [2024-02-16T23:35:35.787Z] [INFO] 
18:35:35 [2024-02-16T23:35:35.787Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.tests.ui ---
18:35:35 [2024-02-16T23:35:35.787Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.tests.ui:1.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.ui/.tycho-consumer-pom.xml
18:35:35 [2024-02-16T23:35:35.787Z]     The main artifact has been replaced with the baseline version.
18:35:35 [2024-02-16T23:35:35.787Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:35 [2024-02-16T23:35:35.787Z] 
18:35:35 [2024-02-16T23:35:35.787Z] [INFO] 
18:35:35 [2024-02-16T23:35:35.787Z] [INFO] --------< org.eclipse.platform:org.eclipse.equinox.p2.ui.admin >--------
18:35:35 [2024-02-16T23:35:35.787Z] [INFO] Building [bundle] p2 Admin UI 1.3.300-SNAPSHOT                 [495/521]
18:35:35 [2024-02-16T23:35:35.787Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/.polyglot.META-INF
18:35:35 [2024-02-16T23:35:35.787Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:36 [2024-02-16T23:35:36.043Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] The project's OSGi version is 1.3.300.v20240201-0843
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/saveproperties
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] Resolving class path of [bundle] p2 Admin UI
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/src/main/resources
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.298Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.298Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/src/main/resources
18:35:36 [2024-02-16T23:35:36.299Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.299Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.299Z] [INFO] Compiling 29 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:36 [2024-02-16T23:35:36.554Z] [WARNING] /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/bundles/org.eclipse.equinox.p2.ui.admin/src/org/eclipse/equinox/internal/p2/ui/admin/InstallAction.java:[106] 
18:35:36 [2024-02-16T23:35:36.554Z] 	dialog.setTitle("Choose a Profile");
18:35:36 [2024-02-16T23:35:36.554Z] 	                ^^^^^^^^^^^^^^^^^^
18:35:36 [2024-02-16T23:35:36.554Z] Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
18:35:36 [2024-02-16T23:35:36.554Z] 1 problem (1 warning)
18:35:36 [2024-02-16T23:35:36.554Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.554Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.554Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.554Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.554Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.554Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.554Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.554Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.555Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/src/test/resources
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] 37 system scoped dependencies were not mapped to maven artifacts
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.555Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.3.300-SNAPSHOT-sources.jar
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.555Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.3.300-SNAPSHOT.jar
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.555Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.admin:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/.tycho-consumer-pom.xml
18:35:36 [2024-02-16T23:35:36.555Z]     The main artifact has been replaced with the baseline version.
18:35:36 [2024-02-16T23:35:36.555Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:36 [2024-02-16T23:35:36.555Z] 
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.admin:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/.tycho-consumer-pom.xml
18:35:36 [2024-02-16T23:35:36.556Z]     The main artifact has been replaced with the baseline version.
18:35:36 [2024-02-16T23:35:36.556Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:36 [2024-02-16T23:35:36.556Z] 
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] Execution was skipped
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] 
18:35:36 [2024-02-16T23:35:36.556Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.ui.admin ---
18:35:36 [2024-02-16T23:35:36.812Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.3.300-SNAPSHOT.jar' is already signed and will be resigned.
18:35:36 [2024-02-16T23:35:36.812Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.3.300-SNAPSHOT.jar
18:35:38 [2024-02-16T23:35:38.176Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.3.300-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:35:38 [2024-02-16T23:35:38.176Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/target/org.eclipse.equinox.p2.ui.admin-1.3.300-SNAPSHOT-sources.jar
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.ui.admin ---
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.admin:1.3.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin/.tycho-consumer-pom.xml
18:35:39 [2024-02-16T23:35:39.540Z]     The main artifact has been replaced with the baseline version.
18:35:39 [2024-02-16T23:35:39.540Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:39 [2024-02-16T23:35:39.540Z] 
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] ------< org.eclipse.platform:org.eclipse.equinox.p2.ui.admin.rcp >------
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] Building [bundle] Provisioning Admin UI RCP (Incubation) 1.4.100-SNAPSHOT [496/521]
18:35:39 [2024-02-16T23:35:39.540Z] [INFO]   from rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/.polyglot.META-INF
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.540Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] The project's OSGi version is 1.4.100.v20240201-0843
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.541Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/saveproperties
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] Resolving class path of [bundle] Provisioning Admin UI RCP (Incubation)
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.541Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/src/main/resources
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.541Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/src/main/resources
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.541Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] Compiling 7 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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.542Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/src/test/resources
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] 12 system scoped dependencies were not mapped to maven artifacts
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.542Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.543Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.4.100-SNAPSHOT-sources.jar
18:35:39 [2024-02-16T23:35:39.543Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.543Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.799Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.4.100-SNAPSHOT.jar
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.admin.rcp:1.4.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/.tycho-consumer-pom.xml
18:35:39 [2024-02-16T23:35:39.799Z]     The main artifact has been replaced with the baseline version.
18:35:39 [2024-02-16T23:35:39.799Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:39 [2024-02-16T23:35:39.799Z] 
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.admin.rcp:1.4.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/.tycho-consumer-pom.xml
18:35:39 [2024-02-16T23:35:39.799Z]     The main artifact has been replaced with the baseline version.
18:35:39 [2024-02-16T23:35:39.799Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:39 [2024-02-16T23:35:39.799Z] 
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] Execution was skipped
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] 
18:35:39 [2024-02-16T23:35:39.799Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:39 [2024-02-16T23:35:39.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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.4.100-SNAPSHOT.jar' is already signed and will be resigned.
18:35:39 [2024-02-16T23:35:39.800Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.4.100-SNAPSHOT.jar
18:35:41 [2024-02-16T23:35:41.163Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.4.100-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:35:41 [2024-02-16T23:35:41.163Z] [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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/target/org.eclipse.equinox.p2.ui.admin.rcp-1.4.100-SNAPSHOT-sources.jar
18:35:42 [2024-02-16T23:35:42.526Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.526Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.ui.admin.rcp ---
18:35:42 [2024-02-16T23:35:42.526Z] [INFO] MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.ui.admin.rcp:1.4.100-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/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.admin.rcp/.tycho-consumer-pom.xml
18:35:42 [2024-02-16T23:35:42.526Z]     The main artifact has been replaced with the baseline version.
18:35:42 [2024-02-16T23:35:42.526Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:42 [2024-02-16T23:35:42.526Z] 
18:35:42 [2024-02-16T23:35:42.526Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.526Z] [INFO] ---------< org.eclipse.platform:org.eclipse.equinox.server.p2 >---------
18:35:42 [2024-02-16T23:35:42.526Z] [INFO] Building [feature] p2 Server Feature 1.12.1200-SNAPSHOT        [497/521]
18:35:42 [2024-02-16T23:35:42.527Z] [INFO]   from rt.equinox.p2/features/org.eclipse.equinox.server.p2/.polyglot.feature.xml
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.equinox.server.p2:1.12.1200-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/rt.equinox.p2/features/org.eclipse.equinox.server.p2/.polyglot.feature.xml
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] Deleting /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/features/org.eclipse.equinox.server.p2/target
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] The project's OSGi version is 1.12.1200.v20240216-0715
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.527Z] [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/rt.equinox.p2/features/org.eclipse.equinox.server.p2/saveproperties
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.527Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.527Z] [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/rt.equinox.p2/features/org.eclipse.equinox.server.p2/src/main/resources
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.528Z] [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/rt.equinox.p2/features/org.eclipse.equinox.server.p2/src/main/resources
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 22 system scoped dependencies were not mapped to maven artifacts
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.528Z] [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/rt.equinox.p2/features/org.eclipse.equinox.server.p2/target/org.eclipse.equinox.server.p2-1.12.1200-SNAPSHOT.jar
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.server.p2:eclipse-feature:1.12.1200-SNAPSHOT
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.528Z] [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/rt.equinox.p2/features/org.eclipse.equinox.server.p2/target/org.eclipse.equinox.server.p2-1.12.1200-SNAPSHOT-sources-feature.jar
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.528Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.529Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.server.p2:eclipse-feature:1.12.1200-SNAPSHOT
18:35:42 [2024-02-16T23:35:42.529Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.529Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.529Z] [INFO] Execution was skipped
18:35:42 [2024-02-16T23:35:42.529Z] [INFO] 
18:35:42 [2024-02-16T23:35:42.529Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.server.p2 ---
18:35:42 [2024-02-16T23:35:42.529Z] [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/rt.equinox.p2/features/org.eclipse.equinox.server.p2/target/org.eclipse.equinox.server.p2-1.12.1200-SNAPSHOT.jar
18:35:43 [2024-02-16T23:35:43.494Z] [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/rt.equinox.p2/features/org.eclipse.equinox.server.p2/target/org.eclipse.equinox.server.p2-1.12.1200-SNAPSHOT-sources-feature.jar
18:35:44 [2024-02-16T23:35:44.421Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.421Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.server.p2 ---
18:35:44 [2024-02-16T23:35:44.421Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.server.p2:eclipse-feature:1.12.1200-SNAPSHOT
18:35:44 [2024-02-16T23:35:44.421Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.421Z] [INFO] ----------< org.eclipse.platform:org.eclipse.equinox.p2.sdk >-----------
18:35:44 [2024-02-16T23:35:44.421Z] [INFO] Building [feature] Equinox p2, SDK 3.11.2300-SNAPSHOT          [498/521]
18:35:44 [2024-02-16T23:35:44.421Z] [INFO]   from rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/.polyglot.feature.xml
18:35:44 [2024-02-16T23:35:44.421Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:35:44 [2024-02-16T23:35:44.421Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.platform:org.eclipse.equinox.p2.sdk:3.11.2300-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/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/.polyglot.feature.xml
18:35:44 [2024-02-16T23:35:44.422Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:44 [2024-02-16T23:35:44.982Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] Deleting /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/features/org.eclipse.equinox.p2.sdk/target
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] The project's OSGi version is 3.11.2300.v20240216-0715
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.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/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/saveproperties
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.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/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/src/main/resources
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.983Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.984Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/src/main/resources
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 33 system scoped dependencies were not mapped to maven artifacts
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.984Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/target/org.eclipse.equinox.p2.sdk-3.11.2300-SNAPSHOT.jar
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.sdk:eclipse-feature:3.11.2300-SNAPSHOT
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.984Z] [WARNING] The following referenced plugins have missing sources
18:35:44 [2024-02-16T23:35:44.984Z] 	org.eclipse.equinox.p2.installer.source_1.4.200.v20240201-0843
18:35:44 [2024-02-16T23:35:44.984Z] 	org.eclipse.equinox.p2.ui.admin.rcp.source_1.4.100.v20240201-0843
18:35:44 [2024-02-16T23:35:44.984Z] 	org.eclipse.equinox.p2.ui.admin.source_1.3.300.v20240201-0843
18:35:44 [2024-02-16T23:35:44.984Z] 	org.eclipse.equinox.simpleconfigurator.source_1.5.200.v20240209-1053
18:35:44 [2024-02-16T23:35:44.984Z] 
18:35:44 [2024-02-16T23:35:44.984Z] [WARNING] The following referenced features have missing sources
18:35:44 [2024-02-16T23:35:44.984Z] 	org.eclipse.equinox.p2.discovery.feature.source_1.3.300.v20240201-0843
18:35:44 [2024-02-16T23:35:44.984Z] 	org.eclipse.equinox.p2.core.feature.source_1.7.100.v20240216-0715
18:35:44 [2024-02-16T23:35:44.984Z] 	org.eclipse.equinox.p2.user.ui.source_2.4.2300.v20240216-0715
18:35:44 [2024-02-16T23:35:44.984Z] 	org.eclipse.equinox.server.p2.source_1.12.1200.v20240216-0715
18:35:44 [2024-02-16T23:35:44.984Z] 
18:35:44 [2024-02-16T23:35:44.984Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/target/org.eclipse.equinox.p2.sdk-3.11.2300-SNAPSHOT-sources-feature.jar
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.sdk:eclipse-feature:3.11.2300-SNAPSHOT
18:35:44 [2024-02-16T23:35:44.984Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.985Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.985Z] [INFO] Execution was skipped
18:35:44 [2024-02-16T23:35:44.985Z] [INFO] 
18:35:44 [2024-02-16T23:35:44.985Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.sdk ---
18:35:44 [2024-02-16T23:35:44.985Z] [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/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/target/org.eclipse.equinox.p2.sdk-3.11.2300-SNAPSHOT.jar
18:35:45 [2024-02-16T23:35:45.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/rt.equinox.p2/features/org.eclipse.equinox.p2.sdk/target/org.eclipse.equinox.p2.sdk-3.11.2300-SNAPSHOT-sources-feature.jar
18:35:46 [2024-02-16T23:35:46.471Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.471Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.sdk ---
18:35:46 [2024-02-16T23:35:46.471Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.sdk:eclipse-feature:3.11.2300-SNAPSHOT
18:35:46 [2024-02-16T23:35:46.471Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --------< org.eclipse.platform:org.eclipse.equinox.p2.examples >--------
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] Building org.eclipse.equinox.p2.examples 4.31.0-SNAPSHOT       [499/521]
18:35:46 [2024-02-16T23:35:46.472Z] [INFO]   from rt.equinox.p2/examples/pom.xml
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --------------------------------[ pom ]---------------------------------
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [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/rt.equinox.p2/examples/saveproperties
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [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/rt.equinox.p2/examples/src/main/resources
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] Execution was skipped
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.examples ---
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.discovery >--
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] Building [bundle] RCP Mail (Cloud Update Example) 2.3.100-SNAPSHOT [500/521]
18:35:46 [2024-02-16T23:35:46.472Z] [INFO]   from rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/.polyglot.META-INF
18:35:46 [2024-02-16T23:35:46.472Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:46 [2024-02-16T23:35:46.473Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:46 [2024-02-16T23:35:46.728Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.728Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.728Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.728Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] The project's OSGi version is 2.3.100.v20240201-0843
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/saveproperties
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] Resolving class path of [bundle] RCP Mail (Cloud Update Example)
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/main/resources
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/main/resources
18:35:46 [2024-02-16T23:35:46.983Z] [INFO] 
18:35:46 [2024-02-16T23:35:46.984Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:46 [2024-02-16T23:35:46.984Z] [INFO] Compiling 15 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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:47 [2024-02-16T23:35:47.239Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.239Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.239Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.239Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.239Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.239Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.239Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.239Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.239Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/src/test/resources
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] 42 system scoped dependencies were not mapped to maven artifacts
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.240Z] [WARNING] Bundle-Vendor header not 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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
18:35:47 [2024-02-16T23:35:47.240Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/org.eclipse.equinox.p2.examples.rcp.discovery-2.3.100-SNAPSHOT-sources.jar
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.240Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/org.eclipse.equinox.p2.examples.rcp.discovery-2.3.100-SNAPSHOT.jar
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.discovery:eclipse-plugin:2.3.100-SNAPSHOT
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.240Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.discovery:eclipse-plugin:2.3.100-SNAPSHOT
18:35:47 [2024-02-16T23:35:47.241Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.241Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.241Z] [INFO] Execution was skipped
18:35:47 [2024-02-16T23:35:47.241Z] [INFO] 
18:35:47 [2024-02-16T23:35:47.241Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:47 [2024-02-16T23:35:47.241Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/org.eclipse.equinox.p2.examples.rcp.discovery-2.3.100-SNAPSHOT.jar
18:35:48 [2024-02-16T23:35:48.167Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.discovery/target/org.eclipse.equinox.p2.examples.rcp.discovery-2.3.100-SNAPSHOT-sources.jar
18:35:48 [2024-02-16T23:35:48.727Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.727Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.discovery ---
18:35:48 [2024-02-16T23:35:48.727Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.discovery:eclipse-plugin:2.3.100-SNAPSHOT
18:35:48 [2024-02-16T23:35:48.727Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.727Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.prestartupdate >--
18:35:48 [2024-02-16T23:35:48.727Z] [INFO] Building [bundle] Prestartupdate 1.3.100-SNAPSHOT              [501/521]
18:35:48 [2024-02-16T23:35:48.727Z] [INFO]   from rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/.polyglot.META-INF
18:35:48 [2024-02-16T23:35:48.727Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:48 [2024-02-16T23:35:48.728Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:48 [2024-02-16T23:35:48.982Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] The project's OSGi version is 1.3.100.v20240201-0843
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:48 [2024-02-16T23:35:48.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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/saveproperties
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] 
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:48 [2024-02-16T23:35:48.983Z] [INFO] Resolving class path of [bundle] Prestartupdate
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.239Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/main/resources
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.239Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/main/resources
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.239Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.239Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.240Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/src/test/resources
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] 42 system scoped dependencies were not mapped to maven artifacts
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.240Z] [WARNING] Bundle-Vendor header not 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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
18:35:49 [2024-02-16T23:35:49.240Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/org.eclipse.equinox.p2.examples.rcp.prestartupdate-1.3.100-SNAPSHOT-sources.jar
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.240Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/org.eclipse.equinox.p2.examples.rcp.prestartupdate-1.3.100-SNAPSHOT.jar
18:35:49 [2024-02-16T23:35:49.240Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.prestartupdate:eclipse-plugin:1.3.100-SNAPSHOT
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.prestartupdate:eclipse-plugin:1.3.100-SNAPSHOT
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] Execution was skipped
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] 
18:35:49 [2024-02-16T23:35:49.241Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:49 [2024-02-16T23:35:49.497Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/org.eclipse.equinox.p2.examples.rcp.prestartupdate-1.3.100-SNAPSHOT.jar
18:35:50 [2024-02-16T23:35:50.061Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupdate/target/org.eclipse.equinox.p2.examples.rcp.prestartupdate-1.3.100-SNAPSHOT-sources.jar
18:35:51 [2024-02-16T23:35:51.443Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.443Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.prestartupdate ---
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.prestartupdate:eclipse-plugin:1.3.100-SNAPSHOT
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility >--
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] Building [bundle] Sdkbundlevisibility 1.3.100-SNAPSHOT         [502/521]
18:35:51 [2024-02-16T23:35:51.444Z] [INFO]   from rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/.polyglot.META-INF
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] The project's OSGi version is 1.3.100.v20240201-0843
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.444Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/saveproperties
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.444Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.445Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.445Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.445Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.445Z] [INFO] Resolving class path of [bundle] Sdkbundlevisibility
18:35:51 [2024-02-16T23:35:51.700Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.701Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.701Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/main/resources
18:35:51 [2024-02-16T23:35:51.701Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.701Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.701Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/main/resources
18:35:51 [2024-02-16T23:35:51.701Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.701Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.701Z] [INFO] Compiling 20 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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:51 [2024-02-16T23:35:51.701Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[16] 
18:35:51 [2024-02-16T23:35:51.701Z] 	import org.eclipse.core.runtime.Preferences;
18:35:51 [2024-02-16T23:35:51.701Z] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.701Z] The type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.702Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[109] 
18:35:51 [2024-02-16T23:35:51.702Z] 	Preferences pref = Activator.getDefault().getPluginPreferences();
18:35:51 [2024-02-16T23:35:51.702Z] 	^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.702Z] The type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.702Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[109] 
18:35:51 [2024-02-16T23:35:51.702Z] 	Preferences pref = Activator.getDefault().getPluginPreferences();
18:35:51 [2024-02-16T23:35:51.702Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.702Z] The method getPluginPreferences() from the type Plugin is deprecated
18:35:51 [2024-02-16T23:35:51.702Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[110] 
18:35:51 [2024-02-16T23:35:51.702Z] 	showLatestRadio.setSelection(pref.getBoolean(PreferenceConstants.PREF_SHOW_LATEST_VERSION));
18:35:51 [2024-02-16T23:35:51.702Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.702Z] The method getBoolean(String) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.702Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[111] 
18:35:51 [2024-02-16T23:35:51.702Z] 	showAllRadio.setSelection(!pref.getBoolean(PreferenceConstants.PREF_SHOW_LATEST_VERSION));
18:35:51 [2024-02-16T23:35:51.702Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.702Z] The method getBoolean(String) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.702Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[112] 
18:35:51 [2024-02-16T23:35:51.702Z] 	String openWizard = pref.getString(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN);
18:35:51 [2024-02-16T23:35:51.703Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.703Z] The method getString(String) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.703Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[121] 
18:35:51 [2024-02-16T23:35:51.703Z] 	Preferences pref = Activator.getDefault().getPluginPreferences();
18:35:51 [2024-02-16T23:35:51.703Z] 	^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.703Z] The type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.703Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[121] 
18:35:51 [2024-02-16T23:35:51.703Z] 	Preferences pref = Activator.getDefault().getPluginPreferences();
18:35:51 [2024-02-16T23:35:51.703Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.703Z] The method getPluginPreferences() from the type Plugin is deprecated
18:35:51 [2024-02-16T23:35:51.703Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[122] 
18:35:51 [2024-02-16T23:35:51.703Z] 	showLatestRadio.setSelection(pref.getDefaultBoolean(PreferenceConstants.PREF_SHOW_LATEST_VERSION));
18:35:51 [2024-02-16T23:35:51.703Z] 	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.703Z] The method getDefaultBoolean(String) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.703Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[123] 
18:35:51 [2024-02-16T23:35:51.703Z] 	showAllRadio.setSelection(!pref.getDefaultBoolean(PreferenceConstants.PREF_SHOW_LATEST_VERSION));
18:35:51 [2024-02-16T23:35:51.703Z] 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.703Z] The method getDefaultBoolean(String) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.704Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[124] 
18:35:51 [2024-02-16T23:35:51.704Z] 	String openWizard = pref.getDefaultString(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN);
18:35:51 [2024-02-16T23:35:51.704Z] 	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.704Z] The method getDefaultString(String) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.704Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[132] 
18:35:51 [2024-02-16T23:35:51.704Z] 	Preferences pref = Activator.getDefault().getPluginPreferences();
18:35:51 [2024-02-16T23:35:51.704Z] 	^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.704Z] The type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.704Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[132] 
18:35:51 [2024-02-16T23:35:51.704Z] 	Preferences pref = Activator.getDefault().getPluginPreferences();
18:35:51 [2024-02-16T23:35:51.704Z] 	                                          ^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.704Z] The method getPluginPreferences() from the type Plugin is deprecated
18:35:51 [2024-02-16T23:35:51.704Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[133] 
18:35:51 [2024-02-16T23:35:51.704Z] 	pref.setValue(PreferenceConstants.PREF_SHOW_LATEST_VERSION, showLatestRadio.getSelection());
18:35:51 [2024-02-16T23:35:51.704Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.704Z] The method setValue(String, boolean) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.704Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[135] 
18:35:51 [2024-02-16T23:35:51.705Z] 	pref.setValue(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN, MessageDialogWithToggle.ALWAYS);
18:35:51 [2024-02-16T23:35:51.705Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.705Z] The method setValue(String, String) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.705Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[137] 
18:35:51 [2024-02-16T23:35:51.705Z] 	pref.setValue(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN, MessageDialogWithToggle.NEVER);
18:35:51 [2024-02-16T23:35:51.705Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.705Z] The method setValue(String, String) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.705Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[139] 
18:35:51 [2024-02-16T23:35:51.705Z] 	pref.setValue(PreferenceConstants.PREF_OPEN_WIZARD_ON_ERROR_PLAN, MessageDialogWithToggle.PROMPT);
18:35:51 [2024-02-16T23:35:51.705Z] 	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.705Z] The method setValue(String, String) from the type Preferences is deprecated
18:35:51 [2024-02-16T23:35:51.705Z] [WARNING] /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/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/org/eclipse/equinox/p2/examples/rcp/sdkbundlevisibility/p2/ProvisioningPreferencePage.java:[141] 
18:35:51 [2024-02-16T23:35:51.705Z] 	Activator.getDefault().savePluginPreferences();
18:35:51 [2024-02-16T23:35:51.705Z] 	                       ^^^^^^^^^^^^^^^^^^^^^^^
18:35:51 [2024-02-16T23:35:51.705Z] The method savePluginPreferences() from the type Plugin is deprecated
18:35:51 [2024-02-16T23:35:51.705Z] 18 problems (18 warnings)
18:35:51 [2024-02-16T23:35:51.705Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.705Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.705Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.705Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.706Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/src/test/resources
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] 42 system scoped dependencies were not mapped to maven artifacts
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.706Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.706Z] [WARNING] Bundle-Vendor header not 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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
18:35:51 [2024-02-16T23:35:51.706Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility-1.3.100-SNAPSHOT-sources.jar
18:35:51 [2024-02-16T23:35:51.707Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.707Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.963Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility-1.3.100-SNAPSHOT.jar
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:eclipse-plugin:1.3.100-SNAPSHOT
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:eclipse-plugin:1.3.100-SNAPSHOT
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] Execution was skipped
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] 
18:35:51 [2024-02-16T23:35:51.963Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:51 [2024-02-16T23:35:51.963Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility-1.3.100-SNAPSHOT.jar
18:35:52 [2024-02-16T23:35:52.890Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility/target/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility-1.3.100-SNAPSHOT-sources.jar
18:35:53 [2024-02-16T23:35:53.451Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.451Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility ---
18:35:53 [2024-02-16T23:35:53.452Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibility:eclipse-plugin:1.3.100-SNAPSHOT
18:35:53 [2024-02-16T23:35:53.452Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.452Z] [INFO] --< org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates >--
18:35:53 [2024-02-16T23:35:53.452Z] [INFO] Building [bundle] Sdknoautoupdates 1.3.100-SNAPSHOT            [503/521]
18:35:53 [2024-02-16T23:35:53.452Z] [INFO]   from rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/.polyglot.META-INF
18:35:53 [2024-02-16T23:35:53.452Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:53 [2024-02-16T23:35:53.708Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] The project's OSGi version is 1.3.100.v20240201-0843
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.963Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.964Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/saveproperties
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] Resolving class path of [bundle] Sdknoautoupdates
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.964Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/src/main/resources
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.964Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/src/main/resources
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] 
18:35:53 [2024-02-16T23:35:53.964Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:53 [2024-02-16T23:35:53.964Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:54 [2024-02-16T23:35:54.220Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.220Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.220Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.220Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.220Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.220Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.220Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.220Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.220Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/src/test/resources
18:35:54 [2024-02-16T23:35:54.221Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.221Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.221Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.221Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.221Z] [INFO] 42 system scoped dependencies were not mapped to maven artifacts
18:35:54 [2024-02-16T23:35:54.221Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.221Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.221Z] [WARNING] Bundle-Vendor header not 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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
18:35:54 [2024-02-16T23:35:54.221Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates-1.3.100-SNAPSHOT-sources.jar
18:35:54 [2024-02-16T23:35:54.221Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.221Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.221Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates-1.3.100-SNAPSHOT.jar
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:eclipse-plugin:1.3.100-SNAPSHOT
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:eclipse-plugin:1.3.100-SNAPSHOT
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] Execution was skipped
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] 
18:35:54 [2024-02-16T23:35:54.222Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:54 [2024-02-16T23:35:54.222Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates-1.3.100-SNAPSHOT.jar
18:35:55 [2024-02-16T23:35:55.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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates/target/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates-1.3.100-SNAPSHOT-sources.jar
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates ---
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdknoautoupdates:eclipse-plugin:1.3.100-SNAPSHOT
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] ---< org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdkui >---
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] Building [bundle] RCP Mail (SDK UI) 1.3.100-SNAPSHOT           [504/521]
18:35:56 [2024-02-16T23:35:56.514Z] [INFO]   from rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/.polyglot.META-INF
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] The project's OSGi version is 1.3.100.v20240207-2014
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.514Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.515Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/saveproperties
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.515Z] [INFO] Resolving class path of [bundle] RCP Mail (SDK UI)
18:35:56 [2024-02-16T23:35:56.770Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.771Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/src/main/resources
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.771Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/src/main/resources
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.771Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.771Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/src/test/resources
18:35:56 [2024-02-16T23:35:56.771Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] 42 system scoped dependencies were not mapped to maven artifacts
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.772Z] [WARNING] Bundle-Vendor header not 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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
18:35:56 [2024-02-16T23:35:56.772Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/org.eclipse.equinox.p2.examples.rcp.sdkui-1.3.100-SNAPSHOT-sources.jar
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.772Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/org.eclipse.equinox.p2.examples.rcp.sdkui-1.3.100-SNAPSHOT.jar
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdkui:eclipse-plugin:1.3.100-SNAPSHOT
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.772Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.773Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.773Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdkui:eclipse-plugin:1.3.100-SNAPSHOT
18:35:56 [2024-02-16T23:35:56.773Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.773Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:56 [2024-02-16T23:35:56.773Z] [INFO] Execution was skipped
18:35:56 [2024-02-16T23:35:56.773Z] [INFO] 
18:35:56 [2024-02-16T23:35:56.773Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:57 [2024-02-16T23:35:57.028Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/org.eclipse.equinox.p2.examples.rcp.sdkui-1.3.100-SNAPSHOT.jar
18:35:58 [2024-02-16T23:35:58.414Z] [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/rt.equinox.p2/examples/org.eclipse.equinox.p2.examples.rcp.sdkui/target/org.eclipse.equinox.p2.examples.rcp.sdkui-1.3.100-SNAPSHOT-sources.jar
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.equinox.p2.examples.rcp.sdkui ---
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] No baseline version org.eclipse.platform:org.eclipse.equinox.p2.examples.rcp.sdkui:eclipse-plugin:1.3.100-SNAPSHOT
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] -----------< org.eclipse.ant:org.eclipse.ant.optional.junit >-----------
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] Building org.eclipse.ant.optional.junit 3.3.400-SNAPSHOT       [505/521]
18:35:58 [2024-02-16T23:35:58.976Z] [INFO]   from eclipse.platform.releng/bundles/org.eclipse.ant.optional.junit/pom.xml
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] The project's OSGi version is 3.3.400.v20230714-1309
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.976Z] [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/bundles/org.eclipse.ant.optional.junit/saveproperties
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.976Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] Resolving class path of org.eclipse.ant.optional.junit
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [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/bundles/org.eclipse.ant.optional.junit/src/main/resources
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [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/bundles/org.eclipse.ant.optional.junit/src/main/resources
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [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/bundles/org.eclipse.ant.optional.junit/src/test/resources
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.977Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.978Z] [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.releng/bundles/org.eclipse.ant.optional.junit/target/org.eclipse.ant.optional.junit-3.3.400-SNAPSHOT-sources.jar
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.978Z] [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.releng/bundles/org.eclipse.ant.optional.junit/target/org.eclipse.ant.optional.junit-3.3.400-SNAPSHOT.jar
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.optional.junit:3.3.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.releng/bundles/org.eclipse.ant.optional.junit/pom.xml
18:35:58 [2024-02-16T23:35:58.978Z]     The main artifact has been replaced with the baseline version.
18:35:58 [2024-02-16T23:35:58.978Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:35:58 [2024-02-16T23:35:58.978Z] 
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] Execution was skipped
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] 
18:35:58 [2024-02-16T23:35:58.978Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.ant.optional.junit ---
18:35:58 [2024-02-16T23:35:58.978Z] [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.releng/bundles/org.eclipse.ant.optional.junit/target/org.eclipse.ant.optional.junit-3.3.400-SNAPSHOT.jar' is already signed and will be resigned.
18:35:58 [2024-02-16T23:35:58.978Z] [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.releng/bundles/org.eclipse.ant.optional.junit/target/org.eclipse.ant.optional.junit-3.3.400-SNAPSHOT.jar
18:36:00 [2024-02-16T23:36:00.343Z] [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.releng/bundles/org.eclipse.ant.optional.junit/target/org.eclipse.ant.optional.junit-3.3.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:36:00 [2024-02-16T23:36:00.343Z] [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.releng/bundles/org.eclipse.ant.optional.junit/target/org.eclipse.ant.optional.junit-3.3.400-SNAPSHOT-sources.jar
18:36:01 [2024-02-16T23:36:01.269Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.269Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.ant.optional.junit ---
18:36:01 [2024-02-16T23:36:01.269Z] [INFO] MavenProject: org.eclipse.ant:org.eclipse.ant.optional.junit:3.3.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.releng/bundles/org.eclipse.ant.optional.junit/pom.xml
18:36:01 [2024-02-16T23:36:01.269Z]     The main artifact has been replaced with the baseline version.
18:36:01 [2024-02-16T23:36:01.269Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:36:01 [2024-02-16T23:36:01.269Z] 
18:36:01 [2024-02-16T23:36:01.269Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.269Z] [INFO] ------------< org.eclipse.releng:org.eclipse.releng.tests >-------------
18:36:01 [2024-02-16T23:36:01.269Z] [INFO] Building org.eclipse.releng.tests 3.6.400-SNAPSHOT             [506/521]
18:36:01 [2024-02-16T23:36:01.269Z] [INFO]   from eclipse.platform.releng/bundles/org.eclipse.releng.tests/pom.xml
18:36:01 [2024-02-16T23:36:01.269Z] [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
18:36:01 [2024-02-16T23:36:01.270Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] The project's OSGi version is 3.6.400.v20240113-0758
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.525Z] [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/bundles/org.eclipse.releng.tests/saveproperties
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.525Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.526Z] [INFO] Resolving class path of org.eclipse.releng.tests
18:36:01 [2024-02-16T23:36:01.781Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.781Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.781Z] [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/bundles/org.eclipse.releng.tests/src/main/resources
18:36:01 [2024-02-16T23:36:01.781Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.781Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.782Z] [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/bundles/org.eclipse.releng.tests/src/main/resources
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] Compiling 2 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.releng/bundles/org.eclipse.releng.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.782Z] [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/bundles/org.eclipse.releng.tests/src/test/resources
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.782Z] [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.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.6.400-SNAPSHOT-sources.jar
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] 
18:36:01 [2024-02-16T23:36:01.782Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.releng.tests ---
18:36:01 [2024-02-16T23:36:01.782Z] [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.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.6.400-SNAPSHOT.jar
18:36:02 [2024-02-16T23:36:02.041Z] [INFO] 
18:36:02 [2024-02-16T23:36:02.041Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.releng.tests ---
18:36:02 [2024-02-16T23:36:02.041Z] [INFO] MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.6.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.releng/bundles/org.eclipse.releng.tests/pom.xml
18:36:02 [2024-02-16T23:36:02.041Z]     The main artifact has been replaced with the baseline version.
18:36:02 [2024-02-16T23:36:02.041Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:36:02 [2024-02-16T23:36:02.041Z] 
18:36:02 [2024-02-16T23:36:02.041Z] [INFO] 
18:36:02 [2024-02-16T23:36:02.041Z] [INFO] --- tycho-surefire:4.0.6-SNAPSHOT:test (default-test) @ org.eclipse.releng.tests ---
18:36:02 [2024-02-16T23:36:02.041Z] [INFO] Skipping tests
18:36:02 [2024-02-16T23:36:02.041Z] [INFO] 
18:36:02 [2024-02-16T23:36:02.041Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.releng.tests ---
18:36:02 [2024-02-16T23:36:02.042Z] [INFO] Execution was skipped
18:36:02 [2024-02-16T23:36:02.042Z] [INFO] 
18:36:02 [2024-02-16T23:36:02.042Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.releng.tests ---
18:36:02 [2024-02-16T23:36:02.042Z] [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.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.6.400-SNAPSHOT.jar' is already signed and will be resigned.
18:36:02 [2024-02-16T23:36:02.042Z] [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.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.6.400-SNAPSHOT.jar
18:36:02 [2024-02-16T23:36:02.969Z] [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.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.6.400-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:36:02 [2024-02-16T23:36:02.969Z] [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.releng/bundles/org.eclipse.releng.tests/target/org.eclipse.releng.tests-3.6.400-SNAPSHOT-sources.jar
18:36:03 [2024-02-16T23:36:03.531Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.531Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.releng.tests ---
18:36:03 [2024-02-16T23:36:03.531Z] [INFO] MavenProject: org.eclipse.releng:org.eclipse.releng.tests:3.6.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.releng/bundles/org.eclipse.releng.tests/pom.xml
18:36:03 [2024-02-16T23:36:03.531Z]     The main artifact has been replaced with the baseline version.
18:36:03 [2024-02-16T23:36:03.531Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:36:03 [2024-02-16T23:36:03.531Z] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] --------------< org.eclipse.sdk:org.eclipse.sdk.examples >--------------
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] Building org.eclipse.sdk.examples 4.31.0-SNAPSHOT              [507/521]
18:36:03 [2024-02-16T23:36:03.532Z] [INFO]   from eclipse.platform.releng/bundles/org.eclipse.sdk.examples/pom.xml
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.532Z] [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/bundles/org.eclipse.sdk.examples/saveproperties
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.532Z] [INFO] Resolving class path of org.eclipse.sdk.examples
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.788Z] [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/bundles/org.eclipse.sdk.examples/src/main/resources
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.788Z] [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/bundles/org.eclipse.sdk.examples/src/main/resources
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.788Z] [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/bundles/org.eclipse.sdk.examples/src/test/resources
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.788Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.789Z] [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.releng/bundles/org.eclipse.sdk.examples/target/org.eclipse.sdk.examples-4.31.0-SNAPSHOT-sources.jar
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] Copying 1 resource from  to target
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.789Z] [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.releng/bundles/org.eclipse.sdk.examples/target/org.eclipse.sdk.examples-4.31.0-SNAPSHOT.jar
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] No baseline version org.eclipse.sdk:org.eclipse.sdk.examples:eclipse-plugin:4.31.0-SNAPSHOT
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] Execution was skipped
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] 
18:36:03 [2024-02-16T23:36:03.789Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.sdk.examples ---
18:36:03 [2024-02-16T23:36:03.789Z] [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.releng/bundles/org.eclipse.sdk.examples/target/org.eclipse.sdk.examples-4.31.0-SNAPSHOT.jar
18:36:04 [2024-02-16T23:36:04.716Z] [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.releng/bundles/org.eclipse.sdk.examples/target/org.eclipse.sdk.examples-4.31.0-SNAPSHOT-sources.jar
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.sdk.examples ---
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] No baseline version org.eclipse.sdk:org.eclipse.sdk.examples:eclipse-plugin:4.31.0-SNAPSHOT
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] ---------------< org.eclipse.sdk:org.eclipse.sdk.tests >----------------
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] Building org.eclipse.sdk.tests 4.31.0-SNAPSHOT                 [508/521]
18:36:06 [2024-02-16T23:36:06.086Z] [INFO]   from eclipse.platform.releng/bundles/org.eclipse.sdk.tests/pom.xml
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.086Z] [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/bundles/org.eclipse.sdk.tests/saveproperties
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.086Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] Resolving class path of org.eclipse.sdk.tests
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [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/bundles/org.eclipse.sdk.tests/src/main/resources
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [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/bundles/org.eclipse.sdk.tests/src/main/resources
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [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/bundles/org.eclipse.sdk.tests/src/test/resources
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] Copying 1 resource from  to target
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.087Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.088Z] [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.releng/bundles/org.eclipse.sdk.tests/target/org.eclipse.sdk.tests-4.31.0-SNAPSHOT.jar
18:36:06 [2024-02-16T23:36:06.088Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.088Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.088Z] [INFO] No baseline version org.eclipse.sdk:org.eclipse.sdk.tests:eclipse-plugin:4.31.0-SNAPSHOT
18:36:06 [2024-02-16T23:36:06.088Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.088Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.088Z] [INFO] Execution was skipped
18:36:06 [2024-02-16T23:36:06.088Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.088Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.088Z] [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.releng/bundles/org.eclipse.sdk.tests/target/org.eclipse.sdk.tests-4.31.0-SNAPSHOT.jar
18:36:06 [2024-02-16T23:36:06.649Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.649Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.sdk.tests ---
18:36:06 [2024-02-16T23:36:06.649Z] [INFO] No baseline version org.eclipse.sdk:org.eclipse.sdk.tests:eclipse-plugin:4.31.0-SNAPSHOT
18:36:06 [2024-02-16T23:36:06.905Z] [INFO] 
18:36:06 [2024-02-16T23:36:06.905Z] [INFO] -----------------< org.eclipse.test:org.eclipse.test >------------------
18:36:06 [2024-02-16T23:36:06.905Z] [INFO] Building org.eclipse.test 3.6.0-SNAPSHOT                       [509/521]
18:36:06 [2024-02-16T23:36:06.905Z] [INFO]   from eclipse.platform.releng/bundles/org.eclipse.test/pom.xml
18:36:06 [2024-02-16T23:36:06.905Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:36:06 [2024-02-16T23:36:06.905Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] The project's OSGi version is 3.6.0.v20231226-0952
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.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.releng/bundles/org.eclipse.test/saveproperties
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] Resolving class path of org.eclipse.test
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.161Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.162Z] [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/bundles/org.eclipse.test/src/main/resources
18:36:07 [2024-02-16T23:36:07.162Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.162Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.162Z] [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/bundles/org.eclipse.test/src/main/resources
18:36:07 [2024-02-16T23:36:07.162Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.162Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.162Z] [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.releng/bundles/org.eclipse.test/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.418Z] [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/bundles/org.eclipse.test/src/test/resources
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.418Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.418Z] [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.releng/bundles/org.eclipse.test/target/test-classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.674Z] [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.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.6.0-SNAPSHOT-sources.jar
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.674Z] [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.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.6.0-SNAPSHOT.jar
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] MavenProject: org.eclipse.test:org.eclipse.test:3.6.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.releng/bundles/org.eclipse.test/pom.xml
18:36:07 [2024-02-16T23:36:07.674Z]     The main artifact has been replaced with the baseline version.
18:36:07 [2024-02-16T23:36:07.674Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:36:07 [2024-02-16T23:36:07.674Z] 
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] Execution was skipped
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] 
18:36:07 [2024-02-16T23:36:07.674Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.test ---
18:36:07 [2024-02-16T23:36:07.675Z] [INFO] Signing of nested jars of '/home/jenkins/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/bundles/org.eclipse.test/target/org.eclipse.test-3.6.0-SNAPSHOT.jar' is disabled.
18:36:07 [2024-02-16T23:36:07.675Z] [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.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.6.0-SNAPSHOT.jar' is already signed and will be resigned.
18:36:07 [2024-02-16T23:36:07.675Z] [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.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.6.0-SNAPSHOT.jar
18:36:08 [2024-02-16T23:36:08.606Z] [INFO] Signing of nested jars of '/home/jenkins/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/bundles/org.eclipse.test/target/org.eclipse.test-3.6.0-SNAPSHOT-sources.jar' is disabled.
18:36:08 [2024-02-16T23:36:08.606Z] [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.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.6.0-SNAPSHOT-sources.jar' is already signed and will be resigned.
18:36:08 [2024-02-16T23:36:08.606Z] [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.releng/bundles/org.eclipse.test/target/org.eclipse.test-3.6.0-SNAPSHOT-sources.jar
18:36:09 [2024-02-16T23:36:09.532Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.532Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.test ---
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] MavenProject: org.eclipse.test:org.eclipse.test:3.6.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.releng/bundles/org.eclipse.test/pom.xml
18:36:09 [2024-02-16T23:36:09.533Z]     The main artifact has been replaced with the baseline version.
18:36:09 [2024-02-16T23:36:09.533Z]     The following attached artifacts have been replaced with the baseline version: [sources]
18:36:09 [2024-02-16T23:36:09.533Z] 
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] --------< org.eclipse.test:org.eclipse.test.performance.win32 >---------
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] Building org.eclipse.test.performance.win32 3.1.600-SNAPSHOT   [510/521]
18:36:09 [2024-02-16T23:36:09.533Z] [INFO]   from eclipse.platform.releng/bundles/org.eclipse.test.performance.win32/pom.xml
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] The project's OSGi version is 3.1.600.v20230714-1309
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.533Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [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/bundles/org.eclipse.test.performance.win32/saveproperties
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:validate-classpath (default-validate-classpath) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] Resolving class path of org.eclipse.test.performance.win32
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [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/bundles/org.eclipse.test.performance.win32/src/main/resources
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [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/bundles/org.eclipse.test.performance.win32/src/main/resources
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:compile (default-compile) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- tycho-bnd:4.0.6-SNAPSHOT:process (default-process) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- tycho-ds:4.0.6-SNAPSHOT:declarative-services (default-declarative-services) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [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/bundles/org.eclipse.test.performance.win32/src/test/resources
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- tycho-compiler:4.0.6-SNAPSHOT:testCompile (default-testCompile) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.534Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.535Z] [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.releng/bundles/org.eclipse.test.performance.win32/target/org.eclipse.test.performance.win32-3.1.600-SNAPSHOT.jar
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] MavenProject: org.eclipse.test:org.eclipse.test.performance.win32:3.1.600-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.releng/bundles/org.eclipse.test.performance.win32/pom.xml
18:36:09 [2024-02-16T23:36:09.535Z]     The main artifact has been replaced with the baseline version.
18:36:09 [2024-02-16T23:36:09.535Z] 
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] Execution was skipped
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] 
18:36:09 [2024-02-16T23:36:09.535Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.test.performance.win32 ---
18:36:09 [2024-02-16T23:36:09.535Z] [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.releng/bundles/org.eclipse.test.performance.win32/target/org.eclipse.test.performance.win32-3.1.600-SNAPSHOT.jar' is already signed and will be resigned.
18:36:09 [2024-02-16T23:36:09.535Z] [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.releng/bundles/org.eclipse.test.performance.win32/target/org.eclipse.test.performance.win32-3.1.600-SNAPSHOT.jar
18:36:10 [2024-02-16T23:36:10.461Z] [INFO] 
18:36:10 [2024-02-16T23:36:10.461Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.test.performance.win32 ---
18:36:10 [2024-02-16T23:36:10.462Z] [INFO] MavenProject: org.eclipse.test:org.eclipse.test.performance.win32:3.1.600-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.releng/bundles/org.eclipse.test.performance.win32/pom.xml
18:36:10 [2024-02-16T23:36:10.462Z]     The main artifact has been replaced with the baseline version.
18:36:10 [2024-02-16T23:36:10.462Z] 
18:36:10 [2024-02-16T23:36:10.462Z] [INFO] 
18:36:10 [2024-02-16T23:36:10.462Z] [INFO] --------------< org.eclipse.sdk.feature:org.eclipse.sdk >---------------
18:36:10 [2024-02-16T23:36:10.462Z] [INFO] Building org.eclipse.sdk.feature 4.31.0-SNAPSHOT               [511/521]
18:36:10 [2024-02-16T23:36:10.462Z] [INFO]   from eclipse.platform.releng/features/org.eclipse.sdk/pom.xml
18:36:10 [2024-02-16T23:36:10.462Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:36:10 [2024-02-16T23:36:10.462Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk:4.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.releng/features/org.eclipse.sdk/pom.xml
18:36:10 [2024-02-16T23:36:10.462Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:36:11 [2024-02-16T23:36:11.023Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar
18:36:11 [2024-02-16T23:36:11.023Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.jar (840 kB at 16 MB/s)
18:36:11 [2024-02-16T23:36:11.023Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2.3/httpcore5-5.2.3.jar
18:36:11 [2024-02-16T23:36:11.023Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2.3/httpcore5-5.2.3.jar (855 kB at 11 MB/s)
18:36:11 [2024-02-16T23:36:11.023Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2.3/httpcore5-h2-5.2.3.jar
18:36:11 [2024-02-16T23:36:11.023Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2.3/httpcore5-h2-5.2.3.jar (237 kB at 7.4 MB/s)
18:36:11 [2024-02-16T23:36:11.024Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-win/5.2.1/httpclient5-win-5.2.1.jar
18:36:11 [2024-02-16T23:36:11.024Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-win/5.2.1/httpclient5-win-5.2.1.jar (16 kB at 444 kB/s)
18:36:11 [2024-02-16T23:36:11.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom
18:36:11 [2024-02-16T23:36:11.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.2.1/httpclient5-5.2.1.pom (6.0 kB at 259 kB/s)
18:36:11 [2024-02-16T23:36:11.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom
18:36:11 [2024-02-16T23:36:11.279Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.2.1/httpclient5-parent-5.2.1.pom (17 kB at 734 kB/s)
18:36:11 [2024-02-16T23:36:11.279Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom
18:36:11 [2024-02-16T23:36:11.280Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/13/httpcomponents-parent-13.pom (30 kB at 629 kB/s)
18:36:11 [2024-02-16T23:36:11.280Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.pom
18:36:11 [2024-02-16T23:36:11.280Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2/httpcore5-5.2.pom (3.9 kB at 131 kB/s)
18:36:11 [2024-02-16T23:36:11.280Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom
18:36:11 [2024-02-16T23:36:11.280Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.2/httpcore5-parent-5.2.pom (14 kB at 807 kB/s)
18:36:11 [2024-02-16T23:36:11.280Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom
18:36:11 [2024-02-16T23:36:11.280Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2/httpcore5-h2-5.2.pom (3.6 kB at 139 kB/s)
18:36:11 [2024-02-16T23:36:11.280Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2.3/httpcore5-5.2.3.pom
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.2.3/httpcore5-5.2.3.pom (3.9 kB at 96 kB/s)
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.2.3/httpcore5-parent-5.2.3.pom
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.2.3/httpcore5-parent-5.2.3.pom (14 kB at 404 kB/s)
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2.3/httpcore5-h2-5.2.3.pom
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.2.3/httpcore5-h2-5.2.3.pom (3.6 kB at 88 kB/s)
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-win/5.2.1/httpclient5-win-5.2.1.pom
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-win/5.2.1/httpclient5-win-5.2.1.pom (3.8 kB at 127 kB/s)
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 135 kB/s)
18:36:11 [2024-02-16T23:36:11.536Z] [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.pom
18:36:11 [2024-02-16T23:36:11.537Z] [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.pom (2.3 kB at 113 kB/s)
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.792Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.793Z] [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/features/org.eclipse.sdk/saveproperties
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.793Z] [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/features/org.eclipse.sdk/src/main/resources
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.793Z] [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/features/org.eclipse.sdk/src/main/resources
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk ---
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] 
18:36:11 [2024-02-16T23:36:11.793Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.sdk ---
18:36:12 [2024-02-16T23:36:12.049Z] [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.releng/features/org.eclipse.sdk/target/org.eclipse.sdk-4.31.0-SNAPSHOT.jar
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] 
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk ---
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] No baseline version org.eclipse.sdk.feature:org.eclipse.sdk:eclipse-feature:4.31.0-SNAPSHOT
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] 
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sdk ---
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] 
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk ---
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] Execution was skipped
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] 
18:36:12 [2024-02-16T23:36:12.049Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.sdk ---
18:36:12 [2024-02-16T23:36:12.049Z] [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.releng/features/org.eclipse.sdk/target/org.eclipse.sdk-4.31.0-SNAPSHOT.jar
18:36:12 [2024-02-16T23:36:12.624Z] [INFO] 
18:36:12 [2024-02-16T23:36:12.624Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.sdk ---
18:36:12 [2024-02-16T23:36:12.624Z] [INFO] No baseline version org.eclipse.sdk.feature:org.eclipse.sdk:eclipse-feature:4.31.0-SNAPSHOT
18:36:12 [2024-02-16T23:36:12.624Z] [INFO] 
18:36:12 [2024-02-16T23:36:12.624Z] [INFO] ----------< org.eclipse.sdk.feature:org.eclipse.sdk.examples >----------
18:36:12 [2024-02-16T23:36:12.624Z] [INFO] Building org.eclipse.sdk.examples.feature 4.31.0-SNAPSHOT      [512/521]
18:36:12 [2024-02-16T23:36:12.624Z] [INFO]   from eclipse.platform.releng/features/org.eclipse.sdk.examples-feature/pom.xml
18:36:12 [2024-02-16T23:36:12.624Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:36:12 [2024-02-16T23:36:12.624Z] [WARNING] Parameter 'features' is unknown for plugin 'tycho-source-plugin:4.0.6-SNAPSHOT:feature-source (feature-source)'
18:36:12 [2024-02-16T23:36:12.624Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.examples:4.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.releng/features/org.eclipse.sdk.examples-feature/pom.xml
18:36:12 [2024-02-16T23:36:12.880Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:36:13 [2024-02-16T23:36:13.135Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.135Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] Deleting /home/jenkins/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/features/org.eclipse.sdk.examples-feature/target
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.136Z] [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/features/org.eclipse.sdk.examples-feature/saveproperties
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.136Z] [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/features/org.eclipse.sdk.examples-feature/src/main/resources
18:36:13 [2024-02-16T23:36:13.136Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.137Z] [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/features/org.eclipse.sdk.examples-feature/src/main/resources
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.137Z] [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.releng/features/org.eclipse.sdk.examples-feature/target/org.eclipse.sdk.examples-4.31.0-SNAPSHOT.jar
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] No baseline version org.eclipse.sdk.feature:org.eclipse.sdk.examples:eclipse-feature:4.31.0-SNAPSHOT
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:feature-source (feature-source) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.137Z] [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.releng/features/org.eclipse.sdk.examples-feature/target/org.eclipse.sdk.examples-4.31.0-SNAPSHOT-sources-feature.jar
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.137Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (attach-p2-metadata) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.138Z] [INFO] No baseline version org.eclipse.sdk.feature:org.eclipse.sdk.examples:eclipse-feature:4.31.0-SNAPSHOT
18:36:13 [2024-02-16T23:36:13.138Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.138Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.138Z] [INFO] Execution was skipped
18:36:13 [2024-02-16T23:36:13.138Z] [INFO] 
18:36:13 [2024-02-16T23:36:13.138Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.sdk.examples ---
18:36:13 [2024-02-16T23:36:13.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.releng/features/org.eclipse.sdk.examples-feature/target/org.eclipse.sdk.examples-4.31.0-SNAPSHOT.jar
18:36:14 [2024-02-16T23:36:14.064Z] [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.releng/features/org.eclipse.sdk.examples-feature/target/org.eclipse.sdk.examples-4.31.0-SNAPSHOT-sources-feature.jar
18:36:14 [2024-02-16T23:36:14.625Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.625Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.sdk.examples ---
18:36:14 [2024-02-16T23:36:14.625Z] [INFO] No baseline version org.eclipse.sdk.feature:org.eclipse.sdk.examples:eclipse-feature:4.31.0-SNAPSHOT
18:36:14 [2024-02-16T23:36:14.625Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.625Z] [INFO] -------------< org.eclipse.test.feature:org.eclipse.test >--------------
18:36:14 [2024-02-16T23:36:14.625Z] [INFO] Building org.eclipse.test.feature 3.8.800-SNAPSHOT             [513/521]
18:36:14 [2024-02-16T23:36:14.625Z] [INFO]   from eclipse.platform.releng/features/org.eclipse.test-feature/pom.xml
18:36:14 [2024-02-16T23:36:14.625Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:36:14 [2024-02-16T23:36:14.625Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.test.feature:org.eclipse.test:3.8.800-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.releng/features/org.eclipse.test-feature/pom.xml
18:36:14 [2024-02-16T23:36:14.625Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] The project's OSGi version is 3.8.800.v20240205-0821
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.881Z] [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/features/org.eclipse.test-feature/saveproperties
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.881Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [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/features/org.eclipse.test-feature/src/main/resources
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [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/features/org.eclipse.test-feature/src/main/resources
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [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.releng/features/org.eclipse.test-feature/target/org.eclipse.test-3.8.800-SNAPSHOT.jar
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] MavenProject: org.eclipse.test.feature:org.eclipse.test:3.8.800-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.releng/features/org.eclipse.test-feature/pom.xml
18:36:14 [2024-02-16T23:36:14.882Z]     The main artifact has been replaced with the baseline version.
18:36:14 [2024-02-16T23:36:14.882Z] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] Execution was skipped
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] 
18:36:14 [2024-02-16T23:36:14.882Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.test ---
18:36:14 [2024-02-16T23:36:14.882Z] [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.releng/features/org.eclipse.test-feature/target/org.eclipse.test-3.8.800-SNAPSHOT.jar' is already signed and will be resigned.
18:36:14 [2024-02-16T23:36:14.883Z] [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.releng/features/org.eclipse.test-feature/target/org.eclipse.test-3.8.800-SNAPSHOT.jar
18:36:15 [2024-02-16T23:36:15.809Z] [INFO] 
18:36:15 [2024-02-16T23:36:15.809Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.test ---
18:36:15 [2024-02-16T23:36:15.809Z] [INFO] MavenProject: org.eclipse.test.feature:org.eclipse.test:3.8.800-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.releng/features/org.eclipse.test-feature/pom.xml
18:36:15 [2024-02-16T23:36:15.809Z]     The main artifact has been replaced with the baseline version.
18:36:15 [2024-02-16T23:36:15.809Z] 
18:36:15 [2024-02-16T23:36:15.809Z] [INFO] 
18:36:15 [2024-02-16T23:36:15.809Z] [INFO] -----------< org.eclipse.sdk.feature:org.eclipse.sdk.tests >------------
18:36:15 [2024-02-16T23:36:15.809Z] [INFO] Building org.eclipse.sdk.tests.feature 4.31.0-SNAPSHOT         [514/521]
18:36:15 [2024-02-16T23:36:15.809Z] [INFO]   from eclipse.platform.releng/features/org.eclipse.sdk.tests/pom.xml
18:36:15 [2024-02-16T23:36:15.809Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:36:15 [2024-02-16T23:36:15.809Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.sdk.feature:org.eclipse.sdk.tests:4.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.releng/features/org.eclipse.sdk.tests/pom.xml
18:36:15 [2024-02-16T23:36:15.810Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:36:17 [2024-02-16T23:36:17.173Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.174Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.174Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.174Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.429Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:36:17 [2024-02-16T23:36:17.429Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.429Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.429Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.429Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.429Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.429Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.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.releng/features/org.eclipse.sdk.tests/saveproperties
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.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.releng/features/org.eclipse.sdk.tests/src/main/resources
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.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.releng/features/org.eclipse.sdk.tests/src/main/resources
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.430Z] [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.releng/features/org.eclipse.sdk.tests/target/org.eclipse.sdk.tests-4.31.0-SNAPSHOT.jar
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] No baseline version org.eclipse.sdk.feature:org.eclipse.sdk.tests:eclipse-feature:4.31.0-SNAPSHOT
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] Execution was skipped
18:36:17 [2024-02-16T23:36:17.430Z] [INFO] 
18:36:17 [2024-02-16T23:36:17.431Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.sdk.tests ---
18:36:17 [2024-02-16T23:36:17.686Z] [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.releng/features/org.eclipse.sdk.tests/target/org.eclipse.sdk.tests-4.31.0-SNAPSHOT.jar
18:36:18 [2024-02-16T23:36:18.612Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.612Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.sdk.tests ---
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] No baseline version org.eclipse.sdk.feature:org.eclipse.sdk.tests:eclipse-feature:4.31.0-SNAPSHOT
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:eclipse.platform.releng.tychoeclipsebuilder >--
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] Building eclipse.platform.releng.tychoeclipsebuilder 4.31.0-SNAPSHOT [515/521]
18:36:18 [2024-02-16T23:36:18.613Z] [INFO]   from eclipse.platform.releng.tychoeclipsebuilder/pom.xml
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --------------------------------[ pom ]---------------------------------
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.releng.tychoeclipsebuilder ---
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.releng.tychoeclipsebuilder ---
18:36:18 [2024-02-16T23:36:18.613Z] [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.tychoeclipsebuilder/saveproperties
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.releng.tychoeclipsebuilder ---
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.releng.tychoeclipsebuilder ---
18:36:18 [2024-02-16T23:36:18.613Z] [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.tychoeclipsebuilder/src/main/resources
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.releng.tychoeclipsebuilder ---
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.releng.tychoeclipsebuilder ---
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.releng.tychoeclipsebuilder ---
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] Execution was skipped
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.releng.tychoeclipsebuilder ---
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.releng.tychoeclipsebuilder ---
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rcp.configuration >--
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] Building [feature] Eclipse Product Configuration 1.1.2200-SNAPSHOT [516/521]
18:36:18 [2024-02-16T23:36:18.613Z] [INFO]   from eclipse.platform.releng.tychoeclipsebuilder/rcp.config/.polyglot.feature.xml
18:36:18 [2024-02-16T23:36:18.613Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rcp.configuration:1.1.2200-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.releng.tychoeclipsebuilder/rcp.config/.polyglot.feature.xml
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] The project's OSGi version is 1.1.2200.v20240129-1343
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [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.tychoeclipsebuilder/rcp.config/saveproperties
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [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.tychoeclipsebuilder/rcp.config/src/main/resources
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [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.tychoeclipsebuilder/rcp.config/src/main/resources
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.614Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.615Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.615Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.615Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.615Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.615Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.615Z] [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.releng.tychoeclipsebuilder/rcp.config/target/org.eclipse.rcp.configuration-1.1.2200-SNAPSHOT.jar
18:36:18 [2024-02-16T23:36:18.615Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.615Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.870Z] [INFO] MavenProject: eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rcp.configuration:1.1.2200-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.releng.tychoeclipsebuilder/rcp.config/.polyglot.feature.xml
18:36:18 [2024-02-16T23:36:18.871Z]     The main artifact has been replaced with the baseline version.
18:36:18 [2024-02-16T23:36:18.871Z]     The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.win32.win32.x86_64, root.cocoa.macosx.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64]
18:36:18 [2024-02-16T23:36:18.871Z] 
18:36:18 [2024-02-16T23:36:18.871Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.871Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.871Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.871Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.871Z] [INFO] Execution was skipped
18:36:18 [2024-02-16T23:36:18.871Z] [INFO] 
18:36:18 [2024-02-16T23:36:18.871Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.rcp.configuration ---
18:36:18 [2024-02-16T23:36:18.871Z] [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.releng.tychoeclipsebuilder/rcp.config/target/org.eclipse.rcp.configuration-1.1.2200-SNAPSHOT.jar' is already signed and will be resigned.
18:36:18 [2024-02-16T23:36:18.871Z] [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.releng.tychoeclipsebuilder/rcp.config/target/org.eclipse.rcp.configuration-1.1.2200-SNAPSHOT.jar
18:36:19 [2024-02-16T23:36:19.804Z] [INFO] 
18:36:19 [2024-02-16T23:36:19.804Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.rcp.configuration ---
18:36:19 [2024-02-16T23:36:19.804Z] [INFO] MavenProject: eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rcp.configuration:1.1.2200-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.releng.tychoeclipsebuilder/rcp.config/.polyglot.feature.xml
18:36:19 [2024-02-16T23:36:19.804Z]     The main artifact has been replaced with the baseline version.
18:36:19 [2024-02-16T23:36:19.805Z]     The following attached artifacts have been replaced with the baseline version: [root.cocoa.macosx.aarch64, root.gtk.linux.x86_64, root.win32.win32.x86_64, root.cocoa.macosx.x86_64, root.gtk.linux.ppc64le, root.gtk.linux.aarch64]
18:36:19 [2024-02-16T23:36:19.805Z] 
18:36:19 [2024-02-16T23:36:19.805Z] [INFO] 
18:36:19 [2024-02-16T23:36:19.805Z] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rt.osgistarterkit.product >--
18:36:19 [2024-02-16T23:36:19.805Z] [INFO] Building org.eclipse.rt.osgistarterkit.product 4.31.0-SNAPSHOT [517/521]
18:36:19 [2024-02-16T23:36:19.805Z] [INFO]   from eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
18:36:19 [2024-02-16T23:36:19.805Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
18:36:19 [2024-02-16T23:36:19.805Z] [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:org.eclipse.rt.osgistarterkit.product:4.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.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
18:36:19 [2024-02-16T23:36:19.806Z] [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, 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@6f935613
18:36:19 [2024-02-16T23:36:19.808Z] [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.0, 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:36:23 [2024-02-16T23:36:23.987Z] [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:36:24 [2024-02-16T23:36:24.243Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:36:24 [2024-02-16T23:36:24.805Z] [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:36:24 [2024-02-16T23:36:24.808Z] [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:36:25 [2024-02-16T23:36:25.064Z] [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:36:25 [2024-02-16T23:36:25.320Z] [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:36:25 [2024-02-16T23:36:25.578Z] [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:36:25 [2024-02-16T23:36:25.834Z] [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:36:26 [2024-02-16T23:36:26.090Z] [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:36:26 [2024-02-16T23:36:26.090Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] The project's OSGi version is 4.31.0.I20240216-1800
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.346Z] [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.tychoeclipsebuilder/equinox.starterkit.product/saveproperties
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] --- clean:3.3.2:clean (default-clean-1) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.346Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.347Z] [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.tychoeclipsebuilder/equinox.starterkit.product/src/main/resources
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.347Z] [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.tychoeclipsebuilder/equinox.starterkit.product/src/main/resources
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0]
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.347Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-products (default-publish-products) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.603Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.603Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-categories (default-publish-categories) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.603Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.603Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.603Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.603Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.603Z] [INFO] 
18:36:26 [2024-02-16T23:36:26.603Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:assemble-repository (default-assemble-repository) @ org.eclipse.rt.osgistarterkit.product ---
18:36:26 [2024-02-16T23:36:26.859Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109.
18:36:26 [2024-02-16T23:36:26.859Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733.
18:36:26 [2024-02-16T23:36:26.859Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4.
18:36:26 [2024-02-16T23:36:26.859Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.command.source,1.1.2.
18:36:26 [2024-02-16T23:36:26.859Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733.
18:36:27 [2024-02-16T23:36:27.115Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733.
18:36:27 [2024-02-16T23:36:27.115Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733.
18:36:27 [2024-02-16T23:36:27.115Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733.
18:36:27 [2024-02-16T23:36:27.115Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6.
18:36:27 [2024-02-16T23:36:27.115Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352.
18:36:27 [2024-02-16T23:36:27.116Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733.
18:36:27 [2024-02-16T23:36:27.116Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733.
18:36:27 [2024-02-16T23:36:27.116Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733.
18:36:27 [2024-02-16T23:36:27.116Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024.
18:36:27 [2024-02-16T23:36:27.116Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733.
18:36:27 [2024-02-16T23:36:27.371Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.tukaani.xz.source,1.9.0.
18:36:27 [2024-02-16T23:36:27.372Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733.
18:36:27 [2024-02-16T23:36:27.372Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026.
18:36:27 [2024-02-16T23:36:27.372Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352.
18:36:28 [2024-02-16T23:36:28.298Z] [INFO] 
18:36:28 [2024-02-16T23:36:28.298Z] [INFO] --- antrun:3.1.0:run (natives) @ org.eclipse.rt.osgistarterkit.product ---
18:36:28 [2024-02-16T23:36:28.298Z] [INFO] Executing tasks
18:36:28 [2024-02-16T23:36:28.298Z] [WARNING]      [echo] BINARY = /home/jenkins/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/equinox.starterkit.product/target/repository/binary/org.eclipse.rt.osgistarterkit.product.executable.win32.win32.x86_64_4.31.0.I20240216-1800
18:36:28 [2024-02-16T23:36:28.299Z] [INFO]     [unzip] Expanding: /home/jenkins/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/equinox.starterkit.product/target/repository/binary/org.eclipse.rt.osgistarterkit.product.executable.win32.win32.x86_64_4.31.0.I20240216-1800 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.releng.tychoeclipsebuilder/equinox.starterkit.product/target/tosign
18:36:30 [2024-02-16T23:36:30.837Z] [INFO]      [exec] Warning: setting file eclipsec.exe  failed!
18:36:30 [2024-02-16T23:36:30.837Z] [INFO]      [exec] curl: (26) read function returned funny value
18:36:30 [2024-02-16T23:36:30.837Z] [ERROR]      [exec] Result: 26
18:36:30 [2024-02-16T23:36:30.837Z] [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.releng.tychoeclipsebuilder/equinox.starterkit.product/target/repository/binary/org.eclipse.rt.osgistarterkit.product.executable.win32.win32.x86_64_4.31.0.I20240216-1800
18:36:30 [2024-02-16T23:36:30.837Z] [INFO] Executed tasks
18:36:30 [2024-02-16T23:36:30.837Z] [INFO] 
18:36:30 [2024-02-16T23:36:30.837Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:archive-repository (default-archive-repository) @ org.eclipse.rt.osgistarterkit.product ---
18:36:31 [2024-02-16T23:36:31.093Z] [INFO] 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.releng.tychoeclipsebuilder/equinox.starterkit.product/target/org.eclipse.rt.osgistarterkit.product-4.31.0-SNAPSHOT.zip
18:36:31 [2024-02-16T23:36:31.093Z] [INFO] 
18:36:31 [2024-02-16T23:36:31.093Z] [INFO] --- tycho-p2-director:4.0.6-SNAPSHOT:materialize-products (materialize-products) @ org.eclipse.rt.osgistarterkit.product ---
18:36:31 [2024-02-16T23:36:31.349Z] [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment linux/gtk/x86_64 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.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/linux/gtk/x86_64/rt using {org.eclipse.update.install.features=true}
18:36:31 [2024-02-16T23:36:31.349Z] [INFO] [materialize-products - org.eclipse.rt.osgistarterkit.product - linux/gtk/x86_64] Installing org.eclipse.rt.osgistarterkit.product 4.31.0.I20240216-1800.
18:36:32 [2024-02-16T23:36:32.276Z] [INFO] [materialize-products - org.eclipse.rt.osgistarterkit.product - linux/gtk/x86_64] Operation completed in 992 ms.
18:36:32 [2024-02-16T23:36:32.838Z] [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment win32/win32/x86_64 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.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/win32/win32/x86_64/rt using {org.eclipse.update.install.features=true}
18:36:32 [2024-02-16T23:36:32.838Z] [INFO] [materialize-products - org.eclipse.rt.osgistarterkit.product - win32/win32/x86_64] Installing org.eclipse.rt.osgistarterkit.product 4.31.0.I20240216-1800.
18:36:33 [2024-02-16T23:36:33.766Z] [INFO] [materialize-products - org.eclipse.rt.osgistarterkit.product - win32/win32/x86_64] Operation completed in 931 ms.
18:36:33 [2024-02-16T23:36:33.766Z] [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment macosx/cocoa/x86_64 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.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/macosx/cocoa/x86_64/Rt.app using {org.eclipse.update.install.features=true}
18:36:33 [2024-02-16T23:36:33.767Z] [INFO] [materialize-products - org.eclipse.rt.osgistarterkit.product - macosx/cocoa/x86_64] Installing org.eclipse.rt.osgistarterkit.product 4.31.0.I20240216-1800.
18:36:34 [2024-02-16T23:36:34.694Z] [INFO] [materialize-products - org.eclipse.rt.osgistarterkit.product - macosx/cocoa/x86_64] Operation completed in 821 ms.
18:36:35 [2024-02-16T23:36:35.255Z] [INFO] Installing product org.eclipse.rt.osgistarterkit.product for environment macosx/cocoa/aarch64 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.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/macosx/cocoa/aarch64/Rt.app using {org.eclipse.update.install.features=true}
18:36:35 [2024-02-16T23:36:35.255Z] [INFO] [materialize-products - org.eclipse.rt.osgistarterkit.product - macosx/cocoa/aarch64] Installing org.eclipse.rt.osgistarterkit.product 4.31.0.I20240216-1800.
18:36:36 [2024-02-16T23:36:36.182Z] [INFO] [materialize-products - org.eclipse.rt.osgistarterkit.product - macosx/cocoa/aarch64] Operation completed in 884 ms.
18:36:36 [2024-02-16T23:36:36.749Z] [INFO] 
18:36:36 [2024-02-16T23:36:36.749Z] [INFO] --- eclipse-winsigner:1.4.3:sign (default) @ org.eclipse.rt.osgistarterkit.product ---
18:36:36 [2024-02-16T23:36:36.749Z] [INFO] [Fri Feb 16 23:36:36 UTC 2024] Signing Windows executable '/home/jenkins/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/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/win32/win32/x86_64/rt/rt.exe'
18:36:37 [2024-02-16T23:36:37.321Z] [INFO] 
18:36:37 [2024-02-16T23:36:37.321Z] [INFO] --- eclipse-macsigner:1.4.3:sign (default) @ org.eclipse.rt.osgistarterkit.product ---
18:36:38 [2024-02-16T23:36:38.247Z] [INFO] [Fri Feb 16 23:36:38 UTC 2024] Signing OS X application '/home/jenkins/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/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/macosx/cocoa/x86_64/Rt.app'...
18:36:41 [2024-02-16T23:36:41.512Z] [INFO] [Fri Feb 16 23:36:40 UTC 2024] Signing OS X application '/home/jenkins/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/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product/macosx/cocoa/aarch64/Rt.app'...
18:36:43 [2024-02-16T23:36:43.398Z] [INFO] 
18:36:43 [2024-02-16T23:36:43.398Z] [INFO] --- tycho-p2-director:4.0.6-SNAPSHOT:archive-products (archive-products) @ org.eclipse.rt.osgistarterkit.product ---
18:36:43 [2024-02-16T23:36:43.398Z] [INFO] Building tar: /home/jenkins/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/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-linux.gtk.x86_64.tar.gz
18:36:44 [2024-02-16T23:36:44.324Z] [INFO] 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.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-win32.win32.x86_64.zip
18:36:44 [2024-02-16T23:36:44.886Z] [INFO] Building tar: /home/jenkins/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/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86_64.tar.gz
18:36:45 [2024-02-16T23:36:45.833Z] [INFO] Building tar: /home/jenkins/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/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-macosx.cocoa.aarch64.tar.gz
18:36:46 [2024-02-16T23:36:46.394Z] [INFO] 
18:36:46 [2024-02-16T23:36:46.394Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.rt.osgistarterkit.product ---
18:36:46 [2024-02-16T23:36:46.395Z] [INFO] Execution was skipped
18:36:46 [2024-02-16T23:36:46.395Z] [INFO] 
18:36:46 [2024-02-16T23:36:46.395Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.rt.osgistarterkit.product ---
18:36:46 [2024-02-16T23:36:46.395Z] [INFO] 
18:36:46 [2024-02-16T23:36:46.395Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.rt.osgistarterkit.product ---
18:36:46 [2024-02-16T23:36:46.395Z] [INFO] 
18:36:46 [2024-02-16T23:36:46.395Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-x86_64) @ org.eclipse.rt.osgistarterkit.product ---
18:36:46 [2024-02-16T23:36:46.650Z] [INFO] [Fri Feb 16 23:36:46 UTC 2024] Creating and signing DMG file 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.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86_64.tar.gz'...
18:36:53 [2024-02-16T23:36:53.190Z] [INFO] 
18:36:53 [2024-02-16T23:36:53.191Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-aarch64) @ org.eclipse.rt.osgistarterkit.product ---
18:36:53 [2024-02-16T23:36:53.191Z] [INFO] [Fri Feb 16 23:36:52 UTC 2024] Creating and signing DMG file 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.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/target/products/org.eclipse.rt.osgistarterkit.product-macosx.cocoa.aarch64.tar.gz'...
18:36:59 [2024-02-16T23:36:59.725Z] [INFO] 
18:36:59 [2024-02-16T23:36:59.725Z] [INFO] ------< eclipse.platform.releng.tychoeclipsebuilder:equinox-sdk >-------
18:36:59 [2024-02-16T23:36:59.725Z] [INFO] Building equinox-sdk 4.31.0-SNAPSHOT                           [518/521]
18:36:59 [2024-02-16T23:36:59.725Z] [INFO]   from eclipse.platform.releng.tychoeclipsebuilder/equinox-sdk/pom.xml
18:36:59 [2024-02-16T23:36:59.725Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
18:36:59 [2024-02-16T23:36:59.726Z] [WARNING] Parameter 'sourceReferences' is unknown for plugin 'target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform)'
18:36:59 [2024-02-16T23:36:59.726Z] [WARNING] Parameter 'strictBinIncludes' is unknown for plugin 'target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform)'
18:36:59 [2024-02-16T23:36:59.726Z] [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform)'
18:36:59 [2024-02-16T23:36:59.726Z] [WARNING] Parameter 'name' is unknown for plugin 'tycho-p2-repository-plugin:4.0.6-SNAPSHOT:assemble-repository (default-assemble-repository)'
18:36:59 [2024-02-16T23:36:59.726Z] [WARNING] Parameter 'name' is unknown for plugin 'tycho-p2-repository-plugin:4.0.6-SNAPSHOT:archive-repository (default-archive-repository)'
18:36:59 [2024-02-16T23:36:59.726Z] [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:equinox-sdk:4.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.releng.tychoeclipsebuilder/equinox-sdk/pom.xml
18:36:59 [2024-02-16T23:36:59.726Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:37:00 [2024-02-16T23:37:00.289Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.289Z] [INFO] --- clean:3.3.2:clean (default-clean) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.289Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.289Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] The project's OSGi version is 4.31.0.I20240216-1800
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.547Z] [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.tychoeclipsebuilder/equinox-sdk/saveproperties
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] --- clean:3.3.2:clean (default-clean-1) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] --- resources:3.3.1:resources (default-resources) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.547Z] [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.tychoeclipsebuilder/equinox-sdk/src/main/resources
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.547Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.548Z] [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.tychoeclipsebuilder/equinox-sdk/src/main/resources
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0]
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-products (default-publish-products) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-categories (default-publish-categories) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ equinox-sdk ---
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] 
18:37:00 [2024-02-16T23:37:00.548Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:assemble-repository (default-assemble-repository) @ equinox-sdk ---
18:37:01 [2024-02-16T23:37:01.912Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.core.source,2.3.6.v20201214.
18:37:01 [2024-02-16T23:37:01.913Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109.
18:37:01 [2024-02-16T23:37:01.913Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733.
18:37:01 [2024-02-16T23:37:01.913Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4.
18:37:01 [2024-02-16T23:37:01.913Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.command.source,1.1.2.
18:37:01 [2024-02-16T23:37:01.913Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733.
18:37:01 [2024-02-16T23:37:01.913Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733.
18:37:01 [2024-02-16T23:37:01.913Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733.
18:37:02 [2024-02-16T23:37:02.169Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733.
18:37:02 [2024-02-16T23:37:02.169Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024.
18:37:02 [2024-02-16T23:37:02.425Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.tukaani.xz.source,1.9.0.
18:37:02 [2024-02-16T23:37:02.425Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026.
18:37:02 [2024-02-16T23:37:02.425Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.scr.source,2.2.10.
18:37:02 [2024-02-16T23:37:02.681Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733.
18:37:02 [2024-02-16T23:37:02.681Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733.
18:37:02 [2024-02-16T23:37:02.681Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6.
18:37:02 [2024-02-16T23:37:02.681Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352.
18:37:02 [2024-02-16T23:37:02.681Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733.
18:37:02 [2024-02-16T23:37:02.681Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733.
18:37:02 [2024-02-16T23:37:02.682Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352.
18:37:02 [2024-02-16T23:37:02.682Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024.
18:37:02 [2024-02-16T23:37:02.938Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733.
18:37:02 [2024-02-16T23:37:02.938Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214.
18:37:03 [2024-02-16T23:37:03.195Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733.
18:37:03 [2024-02-16T23:37:03.195Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352.
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] 
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ equinox-sdk ---
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] 
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:archive-repository (default-archive-repository) @ equinox-sdk ---
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] 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.releng.tychoeclipsebuilder/equinox-sdk/target/equinox-sdk-4.31.0-SNAPSHOT.zip
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] 
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ equinox-sdk ---
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] Execution was skipped
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] 
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ equinox-sdk ---
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] 
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ equinox-sdk ---
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] 
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] --< eclipse.platform.releng.tychoeclipsebuilder:eclipse-junit-tests >---
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] Building eclipse-junit-tests 4.31.0-SNAPSHOT                   [519/521]
18:37:05 [2024-02-16T23:37:05.710Z] [INFO]   from eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
18:37:05 [2024-02-16T23:37:05.710Z] [INFO] Resolving dependencies of MavenProject: eclipse.platform.releng.tychoeclipsebuilder:eclipse-junit-tests:4.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.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
18:37:05 [2024-02-16T23:37:05.711Z] [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, win32/win32/x86_64, 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@6f935613
18:37:05 [2024-02-16T23:37:05.712Z] [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.0, 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:37:09 [2024-02-16T23:37:09.876Z] [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:37:10 [2024-02-16T23:37:10.154Z] [INFO] Resolving MavenDependencyRoots = [GroupId = net.bytebuddy, ArtifactId = byte-buddy-agent, Version = 1.14.11, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.bytebuddy, ArtifactId = byte-buddy, Version = 1.14.11, 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:37:10 [2024-02-16T23:37:10.715Z] [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:37:10 [2024-02-16T23:37:10.971Z] [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:37:10 [2024-02-16T23:37:10.972Z] [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:37:11 [2024-02-16T23:37:11.228Z] [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:37:11 [2024-02-16T23:37:11.484Z] [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:37:11 [2024-02-16T23:37:11.485Z] [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:37:11 [2024-02-16T23:37:11.740Z] [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:37:11 [2024-02-16T23:37:11.996Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:37:12 [2024-02-16T23:37:12.922Z] [INFO] 
18:37:12 [2024-02-16T23:37:12.922Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse-junit-tests ---
18:37:12 [2024-02-16T23:37:12.922Z] [INFO] 
18:37:12 [2024-02-16T23:37:12.922Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] The project's OSGi version is 4.31.0.v20240216-1800
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.178Z] [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.tychoeclipsebuilder/eclipse-junit-tests/saveproperties
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] --- clean:3.3.2:clean (default-clean-1) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] Copying 2 resources from src/main/resources to target/classes
18:37:13 [2024-02-16T23:37:13.178Z] [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:37:13 [2024-02-16T23:37:13.178Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.178Z] [INFO] Copying 2 resources from src/main/resources to target/resources
18:37:13 [2024-02-16T23:37:13.179Z] [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:37:13 [2024-02-16T23:37:13.179Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0]
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-products (default-publish-products) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-categories (default-publish-categories) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] 
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:assemble-repository (default-assemble-repository) @ eclipse-junit-tests ---
18:37:13 [2024-02-16T23:37:13.179Z] [INFO] Copying resources 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.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/classes 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.releng.tychoeclipsebuilder/eclipse-junit-tests/target/repository
18:37:14 [2024-02-16T23:37:14.106Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objenesis.source,3.3.0.
18:37:14 [2024-02-16T23:37:14.667Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.11.
18:37:14 [2024-02-16T23:37:14.667Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0.
18:37:14 [2024-02-16T23:37:14.667Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.11.
18:37:17 [2024-02-16T23:37:17.178Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.mockito.mockito-core.source,5.10.0.
18:37:19 [2024-02-16T23:37:19.087Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,assertj-core.source,3.25.3.
18:37:19 [2024-02-16T23:37:19.343Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-api.source,5.10.2.
18:37:23 [2024-02-16T23:37:23.507Z] [INFO] 
18:37:23 [2024-02-16T23:37:23.507Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse-junit-tests ---
18:37:23 [2024-02-16T23:37:23.507Z] [INFO] 
18:37:23 [2024-02-16T23:37:23.507Z] [INFO] --- tycho-gpg:4.0.6-SNAPSHOT:sign-p2-artifacts (default) @ eclipse-junit-tests ---
18:37:23 [2024-02-16T23:37:23.507Z] [INFO] Trying to get the private key of the secret key of public key: 9e3044071b758ebcb7e45673700e4f39bc05364b
18:37:23 [2024-02-16T23:37:23.763Z] [INFO] Got the private key of the secret key of public key: 9e3044071b758ebcb7e45673700e4f39bc05364b
18:37:27 [2024-02-16T23:37:27.041Z] [INFO] 
18:37:27 [2024-02-16T23:37:27.041Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:archive-repository (default-archive-repository) @ eclipse-junit-tests ---
18:37:27 [2024-02-16T23:37:27.042Z] [INFO] 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.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-junit-tests.zip
18:37:30 [2024-02-16T23:37:30.324Z] [INFO] 
18:37:30 [2024-02-16T23:37:30.324Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:mirror (default) @ eclipse-junit-tests ---
18:37:30 [2024-02-16T23:37:30.324Z] [INFO] Mirroring 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.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-test-framework
18:37:30 [2024-02-16T23:37:30.324Z] [WARNING] Mirror tool: Problems resolving provisioning plan.:
18:37:30 [2024-02-16T23:37:30.324Z]    Unable to satisfy dependency from org.eclipse.ant.optional.junit 3.3.400.v20230714-1309 to osgi.bundle; org.apache.ant [1.6.5,2.0.0).
18:37:30 [2024-02-16T23:37:30.324Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to osgi.bundle; org.apache.ant 0.0.0.
18:37:30 [2024-02-16T23:37:30.324Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to osgi.bundle; org.eclipse.ui [3.112.0,4.0.0).
18:37:30 [2024-02-16T23:37:30.324Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to osgi.bundle; org.eclipse.core.runtime 0.0.0.
18:37:30 [2024-02-16T23:37:30.324Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to osgi.bundle; org.eclipse.ui.ide.application 0.0.0.
18:37:30 [2024-02-16T23:37:30.324Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to osgi.bundle; org.eclipse.equinox.app 0.0.0.
18:37:30 [2024-02-16T23:37:30.324Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.engine 0.0.0.
18:37:30 [2024-02-16T23:37:30.324Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.engine.discovery 0.0.0.
18:37:30 [2024-02-16T23:37:30.324Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.engine.reporting 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.engine.support.descriptor 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.launcher 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.launcher.core 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.commons 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.commons.util 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.jupiter.engine 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.test.performance 3.20.0.v20231214-1506 to java.package; org.junit.platform.suite.api 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.hamcrest.core 2.2.0.v20230809-1000 to osgi.bundle; org.hamcrest 2.2.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to osgi.bundle; org.eclipse.core.runtime [3.29.0,4.0.0).
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to osgi.bundle; org.eclipse.jdt.junit.runtime 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to osgi.bundle; org.eclipse.jdt.junit4.runtime 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to osgi.bundle; org.eclipse.pde.junit.runtime 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to java.package; org.apiguardian.api 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to java.package; org.opentest4j 0.0.0.
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.logging [1.10.0,2.0.0).
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons [1.10.0,2.0.0).
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.annotation [1.10.0,2.0.0).
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.function [1.10.0,2.0.0).
18:37:30 [2024-02-16T23:37:30.325Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.support [1.10.0,2.0.0).
18:37:30 [2024-02-16T23:37:30.326Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.util [1.10.0,2.0.0).
18:37:30 [2024-02-16T23:37:30.326Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.opentest4j [1.3.0,2.0.0).
18:37:30 [2024-02-16T23:37:30.326Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to org.junit.platform.engine; (&(org.junit.platform.engine=junit-jupiter)(version>=5.10.2)(!(version>=6))).
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.junit,4.13.2.v20230809-1000 (Descriptor: canonical: osgi.bundle,org.junit,4.13.2.v20230809-1000)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.eclipse.test.performance.win32,3.1.600.v20230714-1309 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance.win32,3.1.600.v20230714-1309)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.eclipse.test.source,3.6.0.v20231226-0952 (Descriptor: canonical: osgi.bundle,org.eclipse.test.source,3.6.0.v20231226-0952)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.eclipse.test,3.6.0.v20231226-0952 (Descriptor: canonical: osgi.bundle,org.eclipse.test,3.6.0.v20231226-0952)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,junit-jupiter-api,5.10.2 (Descriptor: canonical: osgi.bundle,junit-jupiter-api,5.10.2)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.eclipse.ant.optional.junit,3.3.400.v20230714-1309 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.optional.junit,3.3.400.v20230714-1309)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.eclipse.core.tests.harness,3.15.300.v20240204-1433 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.harness,3.15.300.v20240204-1433)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.eclipse.test.performance,3.20.0.v20231214-1506 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance,3.20.0.v20231214-1506)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,assertj-core,3.25.3 (Descriptor: canonical: osgi.bundle,assertj-core,3.25.3)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.14.11 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.14.11)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.mockito.mockito-core,5.10.0 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core,5.10.0)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.11 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.11)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: org.eclipse.update.feature,org.eclipse.test,3.8.800.v20240205-0821 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.test,3.8.800.v20240205-0821)
18:37:30 [2024-02-16T23:37:30.326Z] Mirroring: osgi.bundle,org.objenesis,3.3.0 (Descriptor: canonical: osgi.bundle,org.objenesis,3.3.0)
18:37:30 [2024-02-16T23:37:30.326Z] [INFO] 
18:37:30 [2024-02-16T23:37:30.326Z] [INFO] --- eclipse-cbi:1.4.3:plugin-versions (plugin-versions) @ eclipse-junit-tests ---
18:37:30 [2024-02-16T23:37:30.326Z] [INFO] 
18:37:30 [2024-02-16T23:37:30.326Z] [INFO] --- eclipse-cbi:1.4.3:test-properties (test-properties) @ eclipse-junit-tests ---
18:37:30 [2024-02-16T23:37:30.582Z] [INFO] 
18:37:30 [2024-02-16T23:37:30.582Z] [INFO] --- assembly:3.6.0:single (make-assembly) @ eclipse-junit-tests ---
18:37:30 [2024-02-16T23:37:30.582Z] [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml
18:37:30 [2024-02-16T23:37:30.583Z] [INFO] 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.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-junit-tests-bundle.zip
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] 
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse-junit-tests ---
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] Execution was skipped
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] 
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse-junit-tests ---
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] 
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse-junit-tests ---
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] 
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] ------< eclipse.platform.repository:eclipse.platform.repository >-------
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] Building eclipse.platform.repository 4.31.0-SNAPSHOT           [520/521]
18:37:38 [2024-02-16T23:37:38.673Z] [INFO]   from eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
18:37:38 [2024-02-16T23:37:38.673Z] [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform)'
18:37:38 [2024-02-16T23:37:38.673Z] [WARNING] Parameter 'includePacked' is unknown for plugin 'tycho-p2-extras-plugin:4.0.6-SNAPSHOT:mirror (mirror-org.eclipse.platform)'
18:37:38 [2024-02-16T23:37:38.673Z] [WARNING] Parameter 'includePacked' is unknown for plugin 'tycho-p2-extras-plugin:4.0.6-SNAPSHOT:mirror (mirror-org.eclipse.platform.source)'
18:37:38 [2024-02-16T23:37:38.673Z] [INFO] Resolving dependencies of MavenProject: eclipse.platform.repository:eclipse.platform.repository:4.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.releng.tychoeclipsebuilder/eclipse.platform.repository/pom.xml
18:37:38 [2024-02-16T23:37:38.674Z] [INFO] Maven Artifact org.eclipse.jdt.ui:org.eclipse.jdt.ui.junit.sampleproject:1.0.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.jdt.ui/org.eclipse.jdt.ui.junit.sampleproject/target/org.eclipse.jdt.ui.junit.sampleproject-1.0.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] 
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] --- clean:3.3.2:clean (default-clean) @ eclipse.platform.repository ---
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] 
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] --- tycho-packaging:4.0.6-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse.platform.repository ---
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] The project's OSGi version is 4.31.0.I20240216-1800
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] 
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] --- resources:3.3.1:copy-resources (saveproperties) @ eclipse.platform.repository ---
18:37:40 [2024-02-16T23:37:40.562Z] [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.tychoeclipsebuilder/eclipse.platform.repository/saveproperties
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] 
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipse.platform.repository ---
18:37:40 [2024-02-16T23:37:40.562Z] [INFO] 
18:37:40 [2024-02-16T23:37:40.563Z] [INFO] --- clean:3.3.2:clean (default-clean-1) @ eclipse.platform.repository ---
18:37:40 [2024-02-16T23:37:40.563Z] [INFO] 
18:37:40 [2024-02-16T23:37:40.563Z] [INFO] --- target-platform-configuration:4.0.6-SNAPSHOT:target-platform (default-target-platform) @ eclipse.platform.repository ---
18:37:40 [2024-02-16T23:37:40.563Z] [INFO] 
18:37:40 [2024-02-16T23:37:40.563Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:mirror (mirror-build) @ eclipse.platform.repository ---
18:37:40 [2024-02-16T23:37:40.563Z] [INFO] Mirroring 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:37:41 [2024-02-16T23:37:41.125Z] [WARNING] Mirror tool: Problems resolving provisioning plan.:
18:37:41 [2024-02-16T23:37:41.125Z]    Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.17.100.v20240214-0846 to osgi.bundle; org.eclipse.equinox.common 3.18.0.
18:37:41 [2024-02-16T23:37:41.125Z]    Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.17.100.v20240214-0846 to osgi.bundle; org.eclipse.equinox.registry 3.8.200.
18:37:41 [2024-02-16T23:37:41.125Z]    Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.17.100.v20240214-0846 to java.package; org.eclipse.osgi.service.localization 0.0.0.
18:37:41 [2024-02-16T23:37:41.125Z]    Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.17.100.v20240214-0846 to java.package; org.osgi.framework 0.0.0.
18:37:41 [2024-02-16T23:37:41.125Z]    Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.17.100.v20240214-0846 to java.package; org.eclipse.core.runtime 0.0.0.
18:37:41 [2024-02-16T23:37:41.125Z]    Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.17.100.v20240214-0846 to java.package; org.osgi.service.log 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.17.100.v20240214-0846 to java.package; org.osgi.service.packageadmin 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.equinox.common.tests 3.17.100.v20240214-0846 to java.package; org.osgi.util.tracker 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.team.tests.core 3.10.300.v20240109-1524 to osgi.bundle; org.eclipse.core.resources 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.team.tests.core 3.10.300.v20240109-1524 to osgi.bundle; org.eclipse.core.runtime 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.team.tests.core 3.10.300.v20240109-1524 to osgi.bundle; org.eclipse.team.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.team.tests.core 3.10.300.v20240109-1524 to osgi.bundle; org.eclipse.team.ui 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.team.tests.core 3.10.300.v20240109-1524 to osgi.bundle; org.eclipse.compare 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.team.tests.core 3.10.300.v20240109-1524 to osgi.bundle; org.eclipse.ui 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.team.tests.core 3.10.300.v20240109-1524 to osgi.bundle; org.eclipse.ui.navigator 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.team.tests.core 3.10.300.v20240109-1524 to osgi.bundle; org.eclipse.core.filesystem 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.ui.editors 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.e4.core.contexts 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.search 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.jsch.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.equinox.p2.repository 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to java.package; org.eclipse.pde.internal.build 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.equinox.p2.director 0.0.0.
18:37:41 [2024-02-16T23:37:41.126Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.jdt.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.ui.ide 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.jdt.ui 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.equinox.p2.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.jdt.launching 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.pde.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.e4.core.services 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching.macosx 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.ui.views.log 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to java.package; jakarta.annotation [2.1.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.text 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.ui.ide.application 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.equinox.p2.publisher.eclipse 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.ui.forms 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.platform 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.core.variables 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.equinox.p2.metadata.repository 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.pde.ui 0.0.0.
18:37:41 [2024-02-16T23:37:41.127Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.pde.api.tools 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.jdt.doc.user 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.equinox.p2.engine 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.equinox.frameworkadmin 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.pde.genericeditor.extension 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.jface.text 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator 2.1.300.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to java.package; jakarta.inject [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.pde.runtime 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.debug.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.ui.workbench.texteditor 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to osgi.bundle; org.eclipse.equinox.p2.metadata 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to java.package; org.hamcrest 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.pde.ui.tests 3.12.400.v20240207-1047 to java.package; org.osgi.service.event [1.3.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.ui.tests.rcp 3.6.300.v20240119-1754 to java.package; org.junit.platform.suite.api 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.ui.tests.rcp 3.6.300.v20240119-1754 to java.package; org.opentest4j 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.6.300.v20231214-1504 to osgi.bundle; org.eclipse.jdt.apt.pluggable.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.6.300.v20231214-1504 to osgi.bundle; org.eclipse.jdt.apt.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.128Z]    Unable to satisfy dependency from org.eclipse.jdt.apt.pluggable.tests 3.6.300.v20231214-1504 to osgi.bundle; org.eclipse.jdt.core 3.36.0.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.core.tests.resources 3.11.400.v20240207-1044 to osgi.bundle; org.eclipse.pde.junit.runtime 3.5.0.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.12.300.v20240215-1558 to osgi.bundle; org.eclipse.core.resources [3.2.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.12.300.v20240215-1558 to osgi.bundle; org.eclipse.core.runtime [3.29.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.12.300.v20240215-1558 to osgi.bundle; org.eclipse.jdt.core [3.36.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.12.300.v20240215-1558 to osgi.bundle; org.eclipse.jdt.launching [3.10.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.12.300.v20240215-1558 to osgi.bundle; org.eclipse.team.core [3.2.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.12.300.v20240215-1558 to osgi.bundle; org.eclipse.text [3.2.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.12.300.v20240215-1558 to osgi.bundle; com.ibm.icu 3.4.4.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.model 3.12.300.v20240215-1558 to osgi.bundle; org.eclipse.core.filesystem [1.2.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.4.400.v20240209-1206 to osgi.bundle; org.eclipse.equinox.p2.discovery 1.0.0.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.4.400.v20240209-1206 to osgi.bundle; org.eclipse.equinox.p2.discovery.compatibility 1.0.0.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.4.400.v20240209-1206 to osgi.bundle; org.eclipse.equinox.p2.ui.discovery 1.0.0.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.4.400.v20240209-1206 to osgi.bundle; org.eclipse.core.runtime 3.29.0.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.discovery 1.4.400.v20240209-1206 to osgi.bundle; org.eclipse.ui 3.1.0.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.2.300.v20240113-1001 to osgi.bundle; org.eclipse.core.resources 3.12.0.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.2.300.v20240113-1001 to osgi.bundle; org.eclipse.jface.text 3.13.0.
18:37:41 [2024-02-16T23:37:41.129Z]    Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.2.300.v20240113-1001 to osgi.bundle; org.eclipse.ui 3.109.100.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.2.300.v20240113-1001 to osgi.bundle; org.eclipse.ui.ide 3.14.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.pde.genericeditor.extension.tests 1.2.300.v20240113-1001 to osgi.bundle; org.eclipse.core.filebuffers 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to osgi.bundle; org.apache.ant 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to osgi.bundle; org.eclipse.ui [3.112.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to osgi.bundle; org.eclipse.equinox.app 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.engine 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.engine.discovery 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.engine.reporting 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.engine.support.descriptor 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.launcher 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.launcher.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.commons 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.platform.commons.util 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.test 3.6.0.v20231226-0952 to java.package; org.junit.jupiter.engine 0.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.core.expressions.tests 3.7.300.v20240122-0806 to osgi.bundle; org.eclipse.core.expressions [3.4.100,4.0.0).
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.7.0.v20240213-1244 to java.package; org.eclipse.osgi.service.urlconversion 1.0.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.7.0.v20240213-1244 to java.package; org.osgi.framework 1.3.0.
18:37:41 [2024-02-16T23:37:41.130Z]    Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.7.0.v20240213-1244 to java.package; org.osgi.service.cm 1.2.0.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.7.0.v20240213-1244 to java.package; org.osgi.service.component 1.0.0.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.7.0.v20240213-1244 to java.package; org.osgi.service.log 1.3.0.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.7.0.v20240213-1244 to java.package; org.osgi.service.permissionadmin 1.2.0.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.equinox.ds.tests 1.7.0.v20240213-1244 to java.package; org.osgi.util.tracker 1.4.2.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.core.filebuffers.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.core.filebuffers [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.core.filebuffers.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.text [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.ant.tests.core 3.7.300.v20240126-1936 to osgi.bundle; org.apache.ant 1.9.4.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.ant.tests.core 3.7.300.v20240126-1936 to osgi.bundle; org.eclipse.ant.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.13.200.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.e4.ui.model.workbench 2.1.100.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.e4.ui.workbench.swt 0.14.300.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.forms 3.7.300.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.themes 1.2.200.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.e4.ui.workbench 1.6.100.
18:37:41 [2024-02-16T23:37:41.131Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.e4.ui.workbench.addons.swt 1.3.200.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.ide 3.14.100.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.e4.ui.css.core 0.12.300.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.workbench 3.112.0.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.navigator.resources 3.6.200.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.navigator 3.7.200.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.views 3.9.200.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.views.properties.tabbed 3.8.200.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.browser 3.6.300.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.e4.ui.css.swt.theme 0.12.100.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.ide.application 1.2.200.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to osgi.bundle; org.eclipse.ui.monitoring 1.1.300.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.ui.tests.pluginchecks 1.2.200.v20231214-1513 to java.package; org.eclipse.ui.internal 0.0.0.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.400.v20240207-1054 to osgi.bundle; org.eclipse.swt 0.0.0.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.400.v20240207-1054 to osgi.bundle; org.eclipse.e4.ui.css.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.400.v20240207-1054 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.0.0.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.core 1.302.400.v20240207-1054 to java.package; org.w3c.css.sac 1.3.0.
18:37:41 [2024-02-16T23:37:41.132Z]    Unable to satisfy dependency from org.eclipse.jface.text.tests 3.13.400.v20240205-1417 to osgi.bundle; org.eclipse.jface.text [3.20.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.jface.text.tests 3.13.400.v20240205-1417 to osgi.bundle; org.eclipse.jface [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.logging [1.10.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons [1.10.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.annotation [1.10.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.function [1.10.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.support [1.10.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.junit.platform.commons.util [1.10.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to java.package; org.opentest4j [1.3.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from junit-jupiter-api 5.10.2 to org.junit.platform.engine; (&(org.junit.platform.engine=junit-jupiter)(version>=5.10.2)(!(version>=6))).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to osgi.bundle; org.eclipse.jdt.junit.runtime 0.0.0.
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to osgi.bundle; org.eclipse.jdt.junit4.runtime 0.0.0.
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to osgi.bundle; org.eclipse.pde.junit.runtime 0.0.0.
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.core.tests.harness 3.15.300.v20240204-1433 to java.package; org.apiguardian.api 0.0.0.
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.15.300.v20240214-1448 to osgi.bundle; org.eclipse.jdt.core.manipulation 0.0.0.
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.15.300.v20240214-1448 to osgi.bundle; org.eclipse.ltk.core.refactoring 0.0.0.
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests.refactoring 3.15.300.v20240214-1448 to osgi.bundle; org.eclipse.ltk.ui.refactoring 0.0.0.
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.11.300.v20240110-1201 to osgi.bundle; org.eclipse.ltk.ui.refactoring [3.8.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.133Z]    Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.11.300.v20240110-1201 to osgi.bundle; org.eclipse.ui [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.11.300.v20240110-1201 to osgi.bundle; org.eclipse.ltk.core.refactoring [3.7.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ltk.ui.refactoring.tests 3.11.300.v20240110-1201 to osgi.bundle; org.eclipse.core.resources [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.core.resources 3.14.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.core.expressions 3.7.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.ui.views 0.0.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.core.databinding 0.0.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.core.databinding.beans 0.0.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.core.databinding.property 0.0.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.jface.databinding 0.0.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.ui.navigator.resources 0.0.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.core.di 0.0.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.ui.workbench.swt 0.9.1.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.ui.di 0.9.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.ui.css.swt.theme 0.9.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.ui.bindings 0.9.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.9.1.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.ui.model.workbench 0.10.0.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.ui.workbench 0.10.1.
18:37:41 [2024-02-16T23:37:41.134Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.core.commands 0.10.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.ui.services 0.10.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.e4.ui.workbench.renderers.swt 0.10.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.ui.views.log 1.2.1300.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.bundle; org.eclipse.ui.navigator 3.12.100.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to java.package; jakarta.annotation 0.0.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to java.package; jakarta.inject 0.0.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to java.package; org.osgi.service.event 0.0.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.extender; (&(osgi.extender=osgi.component)(version>=1.2)(!(version>=2.0))).
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.ui.tests 3.15.1500.v20240215-1416 to osgi.service; (objectClass=org.osgi.service.event.EventAdmin).
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.osgi.tests 3.19.0.v20240214-0846 to java.package; org.osgi.util.function 0.0.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.osgi.tests 3.19.0.v20240214-0846 to java.package; org.osgi.util.measurement 0.0.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.osgi.tests 3.19.0.v20240214-0846 to java.package; org.osgi.util.position 0.0.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.osgi.tests 3.19.0.v20240214-0846 to java.package; org.osgi.util.promise 0.0.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.osgi.tests 3.19.0.v20240214-0846 to java.package; org.osgi.util.xml 0.0.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.300.v20231214-1521 to osgi.bundle; org.eclipse.pde.ui 3.10.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.300.v20231214-1521 to osgi.bundle; org.eclipse.pde.ui.templates 3.6.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.300.v20231214-1521 to osgi.bundle; org.eclipse.ui.ide 3.13.0.
18:37:41 [2024-02-16T23:37:41.135Z]    Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.300.v20231214-1521 to osgi.bundle; org.eclipse.jface 3.13.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.pde.ui.templates.tests 1.2.300.v20231214-1521 to osgi.bundle; org.eclipse.pde.ds.annotations 1.1.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.400.v20240124-1519 to osgi.bundle; org.eclipse.pde.api.tools 1.0.600.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.400.v20240124-1519 to osgi.bundle; org.eclipse.jdt.launching [3.6.100,4.0.0).
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.400.v20240124-1519 to osgi.bundle; org.eclipse.jdt.core [3.10.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.400.v20240124-1519 to osgi.bundle; org.eclipse.pde.api.tools.ui 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.pde.api.tools.tests 1.3.400.v20240124-1519 to java.package; org.eclipse.equinox.frameworkadmin 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to osgi.bundle; org.eclipse.core.expressions 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to osgi.bundle; org.eclipse.debug.ui 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to osgi.bundle; org.eclipse.jdt.junit 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to osgi.bundle; org.eclipse.jdt.junit5.runtime 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to osgi.bundle; org.eclipse.jdt.bcoview 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to osgi.bundle; org.eclipse.jdt.jeview 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to osgi.bundle; org.eclipse.jdt.astview 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to osgi.bundle; org.eclipse.compare.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to java.package; org.junit.platform.suite.commons 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.jdt.ui.tests 3.15.300.v20240214-2235 to java.package; org.junit.platform.suite.engine 0.0.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.emf.ecore.xmi 2.4.0.
18:37:41 [2024-02-16T23:37:41.136Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.jface 3.4.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.ui.services 0.9.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.core.databinding 1.2.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.jface.databinding 1.3.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.core.services 0.9.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.ui.workbench 0.9.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.ui.workbench.swt 0.9.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.ui.model.workbench 1.2.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.core.commands 0.9.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.ui.workbench.renderers.swt 0.9.1.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.emf.ecore.change 2.5.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.core.di.extensions 0.15.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.core.di.extensions.supplier 0.15.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.ui.workbench.addons.swt 0.9.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.ui.css.swt 0.11.0.
18:37:41 [2024-02-16T23:37:41.137Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests 0.15.400.v20240213-1617 to osgi.bundle; org.eclipse.e4.ui.css.core 0.10.100.
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.search.tests 3.11.400.v20240205-1417 to osgi.bundle; org.eclipse.ui [3.204.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.search.tests 3.11.400.v20240205-1417 to osgi.bundle; org.eclipse.ui.ide [3.21.200,4.0.0).
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.search.tests 3.11.400.v20240205-1417 to osgi.bundle; org.eclipse.search [3.16.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.search.tests 3.11.400.v20240205-1417 to osgi.bundle; org.eclipse.core.runtime [3.29.100,4.0.0).
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.search.tests 3.11.400.v20240205-1417 to osgi.bundle; org.eclipse.core.resources [3.19.200,4.0.0).
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.search.tests 3.11.400.v20240205-1417 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.17.200,4.0.0).
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.search.tests 3.11.400.v20240205-1417 to osgi.bundle; org.eclipse.jface.text [3.24.200,4.0.0).
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.search.tests 3.11.400.v20240205-1417 to osgi.bundle; org.eclipse.ui.editors [3.17.100,4.0.0).
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.search.tests 3.11.400.v20240205-1417 to osgi.bundle; org.eclipse.ltk.core.refactoring [3.14.100,4.0.0).
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.equinox.bidi.tests 1.4.0.v20240214-0846 to osgi.bundle; org.eclipse.equinox.bidi 1.0.0.
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.equinox.bidi.tests 1.4.0.v20240214-0846 to osgi.bundle; org.eclipse.equinox.registry 3.5.0.
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.3.200.v20240213-1244 to osgi.bundle; org.eclipse.osgi 3.4.0.
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.3.200.v20240213-1244 to osgi.bundle; org.eclipse.equinox.security 0.0.1.
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.3.200.v20240213-1244 to osgi.bundle; org.eclipse.equinox.registry 3.4.0.
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.equinox.security.tests 1.3.200.v20240213-1244 to osgi.bundle; org.eclipse.equinox.preferences 3.2.200.
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.tests.urischeme 1.2.300.v20231214-1513 to osgi.bundle; org.eclipse.urischeme 1.1.100.
18:37:41 [2024-02-16T23:37:41.138Z]    Unable to satisfy dependency from org.eclipse.jdt.compiler.tool.tests 1.4.300.v20240209-1736 to java.package; org.eclipse.jdt.internal.compiler.tool 0.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.ui.tests.views.properties.tabbed 3.8.300.v20240207-1054 to osgi.bundle; org.eclipse.ui.views.properties.tabbed 0.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.12.300.v20240205-1417 to osgi.bundle; org.eclipse.core.databinding [1.3.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.jface.tests.databinding 1.12.300.v20240205-1417 to osgi.bundle; org.eclipse.jface 0.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.400.v20240116-1723 to osgi.bundle; org.eclipse.ui.navigator 3.8.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.ui.tests.navigator 3.7.400.v20240116-1723 to osgi.bundle; org.eclipse.ui.workbench 0.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to osgi.bundle; org.eclipse.pde.build [3.12.300,4.0.0).
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to osgi.bundle; org.eclipse.equinox.p2.publisher 1.1.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to osgi.bundle; org.eclipse.equinox.p2.publisher.eclipse 1.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.frameworkadmin 2.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.internal.p2.artifact.repository 0.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.internal.p2.core.helpers 0.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.internal.p2.metadata 0.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.internal.p2.metadata.repository 0.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.internal.p2.publisher.eclipse 0.0.0.
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.p2.core [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.p2.metadata [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.139Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.p2.query [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.p2.repository [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.p2.repository.artifact [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.p2.repository.metadata [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.pde.build.tests 1.4.300.v20240212-0530 to java.package; org.eclipse.equinox.simpleconfigurator.manipulator 2.0.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.400.v20231201-1637 to osgi.bundle; org.eclipse.core.commands 0.0.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.400.v20231201-1637 to osgi.bundle; org.eclipse.e4.core.commands 0.0.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.400.v20231201-1637 to java.package; org.eclipse.e4.core.contexts 0.0.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.e4.core.commands.tests 0.14.400.v20231201-1637 to java.package; org.osgi.framework [1.5.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.swt.tests 3.107.300.v20240208-1757 to osgi.bundle; org.eclipse.swt 3.120.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.ltk.core.refactoring.tests 3.10.300.v20240123-1014 to osgi.bundle; org.eclipse.core.commands [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to osgi.bundle; org.eclipse.help.ui 0.0.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to osgi.bundle; org.eclipse.help.webapp 0.0.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to osgi.bundle; org.eclipse.ui.cheatsheets 0.0.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to osgi.bundle; org.eclipse.ui.intro 0.0.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to osgi.bundle; org.eclipse.ui.intro.universal 0.0.0.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to osgi.bundle; org.eclipse.equinox.jsp.jasper.registry 1.0.100.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to osgi.bundle; org.apache.lucene.core 9.4.2.
18:37:41 [2024-02-16T23:37:41.140Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to osgi.bundle; org.eclipse.equinox.http.registry 1.3.100.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to java.package; javax.servlet 3.1.0.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.ua.tests 3.6.300.v20240123-0838 to java.package; javax.servlet.http 3.1.0.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.ui 3.6.0.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.metadata 1.0.0.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.metadata.repository 1.0.100.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.ui 2.6.0.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.core 1.0.100.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.engine 1.0.100.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.director 1.0.100.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.artifact.repository 1.0.100.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.repository 1.0.0.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.ui.sdk 1.0.200.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.ui.importexport 1.0.1.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.operations 0.0.0.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.ui 1.4.300.v20240213-1618 to java.package; org.eclipse.equinox.p2.operations [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.ui.sdk.scheduler 1.2.0.
18:37:41 [2024-02-16T23:37:41.141Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.swt 3.102.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.metadata 2.2.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.ui 2.3.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.operations 2.3.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.4.200.v20240201-0843 to java.package; org.eclipse.equinox.internal.p2.engine 0.0.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.4.200.v20240201-0843 to java.package; org.eclipse.equinox.internal.p2.ui.sdk.scheduler.migration 0.0.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests.verifier 1.4.200.v20240201-0843 to java.package; org.eclipse.equinox.p2.engine [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.jdt.compiler.apt.tests 1.3.300.v20240207-1044 to osgi.bundle; org.eclipse.jdt.core.compiler.batch 3.36.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to osgi.bundle; org.apache.felix.scr 0.0.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to osgi.bundle; org.eclipse.equinox.http.jetty 0.0.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; javax.servlet 2.6.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; javax.servlet.http 2.6.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.eclipse.equinox.http.jetty 1.4.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.eclipse.equinox.http.servlet 1.1.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.eclipse.equinox.http.servlet.context 1.0.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.eclipse.equinox.http.servlet.session 1.0.0.
18:37:41 [2024-02-16T23:37:41.142Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.framework 1.6.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.framework.hooks.service 1.1.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.framework.namespace 1.2.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.framework.wiring 1.2.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.resource 1.0.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.service.component 0.0.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.service.http 1.2.1.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.service.http.context 1.0.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.service.http.runtime 1.0.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.service.http.runtime.dto 1.0.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.service.http.whiteboard 1.0.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.eclipse.equinox.http.servlet.tests 1.9.100.v20240205-1437 to java.package; org.osgi.util.tracker 1.5.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.apache.commons.commons-fileupload 1.5.0 to java.package; javax.servlet 0.0.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.apache.commons.commons-fileupload 1.5.0 to java.package; javax.servlet.http 0.0.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.apache.commons.commons-fileupload 1.5.0 to java.package; org.apache.commons.io 0.0.0.
18:37:41 [2024-02-16T23:37:41.143Z]    Unable to satisfy dependency from org.apache.commons.commons-fileupload 1.5.0 to java.package; org.apache.commons.io.output 0.0.0.
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.11.300.v20240129-1117 to osgi.bundle; org.eclipse.debug.core [3.12.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.11.300.v20240129-1117 to osgi.bundle; org.eclipse.ant.ui 0.0.0.
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.11.300.v20240129-1117 to osgi.bundle; org.eclipse.core.externaltools 0.0.0.
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.11.300.v20240129-1117 to osgi.bundle; org.eclipse.ui.externaltools 0.0.0.
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.11.300.v20240129-1117 to osgi.bundle; org.apache.ant 1.9.2.
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.11.300.v20240129-1117 to osgi.bundle; org.eclipse.ant.launching 0.0.0.
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.ant.tests.ui 3.11.300.v20240129-1117 to osgi.bundle; org.eclipse.ui.console 0.0.0.
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.ant.optional.junit 3.3.400.v20230714-1309 to osgi.bundle; org.apache.ant [1.6.5,2.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.12.300.v20240207-1034 to osgi.bundle; org.eclipse.jdt.core [3.34.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.12.300.v20240207-1034 to osgi.bundle; org.eclipse.jdt.ui [3.29.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.12.300.v20240207-1034 to osgi.bundle; org.eclipse.jdt.launching [3.20.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.12.300.v20240207-1034 to osgi.bundle; org.eclipse.jdt.debug [3.21.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.12.300.v20240207-1034 to osgi.bundle; org.eclipse.jdt.debug.ui [3.13.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.12.300.v20240207-1034 to osgi.bundle; org.eclipse.debug.core [3.14.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.debug.tests 3.12.300.v20240207-1034 to osgi.bundle; org.eclipse.debug.ui [3.13.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.performance 3.12.300.v20240130-1641 to osgi.bundle; org.eclipse.core.resources [3.20.100,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.performance 3.12.300.v20240130-1641 to osgi.bundle; org.eclipse.core.runtime [3.30.100,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.performance 3.12.300.v20240130-1641 to osgi.bundle; org.eclipse.jdt.core [3.37.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.144Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.performance 3.12.300.v20240130-1641 to osgi.bundle; org.eclipse.text [3.13.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.common 0.0.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.publisher 1.0.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.simpleconfigurator 1.0.100.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.updatechecker 1.0.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.security 1.0.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.engine 2.0.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.updatesite 1.0.200.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.garbagecollector 1.0.100.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.sat4j.core 2.2.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.sat4j.pb 2.2.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.ecf 3.1.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.ecf.filetransfer 4.0.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.ecf.identity 3.1.0.
18:37:41 [2024-02-16T23:37:41.145Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.ecf.provider.filetransfer 3.1.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.ecf.provider.filetransfer.httpclientjava 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.reconciler.dropins 1.1.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.ant.core 3.2.200.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.apache.ant 1.7.1.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.transport.ecf 1.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.operations 2.1.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.ui.sdk.scheduler 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to osgi.bundle; org.eclipse.equinox.p2.artifact.repository [1.3.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.ant.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.core.filesystem 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.ecf.filetransfer 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.artifact.processors.checksum 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.artifact.processors.md5 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.artifact.repository.simple 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.core 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.director 0.0.0.
18:37:41 [2024-02-16T23:37:41.146Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.director.app 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.extensionlocation 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.jarprocessor 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.jarprocessor.verifier 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.metadata.expression 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.metadata.index 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.metadata.query 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.metadata.repository.io 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.persistence 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.touchpoint.eclipse 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.touchpoint.natives 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.touchpoint.natives.actions 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.p2.update 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.provisional.p2.artifact.repository.processing 0.0.0.
18:37:41 [2024-02-16T23:37:41.147Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.provisional.p2.core.eventbus 0.0.0.
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.provisional.p2.director 0.0.0.
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.provisional.p2.directorywatcher 0.0.0.
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.internal.provisional.p2.repository 0.0.0.
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.p2.internal.repository.comparator 0.0.0.
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.p2.internal.repository.tools 0.0.0.
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.p2.metadata.expression [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.p2.metadata.io 0.0.0.
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.p2.planner [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.p2.repository.artifact.spi [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.p2.repository.metadata.spi [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.p2.repository.spi [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.148Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.equinox.spi.p2.publisher 0.0.0.
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.internal.provisional.equinox.p2.jarprocessor 0.0.0.
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.osgi.service.datalocation 0.0.0.
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.osgi.service.environment 1.0.0.
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.osgi.service.resolver 1.1.0.
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.eclipse.osgi.util 1.1.0.
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.osgi.service.packageadmin 1.2.0.
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.osgi.util.tracker 1.3.0.
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.tests 1.9.300.v20240213-1618 to java.package; org.bouncycastle.openpgp 0.0.0.
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.osgi [3.7.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.director [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.metadata.repository [1.1.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.metadata [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.engine [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.149Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.core [2.0.0,3.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.artifact.repository 1.1.0.
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.core.net 1.1.0.
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.equinox.p2.installer 1.4.200.v20240201-0843 to osgi.bundle; org.eclipse.equinox.p2.repository 2.1.0.
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.text.tests 3.14.400.v20240205-1417 to osgi.bundle; org.eclipse.text [3.6.3,4.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.debug.tests 3.14.100.v20240205-1324 to osgi.bundle; org.eclipse.ui [3.6.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.debug.tests 3.14.100.v20240205-1324 to osgi.bundle; org.eclipse.debug.ui [3.10.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.debug.tests 3.14.100.v20240205-1324 to osgi.bundle; org.eclipse.core.filesystem [1.3.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.debug.tests 3.14.100.v20240205-1324 to osgi.bundle; org.eclipse.ui.externaltools [3.3.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.debug.tests 3.14.100.v20240205-1324 to osgi.bundle; org.eclipse.ui.console [3.7.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.debug.tests 3.14.100.v20240205-1324 to osgi.bundle; org.eclipse.jface.text [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.debug.tests 3.14.100.v20240205-1324 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.15.100,4.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to osgi.bundle; org.eclipse.equinox.preferences 3.3.0.
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to osgi.bundle; org.eclipse.e4.core.di.extensions 0.0.0.
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to osgi.bundle; org.eclipse.e4.core.di.extensions.supplier 0.0.0.
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to osgi.bundle; org.eclipse.e4.core.services 1.1.0.
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to java.package; org.eclipse.osgi.service.debug 0.0.0.
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to java.package; org.osgi.framework [1.10.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.150Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to java.package; org.osgi.service.component 1.3.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to java.package; org.osgi.service.event 1.3.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to java.package; org.osgi.util.tracker [1.5.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.e4.core.tests 1.3.300.v20240123-0926 to osgi.extender; (&(osgi.extender=osgi.component)(version>=1.3)(!(version>=2.0))).
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.2.200.v20240205-1417 to osgi.bundle; org.eclipse.text.quicksearch 1.0.300.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.2.200.v20240205-1417 to osgi.bundle; org.eclipse.ui.ide 3.17.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.text.quicksearch.tests 1.2.200.v20240205-1417 to osgi.bundle; org.eclipse.jface 3.20.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.400.v20240205-1417 to osgi.bundle; org.eclipse.ui.genericeditor 0.0.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.400.v20240205-1417 to osgi.bundle; org.eclipse.core.resources 3.11.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.400.v20240205-1417 to osgi.bundle; org.eclipse.jface.text 3.16.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.400.v20240205-1417 to osgi.bundle; org.eclipse.ui 3.108.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.400.v20240205-1417 to osgi.bundle; org.eclipse.ui.workbench.texteditor 3.10.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.400.v20240205-1417 to osgi.bundle; org.eclipse.ui.ide 3.11.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ui.genericeditor.tests 1.3.400.v20240205-1417 to osgi.bundle; org.eclipse.ui.editors 3.11.0.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ui.workbench.texteditor.tests 3.14.300.v20240205-1417 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ui.workbench.texteditor.tests 3.14.300.v20240205-1417 to osgi.bundle; org.eclipse.core.expressions [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.400.v20240207-1044 to osgi.bundle; org.eclipse.equinox.http.registry 1.0.200.
18:37:41 [2024-02-16T23:37:41.151Z]    Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.400.v20240207-1044 to osgi.bundle; org.eclipse.help 3.4.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.400.v20240207-1044 to osgi.bundle; org.eclipse.help.webapp 3.4.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.400.v20240207-1044 to osgi.bundle; org.eclipse.help.base 3.4.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.400.v20240207-1044 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator 2.0.100.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.ua.tests.doc 1.2.400.v20240207-1044 to osgi.bundle; org.eclipse.equinox.frameworkadmin 2.0.200.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.200.v20231214-1521 to osgi.bundle; org.eclipse.pde.launching 3.7.700.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.200.v20231214-1521 to osgi.bundle; org.eclipse.core.resources 3.13.500.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.200.v20231214-1521 to osgi.bundle; org.eclipse.pde.ui 3.11.100.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.200.v20231214-1521 to osgi.bundle; org.eclipse.jdt.junit 3.11.500.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.200.v20231214-1521 to osgi.bundle; org.eclipse.jdt.core 3.19.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.200.v20231214-1521 to osgi.bundle; org.eclipse.debug.ui 3.14.200.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.pde.junit.runtime.tests 3.7.200.v20231214-1521 to osgi.bundle; org.eclipse.ui 3.114.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.ui.tests.performance 1.6.300.v20240116-1723 to osgi.bundle; org.eclipse.e4.ui.model.workbench 0.0.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.jdt.text.tests 3.14.300.v20240215-0312 to osgi.bundle; org.eclipse.jdt.debug 0.0.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.jface.tests 1.4.400.v20240207-1054 to osgi.bundle; org.eclipse.equinox.registry 0.0.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.10.0.v20240213-1244 to java.package; org.eclipse.core.internal.preferences 0.0.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.10.0.v20240213-1244 to java.package; org.eclipse.core.runtime 3.5.0.
18:37:41 [2024-02-16T23:37:41.152Z]    Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.10.0.v20240213-1244 to java.package; org.eclipse.core.runtime.jobs 0.0.0.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.10.0.v20240213-1244 to java.package; org.eclipse.core.runtime.preferences 3.3.0.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.10.0.v20240213-1244 to java.package; org.eclipse.osgi.service.datalocation 1.4.0.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.equinox.preferences.tests 3.10.0.v20240213-1244 to java.package; org.osgi.service.prefs 1.1.1.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.500.v20240129-1019 to osgi.bundle; org.eclipse.e4.ui.css.swt.theme 0.9.1.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.500.v20240129-1019 to osgi.bundle; org.eclipse.equinox.preferences 3.5.200.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.500.v20240129-1019 to java.package; org.junit.platform.suite.api 1.9.1.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.e4.ui.tests.css.swt 0.12.500.v20240129-1019 to java.package; org.osgi.framework [1.7.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.core.tests.net 1.6.300.v20240123-0836 to osgi.bundle; org.eclipse.core.net [1.0.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.hamcrest.core 2.2.0.v20230809-1000 to osgi.bundle; org.hamcrest 2.2.0.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.4.300.v20240213-1609 to osgi.bundle; org.eclipse.equinox.frameworkadmin.equinox 1.0.100.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.4.300.v20240213-1609 to osgi.bundle; org.eclipse.equinox.simpleconfigurator.manipulator 0.0.0.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.equinox.frameworkadmin.test 1.4.300.v20240213-1609 to java.package; org.osgi.framework 1.4.0.
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.16.500,4.0.0).
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.ui.editors [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.ui.workbench [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.core.resources [3.14.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.153Z]    Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.ui.ide [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.core.filesystem 1.7.0.
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.e4.ui.model.workbench 1.3.0.
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.jface.text 3.19.0.
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.ui.editors.tests 3.13.300.v20240205-1417 to osgi.bundle; org.eclipse.ui 3.119.100.
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.13.300.v20240215-1558 to osgi.bundle; org.eclipse.jdt.debug [3.2.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.jdt.core.tests.compiler 3.13.300.v20240215-1558 to java.package; org.eclipse.jdt.internal.compiler.apt.dispatch 0.0.0.
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.3.300.v20231215-1019 to osgi.bundle; org.eclipse.pde.ua.core [1.0.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.3.300.v20231215-1019 to osgi.bundle; org.eclipse.text [3.3.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.3.300.v20231215-1019 to osgi.bundle; org.eclipse.pde.ui [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.3.300.v20231215-1019 to osgi.bundle; org.eclipse.pde.ua.ui [1.0.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.3.300.v20231215-1019 to osgi.bundle; org.eclipse.ui.forms [3.4.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.3.300.v20231215-1019 to osgi.bundle; org.eclipse.ui.editors [3.6.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.3.300.v20231215-1019 to osgi.bundle; org.eclipse.search [3.5.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.3.300.v20231215-1019 to osgi.bundle; org.eclipse.ui.workbench.texteditor [3.6.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.pde.ua.tests 1.3.300.v20231215-1019 to osgi.bundle; org.eclipse.ui.genericeditor [1.3.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.200.v20231201-1637 to osgi.bundle; org.eclipse.core.commands 3.5.0.
18:37:41 [2024-02-16T23:37:41.154Z]    Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.200.v20231201-1637 to osgi.bundle; org.eclipse.swt 3.6.0.
18:37:41 [2024-02-16T23:37:41.155Z]    Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.200.v20231201-1637 to java.package; org.eclipse.e4.core.commands 0.0.0.
18:37:41 [2024-02-16T23:37:41.155Z]    Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.200.v20231201-1637 to java.package; org.eclipse.e4.ui.services 0.0.0.
18:37:41 [2024-02-16T23:37:41.155Z]    Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.200.v20231201-1637 to java.package; org.eclipse.jface.bindings 0.0.0.
18:37:41 [2024-02-16T23:37:41.155Z]    Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.200.v20231201-1637 to java.package; org.eclipse.jface.bindings.keys 0.0.0.
18:37:41 [2024-02-16T23:37:41.155Z]    Unable to satisfy dependency from org.eclipse.e4.ui.bindings.tests 0.14.200.v20231201-1637 to java.package; org.osgi.framework 1.5.0.
18:37:41 [2024-02-16T23:37:41.155Z]    Unable to satisfy dependency from org.eclipse.pde.ds.tests 1.3.200.v20231215-1019 to osgi.bundle; org.eclipse.pde.core [3.3.0,4.0.0).
18:37:41 [2024-02-16T23:37:41.155Z]    Unable to satisfy dependency from org.eclipse.pde.ds.tests 1.3.200.v20231215-1019 to osgi.bundle; org.eclipse.pde.ds.core [1.0.0,2.0.0).
18:37:41 [2024-02-16T23:37:41.155Z] Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.model.source,3.12.300.v20240215-1558 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.model.source,3.12.300.v20240215-1558)
18:37:41 [2024-02-16T23:37:41.155Z] Mirroring: osgi.bundle,org.eclipse.equinox.common.tests,3.17.100.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common.tests,3.17.100.v20240214-0846)
18:37:41 [2024-02-16T23:37:41.155Z] Mirroring: osgi.bundle,org.eclipse.ui.editors.tests.source,3.13.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors.tests.source,3.13.300.v20240205-1417)
18:37:41 [2024-02-16T23:37:41.155Z] Mirroring: osgi.bundle,org.eclipse.ua.tests,3.6.300.v20240123-0838 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests,3.6.300.v20240123-0838)
18:37:41 [2024-02-16T23:37:41.155Z] Mirroring: osgi.bundle,org.eclipse.jdt.debug.tests.source,3.12.300.v20240207-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.debug.tests.source,3.12.300.v20240207-1034)
18:37:41 [2024-02-16T23:37:41.155Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings.tests.source,0.14.200.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings.tests.source,0.14.200.v20231201-1637)
18:37:41 [2024-02-16T23:37:41.156Z] Mirroring: osgi.bundle,org.eclipse.text.tests.source,3.14.400.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.text.tests.source,3.14.400.v20240205-1417)
18:37:41 [2024-02-16T23:37:41.156Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.ui,1.4.300.v20240213-1618 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.ui,1.4.300.v20240213-1618)
18:37:41 [2024-02-16T23:37:41.156Z] Mirroring: osgi.bundle,org.eclipse.team.tests.core,3.10.300.v20240109-1524 (Descriptor: canonical: osgi.bundle,org.eclipse.team.tests.core,3.10.300.v20240109-1524)
18:37:41 [2024-02-16T23:37:41.156Z] Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding.conformance,1.5.400.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding.conformance,1.5.400.v20231214-1513)
18:37:41 [2024-02-16T23:37:41.156Z] Mirroring: osgi.bundle,org.eclipse.pde.ui.tests,3.12.400.v20240207-1047 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.tests,3.12.400.v20240207-1047)
18:37:41 [2024-02-16T23:37:41.156Z] Mirroring: osgi.bundle,org.eclipse.ltk.core.refactoring.tests.source,3.10.300.v20240123-1014 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.core.refactoring.tests.source,3.10.300.v20240123-1014)
18:37:41 [2024-02-16T23:37:41.156Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.source,3.15.1500.v20240215-1416 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.source,3.15.1500.v20240215-1416)
18:37:41 [2024-02-16T23:37:41.156Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.verifier,1.4.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.verifier,1.4.200.v20240201-0843)
18:37:41 [2024-02-16T23:37:41.412Z] Mirroring: osgi.bundle,org.eclipse.jdt.compiler.apt.tests,1.3.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.compiler.apt.tests,1.3.300.v20240207-1044)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.pde.ui.templates.tests.source,1.2.300.v20231214-1521 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.templates.tests.source,1.2.300.v20231214-1521)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.rcp,3.6.300.v20240119-1754 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.rcp,3.6.300.v20240119-1754)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet.tests,1.9.100.v20240205-1437 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet.tests,1.9.100.v20240205-1437)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.e4.core.tests.source,1.3.300.v20240123-0926 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.tests.source,1.3.300.v20240123-0926)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.apache.commons.commons-fileupload,1.5.0 (Descriptor: canonical: osgi.bundle,org.apache.commons.commons-fileupload,1.5.0)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.equinox.bidi.tests.source,1.4.0.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi.tests.source,1.4.0.v20240214-0846)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.pde.build.tests.source,1.4.300.v20240212-0530 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.build.tests.source,1.4.300.v20240212-0530)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.pde.genericeditor.extension.tests.source,1.2.300.v20240113-1001 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.genericeditor.extension.tests.source,1.2.300.v20240113-1001)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.pde.junit.runtime.tests.source,3.7.200.v20231214-1521 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.junit.runtime.tests.source,3.7.200.v20231214-1521)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.compare.tests.source,3.8.300.v20240122-1638 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.tests.source,3.8.300.v20240122-1638)
18:37:41 [2024-02-16T23:37:41.413Z] Mirroring: osgi.bundle,org.eclipse.ant.tests.ui,3.11.300.v20240129-1117 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.tests.ui,3.11.300.v20240129-1117)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.ant.optional.junit,3.3.400.v20230714-1309 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.optional.junit,3.3.400.v20230714-1309)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.jdt.apt.pluggable.tests,3.6.300.v20231214-1504 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.apt.pluggable.tests,3.6.300.v20231214-1504)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.jdt.apt.tests.source,3.6.300.v20240209-2122 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.apt.tests.source,3.6.300.v20240209-2122)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.osgi.tests.source,3.19.0.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.tests.source,3.19.0.v20240214-0846)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.verifier.source,1.4.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.verifier.source,1.4.200.v20240201-0843)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.forms.source,3.10.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.forms.source,3.10.300.v20240207-1054)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: org.eclipse.update.feature,org.eclipse.sdk.tests,4.31.0.v20240216-1800 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.sdk.tests,4.31.0.v20240216-1800)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.core.tests.resources,3.11.400.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.resources,3.11.400.v20240207-1044)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.objenesis.source,3.3.0 (Descriptor: canonical: osgi.bundle,org.objenesis.source,3.3.0)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.jdt.debug.tests,3.12.300.v20240207-1034 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.debug.tests,3.12.300.v20240207-1034)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.performance,3.12.300.v20240130-1641 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.performance,3.12.300.v20240130-1641)
18:37:41 [2024-02-16T23:37:41.414Z] Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.model,3.12.300.v20240215-1558 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.model,3.12.300.v20240215-1558)
18:37:41 [2024-02-16T23:37:41.669Z] Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.builder.source,3.12.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.builder.source,3.12.300.v20240207-1044)
18:37:41 [2024-02-16T23:37:41.670Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.installer.source,1.4.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.installer.source,1.4.200.v20240201-0843)
18:37:41 [2024-02-16T23:37:41.670Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests,1.9.300.v20240213-1618 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests,1.9.300.v20240213-1618)
18:37:43 [2024-02-16T23:37:43.555Z] Mirroring: osgi.bundle,org.eclipse.e4.core.commands.tests.source,0.14.400.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands.tests.source,0.14.400.v20231201-1637)
18:37:43 [2024-02-16T23:37:43.555Z] Mirroring: osgi.bundle,org.eclipse.ant.optional.junit.source,3.3.400.v20230714-1309 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.optional.junit.source,3.3.400.v20230714-1309)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.core.filebuffers.tests.source,3.13.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers.tests.source,3.13.300.v20240205-1417)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.jface.examples.databinding,1.4.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.examples.databinding,1.4.300.v20240207-1054)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.discovery,1.4.400.v20240209-1206 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.discovery,1.4.400.v20240209-1206)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,assertj-core.source,3.25.3 (Descriptor: canonical: osgi.bundle,assertj-core.source,3.25.3)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.pde.genericeditor.extension.tests,1.2.300.v20240113-1001 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.genericeditor.extension.tests,1.2.300.v20240113-1001)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding.conformance.source,1.5.400.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding.conformance.source,1.5.400.v20231214-1513)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.test,3.6.0.v20231226-0952 (Descriptor: canonical: osgi.bundle,org.eclipse.test,3.6.0.v20231226-0952)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.installer,1.4.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.installer,1.4.200.v20240201-0843)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.jsch.tests,1.6.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.tests,1.6.300.v20231214-1012)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.ltk.ui.refactoring.tests.source,3.11.300.v20240110-1201 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring.tests.source,3.11.300.v20240110-1201)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.jdt.apt.pluggable.tests.source,3.6.300.v20231214-1504 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.apt.pluggable.tests.source,3.6.300.v20231214-1504)
18:37:43 [2024-02-16T23:37:43.556Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed.source,3.8.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed.source,3.8.300.v20240207-1054)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,assertj-core,3.25.3 (Descriptor: canonical: osgi.bundle,assertj-core,3.25.3)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.14.11 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.14.11)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.discovery.source,1.4.400.v20240209-1206 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.discovery.source,1.4.400.v20240209-1206)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.sdk.tests,4.31.0.v20240216-1800 (Descriptor: canonical: osgi.bundle,org.eclipse.sdk.tests,4.31.0.v20240216-1800)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.text.tests,3.14.400.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.text.tests,3.14.400.v20240205-1417)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.core.expressions.tests,3.7.300.v20240122-0806 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions.tests,3.7.300.v20240122-0806)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.mockito.mockito-core,5.10.0 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core,5.10.0)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.junit.source,4.13.2.v20230809-1000 (Descriptor: canonical: osgi.bundle,org.junit.source,4.13.2.v20230809-1000)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.performance.source,3.12.300.v20240130-1641 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.performance.source,3.12.300.v20240130-1641)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.equinox.ds.tests,1.7.0.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds.tests,1.7.0.v20240213-1244)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.rcp.source,3.6.300.v20240119-1754 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.rcp.source,3.6.300.v20240119-1754)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.text.quicksearch.tests.source,1.2.200.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch.tests.source,1.2.200.v20240205-1417)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.11 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.11)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0 (Descriptor: canonical: osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.test.performance.source,3.20.0.v20231214-1506 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance.source,3.20.0.v20231214-1506)
18:37:43 [2024-02-16T23:37:43.557Z] Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring.source,3.15.300.v20240214-1448 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring.source,3.15.300.v20240214-1448)
18:37:43 [2024-02-16T23:37:43.558Z] Mirroring: osgi.bundle,org.eclipse.debug.tests,3.14.100.v20240205-1324 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.tests,3.14.100.v20240205-1324)
18:37:43 [2024-02-16T23:37:43.558Z] Mirroring: osgi.bundle,org.eclipse.core.tests.net.source,1.6.300.v20240123-0836 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.net.source,1.6.300.v20240123-0836)
18:37:43 [2024-02-16T23:37:43.558Z] Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.builder,3.12.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.builder,3.12.300.v20240207-1044)
18:37:43 [2024-02-16T23:37:43.558Z] Mirroring: osgi.bundle,org.eclipse.e4.core.tests,1.3.300.v20240123-0926 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.tests,1.3.300.v20240123-0926)
18:37:43 [2024-02-16T23:37:43.813Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.performance.source,1.6.300.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.performance.source,1.6.300.v20240116-1723)
18:37:43 [2024-02-16T23:37:43.813Z] Mirroring: osgi.bundle,org.eclipse.text.quicksearch.tests,1.2.200.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch.tests,1.2.200.v20240205-1417)
18:37:43 [2024-02-16T23:37:43.813Z] Mirroring: osgi.bundle,org.eclipse.ui.genericeditor.tests,1.3.400.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor.tests,1.3.400.v20240205-1417)
18:37:43 [2024-02-16T23:37:43.813Z] Mirroring: osgi.bundle,org.eclipse.core.tests.harness.source,3.15.300.v20240204-1433 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.harness.source,3.15.300.v20240204-1433)
18:37:43 [2024-02-16T23:37:43.813Z] Mirroring: osgi.bundle,org.eclipse.core.filebuffers.tests,3.13.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers.tests,3.13.300.v20240205-1417)
18:37:43 [2024-02-16T23:37:43.813Z] Mirroring: osgi.bundle,org.eclipse.jface.examples.databinding.source,1.4.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.examples.databinding.source,1.4.300.v20240207-1054)
18:37:43 [2024-02-16T23:37:43.813Z] Mirroring: osgi.bundle,org.eclipse.swt.tests.source,3.107.300.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.tests.source,3.107.300.v20240208-1757)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.ant.tests.core.source,3.7.300.v20240126-1936 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.tests.core.source,3.7.300.v20240126-1936)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,junit-jupiter-api.source,5.10.2 (Descriptor: canonical: osgi.bundle,junit-jupiter-api.source,5.10.2)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.ant.tests.core,3.7.300.v20240126-1936 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.tests.core,3.7.300.v20240126-1936)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor.tests,3.14.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor.tests,3.14.300.v20240205-1417)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.jface.text.tests.source,3.13.400.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text.tests.source,3.13.400.v20240205-1417)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.ua.tests.doc,1.2.400.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests.doc,1.2.400.v20240207-1044)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.objenesis,3.3.0 (Descriptor: canonical: osgi.bundle,org.objenesis,3.3.0)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.pluginchecks,1.2.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.pluginchecks,1.2.200.v20231214-1513)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.css.swt.source,0.12.500.v20240129-1019 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.swt.source,0.12.500.v20240129-1019)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.css.core,1.302.400.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.core,1.302.400.v20240207-1054)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.pde.ds.tests.source,1.3.200.v20231215-1019 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ds.tests.source,1.3.200.v20231215-1019)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.jface.text.tests,3.13.400.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text.tests,3.13.400.v20240205-1417)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.releng.tests.source,3.6.400.v20240113-0758 (Descriptor: canonical: osgi.bundle,org.eclipse.releng.tests.source,3.6.400.v20240113-0758)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.pde.ui.tests.source,3.12.400.v20240207-1047 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.tests.source,3.12.400.v20240207-1047)
18:37:43 [2024-02-16T23:37:43.814Z] Mirroring: osgi.bundle,org.eclipse.team.tests.core.source,3.10.300.v20240109-1524 (Descriptor: canonical: osgi.bundle,org.eclipse.team.tests.core.source,3.10.300.v20240109-1524)
18:37:43 [2024-02-16T23:37:43.815Z] Mirroring: osgi.bundle,org.eclipse.pde.junit.runtime.tests,3.7.200.v20231214-1521 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.junit.runtime.tests,3.7.200.v20231214-1521)
18:37:43 [2024-02-16T23:37:43.815Z] Mirroring: osgi.bundle,junit-jupiter-api,5.10.2 (Descriptor: canonical: osgi.bundle,junit-jupiter-api,5.10.2)
18:37:43 [2024-02-16T23:37:43.815Z] Mirroring: osgi.bundle,org.eclipse.core.tests.harness,3.15.300.v20240204-1433 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.harness,3.15.300.v20240204-1433)
18:37:43 [2024-02-16T23:37:43.815Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.11 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.11)
18:37:43 [2024-02-16T23:37:43.815Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.performance,1.6.300.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.performance,1.6.300.v20240116-1723)
18:37:43 [2024-02-16T23:37:43.815Z] Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring,3.15.300.v20240214-1448 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests.refactoring,3.15.300.v20240214-1448)
18:37:44 [2024-02-16T23:37:44.070Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.tests.source,1.3.200.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.tests.source,1.3.200.v20240213-1244)
18:37:44 [2024-02-16T23:37:44.070Z] Mirroring: osgi.bundle,org.eclipse.jdt.text.tests,3.14.300.v20240215-0312 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.text.tests,3.14.300.v20240215-0312)
18:37:44 [2024-02-16T23:37:44.070Z] Mirroring: osgi.bundle,org.eclipse.ltk.ui.refactoring.tests,3.11.300.v20240110-1201 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring.tests,3.11.300.v20240110-1201)
18:37:44 [2024-02-16T23:37:44.070Z] Mirroring: osgi.bundle,org.eclipse.ui.tests,3.15.1500.v20240215-1416 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests,3.15.1500.v20240215-1416)
18:37:44 [2024-02-16T23:37:44.070Z] Mirroring: osgi.bundle,org.eclipse.osgi.tests,3.19.0.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.tests,3.19.0.v20240214-0846)
18:37:44 [2024-02-16T23:37:44.070Z] Mirroring: org.eclipse.update.feature,org.eclipse.test,3.8.800.v20240205-0821 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.test,3.8.800.v20240205-0821)
18:37:44 [2024-02-16T23:37:44.070Z] Mirroring: osgi.bundle,org.eclipse.jface.tests,1.4.400.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests,1.4.400.v20240207-1054)
18:37:44 [2024-02-16T23:37:44.325Z] Mirroring: osgi.bundle,org.eclipse.pde.ui.templates.tests,1.2.300.v20231214-1521 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ui.templates.tests,1.2.300.v20231214-1521)
18:37:44 [2024-02-16T23:37:44.326Z] Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding.source,1.12.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding.source,1.12.300.v20240205-1417)
18:37:44 [2024-02-16T23:37:44.326Z] Mirroring: osgi.bundle,org.eclipse.pde.api.tools.tests.source,1.3.400.v20240124-1519 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.api.tools.tests.source,1.3.400.v20240124-1519)
18:37:44 [2024-02-16T23:37:44.326Z] Mirroring: osgi.bundle,org.eclipse.test.performance.win32,3.1.600.v20230714-1309 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance.win32,3.1.600.v20230714-1309)
18:37:44 [2024-02-16T23:37:44.326Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.pluginchecks.source,1.2.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.pluginchecks.source,1.2.200.v20231214-1513)
18:37:44 [2024-02-16T23:37:44.326Z] Mirroring: osgi.bundle,org.eclipse.equinox.preferences.tests,3.10.0.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences.tests,3.10.0.v20240213-1244)
18:37:44 [2024-02-16T23:37:44.326Z] Mirroring: osgi.bundle,org.eclipse.test.source,3.6.0.v20231226-0952 (Descriptor: canonical: osgi.bundle,org.eclipse.test.source,3.6.0.v20231226-0952)
18:37:44 [2024-02-16T23:37:44.326Z] Mirroring: osgi.bundle,org.eclipse.pde.api.tools.tests,1.3.400.v20240124-1519 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.api.tools.tests,1.3.400.v20240124-1519)
18:37:44 [2024-02-16T23:37:44.886Z] Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests,3.15.300.v20240214-2235 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests,3.15.300.v20240214-2235)
18:37:45 [2024-02-16T23:37:45.445Z] Mirroring: osgi.bundle,org.eclipse.equinox.preferences.tests.source,3.10.0.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences.tests.source,3.10.0.v20240213-1244)
18:37:45 [2024-02-16T23:37:45.445Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.css.swt,0.12.500.v20240129-1019 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.swt,0.12.500.v20240129-1019)
18:37:45 [2024-02-16T23:37:45.445Z] Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor.tests.source,3.14.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor.tests.source,3.14.300.v20240205-1417)
18:37:45 [2024-02-16T23:37:45.445Z] Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.binaries,1.0.300.v20240129-1341 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.binaries,1.0.300.v20240129-1341)
18:37:46 [2024-02-16T23:37:46.370Z] Mirroring: osgi.bundle,org.eclipse.core.tests.net,1.6.300.v20240123-0836 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.net,1.6.300.v20240123-0836)
18:37:46 [2024-02-16T23:37:46.370Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.tests,0.15.400.v20240213-1617 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests,0.15.400.v20240213-1617)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.core.tests.runtime.source,3.21.300.v20240124-1326 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.runtime.source,3.21.300.v20240124-1326)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.core.tests.resources.source,3.11.400.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.resources.source,3.11.400.v20240207-1044)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.search.tests,3.11.400.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.search.tests,3.11.400.v20240205-1417)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.equinox.ds.tests.source,1.7.0.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.ds.tests.source,1.7.0.v20240213-1244)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.equinox.bidi.tests,1.4.0.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi.tests,1.4.0.v20240214-0846)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.source,0.15.400.v20240213-1617 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.source,0.15.400.v20240213-1617)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.tests,1.3.200.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.tests,1.3.200.v20240213-1244)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.jdt.ui.tests.source,3.15.300.v20240214-2235 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.ui.tests.source,3.15.300.v20240214-2235)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.mockito.mockito-core.source,5.10.0 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core.source,5.10.0)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.equinox.common.tests.source,3.17.100.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common.tests.source,3.17.100.v20240214-0846)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.jsch.tests.source,1.6.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.tests.source,1.6.300.v20231214-1012)
18:37:46 [2024-02-16T23:37:46.371Z] Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin.test,1.4.300.v20240213-1609 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.test,1.4.300.v20240213-1609)
18:37:46 [2024-02-16T23:37:46.626Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.harness.source,1.10.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.harness.source,1.10.300.v20240207-1054)
18:37:46 [2024-02-16T23:37:46.626Z] Mirroring: osgi.bundle,org.eclipse.tests.urischeme,1.2.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.tests.urischeme,1.2.300.v20231214-1513)
18:37:46 [2024-02-16T23:37:46.626Z] Mirroring: osgi.bundle,org.eclipse.ant.tests.ui.source,3.11.300.v20240129-1117 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.tests.ui.source,3.11.300.v20240129-1117)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.jdt.compiler.tool.tests,1.4.300.v20240209-1736 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.compiler.tool.tests,1.4.300.v20240209-1736)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.ui.genericeditor.tests.source,1.3.400.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor.tests.source,1.3.400.v20240205-1417)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000 (Descriptor: canonical: osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed,3.8.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.views.properties.tabbed,3.8.300.v20240207-1054)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.compiler.source,3.13.300.v20240215-1558 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.compiler.source,3.13.300.v20240215-1558)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.debug.tests.source,3.14.100.v20240205-1324 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.tests.source,3.14.100.v20240205-1324)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.junit,4.13.2.v20230809-1000 (Descriptor: canonical: osgi.bundle,org.junit,4.13.2.v20230809-1000)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.jdt.compiler.apt.tests.source,1.3.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.compiler.apt.tests.source,1.3.300.v20240207-1044)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.jface.tests.source,1.4.400.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.source,1.4.400.v20240207-1054)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.jface.tests.databinding,1.12.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.tests.databinding,1.12.300.v20240205-1417)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.search.tests.source,3.11.400.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.search.tests.source,3.11.400.v20240205-1417)
18:37:46 [2024-02-16T23:37:46.627Z] Mirroring: osgi.bundle,org.eclipse.ui.editors.tests,3.13.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors.tests,3.13.300.v20240205-1417)
18:37:46 [2024-02-16T23:37:46.628Z] Mirroring: osgi.bundle,org.eclipse.jdt.core.tests.compiler,3.13.300.v20240215-1558 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.core.tests.compiler,3.13.300.v20240215-1558)
18:37:46 [2024-02-16T23:37:46.883Z] Mirroring: osgi.bundle,org.eclipse.ua.tests.source,3.6.300.v20240123-0838 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests.source,3.6.300.v20240123-0838)
18:37:46 [2024-02-16T23:37:46.883Z] Mirroring: osgi.bundle,org.eclipse.jdt.compiler.tool.tests.source,1.4.300.v20240209-1736 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.compiler.tool.tests.source,1.4.300.v20240209-1736)
18:37:46 [2024-02-16T23:37:46.883Z] Mirroring: osgi.bundle,org.eclipse.releng.tests,3.6.400.v20240113-0758 (Descriptor: canonical: osgi.bundle,org.eclipse.releng.tests,3.6.400.v20240113-0758)
18:37:46 [2024-02-16T23:37:46.883Z] Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin.test.source,1.4.300.v20240213-1609 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.test.source,1.4.300.v20240213-1609)
18:37:46 [2024-02-16T23:37:46.883Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.navigator,3.7.400.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.navigator,3.7.400.v20240116-1723)
18:37:46 [2024-02-16T23:37:46.883Z] Mirroring: osgi.bundle,org.eclipse.core.expressions.tests.source,3.7.300.v20240122-0806 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions.tests.source,3.7.300.v20240122-0806)
18:37:46 [2024-02-16T23:37:46.883Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.ui.source,1.4.300.v20240213-1618 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.ui.source,1.4.300.v20240213-1618)
18:37:46 [2024-02-16T23:37:46.883Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.11 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.11)
18:37:46 [2024-02-16T23:37:46.883Z] Mirroring: osgi.bundle,org.eclipse.pde.build.tests,1.4.300.v20240212-0530 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.build.tests,1.4.300.v20240212-0530)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.pde.ua.tests,1.3.300.v20231215-1019 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ua.tests,1.3.300.v20231215-1019)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings.tests,0.14.200.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings.tests,0.14.200.v20231201-1637)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.ua.tests.doc.source,1.2.400.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.ua.tests.doc.source,1.2.400.v20240207-1044)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.forms,3.10.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.forms,3.10.300.v20240207-1054)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.harness,1.10.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.harness,1.10.300.v20240207-1054)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.compare.tests,3.8.300.v20240122-1638 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.tests,3.8.300.v20240122-1638)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.test.performance,3.20.0.v20231214-1506 (Descriptor: canonical: osgi.bundle,org.eclipse.test.performance,3.20.0.v20231214-1506)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.jdt.text.tests.source,3.14.300.v20240215-0312 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.text.tests.source,3.14.300.v20240215-0312)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.core.tests.runtime,3.21.300.v20240124-1326 (Descriptor: canonical: osgi.bundle,org.eclipse.core.tests.runtime,3.21.300.v20240124-1326)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.ui.tests.navigator.source,3.7.400.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.tests.navigator.source,3.7.400.v20240116-1723)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.pde.ds.tests,1.3.200.v20231215-1019 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ds.tests,1.3.200.v20231215-1019)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.pde.ua.tests.source,1.3.300.v20231215-1019 (Descriptor: canonical: osgi.bundle,org.eclipse.pde.ua.tests.source,1.3.300.v20231215-1019)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.jdt.apt.tests,3.6.300.v20240209-2122 (Descriptor: canonical: osgi.bundle,org.eclipse.jdt.apt.tests,3.6.300.v20240209-2122)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.tests.urischeme.source,1.2.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.tests.urischeme.source,1.2.300.v20231214-1513)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.e4.core.commands.tests,0.14.400.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands.tests,0.14.400.v20231201-1637)
18:37:46 [2024-02-16T23:37:46.884Z] Mirroring: osgi.bundle,org.eclipse.swt.tests,3.107.300.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.tests,3.107.300.v20240208-1757)
18:37:46 [2024-02-16T23:37:46.885Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.tests.source,1.9.300.v20240213-1618 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.tests.source,1.9.300.v20240213-1618)
18:37:46 [2024-02-16T23:37:46.885Z] Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet.tests.source,1.9.100.v20240205-1437 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet.tests.source,1.9.100.v20240205-1437)
18:37:46 [2024-02-16T23:37:46.885Z] Mirroring: osgi.bundle,org.eclipse.ltk.core.refactoring.tests,3.10.300.v20240123-1014 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.core.refactoring.tests,3.10.300.v20240123-1014)
18:37:46 [2024-02-16T23:37:46.885Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.tests.css.core.source,1.302.400.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.tests.css.core.source,1.302.400.v20240207-1054)
18:37:46 [2024-02-16T23:37:46.885Z] [INFO] 
18:37:46 [2024-02-16T23:37:46.885Z] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipse.platform.repository ---
18:37:46 [2024-02-16T23:37:46.885Z] [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.tychoeclipsebuilder/eclipse.platform.repository/src/main/resources
18:37:46 [2024-02-16T23:37:46.885Z] [INFO] 
18:37:46 [2024-02-16T23:37:46.885Z] [INFO] --- resources:3.3.1:resources (filter-resources) @ eclipse.platform.repository ---
18:37:46 [2024-02-16T23:37:46.885Z] [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.tychoeclipsebuilder/eclipse.platform.repository/src/main/resources
18:37:46 [2024-02-16T23:37:46.885Z] [INFO] 
18:37:46 [2024-02-16T23:37:46.885Z] [INFO] --- tycho-apitools:4.0.6-SNAPSHOT:generate (generate) @ eclipse.platform.repository ---
18:37:46 [2024-02-16T23:37:46.885Z] [INFO] 
18:37:46 [2024-02-16T23:37:46.885Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ eclipse.platform.repository ---
18:37:46 [2024-02-16T23:37:46.885Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0]
18:37:47 [2024-02-16T23:37:47.140Z] [INFO] Published profile IUs: [a.jre.javase 12.0.0]
18:37:47 [2024-02-16T23:37:47.140Z] [INFO] Published profile IUs: [a.jre.javase 13.0.0]
18:37:47 [2024-02-16T23:37:47.140Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0]
18:37:47 [2024-02-16T23:37:47.140Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0]
18:37:47 [2024-02-16T23:37:47.140Z] [INFO] Published profile IUs: [a.jre.javase 16.0.0]
18:37:47 [2024-02-16T23:37:47.141Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0]
18:37:47 [2024-02-16T23:37:47.141Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0]
18:37:47 [2024-02-16T23:37:47.141Z] [INFO] Published profile IUs: [a.jre.javase 19.0.0]
18:37:47 [2024-02-16T23:37:47.141Z] [INFO] Published profile IUs: [a.jre.javase 21.0.0]
18:37:47 [2024-02-16T23:37:47.141Z] [INFO] Published profile IUs: [a.jre.javase 22.0.0]
18:37:47 [2024-02-16T23:37:47.141Z] [INFO] 
18:37:47 [2024-02-16T23:37:47.141Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-products (default-publish-products) @ eclipse.platform.repository ---
18:37:47 [2024-02-16T23:37:47.396Z] [INFO] 
18:37:47 [2024-02-16T23:37:47.396Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:publish-categories (default-publish-categories) @ eclipse.platform.repository ---
18:37:47 [2024-02-16T23:37:47.396Z] [INFO] 
18:37:47 [2024-02-16T23:37:47.396Z] [INFO] --- tycho-p2-publisher:4.0.6-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ eclipse.platform.repository ---
18:37:47 [2024-02-16T23:37:47.396Z] [INFO] 
18:37:47 [2024-02-16T23:37:47.396Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:assemble-repository (default-assemble-repository) @ eclipse.platform.repository ---
18:37:50 [2024-02-16T23:37:50.663Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83.
18:37:50 [2024-02-16T23:37:50.663Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.core.source,2.3.6.v20201214.
18:37:50 [2024-02-16T23:37:50.663Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912.
18:37:50 [2024-02-16T23:37:50.663Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-params.source,5.10.2.
18:37:50 [2024-02-16T23:37:50.663Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733.
18:37:50 [2024-02-16T23:37:50.663Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,com.ibm.icu.source,74.2.0.
18:37:50 [2024-02-16T23:37:50.663Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733.
18:37:50 [2024-02-16T23:37:50.664Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,jakarta.activation-api.source,2.1.2.
18:37:50 [2024-02-16T23:37:50.938Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.tukaani.xz.source,1.9.0.
18:37:50 [2024-02-16T23:37:50.938Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026.
18:37:51 [2024-02-16T23:37:51.194Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,jakarta.inject.jakarta.inject-api.source,1.0.5.
18:37:51 [2024-02-16T23:37:51.756Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912.
18:37:51 [2024-02-16T23:37:51.756Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.tree.source,9.6.0.
18:37:51 [2024-02-16T23:37:51.757Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-launcher.source,1.10.2.
18:37:52 [2024-02-16T23:37:52.013Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733.
18:37:53 [2024-02-16T23:37:53.900Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-commons.source,1.10.2.
18:37:53 [2024-02-16T23:37:53.900Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2.
18:37:53 [2024-02-16T23:37:53.901Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,bcprov.source,1.77.0.
18:37:53 [2024-02-16T23:37:53.901Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-vintage-engine.source,5.10.2.
18:37:53 [2024-02-16T23:37:53.901Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733.
18:37:53 [2024-02-16T23:37:53.901Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-jupiter-engine.source,5.10.2.
18:37:53 [2024-02-16T23:37:53.901Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912.
18:37:54 [2024-02-16T23:37:54.156Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214.
18:37:54 [2024-02-16T23:37:54.411Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733.
18:37:54 [2024-02-16T23:37:54.411Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,com.google.gson.source,2.10.1.
18:37:54 [2024-02-16T23:37:54.411Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109.
18:37:54 [2024-02-16T23:37:54.412Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,jakarta.xml.bind-api.source,4.0.1.
18:37:54 [2024-02-16T23:37:54.412Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733.
18:37:54 [2024-02-16T23:37:54.667Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4.
18:37:54 [2024-02-16T23:37:54.667Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733.
18:37:54 [2024-02-16T23:37:54.667Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733.
18:37:54 [2024-02-16T23:37:54.922Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912.
18:37:54 [2024-02-16T23:37:54.923Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,slf4j.simple.source,2.0.12.
18:37:55 [2024-02-16T23:37:55.483Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352.
18:37:56 [2024-02-16T23:37:56.044Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,com.sun.el.javax.el.source,3.0.4.
18:37:56 [2024-02-16T23:37:56.299Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-runner.source,1.10.2.
18:37:56 [2024-02-16T23:37:56.300Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.source,9.6.0.
18:37:56 [2024-02-16T23:37:56.300Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.commons.source,9.6.0.
18:37:56 [2024-02-16T23:37:56.555Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230.
18:37:56 [2024-02-16T23:37:56.555Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352.
18:37:56 [2024-02-16T23:37:56.555Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,jakarta.annotation-api.source,2.1.1.
18:37:56 [2024-02-16T23:37:56.556Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912.
18:37:56 [2024-02-16T23:37:56.556Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912.
18:37:56 [2024-02-16T23:37:56.556Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352.
18:37:56 [2024-02-16T23:37:56.556Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024.
18:37:56 [2024-02-16T23:37:56.812Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-api.source,1.10.2.
18:37:56 [2024-02-16T23:37:56.812Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.tree.analysis.source,9.6.0.
18:37:57 [2024-02-16T23:37:57.372Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352.
18:37:57 [2024-02-16T23:37:57.627Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,bcpg.source,1.77.0.
18:37:57 [2024-02-16T23:37:57.628Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.command.source,1.1.2.
18:37:57 [2024-02-16T23:37:57.886Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,jakarta.annotation-api.source,1.3.5.
18:37:57 [2024-02-16T23:37:57.886Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-commons.source,1.10.2.
18:37:58 [2024-02-16T23:37:58.150Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024.
18:37:58 [2024-02-16T23:37:58.150Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.jxpath.source,1.3.0.
18:37:59 [2024-02-16T23:37:59.075Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.scr.source,2.2.10.
18:37:59 [2024-02-16T23:37:59.075Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,slf4j.api.source,2.0.12.
18:37:59 [2024-02-16T23:37:59.075Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6.
18:37:59 [2024-02-16T23:37:59.635Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024.
18:37:59 [2024-02-16T23:37:59.636Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-beanutils.source,1.9.4.
18:37:59 [2024-02-16T23:37:59.891Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733.
18:37:59 [2024-02-16T23:37:59.891Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-suite-engine.source,1.10.2.
18:37:59 [2024-02-16T23:37:59.891Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.collections.source,3.2.2.
18:37:59 [2024-02-16T23:37:59.891Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7.
18:38:00 [2024-02-16T23:38:00.146Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733.
18:38:00 [2024-02-16T23:38:00.146Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83.
18:38:00 [2024-02-16T23:38:00.146Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.opentest4j.source,1.3.0.
18:38:00 [2024-02-16T23:38:00.402Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1.
18:38:00 [2024-02-16T23:38:00.962Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733.
18:38:00 [2024-02-16T23:38:00.963Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733.
18:38:01 [2024-02-16T23:38:01.523Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-io.source,2.15.1.
18:38:02 [2024-02-16T23:38:02.887Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,junit-platform-engine.source,1.10.2.
18:38:02 [2024-02-16T23:38:02.887Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733.
18:38:02 [2024-02-16T23:38:02.888Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.util.source,9.6.0.
18:38:02 [2024-02-16T23:38:02.888Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6.
18:38:03 [2024-02-16T23:38:03.448Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733.
18:38:03 [2024-02-16T23:38:03.448Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.source,2.2.0.
18:38:03 [2024-02-16T23:38:03.703Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-logging.source,1.3.0.
18:38:03 [2024-02-16T23:38:03.704Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apache.sshd.osgi.source,2.12.0.
18:38:03 [2024-02-16T23:38:03.958Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,com.sun.jna.platform.source,5.14.0.
18:38:03 [2024-02-16T23:38:03.958Z] [WARNING] [203b7ade-2ed9-4acf-916a-93e47c1460ab][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.6-SNAPSHOT] No digest algorithm is available to verify download of osgi.bundle,org.apiguardian.api.source,1.1.2.
18:38:16 [2024-02-16T23:38:16.122Z] [INFO] 
18:38:16 [2024-02-16T23:38:16.122Z] [INFO] --- tycho-source:4.0.6-SNAPSHOT:plugin-source (plugin-source) @ eclipse.platform.repository ---
18:38:16 [2024-02-16T23:38:16.122Z] [INFO] 
18:38:16 [2024-02-16T23:38:16.122Z] [INFO] --- tycho-gpg:4.0.6-SNAPSHOT:sign-p2-artifacts (default) @ eclipse.platform.repository ---
18:38:16 [2024-02-16T23:38:16.122Z] [INFO] Trying to get the private key of the secret key of public key: 9e3044071b758ebcb7e45673700e4f39bc05364b
18:38:16 [2024-02-16T23:38:16.122Z] [INFO] Got the private key of the secret key of public key: 9e3044071b758ebcb7e45673700e4f39bc05364b
18:38:22 [2024-02-16T23:38:22.678Z] [INFO] 
18:38:22 [2024-02-16T23:38:22.678Z] [INFO] --- tycho-p2-repository:4.0.6-SNAPSHOT:archive-repository (default-archive-repository) @ eclipse.platform.repository ---
18:38:22 [2024-02-16T23:38:22.678Z] [INFO] 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/eclipse.platform.repository-4.31.0-SNAPSHOT.zip
18:38:29 [2024-02-16T23:38:29.232Z] [INFO] 
18:38:29 [2024-02-16T23:38:29.232Z] [INFO] --- antrun:3.1.0:run (unpack-content-jar) @ eclipse.platform.repository ---
18:38:29 [2024-02-16T23:38:29.232Z] [INFO] Executing tasks
18:38:29 [2024-02-16T23:38:29.232Z] [INFO]     [unjar] Expanding: /home/jenkins/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/content.jar 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:38:29 [2024-02-16T23:38:29.233Z] [INFO]    [delete] Deleting: /home/jenkins/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/content.jar
18:38:29 [2024-02-16T23:38:29.233Z] [INFO]    [delete] Deleting: /home/jenkins/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/content.xml.xz
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] Executed tasks
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] 
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] --- xml:1.1.0:transform (generate-extra-iu) @ eclipse.platform.repository ---
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] Transforming 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.tychoeclipsebuilder/eclipse.platform.repository/target/repository/content.xml
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] Transformed 1 file(s).
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] 
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] --- resources:3.3.1:copy-resources (copy-extra-iu) @ eclipse.platform.repository ---
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] Copying 1 resource from target/generated-resources/xml/xslt to target/repository
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] 
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:mirror (mirror-org.eclipse.platform) @ eclipse.platform.repository ---
18:38:29 [2024-02-16T23:38:29.233Z] [INFO] Mirroring 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repos/org.eclipse.platform
18:38:29 [2024-02-16T23:38:29.490Z] Mirroring: osgi.bundle,org.eclipse.jface.text,3.25.0.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text,3.25.0.v20240207-1054)
18:38:29 [2024-02-16T23:38:29.490Z] Mirroring: osgi.bundle,org.eclipse.debug.ui.launchview,1.1.400.v20240110-1213 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui.launchview,1.1.400.v20240110-1213)
18:38:29 [2024-02-16T23:38:29.490Z] Mirroring: osgi.bundle,org.eclipse.ui.themes,1.2.2400.v20240213-1133 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.themes,1.2.2400.v20240213-1133)
18:38:29 [2024-02-16T23:38:29.490Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.0.v20240204-1634 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.0.v20240204-1634)
18:38:29 [2024-02-16T23:38:29.490Z] Mirroring: binary,org.eclipse.rcp_root,4.31.0.v20240216-1800 (Descriptor: canonical: binary,org.eclipse.rcp_root,4.31.0.v20240216-1800)
18:38:29 [2024-02-16T23:38:29.490Z] Mirroring: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420)
18:38:29 [2024-02-16T23:38:29.490Z] Mirroring: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.125.0.v20240208-1757)
18:38:29 [2024-02-16T23:38:29.490Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.dialogs,1.4.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.dialogs,1.4.200.v20231214-1513)
18:38:29 [2024-02-16T23:38:29.746Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.2.200.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.2.200.v20240213-1244)
18:38:29 [2024-02-16T23:38:29.746Z] Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.31.0.I20240216-1800)
18:38:29 [2024-02-16T23:38:29.746Z] Mirroring: osgi.bundle,org.eclipse.equinox.app,1.7.0.v20240213-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app,1.7.0.v20240213-1427)
18:38:29 [2024-02-16T23:38:29.746Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.200.v20240203-1359 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.200.v20240203-1359)
18:38:29 [2024-02-16T23:38:29.746Z] Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.100.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.100.v20240201-0843)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.osgi.util.position,1.0.1.201505202026 (Descriptor: canonical: osgi.bundle,org.osgi.util.position,1.0.1.201505202026)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.900.v20240129-1338)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.400.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.400.v20231214-1012)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.ui.navigator.resources,3.9.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator.resources,3.9.200.v20240104-1240)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.300.v20240207-1054)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.ui.genericeditor,1.3.300.v20240212-0845 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor,1.3.300.v20240212-0845)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.e4.core.services,2.4.300.v20240119-0800 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.services,2.4.300.v20240119-0800)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.osgi.service.device,1.1.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.device,1.1.1.202109301733)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.core.externaltools,1.3.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.core.externaltools,1.3.300.v20231214-1012)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.200.v20240109-1025 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.200.v20240109-1025)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.apache.felix.gogo.command,1.1.2 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,1.1.2)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.ui.ide,3.22.100.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide,3.22.100.v20240205-1417)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.platform,4.31.100.v20240216-1800 (Descriptor: canonical: osgi.bundle,org.eclipse.platform,4.31.100.v20240216-1800)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.core.commands,3.12.0.v20240214-1640 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands,3.12.0.v20240214-1640)
18:38:29 [2024-02-16T23:38:29.747Z] Mirroring: osgi.bundle,org.eclipse.help,3.10.300.v20240107-2054 (Descriptor: canonical: osgi.bundle,org.eclipse.help,3.10.300.v20240107-2054)
18:38:29 [2024-02-16T23:38:29.748Z] Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty,3.9.100.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty,3.9.100.v20240213-1244)
18:38:29 [2024-02-16T23:38:29.748Z] Mirroring: osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733)
18:38:29 [2024-02-16T23:38:29.748Z] Mirroring: osgi.bundle,org.eclipse.core.runtime,3.31.0.v20240215-1631 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.31.0.v20240215-1631)
18:38:29 [2024-02-16T23:38:29.748Z] Mirroring: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.300.v20240125-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.300.v20240125-0858)
18:38:29 [2024-02-16T23:38:29.748Z] Mirroring: osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054)
18:38:29 [2024-02-16T23:38:29.748Z] Mirroring: osgi.bundle,org.eclipse.ui.editors,3.17.200.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors,3.17.200.v20240207-1054)
18:38:29 [2024-02-16T23:38:29.748Z] Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.125.0.v20240208-1757)
18:38:30 [2024-02-16T23:38:30.004Z] Mirroring: osgi.bundle,org.eclipse.ui.net,1.5.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.net,1.5.300.v20231214-1012)
18:38:30 [2024-02-16T23:38:30.004Z] Mirroring: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057)
18:38:30 [2024-02-16T23:38:30.004Z] Mirroring: osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 (Descriptor: canonical: osgi.bundle,org.osgi.util.promise,1.3.0.202212101352)
18:38:30 [2024-02-16T23:38:30.004Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem,1.10.300.v20240124-1325 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem,1.10.300.v20240124-1325)
18:38:30 [2024-02-16T23:38:30.004Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.6.700.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.6.700.v20240213-1244)
18:38:30 [2024-02-16T23:38:30.004Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.200.v20240212-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.200.v20240212-0924)
18:38:30 [2024-02-16T23:38:30.004Z] Mirroring: org.eclipse.update.feature,org.eclipse.e4.rcp,4.31.0.v20240215-1631 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.e4.rcp,4.31.0.v20240215-1631)
18:38:30 [2024-02-16T23:38:30.004Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.200.v20240201-0843)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.jsch.ui,1.5.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.ui,1.5.300.v20231214-1526)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.300.v20231214-1513)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.900.v20240129-1338)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.core.net.win32,1.1.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32,1.1.300.v20231214-1526)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2300.v20240216-0715 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2300.v20240216-0715)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository,2.8.100.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository,2.8.100.v20240207-1113)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.300.v20231214-1513)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2300.v20240216-0715 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2300.v20240216-0715)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.equinox.event,1.7.0.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event,1.7.0.v20240214-0846)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.200.v20240201-0843)
18:38:30 [2024-02-16T23:38:30.005Z] Mirroring: osgi.bundle,org.eclipse.swt,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt,3.125.0.v20240208-1757)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.text.quicksearch,1.2.300.v20240125-1313 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch,1.2.300.v20240125-1313)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.300.v20240124-0948 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.300.v20240124-0948)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.di,1.5.300.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.di,1.5.300.v20240116-1723)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.console,1.3.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.console,1.3.300.v20240201-0843)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.10.14.v20230922-1200)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.ui.win32,3.5.200.v20231214-2114 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.win32,3.5.200.v20231214-2114)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.300.v20240201-0843)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.equinox.security,1.4.200.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security,1.4.200.v20240213-1244)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.125.0.v20240208-1757)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.900.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.900.v20240213-1244)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.text,3.14.0.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.text,3.14.0.v20240207-1054)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: org.eclipse.update.feature,org.eclipse.platform,4.31.0.v20240216-1800 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.platform,4.31.0.v20240216-1800)
18:38:30 [2024-02-16T23:38:30.006Z] Mirroring: osgi.bundle,org.eclipse.core.expressions,3.9.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions,3.9.300.v20240207-1044)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.core.databinding.beans,1.10.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans,1.10.200.v20231214-1513)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.compare.win32,1.3.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.win32,1.3.300.v20231214-1526)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.progress,0.4.300.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.progress,0.4.300.v20240116-1723)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.ui.monitoring,1.3.200.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.monitoring,1.3.200.v20240116-1723)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.core.net.linux,1.1.100.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.linux,1.1.100.v20231214-1526)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.equinox.common,3.19.0.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common,3.19.0.v20240214-0846)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.core.net,1.5.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net,1.5.300.v20231214-1526)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.help.webapp,3.11.300.v20240123-0655 (Descriptor: canonical: osgi.bundle,org.eclipse.help.webapp,3.11.300.v20240123-0655)
18:38:30 [2024-02-16T23:38:30.262Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.0.v20240213-1100 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.0.v20240213-1100)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.core.databinding,1.13.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding,1.13.200.v20240104-1240)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.jface.databinding,1.15.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.databinding,1.15.200.v20240104-1240)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.team.core,3.10.300.v20240125-0912 (Descriptor: canonical: osgi.bundle,org.eclipse.team.core,3.10.300.v20240125-0912)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.100.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.100.v20240201-0843)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.equinox.console,1.4.700.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console,1.4.700.v20240213-1244)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.300.v20231220-1554 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.300.v20231220-1554)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.300.v20240201-0843)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.ui,1.4.200.v20240213-1246 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.ui,1.4.200.v20240213-1246)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.equinox.preferences,3.11.0.v20240210-0844 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences,3.11.0.v20240210-0844)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.200.v20240209-1053 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.200.v20240209-1053)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.200.v20231205-0632 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.200.v20231205-0632)
18:38:30 [2024-02-16T23:38:30.263Z] Mirroring: osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.util.xml,1.0.2.202109301733)
18:38:30 [2024-02-16T23:38:30.264Z] Mirroring: osgi.bundle,org.eclipse.equinox.bidi,1.5.0.v20240113-0700 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi,1.5.0.v20240113-0700)
18:38:30 [2024-02-16T23:38:30.264Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.200.v20240201-0843)
18:38:30 [2024-02-16T23:38:30.264Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637)
18:38:30 [2024-02-16T23:38:30.264Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui,2.8.300.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui,2.8.300.v20240207-1113)
18:38:30 [2024-02-16T23:38:30.264Z] Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.100.v20240213-1609 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.100.v20240213-1609)
18:38:30 [2024-02-16T23:38:30.264Z] Mirroring: osgi.bundle,org.eclipse.debug.ui,3.18.300.v20240213-1843 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui,3.18.300.v20240213-1843)
18:38:30 [2024-02-16T23:38:30.264Z] Mirroring: osgi.bundle,org.eclipse.equinox.registry,3.12.0.v20240213-1057 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry,3.12.0.v20240213-1057)
18:38:30 [2024-02-16T23:38:30.264Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.engine,2.10.0.v20240210-0918 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.engine,2.10.0.v20240210-0918)
18:38:30 [2024-02-16T23:38:30.264Z] Mirroring: osgi.bundle,org.eclipse.search,3.16.100.v20240125-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.search,3.16.100.v20240125-0858)
18:38:30 [2024-02-16T23:38:30.520Z] Mirroring: osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.300.v20240111-1549 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.300.v20240111-1549)
18:38:30 [2024-02-16T23:38:30.520Z] Mirroring: osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.cm,1.6.1.202109301733)
18:38:30 [2024-02-16T23:38:30.520Z] Mirroring: osgi.bundle,org.eclipse.jsch.core,1.5.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.core,1.5.300.v20231214-1526)
18:38:30 [2024-02-16T23:38:30.520Z] Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.125.0.v20240208-1757)
18:38:30 [2024-02-16T23:38:30.520Z] Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet,1.8.100.v20240213-1057 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet,1.8.100.v20240213-1057)
18:38:30 [2024-02-16T23:38:30.520Z] Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.ui.forms,3.13.200.v20240108-1539 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.forms,3.13.200.v20240108-1539)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.300.v20240123-1128 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.300.v20240123-1128)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.100.v20240216-0715 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.100.v20240216-0715)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.core.contenttype,3.9.300.v20231218-0909 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype,3.9.300.v20231218-0909)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.e4.core.contexts,1.12.500.v20231220-1554 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.contexts,1.12.500.v20231220-1554)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.e4.core.commands,1.1.300.v20240131-1308 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands,1.1.300.v20240131-1308)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.update.configurator,3.5.300.v20240215-1631 (Descriptor: canonical: osgi.bundle,org.eclipse.update.configurator,3.5.300.v20240215-1631)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.css.core,0.14.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.core,0.14.300.v20231214-1513)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.31.0.I20240216-1800)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.core.resources,3.20.100.v20240209-1706 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources,3.20.100.v20240209-1706)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.help.base,4.4.300.v20240216-1800 (Descriptor: canonical: osgi.bundle,org.eclipse.help.base,4.4.300.v20240216-1800)
18:38:30 [2024-02-16T23:38:30.521Z] Mirroring: osgi.bundle,org.eclipse.ui.console,3.14.0.v20240129-1403 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.console,3.14.0.v20240129-1403)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.eclipse.help.ui,4.6.200.v20240202-1455 (Descriptor: canonical: osgi.bundle,org.eclipse.help.ui,4.6.200.v20240202-1455)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.900.v20240129-1338)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.eclipse.compare.core,3.8.400.v20240124-0947 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.core,3.8.400.v20240124-0947)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.31.0.I20240216-1800)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 (Descriptor: canonical: osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.300.v20240212-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.300.v20240212-0924)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.eclipse.ui.views,3.12.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views,3.12.200.v20231214-1513)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.eclipse.ant.core,3.7.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.core,3.7.300.v20231214-1526)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2300.v20240216-0715 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2300.v20240216-0715)
18:38:30 [2024-02-16T23:38:30.522Z] Mirroring: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.300.v20231214-1012)
18:38:30 [2024-02-16T23:38:30.523Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.200.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.200.v20231201-1637)
18:38:30 [2024-02-16T23:38:30.778Z] Mirroring: osgi.bundle,org.eclipse.equinox.http.registry,1.4.0.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry,1.4.0.v20240213-1244)
18:38:30 [2024-02-16T23:38:30.778Z] Mirroring: osgi.bundle,org.eclipse.team.ui,3.10.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.team.ui,3.10.300.v20240207-1044)
18:38:30 [2024-02-16T23:38:30.778Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.300.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.300.v20240207-1113)
18:38:30 [2024-02-16T23:38:30.778Z] Mirroring: osgi.bundle,org.eclipse.jface.notifications,0.7.100.v20231214-2114 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.notifications,0.7.100.v20231214-2114)
18:38:30 [2024-02-16T23:38:30.778Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.core,2.11.0.v20240210-1628 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.core,2.11.0.v20240210-1628)
18:38:30 [2024-02-16T23:38:30.778Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.900.v20240129-1338)
18:38:30 [2024-02-16T23:38:30.779Z] Mirroring: osgi.bundle,org.eclipse.platform.doc.user,4.31.0.v20240213-1430 (Descriptor: canonical: osgi.bundle,org.eclipse.platform.doc.user,4.31.0.v20240213-1430)
18:38:30 [2024-02-16T23:38:30.779Z] Mirroring: osgi.bundle,org.eclipse.ui.intro.universal,3.5.300.v20240122-1701 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.universal,3.5.300.v20240122-1701)
18:38:30 [2024-02-16T23:38:30.779Z] Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.200.v20231220-1554 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.200.v20231220-1554)
18:38:30 [2024-02-16T23:38:30.779Z] Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.0.v20240213-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.0.v20240213-1427)
18:38:30 [2024-02-16T23:38:30.779Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.300.v20240201-0843)
18:38:30 [2024-02-16T23:38:30.779Z] Mirroring: osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 (Descriptor: canonical: osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109)
18:38:30 [2024-02-16T23:38:30.779Z] Mirroring: osgi.bundle,org.eclipse.ui.navigator,3.12.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator,3.12.300.v20240205-1417)
18:38:30 [2024-02-16T23:38:30.779Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.300.v20240212-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.300.v20240212-0924)
18:38:30 [2024-02-16T23:38:30.779Z] Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.125.0.v20240208-1757)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.300.v20240201-0843)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.eclipse.ui.browser,3.8.200.v20240202-1013 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.browser,3.8.200.v20240202-1013)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: org.eclipse.update.feature,org.eclipse.help,2.3.1700.v20240216-1800 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.help,2.3.1700.v20240216-1800)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.eclipse.debug.core,3.21.300.v20240109-1022 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.core,3.21.300.v20240109-1022)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.eclipse.core.jobs,3.15.200.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs,3.15.200.v20231214-1526)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.2.200.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.2.200.v20231214-1012)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.eclipse.urischeme,1.3.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.urischeme,1.3.200.v20231214-1513)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.eclipse.compare,3.10.0.v20240208-0728 (Descriptor: canonical: osgi.bundle,org.eclipse.compare,3.10.0.v20240208-0728)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.300.v20231214-1012)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,1.1.6)
18:38:31 [2024-02-16T23:38:31.035Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.operations,2.7.300.v20240212-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.operations,2.7.300.v20240212-0924)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.eclipse.ui.externaltools,3.6.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.externaltools,3.6.300.v20231214-1526)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.31.0.I20240216-1800)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.100.v20240212-1707 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.100.v20240212-1707)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.300.v20240201-0843)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.osgi.util.function,1.2.0.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.util.function,1.2.0.202109301733)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.900.v20240129-1338)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.osgi.service.event,1.4.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.event,1.4.1.202109301733)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.300.v20240216-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.300.v20240216-0715)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings,0.14.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings,0.14.300.v20231214-1513)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.eclipse.ui.views.log,1.4.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.log,1.4.300.v20240205-1417)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.100.v20231030-2045 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.100.v20231030-2045)
18:38:31 [2024-02-16T23:38:31.036Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.300.v20240207-1054)
18:38:31 [2024-02-16T23:38:31.037Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.200.v20240201-0843)
18:38:31 [2024-02-16T23:38:31.037Z] Mirroring: osgi.bundle,org.eclipse.rcp,4.31.0.v20240216-1800 (Descriptor: canonical: osgi.bundle,org.eclipse.rcp,4.31.0.v20240216-1800)
18:38:31 [2024-02-16T23:38:31.037Z] Mirroring: org.eclipse.update.feature,org.eclipse.rcp,4.31.0.v20240216-1800 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rcp,4.31.0.v20240216-1800)
18:38:31 [2024-02-16T23:38:31.037Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637)
18:38:31 [2024-02-16T23:38:31.037Z] Mirroring: osgi.bundle,org.eclipse.core.databinding.observable,1.13.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable,1.13.200.v20240104-1240)
18:38:31 [2024-02-16T23:38:31.037Z] Mirroring: osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401)
18:38:31 [2024-02-16T23:38:31.037Z] Mirroring: osgi.bundle,org.eclipse.osgi,3.19.0.v20240213-1246 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.19.0.v20240213-1246)
18:38:31 [2024-02-16T23:38:31.292Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench,1.15.300.v20240124-0948 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench,1.15.300.v20240124-0948)
18:38:31 [2024-02-16T23:38:31.292Z] Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.31.0.I20240216-1800)
18:38:31 [2024-02-16T23:38:31.292Z] Mirroring: osgi.bundle,org.eclipse.ui.cheatsheets,3.8.300.v20240202-1455 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cheatsheets,3.8.300.v20240202-1455)
18:38:31 [2024-02-16T23:38:31.292Z] Mirroring: osgi.bundle,org.eclipse.equinox.concurrent,1.3.0.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.concurrent,1.3.0.v20240213-1244)
18:38:31 [2024-02-16T23:38:31.292Z] Mirroring: osgi.bundle,org.eclipse.core.databinding.property,1.10.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property,1.10.200.v20240104-1240)
18:38:31 [2024-02-16T23:38:31.292Z] Mirroring: osgi.bundle,org.eclipse.jface,3.33.0.v20240214-1640 (Descriptor: canonical: osgi.bundle,org.eclipse.jface,3.33.0.v20240214-1640)
18:38:31 [2024-02-16T23:38:31.292Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.300.v20240119-2127 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.300.v20240119-2127)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.core.variables,3.6.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.core.variables,3.6.300.v20231214-1012)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: binary,org.eclipse.platform_root,4.31.0.v20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform_root,4.31.0.v20240216-1800)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.e4.core.di,1.9.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di,1.9.300.v20240207-1044)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.macosx,1.102.200.v20231214-2017 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.macosx,1.102.200.v20231214-2017)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.ui,3.205.100.v20240131-1023 (Descriptor: canonical: osgi.bundle,org.eclipse.ui,3.205.100.v20240131-1023)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.ui.intro,3.7.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro,3.7.300.v20231214-1012)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.osgi.service.component,1.5.1.202212101352 (Descriptor: canonical: osgi.bundle,org.osgi.service.component,1.5.1.202212101352)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.31.0.I20240216-1800)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.director,2.6.300.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director,2.6.300.v20240207-1113)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.e4.emf.xpath,0.4.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.emf.xpath,0.4.200.v20231214-1513)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.apache.felix.gogo.shell,1.1.4 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,1.1.4)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.linux,1.1.200.v20231214-1607 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.linux,1.1.200.v20231214-1607)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.tukaani.xz,1.9.0 (Descriptor: canonical: osgi.bundle,org.tukaani.xz,1.9.0)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.ui.workbench,3.131.100.v20240215-1416 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench,3.131.100.v20240215-1416)
18:38:31 [2024-02-16T23:38:31.293Z] Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.300.v20240207-1054)
18:38:31 [2024-02-16T23:38:31.549Z] Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.125.0.v20240208-1757)
18:38:31 [2024-02-16T23:38:31.549Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.300.v20240201-0843)
18:38:31 [2024-02-16T23:38:31.549Z] Mirroring: osgi.bundle,org.eclipse.ui.ide.application,1.5.300.v20240207-0025 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide.application,1.5.300.v20240207-0025)
18:38:31 [2024-02-16T23:38:31.549Z] [INFO] 
18:38:31 [2024-02-16T23:38:31.549Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:mirror (mirror-org.eclipse.platform.source) @ eclipse.platform.repository ---
18:38:31 [2024-02-16T23:38:31.549Z] [INFO] Mirroring 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repos/org.eclipse.platform.source
18:38:31 [2024-02-16T23:38:31.550Z] Mirroring: osgi.bundle,org.eclipse.jface.text,3.25.0.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.text,3.25.0.v20240207-1054)
18:38:31 [2024-02-16T23:38:31.550Z] Mirroring: osgi.bundle,org.eclipse.debug.ui.launchview,1.1.400.v20240110-1213 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui.launchview,1.1.400.v20240110-1213)
18:38:31 [2024-02-16T23:38:31.550Z] Mirroring: osgi.bundle,org.eclipse.ui.themes,1.2.2400.v20240213-1133 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.themes,1.2.2400.v20240213-1133)
18:38:31 [2024-02-16T23:38:31.550Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.0.v20240204-1634 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher.eclipse,1.6.0.v20240204-1634)
18:38:31 [2024-02-16T23:38:31.550Z] Mirroring: binary,org.eclipse.rcp_root,4.31.0.v20240216-1800 (Descriptor: canonical: binary,org.eclipse.rcp_root,4.31.0.v20240216-1800)
18:38:31 [2024-02-16T23:38:31.550Z] Mirroring: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources.win32.x86_64,3.5.500.v20220812-1420)
18:38:31 [2024-02-16T23:38:31.550Z] Mirroring: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.win32.win32.x86_64,3.125.0.v20240208-1757)
18:38:31 [2024-02-16T23:38:31.805Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.dialogs,1.4.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.dialogs,1.4.200.v20231214-1513)
18:38:31 [2024-02-16T23:38:31.805Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.2.200.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.win32.x86_64,1.2.200.v20240213-1244)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.x86_64,4.31.0.I20240216-1800)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.equinox.app,1.7.0.v20240213-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.app,1.7.0.v20240213-1427)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.200.v20240203-1359 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.transport.ecf,1.4.200.v20240203-1359)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.100.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator.manipulator,2.3.100.v20240201-0843)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.osgi.util.position,1.0.1.201505202026 (Descriptor: canonical: osgi.bundle,org.osgi.util.position,1.0.1.201505202026)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.aarch64,1.2.900.v20240129-1338)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.400.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions.supplier,0.17.400.v20231214-1012)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.ui.navigator.resources,3.9.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator.resources,3.9.200.v20240104-1240)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt,0.15.300.v20240207-1054)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.ui.genericeditor,1.3.300.v20240212-0845 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.genericeditor,1.3.300.v20240212-0845)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.e4.core.services,2.4.300.v20240119-0800 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.services,2.4.300.v20240119-0800)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.osgi.service.device,1.1.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.device,1.1.1.202109301733)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.core.externaltools,1.3.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.core.externaltools,1.3.300.v20231214-1012)
18:38:31 [2024-02-16T23:38:31.806Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.200.v20240109-1025 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.model.workbench,2.4.200.v20240109-1025)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.apache.felix.gogo.command,1.1.2 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.command,1.1.2)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.ui.ide,3.22.100.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide,3.22.100.v20240205-1417)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.platform,4.31.100.v20240216-1800 (Descriptor: canonical: osgi.bundle,org.eclipse.platform,4.31.100.v20240216-1800)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.core.commands,3.12.0.v20240214-1640 (Descriptor: canonical: osgi.bundle,org.eclipse.core.commands,3.12.0.v20240214-1640)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.help,3.10.300.v20240107-2054 (Descriptor: canonical: osgi.bundle,org.eclipse.help,3.10.300.v20240107-2054)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.equinox.http.jetty,3.9.100.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.jetty,3.9.100.v20240213-1244)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.core.runtime,3.31.0.v20240215-1631 (Descriptor: canonical: osgi.bundle,org.eclipse.core.runtime,3.31.0.v20240215-1631)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.300.v20240125-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.ui.refactoring,3.13.300.v20240125-0858)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filebuffers,3.8.300.v20240207-1054)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.ui.editors,3.17.200.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.editors,3.17.200.v20240207-1054)
18:38:31 [2024-02-16T23:38:31.807Z] Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.aarch64,3.125.0.v20240208-1757)
18:38:32 [2024-02-16T23:38:32.063Z] Mirroring: osgi.bundle,org.eclipse.ui.net,1.5.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.net,1.5.300.v20231214-1012)
18:38:32 [2024-02-16T23:38:32.063Z] Mirroring: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.compatibility.state,1.2.1000.v20240213-1057)
18:38:32 [2024-02-16T23:38:32.063Z] Mirroring: osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 (Descriptor: canonical: osgi.bundle,org.osgi.util.promise,1.3.0.202212101352)
18:38:32 [2024-02-16T23:38:32.063Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem,1.10.300.v20240124-1325 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem,1.10.300.v20240124-1325)
18:38:32 [2024-02-16T23:38:32.063Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher,1.6.700.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher,1.6.700.v20240213-1244)
18:38:32 [2024-02-16T23:38:32.063Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.200.v20240212-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk.scheduler,1.6.200.v20240212-0924)
18:38:32 [2024-02-16T23:38:32.063Z] Mirroring: org.eclipse.update.feature,org.eclipse.e4.rcp,4.31.0.v20240215-1631 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.e4.rcp,4.31.0.v20240215-1631)
18:38:32 [2024-02-16T23:38:32.063Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.x86_64,1.2.400.v20220812-1420)
18:38:32 [2024-02-16T23:38:32.063Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatechecker,1.4.200.v20240201-0843)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.jsch.ui,1.5.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.ui,1.5.300.v20231214-1526)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench3,0.17.300.v20231214-1513)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.ppc64le,1.2.900.v20240129-1338)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.core.net.win32,1.1.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32,1.1.300.v20231214-1526)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2300.v20240216-0715 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.user.ui,2.4.2300.v20240216-0715)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository,2.8.100.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository,2.8.100.v20240207-1113)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.swt.theme,0.14.300.v20231214-1513)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2300.v20240216-0715 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.extras.feature,1.4.2300.v20240216-0715)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.equinox.event,1.7.0.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.event,1.7.0.v20240214-0846)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.natives,1.5.200.v20240201-0843)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.swt,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt,3.125.0.v20240208-1757)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.text.quicksearch,1.2.300.v20240125-1313 (Descriptor: canonical: osgi.bundle,org.eclipse.text.quicksearch,1.2.300.v20240125-1313)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.300.v20240124-0948 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.addons.swt,1.5.300.v20240124-0948)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.di,1.5.300.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.di,1.5.300.v20240116-1723)
18:38:32 [2024-02-16T23:38:32.064Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.console,1.3.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.console,1.3.300.v20240201-0843)
18:38:32 [2024-02-16T23:38:32.065Z] Mirroring: osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.10.14.v20230922-1200)
18:38:32 [2024-02-16T23:38:32.065Z] Mirroring: osgi.bundle,org.eclipse.ui.win32,3.5.200.v20231214-2114 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.win32,3.5.200.v20231214-2114)
18:38:32 [2024-02-16T23:38:32.065Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.updatesite,1.3.300.v20240201-0843)
18:38:32 [2024-02-16T23:38:32.065Z] Mirroring: osgi.bundle,org.eclipse.equinox.security,1.4.200.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security,1.4.200.v20240213-1244)
18:38:32 [2024-02-16T23:38:32.065Z] Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.ppc64le,3.125.0.v20240208-1757)
18:38:32 [2024-02-16T23:38:32.320Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.900.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.win32.win32.x86_64,1.2.900.v20240213-1244)
18:38:32 [2024-02-16T23:38:32.320Z] Mirroring: osgi.bundle,org.eclipse.text,3.14.0.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.text,3.14.0.v20240207-1054)
18:38:32 [2024-02-16T23:38:32.320Z] Mirroring: org.eclipse.update.feature,org.eclipse.platform,4.31.0.v20240216-1800 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.platform,4.31.0.v20240216-1800)
18:38:32 [2024-02-16T23:38:32.320Z] Mirroring: osgi.bundle,org.eclipse.core.expressions,3.9.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.core.expressions,3.9.300.v20240207-1044)
18:38:32 [2024-02-16T23:38:32.320Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.win32.x86_64,1.4.300.v20220812-1420)
18:38:32 [2024-02-16T23:38:32.320Z] Mirroring: osgi.bundle,org.eclipse.core.databinding.beans,1.10.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.beans,1.10.200.v20231214-1513)
18:38:32 [2024-02-16T23:38:32.320Z] Mirroring: osgi.bundle,org.eclipse.compare.win32,1.3.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.win32,1.3.300.v20231214-1526)
18:38:32 [2024-02-16T23:38:32.320Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.progress,0.4.300.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.progress,0.4.300.v20240116-1723)
18:38:32 [2024-02-16T23:38:32.320Z] Mirroring: osgi.bundle,org.eclipse.ui.monitoring,1.3.200.v20240116-1723 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.monitoring,1.3.200.v20240116-1723)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.core.net.linux,1.1.100.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.linux,1.1.100.v20231214-1526)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.equinox.common,3.19.0.v20240214-0846 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.common,3.19.0.v20240214-0846)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.core.net,1.5.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net,1.5.300.v20231214-1526)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.help.webapp,3.11.300.v20240123-0655 (Descriptor: canonical: osgi.bundle,org.eclipse.help.webapp,3.11.300.v20240123-0655)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.0.v20240213-1100 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata,2.9.0.v20240213-1100)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.core.databinding,1.13.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding,1.13.200.v20240104-1240)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.jface.databinding,1.15.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.databinding,1.15.200.v20240104-1240)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.team.core,3.10.300.v20240125-0912 (Descriptor: canonical: osgi.bundle,org.eclipse.team.core,3.10.300.v20240125-0912)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.100.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin,2.3.100.v20240201-0843)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.equinox.console,1.4.700.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.console,1.4.700.v20240213-1244)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.300.v20231220-1554 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.annotations,1.8.300.v20231220-1554)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.extensionlocation,1.5.300.v20240201-0843)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.ui,1.4.200.v20240213-1246 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.ui,1.4.200.v20240213-1246)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.equinox.preferences,3.11.0.v20240210-0844 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.preferences,3.11.0.v20240210-0844)
18:38:32 [2024-02-16T23:38:32.321Z] Mirroring: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.200.v20240209-1053 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.simpleconfigurator,1.5.200.v20240209-1053)
18:38:32 [2024-02-16T23:38:32.322Z] Mirroring: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.200.v20231205-0632 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.properties.tabbed,3.10.200.v20231205-0632)
18:38:32 [2024-02-16T23:38:32.322Z] Mirroring: osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.util.xml,1.0.2.202109301733)
18:38:32 [2024-02-16T23:38:32.322Z] Mirroring: osgi.bundle,org.eclipse.equinox.bidi,1.5.0.v20240113-0700 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.bidi,1.5.0.v20240113-0700)
18:38:32 [2024-02-16T23:38:32.322Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.garbagecollector,1.3.200.v20240201-0843)
18:38:32 [2024-02-16T23:38:32.322Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.ide,3.17.200.v20231201-1637)
18:38:32 [2024-02-16T23:38:32.322Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui,2.8.300.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui,2.8.300.v20240207-1113)
18:38:32 [2024-02-16T23:38:32.322Z] Mirroring: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.100.v20240213-1609 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.frameworkadmin.equinox,1.3.100.v20240213-1609)
18:38:32 [2024-02-16T23:38:32.322Z] Mirroring: osgi.bundle,org.eclipse.debug.ui,3.18.300.v20240213-1843 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.ui,3.18.300.v20240213-1843)
18:38:32 [2024-02-16T23:38:32.578Z] Mirroring: osgi.bundle,org.eclipse.equinox.registry,3.12.0.v20240213-1057 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.registry,3.12.0.v20240213-1057)
18:38:32 [2024-02-16T23:38:32.578Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.engine,2.10.0.v20240210-0918 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.engine,2.10.0.v20240210-0918)
18:38:32 [2024-02-16T23:38:32.578Z] Mirroring: osgi.bundle,org.eclipse.search,3.16.100.v20240125-0858 (Descriptor: canonical: osgi.bundle,org.eclipse.search,3.16.100.v20240125-0858)
18:38:32 [2024-02-16T23:38:32.578Z] Mirroring: osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.300.v20240111-1549 (Descriptor: canonical: osgi.bundle,org.eclipse.ltk.core.refactoring,3.14.300.v20240111-1549)
18:38:32 [2024-02-16T23:38:32.578Z] Mirroring: osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.cm,1.6.1.202109301733)
18:38:32 [2024-02-16T23:38:32.578Z] Mirroring: osgi.bundle,org.eclipse.jsch.core,1.5.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.jsch.core,1.5.300.v20231214-1526)
18:38:32 [2024-02-16T23:38:32.578Z] Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.x86_64,3.125.0.v20240208-1757)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.equinox.http.servlet,1.8.100.v20240213-1057 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.servlet,1.8.100.v20240213-1057)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper.registry,1.3.0.v20240213-1427)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.ui.forms,3.13.200.v20240108-1539 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.forms,3.13.200.v20240108-1539)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.300.v20240123-1128 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.swt,0.17.300.v20240123-1128)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.100.v20240216-0715 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.core.feature,1.7.100.v20240216-0715)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.services,1.6.300.v20231201-1637)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.core.contenttype,3.9.300.v20231218-0909 (Descriptor: canonical: osgi.bundle,org.eclipse.core.contenttype,3.9.300.v20231218-0909)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.e4.core.contexts,1.12.500.v20231220-1554 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.contexts,1.12.500.v20231220-1554)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.e4.core.commands,1.1.300.v20240131-1308 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.commands,1.1.300.v20240131-1308)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.update.configurator,3.5.300.v20240215-1631 (Descriptor: canonical: osgi.bundle,org.eclipse.update.configurator,3.5.300.v20240215-1631)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.sdk,1.3.300.v20240207-1113)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.css.core,0.14.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.css.core,0.14.300.v20231214-1513)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.x86_64,4.31.0.I20240216-1800)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.core.resources,3.20.100.v20240209-1706 (Descriptor: canonical: osgi.bundle,org.eclipse.core.resources,3.20.100.v20240209-1706)
18:38:32 [2024-02-16T23:38:32.579Z] Mirroring: osgi.bundle,org.eclipse.help.base,4.4.300.v20240216-1800 (Descriptor: canonical: osgi.bundle,org.eclipse.help.base,4.4.300.v20240216-1800)
18:38:32 [2024-02-16T23:38:32.835Z] Mirroring: osgi.bundle,org.eclipse.ui.console,3.14.0.v20240129-1403 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.console,3.14.0.v20240129-1403)
18:38:32 [2024-02-16T23:38:32.835Z] Mirroring: osgi.bundle,org.eclipse.help.ui,4.6.200.v20240202-1455 (Descriptor: canonical: osgi.bundle,org.eclipse.help.ui,4.6.200.v20240202-1455)
18:38:32 [2024-02-16T23:38:32.835Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.cocoa.macosx.x86_64,1.2.900.v20240129-1338)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi.util,3.7.300.v20231104-1118)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.eclipse.compare.core,3.8.400.v20240124-0947 (Descriptor: canonical: osgi.bundle,org.eclipse.compare.core,3.8.400.v20240124-0947)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.win32.win32.x86_64,4.31.0.I20240216-1800)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 (Descriptor: canonical: osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.300.v20240212-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.reconciler.dropins,1.5.300.v20240212-0924)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.macosx,1.3.400.v20220812-1420)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.eclipse.ui.views,3.12.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views,3.12.200.v20231214-1513)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.eclipse.ant.core,3.7.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.ant.core,3.7.300.v20231214-1526)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2300.v20240216-0715 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.equinox.p2.rcp.feature,1.4.2300.v20240216-0715)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.team.genericeditor.diff.extension,1.2.300.v20231214-1012)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.200.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.win32,1.2.200.v20231201-1637)
18:38:32 [2024-02-16T23:38:32.836Z] Mirroring: osgi.bundle,org.eclipse.equinox.http.registry,1.4.0.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.http.registry,1.4.0.v20240213-1244)
18:38:32 [2024-02-16T23:38:32.837Z] Mirroring: osgi.bundle,org.eclipse.team.ui,3.10.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.team.ui,3.10.300.v20240207-1044)
18:38:32 [2024-02-16T23:38:32.837Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.300.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.repository.tools,2.4.300.v20240207-1113)
18:38:32 [2024-02-16T23:38:32.837Z] Mirroring: osgi.bundle,org.eclipse.jface.notifications,0.7.100.v20231214-2114 (Descriptor: canonical: osgi.bundle,org.eclipse.jface.notifications,0.7.100.v20231214-2114)
18:38:32 [2024-02-16T23:38:32.837Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.core,2.11.0.v20240210-1628 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.core,2.11.0.v20240210-1628)
18:38:32 [2024-02-16T23:38:32.837Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.2.900.v20240129-1338)
18:38:32 [2024-02-16T23:38:32.837Z] Mirroring: osgi.bundle,org.eclipse.platform.doc.user,4.31.0.v20240213-1430 (Descriptor: canonical: osgi.bundle,org.eclipse.platform.doc.user,4.31.0.v20240213-1430)
18:38:32 [2024-02-16T23:38:32.837Z] Mirroring: osgi.bundle,org.eclipse.ui.intro.universal,3.5.300.v20240122-1701 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.universal,3.5.300.v20240122-1701)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.200.v20231220-1554 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di.extensions,0.18.200.v20231220-1554)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.0.v20240213-1427 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.jsp.jasper,1.2.0.v20240213-1427)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.directorywatcher,1.4.300.v20240201-0843)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 (Descriptor: canonical: osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.eclipse.ui.navigator,3.12.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.navigator,3.12.300.v20240205-1417)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.300.v20240212-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director.app,1.3.300.v20240212-0924)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.gtk.linux.x86_64,3.125.0.v20240208-1757)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.ui.importexport,1.4.300.v20240201-0843)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: osgi.bundle,org.eclipse.ui.browser,3.8.200.v20240202-1013 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.browser,3.8.200.v20240202-1013)
18:38:33 [2024-02-16T23:38:33.093Z] Mirroring: org.eclipse.update.feature,org.eclipse.help,2.3.1700.v20240216-1800 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.help,2.3.1700.v20240216-1800)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.debug.core,3.21.300.v20240109-1022 (Descriptor: canonical: osgi.bundle,org.eclipse.debug.core,3.21.300.v20240109-1022)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.core.jobs,3.15.200.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.core.jobs,3.15.200.v20231214-1526)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.2.200.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.core.net.win32.x86_64,1.2.200.v20231214-1012)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.urischeme,1.3.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.urischeme,1.3.200.v20231214-1513)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.compare,3.10.0.v20240208-0728 (Descriptor: canonical: osgi.bundle,org.eclipse.compare,3.10.0.v20240208-0728)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro.quicklinks,1.2.300.v20231214-1012)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.runtime,1.1.6)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.operations,2.7.300.v20240212-0924 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.operations,2.7.300.v20240212-0924)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.ui.externaltools,3.6.300.v20231214-1526 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.externaltools,3.6.300.v20231214-1526)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.ppc64le,4.31.0.I20240216-1800)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.100.v20240212-1707 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.publisher,1.9.100.v20240212-1707)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.jarprocessor,1.3.300.v20240201-0843)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733)
18:38:33 [2024-02-16T23:38:33.094Z] Mirroring: osgi.bundle,org.osgi.util.function,1.2.0.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.util.function,1.2.0.202109301733)
18:38:33 [2024-02-16T23:38:33.095Z] Mirroring: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.900.v20240129-1338 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.aarch64,1.2.900.v20240129-1338)
18:38:33 [2024-02-16T23:38:33.350Z] Mirroring: osgi.bundle,org.osgi.service.event,1.4.1.202109301733 (Descriptor: canonical: osgi.bundle,org.osgi.service.event,1.4.1.202109301733)
18:38:33 [2024-02-16T23:38:33.350Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.300.v20240216-0715 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.artifact.repository,1.5.300.v20240216-0715)
18:38:33 [2024-02-16T23:38:33.350Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.bindings,0.14.300.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.bindings,0.14.300.v20231214-1513)
18:38:33 [2024-02-16T23:38:33.350Z] Mirroring: osgi.bundle,org.eclipse.ui.views.log,1.4.300.v20240205-1417 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.views.log,1.4.300.v20240205-1417)
18:38:33 [2024-02-16T23:38:33.350Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.100.v20231030-2045 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.swt.gtk,1.2.100.v20231030-2045)
18:38:33 [2024-02-16T23:38:33.350Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt,0.16.300.v20240207-1054)
18:38:33 [2024-02-16T23:38:33.350Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.200.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.touchpoint.eclipse,2.4.200.v20240201-0843)
18:38:33 [2024-02-16T23:38:33.350Z] Mirroring: osgi.bundle,org.eclipse.rcp,4.31.0.v20240216-1800 (Descriptor: canonical: osgi.bundle,org.eclipse.rcp,4.31.0.v20240216-1800)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: org.eclipse.update.feature,org.eclipse.rcp,4.31.0.v20240216-1800 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.rcp,4.31.0.v20240216-1800)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.widgets,1.4.100.v20231201-1637)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.core.databinding.observable,1.13.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.observable,1.13.200.v20240104-1240)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cocoa,1.3.100.v20230214-1401)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.osgi,3.19.0.v20240213-1246 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.19.0.v20240213-1246)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench,1.15.300.v20240124-0948 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench,1.15.300.v20240124-0948)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.cocoa.macosx.aarch64,4.31.0.I20240216-1800)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.ui.cheatsheets,3.8.300.v20240202-1455 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.cheatsheets,3.8.300.v20240202-1455)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.equinox.concurrent,1.3.0.v20240213-1244 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.concurrent,1.3.0.v20240213-1244)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.core.databinding.property,1.10.200.v20240104-1240 (Descriptor: canonical: osgi.bundle,org.eclipse.core.databinding.property,1.10.200.v20240104-1240)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.jface,3.33.0.v20240214-1640 (Descriptor: canonical: osgi.bundle,org.eclipse.jface,3.33.0.v20240214-1640)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.300.v20240119-2127 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.ui.workbench.renderers.swt.cocoa,0.14.300.v20240119-2127)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.core.variables,3.6.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.core.variables,3.6.300.v20231214-1012)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: binary,org.eclipse.platform_root,4.31.0.v20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform_root,4.31.0.v20240216-1800)
18:38:33 [2024-02-16T23:38:33.351Z] Mirroring: osgi.bundle,org.eclipse.e4.core.di,1.9.300.v20240207-1044 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.core.di,1.9.300.v20240207-1044)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.macosx,1.102.200.v20231214-2017 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.macosx,1.102.200.v20231214-2017)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.ppc64le,1.4.200.v20220812-1420)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.eclipse.ui,3.205.100.v20240131-1023 (Descriptor: canonical: osgi.bundle,org.eclipse.ui,3.205.100.v20240131-1023)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.eclipse.ui.intro,3.7.300.v20231214-1012 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.intro,3.7.300.v20231214-1012)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.osgi.service.component,1.5.1.202212101352 (Descriptor: canonical: osgi.bundle,org.osgi.service.component,1.5.1.202212101352)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.31.0.I20240216-1800 (Descriptor: canonical: binary,org.eclipse.platform.ide.executable.gtk.linux.aarch64,4.31.0.I20240216-1800)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.director,2.6.300.v20240207-1113 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.director,2.6.300.v20240207-1113)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.eclipse.e4.emf.xpath,0.4.200.v20231214-1513 (Descriptor: canonical: osgi.bundle,org.eclipse.e4.emf.xpath,0.4.200.v20231214-1513)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420 (Descriptor: canonical: osgi.bundle,org.eclipse.core.filesystem.linux.aarch64,1.4.200.v20220812-1420)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.apache.felix.gogo.shell,1.1.4 (Descriptor: canonical: osgi.bundle,org.apache.felix.gogo.shell,1.1.4)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.eclipse.equinox.security.linux,1.1.200.v20231214-1607 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.security.linux,1.1.200.v20231214-1607)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.tukaani.xz,1.9.0 (Descriptor: canonical: osgi.bundle,org.tukaani.xz,1.9.0)
18:38:33 [2024-02-16T23:38:33.352Z] Mirroring: osgi.bundle,org.eclipse.ui.workbench,3.131.100.v20240215-1416 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench,3.131.100.v20240215-1416)
18:38:33 [2024-02-16T23:38:33.609Z] Mirroring: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.300.v20240207-1054 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.workbench.texteditor,3.17.300.v20240207-1054)
18:38:33 [2024-02-16T23:38:33.609Z] Mirroring: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.125.0.v20240208-1757 (Descriptor: canonical: osgi.bundle,org.eclipse.swt.cocoa.macosx.aarch64,3.125.0.v20240208-1757)
18:38:33 [2024-02-16T23:38:33.609Z] Mirroring: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.300.v20240201-0843 (Descriptor: canonical: osgi.bundle,org.eclipse.equinox.p2.metadata.repository,1.5.300.v20240201-0843)
18:38:33 [2024-02-16T23:38:33.609Z] Mirroring: osgi.bundle,org.eclipse.ui.ide.application,1.5.300.v20240207-0025 (Descriptor: canonical: osgi.bundle,org.eclipse.ui.ide.application,1.5.300.v20240207-0025)
18:38:33 [2024-02-16T23:38:33.609Z] [INFO] 
18:38:33 [2024-02-16T23:38:33.609Z] [INFO] --- tycho-p2-director:4.0.6-SNAPSHOT:materialize-products (materialize-platform-product) @ eclipse.platform.repository ---
18:38:33 [2024-02-16T23:38:33.609Z] [INFO] Installing product org.eclipse.platform.ide for environment linux/gtk/x86_64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:38:33 [2024-02-16T23:38:33.609Z] 
18:38:33 [2024-02-16T23:38:33.609Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:38:33 [2024-02-16T23:38:33.609Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:38:33 [2024-02-16T23:38:33.609Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:38:33 [2024-02-16T23:38:33.609Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:38:33 [2024-02-16T23:38:33.609Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:38:33 [2024-02-16T23:38:33.609Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:38:33 [2024-02-16T23:38:33.609Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:38:33 [2024-02-16T23:38:33.609Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:38:33 [2024-02-16T23:38:33.609Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:38:33 [2024-02-16T23:38:33.609Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:38:33 [2024-02-16T23:38:33.609Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:38:33 [2024-02-16T23:38:33.609Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:38:33 [2024-02-16T23:38:33.609Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:38:33 [2024-02-16T23:38:33.609Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:38:33 [2024-02-16T23:38:33.609Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:38:33 [2024-02-16T23:38:33.610Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:38:33 [2024-02-16T23:38:33.610Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:38:33 [2024-02-16T23:38:33.610Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:38:33 [2024-02-16T23:38:33.610Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:38:33 [2024-02-16T23:38:33.610Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:38:33 [2024-02-16T23:38:33.610Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:38:33 [2024-02-16T23:38:33.610Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:38:33 [2024-02-16T23:38:33.610Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:38:33 [2024-02-16T23:38:33.610Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:38:33 [2024-02-16T23:38:33.610Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:38:33 [2024-02-16T23:38:33.610Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:38:33 [2024-02-16T23:38:33.610Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:38:33 [2024-02-16T23:38:33.610Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:38:33 [2024-02-16T23:38:33.610Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:38:33 [2024-02-16T23:38:33.610Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:38:33 [2024-02-16T23:38:33.610Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:38:33 [2024-02-16T23:38:33.610Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:38:33 [2024-02-16T23:38:33.610Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:38:33 [2024-02-16T23:38:33.610Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:38:33 [2024-02-16T23:38:33.610Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:38:33 [2024-02-16T23:38:33.610Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:38:33 [2024-02-16T23:38:33.610Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:38:33 [2024-02-16T23:38:33.610Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:38:33 [2024-02-16T23:38:33.610Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:38:33 [2024-02-16T23:38:33.610Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:38:33 [2024-02-16T23:38:33.610Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:38:33 [2024-02-16T23:38:33.610Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:38:33 [2024-02-16T23:38:33.610Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:38:33 [2024-02-16T23:38:33.610Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:38:33 [2024-02-16T23:38:33.610Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:38:33 [2024-02-16T23:38:33.610Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:38:33 [2024-02-16T23:38:33.610Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:38:33 [2024-02-16T23:38:33.610Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:38:33 [2024-02-16T23:38:33.610Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:38:33 [2024-02-16T23:38:33.610Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:38:33 [2024-02-16T23:38:33.610Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:38:33 [2024-02-16T23:38:33.610Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:38:33 [2024-02-16T23:38:33.610Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:38:33 [2024-02-16T23:38:33.610Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:38:33 [2024-02-16T23:38:33.610Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:38:33 [2024-02-16T23:38:33.610Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:38:33 [2024-02-16T23:38:33.610Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:38:33 [2024-02-16T23:38:33.610Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:38:33 [2024-02-16T23:38:33.610Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:38:33 [2024-02-16T23:38:33.610Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:38:33 [2024-02-16T23:38:33.610Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:38:33 [2024-02-16T23:38:33.610Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:38:33 [2024-02-16T23:38:33.610Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:38:33 [2024-02-16T23:38:33.610Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:38:33 [2024-02-16T23:38:33.610Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:38:33 [2024-02-16T23:38:33.610Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:38:33 [2024-02-16T23:38:33.610Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:38:33 [2024-02-16T23:38:33.610Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:38:33 [2024-02-16T23:38:33.610Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:38:33 [2024-02-16T23:38:33.610Z] UNmHBQdtflW5G1L5fQggWG7V
18:38:33 [2024-02-16T23:38:33.610Z] =/Asu
18:38:33 [2024-02-16T23:38:33.610Z] -----END PGP PUBLIC KEY BLOCK-----}
18:38:34 [2024-02-16T23:38:34.172Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - linux/gtk/x86_64] Installing org.eclipse.platform.ide 4.31.0.I20240216-1800.
18:38:49 [2024-02-16T23:38:49.029Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - linux/gtk/x86_64] Operation completed in 12795 ms.
18:38:49 [2024-02-16T23:38:49.030Z] [INFO] Installing product org.eclipse.platform.ide for environment linux/gtk/ppc64le 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/linux/gtk/ppc64le/eclipse using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:38:49 [2024-02-16T23:38:49.030Z] 
18:38:49 [2024-02-16T23:38:49.030Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:38:49 [2024-02-16T23:38:49.030Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:38:49 [2024-02-16T23:38:49.030Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:38:49 [2024-02-16T23:38:49.030Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:38:49 [2024-02-16T23:38:49.030Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:38:49 [2024-02-16T23:38:49.030Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:38:49 [2024-02-16T23:38:49.030Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:38:49 [2024-02-16T23:38:49.030Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:38:49 [2024-02-16T23:38:49.030Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:38:49 [2024-02-16T23:38:49.030Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:38:49 [2024-02-16T23:38:49.030Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:38:49 [2024-02-16T23:38:49.030Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:38:49 [2024-02-16T23:38:49.030Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:38:49 [2024-02-16T23:38:49.030Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:38:49 [2024-02-16T23:38:49.030Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:38:49 [2024-02-16T23:38:49.030Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:38:49 [2024-02-16T23:38:49.030Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:38:49 [2024-02-16T23:38:49.030Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:38:49 [2024-02-16T23:38:49.030Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:38:49 [2024-02-16T23:38:49.030Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:38:49 [2024-02-16T23:38:49.030Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:38:49 [2024-02-16T23:38:49.030Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:38:49 [2024-02-16T23:38:49.030Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:38:49 [2024-02-16T23:38:49.030Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:38:49 [2024-02-16T23:38:49.030Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:38:49 [2024-02-16T23:38:49.030Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:38:49 [2024-02-16T23:38:49.030Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:38:49 [2024-02-16T23:38:49.030Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:38:49 [2024-02-16T23:38:49.030Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:38:49 [2024-02-16T23:38:49.030Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:38:49 [2024-02-16T23:38:49.030Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:38:49 [2024-02-16T23:38:49.030Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:38:49 [2024-02-16T23:38:49.030Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:38:49 [2024-02-16T23:38:49.030Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:38:49 [2024-02-16T23:38:49.030Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:38:49 [2024-02-16T23:38:49.030Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:38:49 [2024-02-16T23:38:49.030Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:38:49 [2024-02-16T23:38:49.030Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:38:49 [2024-02-16T23:38:49.030Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:38:49 [2024-02-16T23:38:49.030Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:38:49 [2024-02-16T23:38:49.031Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:38:49 [2024-02-16T23:38:49.031Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:38:49 [2024-02-16T23:38:49.031Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:38:49 [2024-02-16T23:38:49.031Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:38:49 [2024-02-16T23:38:49.031Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:38:49 [2024-02-16T23:38:49.031Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:38:49 [2024-02-16T23:38:49.031Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:38:49 [2024-02-16T23:38:49.031Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:38:49 [2024-02-16T23:38:49.031Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:38:49 [2024-02-16T23:38:49.031Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:38:49 [2024-02-16T23:38:49.031Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:38:49 [2024-02-16T23:38:49.031Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:38:49 [2024-02-16T23:38:49.031Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:38:49 [2024-02-16T23:38:49.031Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:38:49 [2024-02-16T23:38:49.031Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:38:49 [2024-02-16T23:38:49.031Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:38:49 [2024-02-16T23:38:49.031Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:38:49 [2024-02-16T23:38:49.031Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:38:49 [2024-02-16T23:38:49.031Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:38:49 [2024-02-16T23:38:49.031Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:38:49 [2024-02-16T23:38:49.031Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:38:49 [2024-02-16T23:38:49.031Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:38:49 [2024-02-16T23:38:49.031Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:38:49 [2024-02-16T23:38:49.031Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:38:49 [2024-02-16T23:38:49.031Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:38:49 [2024-02-16T23:38:49.031Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:38:49 [2024-02-16T23:38:49.031Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:38:49 [2024-02-16T23:38:49.031Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:38:49 [2024-02-16T23:38:49.031Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:38:49 [2024-02-16T23:38:49.031Z] UNmHBQdtflW5G1L5fQggWG7V
18:38:49 [2024-02-16T23:38:49.031Z] =/Asu
18:38:49 [2024-02-16T23:38:49.031Z] -----END PGP PUBLIC KEY BLOCK-----}
18:38:49 [2024-02-16T23:38:49.031Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - linux/gtk/ppc64le] Installing org.eclipse.platform.ide 4.31.0.I20240216-1800.
18:39:01 [2024-02-16T23:39:01.193Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - linux/gtk/ppc64le] Operation completed in 12630 ms.
18:39:01 [2024-02-16T23:39:01.193Z] [INFO] Installing product org.eclipse.platform.ide for environment linux/gtk/aarch64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:39:01 [2024-02-16T23:39:01.194Z] 
18:39:01 [2024-02-16T23:39:01.194Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:39:01 [2024-02-16T23:39:01.194Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:39:01 [2024-02-16T23:39:01.194Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:39:01 [2024-02-16T23:39:01.194Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:39:01 [2024-02-16T23:39:01.194Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:39:01 [2024-02-16T23:39:01.194Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:39:01 [2024-02-16T23:39:01.194Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:39:01 [2024-02-16T23:39:01.194Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:39:01 [2024-02-16T23:39:01.194Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:39:01 [2024-02-16T23:39:01.194Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:39:01 [2024-02-16T23:39:01.194Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:39:01 [2024-02-16T23:39:01.194Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:39:01 [2024-02-16T23:39:01.194Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:39:01 [2024-02-16T23:39:01.194Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:39:01 [2024-02-16T23:39:01.194Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:39:01 [2024-02-16T23:39:01.194Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:39:01 [2024-02-16T23:39:01.194Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:39:01 [2024-02-16T23:39:01.194Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:39:01 [2024-02-16T23:39:01.194Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:39:01 [2024-02-16T23:39:01.194Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:39:01 [2024-02-16T23:39:01.194Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:39:01 [2024-02-16T23:39:01.194Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:39:01 [2024-02-16T23:39:01.194Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:39:01 [2024-02-16T23:39:01.194Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:39:01 [2024-02-16T23:39:01.194Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:39:01 [2024-02-16T23:39:01.194Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:39:01 [2024-02-16T23:39:01.194Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:39:01 [2024-02-16T23:39:01.194Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:39:01 [2024-02-16T23:39:01.194Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:39:01 [2024-02-16T23:39:01.194Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:39:01 [2024-02-16T23:39:01.194Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:39:01 [2024-02-16T23:39:01.194Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:39:01 [2024-02-16T23:39:01.194Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:39:01 [2024-02-16T23:39:01.194Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:39:01 [2024-02-16T23:39:01.194Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:39:01 [2024-02-16T23:39:01.194Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:39:01 [2024-02-16T23:39:01.194Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:39:01 [2024-02-16T23:39:01.194Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:39:01 [2024-02-16T23:39:01.194Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:39:01 [2024-02-16T23:39:01.194Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:39:01 [2024-02-16T23:39:01.194Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:39:01 [2024-02-16T23:39:01.194Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:39:01 [2024-02-16T23:39:01.194Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:39:01 [2024-02-16T23:39:01.194Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:39:01 [2024-02-16T23:39:01.194Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:39:01 [2024-02-16T23:39:01.194Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:39:01 [2024-02-16T23:39:01.194Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:39:01 [2024-02-16T23:39:01.194Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:39:01 [2024-02-16T23:39:01.194Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:39:01 [2024-02-16T23:39:01.194Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:39:01 [2024-02-16T23:39:01.194Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:39:01 [2024-02-16T23:39:01.194Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:39:01 [2024-02-16T23:39:01.194Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:39:01 [2024-02-16T23:39:01.194Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:39:01 [2024-02-16T23:39:01.194Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:39:01 [2024-02-16T23:39:01.194Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:39:01 [2024-02-16T23:39:01.194Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:39:01 [2024-02-16T23:39:01.194Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:39:01 [2024-02-16T23:39:01.194Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:39:01 [2024-02-16T23:39:01.194Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:39:01 [2024-02-16T23:39:01.194Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:39:01 [2024-02-16T23:39:01.194Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:39:01 [2024-02-16T23:39:01.194Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:39:01 [2024-02-16T23:39:01.194Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:39:01 [2024-02-16T23:39:01.194Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:39:01 [2024-02-16T23:39:01.194Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:39:01 [2024-02-16T23:39:01.194Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:39:01 [2024-02-16T23:39:01.194Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:39:01 [2024-02-16T23:39:01.194Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:39:01 [2024-02-16T23:39:01.194Z] UNmHBQdtflW5G1L5fQggWG7V
18:39:01 [2024-02-16T23:39:01.194Z] =/Asu
18:39:01 [2024-02-16T23:39:01.194Z] -----END PGP PUBLIC KEY BLOCK-----}
18:39:01 [2024-02-16T23:39:01.195Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - linux/gtk/aarch64] Installing org.eclipse.platform.ide 4.31.0.I20240216-1800.
18:39:13 [2024-02-16T23:39:13.369Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - linux/gtk/aarch64] Operation completed in 13159 ms.
18:39:13 [2024-02-16T23:39:13.931Z] [INFO] Installing product org.eclipse.platform.ide for environment win32/win32/x86_64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:39:13 [2024-02-16T23:39:13.931Z] 
18:39:13 [2024-02-16T23:39:13.931Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:39:13 [2024-02-16T23:39:13.931Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:39:13 [2024-02-16T23:39:13.931Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:39:13 [2024-02-16T23:39:13.931Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:39:13 [2024-02-16T23:39:13.931Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:39:13 [2024-02-16T23:39:13.931Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:39:13 [2024-02-16T23:39:13.931Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:39:13 [2024-02-16T23:39:13.931Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:39:13 [2024-02-16T23:39:13.931Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:39:13 [2024-02-16T23:39:13.931Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:39:13 [2024-02-16T23:39:13.931Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:39:13 [2024-02-16T23:39:13.931Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:39:13 [2024-02-16T23:39:13.931Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:39:13 [2024-02-16T23:39:13.931Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:39:13 [2024-02-16T23:39:13.931Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:39:13 [2024-02-16T23:39:13.931Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:39:13 [2024-02-16T23:39:13.931Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:39:13 [2024-02-16T23:39:13.932Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:39:13 [2024-02-16T23:39:13.932Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:39:13 [2024-02-16T23:39:13.932Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:39:13 [2024-02-16T23:39:13.932Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:39:13 [2024-02-16T23:39:13.932Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:39:13 [2024-02-16T23:39:13.932Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:39:13 [2024-02-16T23:39:13.932Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:39:13 [2024-02-16T23:39:13.932Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:39:13 [2024-02-16T23:39:13.932Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:39:13 [2024-02-16T23:39:13.932Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:39:13 [2024-02-16T23:39:13.932Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:39:13 [2024-02-16T23:39:13.932Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:39:13 [2024-02-16T23:39:13.932Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:39:13 [2024-02-16T23:39:13.932Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:39:13 [2024-02-16T23:39:13.932Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:39:13 [2024-02-16T23:39:13.932Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:39:13 [2024-02-16T23:39:13.932Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:39:13 [2024-02-16T23:39:13.932Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:39:13 [2024-02-16T23:39:13.932Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:39:13 [2024-02-16T23:39:13.932Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:39:13 [2024-02-16T23:39:13.932Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:39:13 [2024-02-16T23:39:13.932Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:39:13 [2024-02-16T23:39:13.932Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:39:13 [2024-02-16T23:39:13.932Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:39:13 [2024-02-16T23:39:13.932Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:39:13 [2024-02-16T23:39:13.932Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:39:13 [2024-02-16T23:39:13.932Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:39:13 [2024-02-16T23:39:13.932Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:39:13 [2024-02-16T23:39:13.932Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:39:13 [2024-02-16T23:39:13.932Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:39:13 [2024-02-16T23:39:13.932Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:39:13 [2024-02-16T23:39:13.932Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:39:13 [2024-02-16T23:39:13.932Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:39:13 [2024-02-16T23:39:13.932Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:39:13 [2024-02-16T23:39:13.932Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:39:13 [2024-02-16T23:39:13.932Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:39:13 [2024-02-16T23:39:13.932Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:39:13 [2024-02-16T23:39:13.932Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:39:13 [2024-02-16T23:39:13.932Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:39:13 [2024-02-16T23:39:13.932Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:39:13 [2024-02-16T23:39:13.932Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:39:13 [2024-02-16T23:39:13.932Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:39:13 [2024-02-16T23:39:13.932Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:39:13 [2024-02-16T23:39:13.932Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:39:13 [2024-02-16T23:39:13.932Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:39:13 [2024-02-16T23:39:13.932Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:39:13 [2024-02-16T23:39:13.932Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:39:13 [2024-02-16T23:39:13.932Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:39:13 [2024-02-16T23:39:13.932Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:39:13 [2024-02-16T23:39:13.932Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:39:13 [2024-02-16T23:39:13.932Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:39:13 [2024-02-16T23:39:13.932Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:39:13 [2024-02-16T23:39:13.932Z] UNmHBQdtflW5G1L5fQggWG7V
18:39:13 [2024-02-16T23:39:13.932Z] =/Asu
18:39:13 [2024-02-16T23:39:13.932Z] -----END PGP PUBLIC KEY BLOCK-----}
18:39:14 [2024-02-16T23:39:14.494Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - win32/win32/x86_64] Installing org.eclipse.platform.ide 4.31.0.I20240216-1800.
18:39:26 [2024-02-16T23:39:26.670Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - win32/win32/x86_64] Operation completed in 11908 ms.
18:39:26 [2024-02-16T23:39:26.670Z] [INFO] Installing product org.eclipse.platform.ide for environment macosx/cocoa/x86_64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:39:26 [2024-02-16T23:39:26.670Z] 
18:39:26 [2024-02-16T23:39:26.670Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:39:26 [2024-02-16T23:39:26.670Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:39:26 [2024-02-16T23:39:26.670Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:39:26 [2024-02-16T23:39:26.670Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:39:26 [2024-02-16T23:39:26.670Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:39:26 [2024-02-16T23:39:26.670Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:39:26 [2024-02-16T23:39:26.670Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:39:26 [2024-02-16T23:39:26.670Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:39:26 [2024-02-16T23:39:26.671Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:39:26 [2024-02-16T23:39:26.671Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:39:26 [2024-02-16T23:39:26.671Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:39:26 [2024-02-16T23:39:26.671Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:39:26 [2024-02-16T23:39:26.671Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:39:26 [2024-02-16T23:39:26.671Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:39:26 [2024-02-16T23:39:26.671Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:39:26 [2024-02-16T23:39:26.671Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:39:26 [2024-02-16T23:39:26.671Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:39:26 [2024-02-16T23:39:26.671Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:39:26 [2024-02-16T23:39:26.671Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:39:26 [2024-02-16T23:39:26.671Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:39:26 [2024-02-16T23:39:26.671Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:39:26 [2024-02-16T23:39:26.671Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:39:26 [2024-02-16T23:39:26.671Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:39:26 [2024-02-16T23:39:26.671Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:39:26 [2024-02-16T23:39:26.671Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:39:26 [2024-02-16T23:39:26.671Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:39:26 [2024-02-16T23:39:26.671Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:39:26 [2024-02-16T23:39:26.671Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:39:26 [2024-02-16T23:39:26.671Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:39:26 [2024-02-16T23:39:26.671Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:39:26 [2024-02-16T23:39:26.671Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:39:26 [2024-02-16T23:39:26.671Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:39:26 [2024-02-16T23:39:26.671Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:39:26 [2024-02-16T23:39:26.671Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:39:26 [2024-02-16T23:39:26.671Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:39:26 [2024-02-16T23:39:26.671Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:39:26 [2024-02-16T23:39:26.671Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:39:26 [2024-02-16T23:39:26.671Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:39:26 [2024-02-16T23:39:26.671Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:39:26 [2024-02-16T23:39:26.671Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:39:26 [2024-02-16T23:39:26.671Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:39:26 [2024-02-16T23:39:26.671Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:39:26 [2024-02-16T23:39:26.671Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:39:26 [2024-02-16T23:39:26.671Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:39:26 [2024-02-16T23:39:26.671Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:39:26 [2024-02-16T23:39:26.671Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:39:26 [2024-02-16T23:39:26.671Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:39:26 [2024-02-16T23:39:26.671Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:39:26 [2024-02-16T23:39:26.671Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:39:26 [2024-02-16T23:39:26.671Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:39:26 [2024-02-16T23:39:26.671Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:39:26 [2024-02-16T23:39:26.671Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:39:26 [2024-02-16T23:39:26.671Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:39:26 [2024-02-16T23:39:26.671Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:39:26 [2024-02-16T23:39:26.671Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:39:26 [2024-02-16T23:39:26.671Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:39:26 [2024-02-16T23:39:26.671Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:39:26 [2024-02-16T23:39:26.671Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:39:26 [2024-02-16T23:39:26.671Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:39:26 [2024-02-16T23:39:26.671Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:39:26 [2024-02-16T23:39:26.671Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:39:26 [2024-02-16T23:39:26.671Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:39:26 [2024-02-16T23:39:26.671Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:39:26 [2024-02-16T23:39:26.671Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:39:26 [2024-02-16T23:39:26.671Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:39:26 [2024-02-16T23:39:26.671Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:39:26 [2024-02-16T23:39:26.671Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:39:26 [2024-02-16T23:39:26.671Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:39:26 [2024-02-16T23:39:26.671Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:39:26 [2024-02-16T23:39:26.671Z] UNmHBQdtflW5G1L5fQggWG7V
18:39:26 [2024-02-16T23:39:26.671Z] =/Asu
18:39:26 [2024-02-16T23:39:26.671Z] -----END PGP PUBLIC KEY BLOCK-----}
18:39:26 [2024-02-16T23:39:26.671Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - macosx/cocoa/x86_64] Installing org.eclipse.platform.ide 4.31.0.I20240216-1800.
18:39:38 [2024-02-16T23:39:38.837Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - macosx/cocoa/x86_64] Operation completed in 11961 ms.
18:39:38 [2024-02-16T23:39:38.837Z] [INFO] Installing product org.eclipse.platform.ide for environment macosx/cocoa/aarch64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:39:38 [2024-02-16T23:39:38.837Z] 
18:39:38 [2024-02-16T23:39:38.837Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:39:38 [2024-02-16T23:39:38.837Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:39:38 [2024-02-16T23:39:38.837Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:39:38 [2024-02-16T23:39:38.837Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:39:38 [2024-02-16T23:39:38.837Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:39:38 [2024-02-16T23:39:38.837Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:39:38 [2024-02-16T23:39:38.837Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:39:38 [2024-02-16T23:39:38.837Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:39:38 [2024-02-16T23:39:38.837Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:39:38 [2024-02-16T23:39:38.837Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:39:38 [2024-02-16T23:39:38.837Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:39:38 [2024-02-16T23:39:38.837Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:39:38 [2024-02-16T23:39:38.837Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:39:38 [2024-02-16T23:39:38.837Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:39:38 [2024-02-16T23:39:38.837Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:39:38 [2024-02-16T23:39:38.837Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:39:38 [2024-02-16T23:39:38.837Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:39:38 [2024-02-16T23:39:38.837Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:39:38 [2024-02-16T23:39:38.837Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:39:38 [2024-02-16T23:39:38.837Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:39:38 [2024-02-16T23:39:38.837Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:39:38 [2024-02-16T23:39:38.837Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:39:38 [2024-02-16T23:39:38.837Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:39:38 [2024-02-16T23:39:38.837Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:39:38 [2024-02-16T23:39:38.837Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:39:38 [2024-02-16T23:39:38.837Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:39:38 [2024-02-16T23:39:38.837Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:39:38 [2024-02-16T23:39:38.837Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:39:38 [2024-02-16T23:39:38.837Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:39:38 [2024-02-16T23:39:38.837Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:39:38 [2024-02-16T23:39:38.837Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:39:38 [2024-02-16T23:39:38.837Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:39:38 [2024-02-16T23:39:38.837Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:39:38 [2024-02-16T23:39:38.837Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:39:38 [2024-02-16T23:39:38.837Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:39:38 [2024-02-16T23:39:38.837Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:39:38 [2024-02-16T23:39:38.837Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:39:38 [2024-02-16T23:39:38.837Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:39:38 [2024-02-16T23:39:38.837Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:39:38 [2024-02-16T23:39:38.837Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:39:38 [2024-02-16T23:39:38.837Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:39:38 [2024-02-16T23:39:38.838Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:39:38 [2024-02-16T23:39:38.838Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:39:38 [2024-02-16T23:39:38.838Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:39:38 [2024-02-16T23:39:38.838Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:39:38 [2024-02-16T23:39:38.838Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:39:38 [2024-02-16T23:39:38.838Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:39:38 [2024-02-16T23:39:38.838Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:39:38 [2024-02-16T23:39:38.838Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:39:38 [2024-02-16T23:39:38.838Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:39:38 [2024-02-16T23:39:38.838Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:39:38 [2024-02-16T23:39:38.838Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:39:38 [2024-02-16T23:39:38.838Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:39:38 [2024-02-16T23:39:38.838Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:39:38 [2024-02-16T23:39:38.838Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:39:38 [2024-02-16T23:39:38.838Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:39:38 [2024-02-16T23:39:38.838Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:39:38 [2024-02-16T23:39:38.838Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:39:38 [2024-02-16T23:39:38.838Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:39:38 [2024-02-16T23:39:38.838Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:39:38 [2024-02-16T23:39:38.838Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:39:38 [2024-02-16T23:39:38.838Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:39:38 [2024-02-16T23:39:38.838Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:39:38 [2024-02-16T23:39:38.838Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:39:38 [2024-02-16T23:39:38.838Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:39:38 [2024-02-16T23:39:38.838Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:39:38 [2024-02-16T23:39:38.838Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:39:38 [2024-02-16T23:39:38.838Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:39:38 [2024-02-16T23:39:38.838Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:39:38 [2024-02-16T23:39:38.838Z] UNmHBQdtflW5G1L5fQggWG7V
18:39:38 [2024-02-16T23:39:38.838Z] =/Asu
18:39:38 [2024-02-16T23:39:38.838Z] -----END PGP PUBLIC KEY BLOCK-----}
18:39:39 [2024-02-16T23:39:39.399Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - macosx/cocoa/aarch64] Installing org.eclipse.platform.ide 4.31.0.I20240216-1800.
18:39:51 [2024-02-16T23:39:51.585Z] [INFO] [materialize-platform-product - org.eclipse.platform.ide - macosx/cocoa/aarch64] Operation completed in 11956 ms.
18:39:51 [2024-02-16T23:39:51.585Z] [INFO] Installing product org.eclipse.sdk.ide for environment linux/gtk/x86_64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:39:51 [2024-02-16T23:39:51.585Z] 
18:39:51 [2024-02-16T23:39:51.585Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:39:51 [2024-02-16T23:39:51.585Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:39:51 [2024-02-16T23:39:51.585Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:39:51 [2024-02-16T23:39:51.585Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:39:51 [2024-02-16T23:39:51.585Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:39:51 [2024-02-16T23:39:51.585Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:39:51 [2024-02-16T23:39:51.585Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:39:51 [2024-02-16T23:39:51.585Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:39:51 [2024-02-16T23:39:51.585Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:39:51 [2024-02-16T23:39:51.585Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:39:51 [2024-02-16T23:39:51.585Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:39:51 [2024-02-16T23:39:51.585Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:39:51 [2024-02-16T23:39:51.585Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:39:51 [2024-02-16T23:39:51.585Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:39:51 [2024-02-16T23:39:51.585Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:39:51 [2024-02-16T23:39:51.585Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:39:51 [2024-02-16T23:39:51.585Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:39:51 [2024-02-16T23:39:51.585Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:39:51 [2024-02-16T23:39:51.586Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:39:51 [2024-02-16T23:39:51.586Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:39:51 [2024-02-16T23:39:51.586Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:39:51 [2024-02-16T23:39:51.586Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:39:51 [2024-02-16T23:39:51.586Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:39:51 [2024-02-16T23:39:51.586Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:39:51 [2024-02-16T23:39:51.586Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:39:51 [2024-02-16T23:39:51.586Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:39:51 [2024-02-16T23:39:51.586Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:39:51 [2024-02-16T23:39:51.586Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:39:51 [2024-02-16T23:39:51.586Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:39:51 [2024-02-16T23:39:51.586Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:39:51 [2024-02-16T23:39:51.586Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:39:51 [2024-02-16T23:39:51.586Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:39:51 [2024-02-16T23:39:51.586Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:39:51 [2024-02-16T23:39:51.586Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:39:51 [2024-02-16T23:39:51.586Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:39:51 [2024-02-16T23:39:51.586Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:39:51 [2024-02-16T23:39:51.586Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:39:51 [2024-02-16T23:39:51.586Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:39:51 [2024-02-16T23:39:51.586Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:39:51 [2024-02-16T23:39:51.586Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:39:51 [2024-02-16T23:39:51.586Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:39:51 [2024-02-16T23:39:51.586Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:39:51 [2024-02-16T23:39:51.586Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:39:51 [2024-02-16T23:39:51.586Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:39:51 [2024-02-16T23:39:51.586Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:39:51 [2024-02-16T23:39:51.586Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:39:51 [2024-02-16T23:39:51.586Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:39:51 [2024-02-16T23:39:51.586Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:39:51 [2024-02-16T23:39:51.586Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:39:51 [2024-02-16T23:39:51.586Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:39:51 [2024-02-16T23:39:51.586Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:39:51 [2024-02-16T23:39:51.586Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:39:51 [2024-02-16T23:39:51.586Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:39:51 [2024-02-16T23:39:51.586Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:39:51 [2024-02-16T23:39:51.586Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:39:51 [2024-02-16T23:39:51.586Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:39:51 [2024-02-16T23:39:51.586Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:39:51 [2024-02-16T23:39:51.586Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:39:51 [2024-02-16T23:39:51.586Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:39:51 [2024-02-16T23:39:51.586Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:39:51 [2024-02-16T23:39:51.586Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:39:51 [2024-02-16T23:39:51.586Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:39:51 [2024-02-16T23:39:51.586Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:39:51 [2024-02-16T23:39:51.586Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:39:51 [2024-02-16T23:39:51.586Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:39:51 [2024-02-16T23:39:51.586Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:39:51 [2024-02-16T23:39:51.586Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:39:51 [2024-02-16T23:39:51.586Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:39:51 [2024-02-16T23:39:51.586Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:39:51 [2024-02-16T23:39:51.586Z] UNmHBQdtflW5G1L5fQggWG7V
18:39:51 [2024-02-16T23:39:51.586Z] =/Asu
18:39:51 [2024-02-16T23:39:51.586Z] -----END PGP PUBLIC KEY BLOCK-----}
18:39:51 [2024-02-16T23:39:51.841Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/x86_64] Installing org.eclipse.sdk.ide 4.31.0.I20240216-1800.
18:39:51 [2024-02-16T23:39:51.842Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.100.v20240211-0942.
18:39:51 [2024-02-16T23:39:51.842Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/x86_64] Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.30.100.v20240211-0942.
18:39:51 [2024-02-16T23:39:51.842Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.300.v20240207-1044.
18:39:51 [2024-02-16T23:39:51.842Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/x86_64] Installing org.eclipse.tips.feature.source.feature.group 0.4.300.v20240207-1044.
18:40:18 [2024-02-16T23:40:18.330Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/x86_64] Operation completed in 24432 ms.
18:40:18 [2024-02-16T23:40:18.330Z] [INFO] Installing product org.eclipse.sdk.ide for environment linux/gtk/ppc64le 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/linux/gtk/ppc64le/eclipse using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:40:18 [2024-02-16T23:40:18.330Z] 
18:40:18 [2024-02-16T23:40:18.330Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:40:18 [2024-02-16T23:40:18.330Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:40:18 [2024-02-16T23:40:18.330Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:40:18 [2024-02-16T23:40:18.330Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:40:18 [2024-02-16T23:40:18.330Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:40:18 [2024-02-16T23:40:18.330Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:40:18 [2024-02-16T23:40:18.330Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:40:18 [2024-02-16T23:40:18.330Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:40:18 [2024-02-16T23:40:18.330Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:40:18 [2024-02-16T23:40:18.330Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:40:18 [2024-02-16T23:40:18.330Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:40:18 [2024-02-16T23:40:18.330Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:40:18 [2024-02-16T23:40:18.330Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:40:18 [2024-02-16T23:40:18.330Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:40:18 [2024-02-16T23:40:18.330Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:40:18 [2024-02-16T23:40:18.330Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:40:18 [2024-02-16T23:40:18.330Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:40:18 [2024-02-16T23:40:18.330Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:40:18 [2024-02-16T23:40:18.330Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:40:18 [2024-02-16T23:40:18.330Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:40:18 [2024-02-16T23:40:18.330Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:40:18 [2024-02-16T23:40:18.330Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:40:18 [2024-02-16T23:40:18.330Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:40:18 [2024-02-16T23:40:18.330Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:40:18 [2024-02-16T23:40:18.330Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:40:18 [2024-02-16T23:40:18.330Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:40:18 [2024-02-16T23:40:18.330Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:40:18 [2024-02-16T23:40:18.330Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:40:18 [2024-02-16T23:40:18.330Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:40:18 [2024-02-16T23:40:18.330Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:40:18 [2024-02-16T23:40:18.331Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:40:18 [2024-02-16T23:40:18.331Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:40:18 [2024-02-16T23:40:18.331Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:40:18 [2024-02-16T23:40:18.331Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:40:18 [2024-02-16T23:40:18.331Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:40:18 [2024-02-16T23:40:18.331Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:40:18 [2024-02-16T23:40:18.331Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:40:18 [2024-02-16T23:40:18.331Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:40:18 [2024-02-16T23:40:18.331Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:40:18 [2024-02-16T23:40:18.331Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:40:18 [2024-02-16T23:40:18.331Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:40:18 [2024-02-16T23:40:18.331Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:40:18 [2024-02-16T23:40:18.331Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:40:18 [2024-02-16T23:40:18.331Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:40:18 [2024-02-16T23:40:18.331Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:40:18 [2024-02-16T23:40:18.331Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:40:18 [2024-02-16T23:40:18.331Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:40:18 [2024-02-16T23:40:18.331Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:40:18 [2024-02-16T23:40:18.331Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:40:18 [2024-02-16T23:40:18.331Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:40:18 [2024-02-16T23:40:18.331Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:40:18 [2024-02-16T23:40:18.331Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:40:18 [2024-02-16T23:40:18.331Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:40:18 [2024-02-16T23:40:18.331Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:40:18 [2024-02-16T23:40:18.331Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:40:18 [2024-02-16T23:40:18.331Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:40:18 [2024-02-16T23:40:18.331Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:40:18 [2024-02-16T23:40:18.331Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:40:18 [2024-02-16T23:40:18.331Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:40:18 [2024-02-16T23:40:18.331Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:40:18 [2024-02-16T23:40:18.331Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:40:18 [2024-02-16T23:40:18.331Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:40:18 [2024-02-16T23:40:18.331Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:40:18 [2024-02-16T23:40:18.331Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:40:18 [2024-02-16T23:40:18.331Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:40:18 [2024-02-16T23:40:18.331Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:40:18 [2024-02-16T23:40:18.331Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:40:18 [2024-02-16T23:40:18.331Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:40:18 [2024-02-16T23:40:18.331Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:40:18 [2024-02-16T23:40:18.331Z] UNmHBQdtflW5G1L5fQggWG7V
18:40:18 [2024-02-16T23:40:18.331Z] =/Asu
18:40:18 [2024-02-16T23:40:18.331Z] -----END PGP PUBLIC KEY BLOCK-----}
18:40:18 [2024-02-16T23:40:18.331Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/ppc64le] Installing org.eclipse.sdk.ide 4.31.0.I20240216-1800.
18:40:18 [2024-02-16T23:40:18.331Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/ppc64le] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.100.v20240211-0942.
18:40:18 [2024-02-16T23:40:18.331Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/ppc64le] Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.30.100.v20240211-0942.
18:40:18 [2024-02-16T23:40:18.331Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/ppc64le] Installing org.eclipse.tips.feature.feature.group 0.4.300.v20240207-1044.
18:40:18 [2024-02-16T23:40:18.331Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/ppc64le] Installing org.eclipse.tips.feature.source.feature.group 0.4.300.v20240207-1044.
18:40:44 [2024-02-16T23:40:44.844Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/ppc64le] Operation completed in 23998 ms.
18:40:44 [2024-02-16T23:40:44.844Z] [INFO] Installing product org.eclipse.sdk.ide for environment linux/gtk/aarch64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:40:44 [2024-02-16T23:40:44.844Z] 
18:40:44 [2024-02-16T23:40:44.844Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:40:44 [2024-02-16T23:40:44.844Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:40:44 [2024-02-16T23:40:44.844Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:40:44 [2024-02-16T23:40:44.844Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:40:44 [2024-02-16T23:40:44.844Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:40:44 [2024-02-16T23:40:44.844Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:40:44 [2024-02-16T23:40:44.844Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:40:44 [2024-02-16T23:40:44.844Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:40:44 [2024-02-16T23:40:44.844Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:40:44 [2024-02-16T23:40:44.844Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:40:44 [2024-02-16T23:40:44.844Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:40:44 [2024-02-16T23:40:44.844Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:40:44 [2024-02-16T23:40:44.844Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:40:44 [2024-02-16T23:40:44.844Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:40:44 [2024-02-16T23:40:44.844Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:40:44 [2024-02-16T23:40:44.844Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:40:44 [2024-02-16T23:40:44.844Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:40:44 [2024-02-16T23:40:44.844Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:40:44 [2024-02-16T23:40:44.844Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:40:44 [2024-02-16T23:40:44.844Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:40:44 [2024-02-16T23:40:44.844Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:40:44 [2024-02-16T23:40:44.844Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:40:44 [2024-02-16T23:40:44.845Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:40:44 [2024-02-16T23:40:44.845Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:40:44 [2024-02-16T23:40:44.845Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:40:44 [2024-02-16T23:40:44.845Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:40:44 [2024-02-16T23:40:44.845Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:40:44 [2024-02-16T23:40:44.845Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:40:44 [2024-02-16T23:40:44.845Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:40:44 [2024-02-16T23:40:44.845Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:40:44 [2024-02-16T23:40:44.845Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:40:44 [2024-02-16T23:40:44.845Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:40:44 [2024-02-16T23:40:44.845Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:40:44 [2024-02-16T23:40:44.845Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:40:44 [2024-02-16T23:40:44.845Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:40:44 [2024-02-16T23:40:44.845Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:40:44 [2024-02-16T23:40:44.845Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:40:44 [2024-02-16T23:40:44.845Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:40:44 [2024-02-16T23:40:44.845Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:40:44 [2024-02-16T23:40:44.845Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:40:44 [2024-02-16T23:40:44.845Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:40:44 [2024-02-16T23:40:44.845Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:40:44 [2024-02-16T23:40:44.845Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:40:44 [2024-02-16T23:40:44.845Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:40:44 [2024-02-16T23:40:44.845Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:40:44 [2024-02-16T23:40:44.845Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:40:44 [2024-02-16T23:40:44.845Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:40:44 [2024-02-16T23:40:44.845Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:40:44 [2024-02-16T23:40:44.845Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:40:44 [2024-02-16T23:40:44.845Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:40:44 [2024-02-16T23:40:44.845Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:40:44 [2024-02-16T23:40:44.845Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:40:44 [2024-02-16T23:40:44.845Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:40:44 [2024-02-16T23:40:44.845Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:40:44 [2024-02-16T23:40:44.845Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:40:44 [2024-02-16T23:40:44.845Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:40:44 [2024-02-16T23:40:44.845Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:40:44 [2024-02-16T23:40:44.845Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:40:44 [2024-02-16T23:40:44.845Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:40:44 [2024-02-16T23:40:44.845Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:40:44 [2024-02-16T23:40:44.845Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:40:44 [2024-02-16T23:40:44.845Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:40:44 [2024-02-16T23:40:44.845Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:40:44 [2024-02-16T23:40:44.845Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:40:44 [2024-02-16T23:40:44.845Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:40:44 [2024-02-16T23:40:44.845Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:40:44 [2024-02-16T23:40:44.845Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:40:44 [2024-02-16T23:40:44.845Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:40:44 [2024-02-16T23:40:44.845Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:40:44 [2024-02-16T23:40:44.845Z] UNmHBQdtflW5G1L5fQggWG7V
18:40:44 [2024-02-16T23:40:44.845Z] =/Asu
18:40:44 [2024-02-16T23:40:44.845Z] -----END PGP PUBLIC KEY BLOCK-----}
18:40:44 [2024-02-16T23:40:44.845Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/aarch64] Installing org.eclipse.sdk.ide 4.31.0.I20240216-1800.
18:40:44 [2024-02-16T23:40:44.845Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.100.v20240211-0942.
18:40:44 [2024-02-16T23:40:44.845Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/aarch64] Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.30.100.v20240211-0942.
18:40:44 [2024-02-16T23:40:44.845Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.300.v20240207-1044.
18:40:44 [2024-02-16T23:40:44.845Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/aarch64] Installing org.eclipse.tips.feature.source.feature.group 0.4.300.v20240207-1044.
18:41:06 [2024-02-16T23:41:06.748Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - linux/gtk/aarch64] Operation completed in 24156 ms.
18:41:06 [2024-02-16T23:41:06.748Z] [INFO] Installing product org.eclipse.sdk.ide for environment win32/win32/x86_64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:41:06 [2024-02-16T23:41:06.748Z] 
18:41:06 [2024-02-16T23:41:06.748Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:41:06 [2024-02-16T23:41:06.748Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:41:06 [2024-02-16T23:41:06.748Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:41:06 [2024-02-16T23:41:06.749Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:41:06 [2024-02-16T23:41:06.749Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:41:06 [2024-02-16T23:41:06.749Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:41:06 [2024-02-16T23:41:06.749Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:41:06 [2024-02-16T23:41:06.749Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:41:06 [2024-02-16T23:41:06.749Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:41:06 [2024-02-16T23:41:06.749Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:41:06 [2024-02-16T23:41:06.749Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:41:06 [2024-02-16T23:41:06.749Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:41:06 [2024-02-16T23:41:06.749Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:41:06 [2024-02-16T23:41:06.749Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:41:06 [2024-02-16T23:41:06.749Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:41:06 [2024-02-16T23:41:06.749Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:41:06 [2024-02-16T23:41:06.749Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:41:06 [2024-02-16T23:41:06.749Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:41:06 [2024-02-16T23:41:06.749Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:41:06 [2024-02-16T23:41:06.749Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:41:06 [2024-02-16T23:41:06.749Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:41:06 [2024-02-16T23:41:06.749Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:41:06 [2024-02-16T23:41:06.749Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:41:06 [2024-02-16T23:41:06.749Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:41:06 [2024-02-16T23:41:06.749Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:41:06 [2024-02-16T23:41:06.749Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:41:06 [2024-02-16T23:41:06.749Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:41:06 [2024-02-16T23:41:06.749Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:41:06 [2024-02-16T23:41:06.749Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:41:06 [2024-02-16T23:41:06.749Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:41:06 [2024-02-16T23:41:06.749Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:41:06 [2024-02-16T23:41:06.749Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:41:06 [2024-02-16T23:41:06.749Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:41:06 [2024-02-16T23:41:06.749Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:41:06 [2024-02-16T23:41:06.749Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:41:06 [2024-02-16T23:41:06.749Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:41:06 [2024-02-16T23:41:06.749Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:41:06 [2024-02-16T23:41:06.749Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:41:06 [2024-02-16T23:41:06.749Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:41:06 [2024-02-16T23:41:06.749Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:41:06 [2024-02-16T23:41:06.749Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:41:06 [2024-02-16T23:41:06.749Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:41:06 [2024-02-16T23:41:06.749Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:41:06 [2024-02-16T23:41:06.749Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:41:06 [2024-02-16T23:41:06.749Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:41:06 [2024-02-16T23:41:06.749Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:41:06 [2024-02-16T23:41:06.749Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:41:06 [2024-02-16T23:41:06.749Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:41:06 [2024-02-16T23:41:06.749Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:41:06 [2024-02-16T23:41:06.749Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:41:06 [2024-02-16T23:41:06.749Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:41:06 [2024-02-16T23:41:06.749Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:41:06 [2024-02-16T23:41:06.749Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:41:06 [2024-02-16T23:41:06.749Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:41:06 [2024-02-16T23:41:06.749Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:41:06 [2024-02-16T23:41:06.749Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:41:06 [2024-02-16T23:41:06.749Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:41:06 [2024-02-16T23:41:06.749Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:41:06 [2024-02-16T23:41:06.749Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:41:06 [2024-02-16T23:41:06.749Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:41:06 [2024-02-16T23:41:06.749Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:41:06 [2024-02-16T23:41:06.749Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:41:06 [2024-02-16T23:41:06.749Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:41:06 [2024-02-16T23:41:06.749Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:41:06 [2024-02-16T23:41:06.749Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:41:06 [2024-02-16T23:41:06.749Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:41:06 [2024-02-16T23:41:06.749Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:41:06 [2024-02-16T23:41:06.749Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:41:06 [2024-02-16T23:41:06.749Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:41:06 [2024-02-16T23:41:06.749Z] UNmHBQdtflW5G1L5fQggWG7V
18:41:06 [2024-02-16T23:41:06.749Z] =/Asu
18:41:06 [2024-02-16T23:41:06.749Z] -----END PGP PUBLIC KEY BLOCK-----}
18:41:06 [2024-02-16T23:41:06.749Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - win32/win32/x86_64] Installing org.eclipse.sdk.ide 4.31.0.I20240216-1800.
18:41:06 [2024-02-16T23:41:06.749Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.100.v20240211-0942.
18:41:06 [2024-02-16T23:41:06.749Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - win32/win32/x86_64] Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.30.100.v20240211-0942.
18:41:06 [2024-02-16T23:41:06.750Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - win32/win32/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.300.v20240207-1044.
18:41:06 [2024-02-16T23:41:06.750Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - win32/win32/x86_64] Installing org.eclipse.tips.feature.source.feature.group 0.4.300.v20240207-1044.
18:41:33 [2024-02-16T23:41:33.241Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - win32/win32/x86_64] Operation completed in 24088 ms.
18:41:33 [2024-02-16T23:41:33.242Z] [INFO] Installing product org.eclipse.sdk.ide for environment macosx/cocoa/x86_64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/macosx/cocoa/x86_64/Eclipse.app using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:41:33 [2024-02-16T23:41:33.242Z] 
18:41:33 [2024-02-16T23:41:33.242Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:41:33 [2024-02-16T23:41:33.242Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:41:33 [2024-02-16T23:41:33.242Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:41:33 [2024-02-16T23:41:33.242Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:41:33 [2024-02-16T23:41:33.242Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:41:33 [2024-02-16T23:41:33.242Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:41:33 [2024-02-16T23:41:33.242Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:41:33 [2024-02-16T23:41:33.242Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:41:33 [2024-02-16T23:41:33.242Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:41:33 [2024-02-16T23:41:33.242Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:41:33 [2024-02-16T23:41:33.242Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:41:33 [2024-02-16T23:41:33.242Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:41:33 [2024-02-16T23:41:33.242Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:41:33 [2024-02-16T23:41:33.242Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:41:33 [2024-02-16T23:41:33.242Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:41:33 [2024-02-16T23:41:33.242Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:41:33 [2024-02-16T23:41:33.242Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:41:33 [2024-02-16T23:41:33.242Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:41:33 [2024-02-16T23:41:33.242Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:41:33 [2024-02-16T23:41:33.242Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:41:33 [2024-02-16T23:41:33.242Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:41:33 [2024-02-16T23:41:33.242Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:41:33 [2024-02-16T23:41:33.242Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:41:33 [2024-02-16T23:41:33.242Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:41:33 [2024-02-16T23:41:33.242Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:41:33 [2024-02-16T23:41:33.242Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:41:33 [2024-02-16T23:41:33.242Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:41:33 [2024-02-16T23:41:33.242Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:41:33 [2024-02-16T23:41:33.242Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:41:33 [2024-02-16T23:41:33.242Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:41:33 [2024-02-16T23:41:33.242Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:41:33 [2024-02-16T23:41:33.242Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:41:33 [2024-02-16T23:41:33.242Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:41:33 [2024-02-16T23:41:33.242Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:41:33 [2024-02-16T23:41:33.242Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:41:33 [2024-02-16T23:41:33.242Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:41:33 [2024-02-16T23:41:33.242Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:41:33 [2024-02-16T23:41:33.242Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:41:33 [2024-02-16T23:41:33.242Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:41:33 [2024-02-16T23:41:33.242Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:41:33 [2024-02-16T23:41:33.242Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:41:33 [2024-02-16T23:41:33.242Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:41:33 [2024-02-16T23:41:33.242Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:41:33 [2024-02-16T23:41:33.242Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:41:33 [2024-02-16T23:41:33.242Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:41:33 [2024-02-16T23:41:33.242Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:41:33 [2024-02-16T23:41:33.242Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:41:33 [2024-02-16T23:41:33.242Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:41:33 [2024-02-16T23:41:33.242Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:41:33 [2024-02-16T23:41:33.242Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:41:33 [2024-02-16T23:41:33.242Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:41:33 [2024-02-16T23:41:33.242Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:41:33 [2024-02-16T23:41:33.243Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:41:33 [2024-02-16T23:41:33.243Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:41:33 [2024-02-16T23:41:33.243Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:41:33 [2024-02-16T23:41:33.243Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:41:33 [2024-02-16T23:41:33.243Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:41:33 [2024-02-16T23:41:33.243Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:41:33 [2024-02-16T23:41:33.243Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:41:33 [2024-02-16T23:41:33.243Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:41:33 [2024-02-16T23:41:33.243Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:41:33 [2024-02-16T23:41:33.243Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:41:33 [2024-02-16T23:41:33.243Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:41:33 [2024-02-16T23:41:33.243Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:41:33 [2024-02-16T23:41:33.243Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:41:33 [2024-02-16T23:41:33.243Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:41:33 [2024-02-16T23:41:33.243Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:41:33 [2024-02-16T23:41:33.243Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:41:33 [2024-02-16T23:41:33.243Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:41:33 [2024-02-16T23:41:33.243Z] UNmHBQdtflW5G1L5fQggWG7V
18:41:33 [2024-02-16T23:41:33.243Z] =/Asu
18:41:33 [2024-02-16T23:41:33.243Z] -----END PGP PUBLIC KEY BLOCK-----}
18:41:33 [2024-02-16T23:41:33.243Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/x86_64] Installing org.eclipse.sdk.ide 4.31.0.I20240216-1800.
18:41:33 [2024-02-16T23:41:33.243Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.100.v20240211-0942.
18:41:33 [2024-02-16T23:41:33.243Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/x86_64] Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.30.100.v20240211-0942.
18:41:33 [2024-02-16T23:41:33.243Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.feature.group 0.4.300.v20240207-1044.
18:41:33 [2024-02-16T23:41:33.243Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/x86_64] Installing org.eclipse.tips.feature.source.feature.group 0.4.300.v20240207-1044.
18:41:55 [2024-02-16T23:41:55.147Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/x86_64] Operation completed in 23737 ms.
18:41:55 [2024-02-16T23:41:55.148Z] [INFO] Installing product org.eclipse.sdk.ide for environment macosx/cocoa/aarch64 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide/macosx/cocoa/aarch64/Eclipse.app using {org.eclipse.update.install.features=true, org.eclipse.update.install.sources=true, pgp.trustedPublicKeys=----BEGIN PGP PUBLIC KEY BLOCK-----
18:41:55 [2024-02-16T23:41:55.148Z] 
18:41:55 [2024-02-16T23:41:55.148Z] xsFNBFhaXO0BEAC8WCdwrJNF/W+C8m9FYwAhEvKBvQ7xmoGYZqgcYe2ntT8udvgZ
18:41:55 [2024-02-16T23:41:55.148Z] k+dRwZJnu1VI3a8feOLrAmeNI2MxPP0+l2kGeC55c10duXPzLvW9oHONm39FZpCM
18:41:55 [2024-02-16T23:41:55.148Z] X1m66TYkUBeu/DIttNf5l0nv54dmm4VAWjutnVmlKGf5MVmmAH4mrkmgs7UTyQRK
18:41:55 [2024-02-16T23:41:55.148Z] JKJ8B7tAt6CI1tXq2ULjzUpz9iyD1IkWal4K2gYfooSuGLayNY+SCdcT9uZkpS4B
18:41:55 [2024-02-16T23:41:55.148Z] rnHy2QeJqPSnJv+5G1SkX1fzavWelrf72vx+su8L8QzUa6JtGJatFbAHzEdXGJ98
18:41:55 [2024-02-16T23:41:55.148Z] JnK7TAQvR3hCyzj+TnVCY1hiRO6B+4zI3j/vSJVdc5wmLejvfZRqhiaQ8Vr4xDbu
18:41:55 [2024-02-16T23:41:55.148Z] w7/i+raAKwr//zVGAqp/zN6zQmyoLks+cfuI4yqHuXKGaNs5RapKCxfukC/TRB2e
18:41:55 [2024-02-16T23:41:55.148Z] fLhqCpXAbRQ8a+R+0CCBP2WYDYNQoh4FnwuqtZefnm8NVKW+2we5y3llIrXV5PQb
18:41:55 [2024-02-16T23:41:55.148Z] FFN5WOLuNvO/JOtRQSjNd4WYttwNCDP7ATpRK6ixz7qveztGNhuiCRx01HbZ2uUE
18:41:55 [2024-02-16T23:41:55.148Z] DKV0DW8mWRjALl9/akMRcdIeTayKHDVjeNq5amnWT0vZ2F422BJW6sQryTs/NIBK
18:41:55 [2024-02-16T23:41:55.148Z] XGoVVZeXms3fzL9IpztcVFZTuwmk5kk1FXXaBDMwVHlR5hC5gIuLIfLVEwARAQAB
18:41:55 [2024-02-16T23:41:55.148Z] zTpFY2xpcHNlIFBsYXRmb3JtIFByb2plY3QgPHBsYXRmb3JtLXJlbGVuZy1kZXZA
18:41:55 [2024-02-16T23:41:55.148Z] ZWNsaXBzZS5vcmc+wsF9BBMBCAAnBQJYWlztAhsvBQkJZgGABQsJCAcDBRUKCQgL
18:41:55 [2024-02-16T23:41:55.148Z] BRYCAwEAAh4BAheAAAoJELbTq5vMZBKC8SsP/3csTQk6nxtGtQ5Q5HDBZ/5yeQe1
18:41:55 [2024-02-16T23:41:55.148Z] uVMl4DXJMxjYMRI29Uzrb+uMzP7zfs8xTBXktPB+bC5CqVE7QsnBEAMdXWvqk6pw
18:41:55 [2024-02-16T23:41:55.148Z] pmbC/felj+dyoy8FAHA+f52W94PYjci0TyDYgEeWAvtnnzJ8tMTZQT5qxhYM/Kt5
18:41:55 [2024-02-16T23:41:55.148Z] 9XIrRqVCXw/kh7wlW4MF5MQAI8SK2j9W4WY9wMQbW5xfaYHo23Xi/NZ6nuYOoRKb
18:41:55 [2024-02-16T23:41:55.148Z] ejtlHXa4FSHOVYSg9sqNNnSI3mEvHrGbtlSli6ApwCSG8lcLNqjtgf2/kZncB9yg
18:41:55 [2024-02-16T23:41:55.148Z] DmTNq7ivFE9CxW6w8CGl3fpCZiT4DWXNj81P/lqpNjIwjEcbrZVbvXw5pjFKi0sJ
18:41:55 [2024-02-16T23:41:55.148Z] rpbc1ClhTKXKv+/Sn5cxMHYmzrrBoQBlLXLe+ETRZNbOpY5pSBis9ALBwXp4ARq+
18:41:55 [2024-02-16T23:41:55.148Z] YydwV1L2jntUPi3rYsR6PPnDNNfi2XNOSPF3ms5opGcR6jd+DzxzAN0Q1VTgKaHk
18:41:55 [2024-02-16T23:41:55.148Z] GpR2PqPu5RTelDObzYi28y8+URyys8JoKPpTsyJqYcJtW4X0JPgd/mRS7y53n6MQ
18:41:55 [2024-02-16T23:41:55.148Z] Quy2/yDJKomEe+Nnag16eqGDIie7RrSx82TKF9cT4Wr8qEwD22UnLEuiy02TXzsR
18:41:55 [2024-02-16T23:41:55.148Z] tWyVDCZE2mDbHbOMz0uuMqcA3WCEyZrzR1vmH7TnQ1NA9K9oxzzaayNOUw7IgE02
18:41:55 [2024-02-16T23:41:55.148Z] HNwdca2ZV+Wgurj4wsFcBBABCAAGBQJYWl1CAAoJEJ+itymfUeVDJhkQAJEHg3s+
18:41:55 [2024-02-16T23:41:55.148Z] iDs1GXoh85pcAWHdrl+PXCLz/gMAYrGvj1kKtW63atTpBvu+BnELVj7eKTUnCgRM
18:41:55 [2024-02-16T23:41:55.148Z] W2w8eKfDgQo8J6bQtHRpHnYSb7bAOKpiBgz13aZJjSvz14vabzP4zWdHtJEOmoH0
18:41:55 [2024-02-16T23:41:55.148Z] U8I0xIyFmBovelQAN9tSRaD6gWcbsAqJJPCgpn43QGSueSWuFND0Zk0rnwoc/1a8
18:41:55 [2024-02-16T23:41:55.148Z] JUKf6zEjHqBRfEVe+itvigIr9fy+xdX6fA6OE6OnBl7VZlVVKO8/EVdx3aehzHLc
18:41:55 [2024-02-16T23:41:55.148Z] WxykAVmNe2iSOW1D7UvZQvYds8f1OUHQiKc+jkA3Na/xVQ0Gwuu0L7nIi7JkAWNY
18:41:55 [2024-02-16T23:41:55.148Z] dOxPk+K9kWSa4ReXlOKjhC0hmNMtohKuZ2TSOsAqaWZtpJoPZpDOqDhOvx/lwBck
18:41:55 [2024-02-16T23:41:55.148Z] cxPSUZEJB88fdHTzR9PFD07Zh8EE+oRqVp7xauIgoTLk8wrUSnnJ4dwx+Zzp2OLB
18:41:55 [2024-02-16T23:41:55.148Z] mC0vAI+gSQXHkbG06jRDsPlXXMpS5/nEb2FhcEC3M4ytP6z+u1R2KM0c3jH9WRLB
18:41:55 [2024-02-16T23:41:55.148Z] ALqSWNM3cR5TJjUeTyN8O70s13+1tKnZNm08C0XHphxGC4SMMCaKqJ0hEqGr0WCA
18:41:55 [2024-02-16T23:41:55.148Z] qLrarSprDJ44ZFf8TcURHeKV2SuFXKUGyjgF22wAGepuKZ4whUuwBBxtDNXrpIdQ
18:41:55 [2024-02-16T23:41:55.148Z] /qAjTdr9LQcjGwZD6nH45HD+eiUaFZOlANQ8zsFNBFhaXPsBEAC3bR7f5euHbpID
18:41:55 [2024-02-16T23:41:55.148Z] DTuFYHPI0+S5X0DhuqcGBUL2HSFhWMwIlfsAaO+pt7GyfXLUkTmzugwmwO+sOW2Q
18:41:55 [2024-02-16T23:41:55.148Z] mwEZQcK2z3BrcjytZophZ9AUajbAjnadSH6UXCMmfExVVnaYSfl/+Uub42szQE/r
18:41:55 [2024-02-16T23:41:55.148Z] 3gCRIz6M6clVVAjpFv4G/mumfQUV/XzLoUEYXTgwTokFJ97R+hDbHvBEBrUT8M6z
18:41:55 [2024-02-16T23:41:55.148Z] HP5DhN3EBug3qb6wZVOa/+HEX3M+7k4jVT/ppNumw0acg0DDoSNQ13VsRV6sV0XE
18:41:55 [2024-02-16T23:41:55.148Z] 4zr3Zfs84f8xCgXpEMs4U6DZGqs3iJVVtbRf0oL0fgcxNgRrmbCrBfbXYfrS4u+f
18:41:55 [2024-02-16T23:41:55.148Z] J0vB+Wrflv9eNA3i6TtVL6uYpZy9uO2B1olKVzfEhsgB3QrULB4jVHZjIXGe4ILn
18:41:55 [2024-02-16T23:41:55.148Z] 45ndMtAeY4M91wyobgG99Xl+1vPHrxV0+2zRP66J3puyxiKE2B7gd7hib54CB3lY
18:41:55 [2024-02-16T23:41:55.148Z] yrG1S+K1kZGCI1IFKCnqmTJXY0tKoLAASS3vtDcknXenzR5RVSpWTDuxtusekfL0
18:41:55 [2024-02-16T23:41:55.148Z] Bw8pCBoz9L4Hex8Q1j//D5CZlqcg1NKFfmBZ7ta9PTuJcpOsz/LaPG/0VHYt/QAv
18:41:55 [2024-02-16T23:41:55.148Z] 5o4eeZESl7iZyM4/0NFh2s/rq0R8Z9yVSSkIvvO8d8XGZ65NTm3T4NFuEihn+AEm
18:41:55 [2024-02-16T23:41:55.148Z] +zg4KiGdYBEZvs8QQoW9e1+MMN8xnwARAQABwsOEBBgBCAAPBQJYWlz7AhsCBQkJ
18:41:55 [2024-02-16T23:41:55.148Z] ZgGAAikJELbTq5vMZBKCwV0gBBkBCAAGBQJYWlz7AAoJEHAOTzm8BTZLp0sP/0kU
18:41:55 [2024-02-16T23:41:55.148Z] dbRktaQ49o6Jy6UdMD4pQqYUugDb/Pecr5YOqxxuJyouIUNCc2cYRgsJIMRJEWio
18:41:55 [2024-02-16T23:41:55.148Z] si3xIk4oRE5BdetQKiz4crxPC7kNQBvgPrVJ0fP094ChPLf5tv1LUnGcDdUBEFXP
18:41:55 [2024-02-16T23:41:55.148Z] 7huzE622dp4F3x+uZN384Y8veQJyRwLMLtr4nNYcw4u+x5UKTdDt2nSblP433btU
18:41:55 [2024-02-16T23:41:55.148Z] cTRNDEbfDBRI7ExcEgVZupQ8YHGVfqo0SxkM508ixefwMgiO2eM/cR2TyhatXh86
18:41:55 [2024-02-16T23:41:55.148Z] nr4nzYqn2/Cl9trByjknZ1Qcwav1MW0+YyGzUkYQ/dRY7WQ+2esItzzrAf/UVmQZ
18:41:55 [2024-02-16T23:41:55.148Z] XQqL+GRGo5sRc8aceEQKmDkiJBKK/WbURm2blr04nuLxSLq+03+eN5hOp8SnIIBM
18:41:55 [2024-02-16T23:41:55.148Z] TaeDE8jndbHDHPaMnMx+etTk3RzgmBMqAsKRvTdh29fzA51kohyhuOdQr3axORR3
18:41:55 [2024-02-16T23:41:55.148Z] D2So6f5x1HEcP1kAt24I+knAGsuuBCguUvbVvlqfOTssr4/jO5QczsadfZxEqXwv
18:41:55 [2024-02-16T23:41:55.148Z] vn8wQEDzMbQ/BL62U8ahUicTDh/W4cwfPjBbdPLZmG+UsKGIuAvCSfsGYDXrSSiv
18:41:55 [2024-02-16T23:41:55.149Z] o9O378jFAoR/0m5AlbMzIokhIxwNipNCzFWCkvziyVO4u7WV1WidO/EBHkw8uYUs
18:41:55 [2024-02-16T23:41:55.149Z] 7LrXfqK5RZEffpoK9R1IdFIGJaH03xIu2yw3kq9HqGYQAISqS95RSMGAmqLlfOM1
18:41:55 [2024-02-16T23:41:55.149Z] O81PVVisf2hx0siboimdAZYwfAGqNm48Rht9oXHRn4oobuwlVEGZiTWkYgi8gnPe
18:41:55 [2024-02-16T23:41:55.149Z] xTKjZe6rmYZT79nL6pyhLimUa44lxA6mgtJ4D9ftqNnMEqIntaLHbBkR0itXNNlS
18:41:55 [2024-02-16T23:41:55.149Z] qvMv1WsoVS19i4kVseLr4dFMnjtesYOhJg/sl7T/IQHzflqjSyCNo5dffffAQB3K
18:41:55 [2024-02-16T23:41:55.149Z] rdaq8cz7qTW6PXM4EAFQH5uTaYJ8oDI3t7XsGyxBWX0+xVYHXXSU5Iq2CrB34Ipc
18:41:55 [2024-02-16T23:41:55.149Z] ygoXyTFOoZeXHDguPMXX2LnV+R7lNc0EeJ0oTyRSzmw0ao/5bgfiY14GfN0hvUFt
18:41:55 [2024-02-16T23:41:55.149Z] HIQ/Utlm2MUB108uOMeQ4EnM2xCiGtxjvHCc9IvS9OuR0zGpT6aSxXrrMMVC0QHA
18:41:55 [2024-02-16T23:41:55.149Z] Z+ntRHqo4mFuXrPth7+arUOW/PYmm3iLAaKqsXPhkjUrM3Ryp5v/J809tRyDmSX2
18:41:55 [2024-02-16T23:41:55.149Z] YOQQysGGkayKI2GyiilZ8MULM02MANot9m+QlOo1lLpmOUJDtzCHylg4M+kHpGPL
18:41:55 [2024-02-16T23:41:55.149Z] AW5Oi8j/f/7YH/S47HmSdgw3sHZl69WHIprKXtD8103BdNqrPJev2azwqWwxFpN8
18:41:55 [2024-02-16T23:41:55.149Z] 3tEPbK4SwWPgk1nSELXZZ5ClcDgqatg+/nv7orxRAQZ+sBQdLn/Ztf0y2NKwqFh5
18:41:55 [2024-02-16T23:41:55.149Z] UNmHBQdtflW5G1L5fQggWG7V
18:41:55 [2024-02-16T23:41:55.149Z] =/Asu
18:41:55 [2024-02-16T23:41:55.149Z] -----END PGP PUBLIC KEY BLOCK-----}
18:41:55 [2024-02-16T23:41:55.149Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/aarch64] Installing org.eclipse.sdk.ide 4.31.0.I20240216-1800.
18:41:55 [2024-02-16T23:41:55.149Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.feature.group 4.30.100.v20240211-0942.
18:41:55 [2024-02-16T23:41:55.149Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/aarch64] Installing org.eclipse.e4.core.tools.feature.source.feature.group 4.30.100.v20240211-0942.
18:41:55 [2024-02-16T23:41:55.149Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.feature.group 0.4.300.v20240207-1044.
18:41:55 [2024-02-16T23:41:55.149Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/aarch64] Installing org.eclipse.tips.feature.source.feature.group 0.4.300.v20240207-1044.
18:42:21 [2024-02-16T23:42:21.657Z] [INFO] [materialize-platform-product - org.eclipse.sdk.ide - macosx/cocoa/aarch64] Operation completed in 23992 ms.
18:42:21 [2024-02-16T23:42:21.657Z] [INFO] 
18:42:21 [2024-02-16T23:42:21.658Z] [INFO] --- eclipse-winsigner:1.4.3:sign (default) @ eclipse.platform.repository ---
18:42:21 [2024-02-16T23:42:21.658Z] [INFO] [Fri Feb 16 23:42:19 UTC 2024] Signing Windows executable '/home/jenkins/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/org.eclipse.sdk.ide/win32/win32/x86_64/eclipse/eclipse.exe'
18:42:21 [2024-02-16T23:42:21.658Z] [INFO] [Fri Feb 16 23:42:19 UTC 2024] Signing Windows executable '/home/jenkins/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/org.eclipse.platform.ide/win32/win32/x86_64/eclipse/eclipsec.exe'
18:42:23 [2024-02-16T23:42:23.022Z] [INFO] [Fri Feb 16 23:42:22 UTC 2024] Signing Windows executable '/home/jenkins/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/org.eclipse.sdk.ide/win32/win32/x86_64/eclipse/eclipsec.exe'
18:42:26 [2024-02-16T23:42:26.289Z] [INFO] [Fri Feb 16 23:42:25 UTC 2024] Signing Windows executable '/home/jenkins/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/org.eclipse.platform.ide/win32/win32/x86_64/eclipse/eclipse.exe'
18:42:29 [2024-02-16T23:42:29.554Z] [INFO] 
18:42:29 [2024-02-16T23:42:29.554Z] [INFO] --- eclipse-macsigner:1.4.3:sign (default) @ eclipse.platform.repository ---
18:42:41 [2024-02-16T23:42:41.718Z] [INFO] [Fri Feb 16 23:42:40 UTC 2024] Signing OS X application '/home/jenkins/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/org.eclipse.sdk.ide/macosx/cocoa/aarch64/Eclipse.app'...
18:43:20 [2024-02-16T23:43:20.378Z] [INFO] [Fri Feb 16 23:43:19 UTC 2024] Signing OS X application '/home/jenkins/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/org.eclipse.sdk.ide/macosx/cocoa/x86_64/Eclipse.app'...
18:43:52 [2024-02-16T23:43:52.395Z] [INFO] [Fri Feb 16 23:43:51 UTC 2024] Signing OS X application '/home/jenkins/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/org.eclipse.platform.ide/macosx/cocoa/x86_64/Eclipse.app'...
18:44:14 [2024-02-16T23:44:14.282Z] [INFO] [Fri Feb 16 23:44:11 UTC 2024] Signing OS X application '/home/jenkins/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/org.eclipse.platform.ide/macosx/cocoa/aarch64/Eclipse.app'...
18:44:26 [2024-02-16T23:44:26.455Z] [INFO] 
18:44:26 [2024-02-16T23:44:26.455Z] [INFO] --- tycho-p2-director:4.0.6-SNAPSHOT:archive-products (archive-products) @ eclipse.platform.repository ---
18:44:26 [2024-02-16T23:44:26.456Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.platform.ide-linux.gtk.x86_64.tar.gz
18:44:31 [2024-02-16T23:44:31.701Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.platform.ide-linux.gtk.ppc64le.tar.gz
18:44:38 [2024-02-16T23:44:38.234Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.platform.ide-linux.gtk.aarch64.tar.gz
18:44:43 [2024-02-16T23:44:43.512Z] [INFO] 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide-win32.win32.x86_64.zip
18:44:46 [2024-02-16T23:44:46.024Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.platform.ide-macosx.cocoa.x86_64.tar.gz
18:44:51 [2024-02-16T23:44:51.268Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.platform.ide-macosx.cocoa.aarch64.tar.gz
18:44:57 [2024-02-16T23:44:57.824Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.sdk.ide-linux.gtk.x86_64.tar.gz
18:45:10 [2024-02-16T23:45:10.008Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.sdk.ide-linux.gtk.ppc64le.tar.gz
18:45:22 [2024-02-16T23:45:22.645Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.sdk.ide-linux.gtk.aarch64.tar.gz
18:45:34 [2024-02-16T23:45:34.816Z] [INFO] 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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-win32.win32.x86_64.zip
18:45:38 [2024-02-16T23:45:38.078Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.sdk.ide-macosx.cocoa.x86_64.tar.gz
18:45:50 [2024-02-16T23:45:50.271Z] [INFO] Building tar: /home/jenkins/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/org.eclipse.sdk.ide-macosx.cocoa.aarch64.tar.gz
18:46:02 [2024-02-16T23:46:02.457Z] [INFO] 
18:46:02 [2024-02-16T23:46:02.457Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-x86_64) @ eclipse.platform.repository ---
18:46:02 [2024-02-16T23:46:02.458Z] [INFO] [Fri Feb 16 23:46:01 UTC 2024] Creating and signing DMG file 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.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide-macosx.cocoa.x86_64.tar.gz'...
18:46:20 [2024-02-16T23:46:20.498Z] [INFO] 
18:46:20 [2024-02-16T23:46:20.498Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-platform-aarch64) @ eclipse.platform.repository ---
18:46:20 [2024-02-16T23:46:20.498Z] [INFO] [Fri Feb 16 23:46:17 UTC 2024] Creating and signing DMG file 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.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.platform.ide-macosx.cocoa.aarch64.tar.gz'...
18:46:35 [2024-02-16T23:46:35.359Z] [INFO] 
18:46:35 [2024-02-16T23:46:35.359Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-sdk-x86_64) @ eclipse.platform.repository ---
18:46:35 [2024-02-16T23:46:35.360Z] [INFO] [Fri Feb 16 23:46:33 UTC 2024] Creating and signing DMG file 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.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-macosx.cocoa.x86_64.tar.gz'...
18:47:01 [2024-02-16T23:47:01.854Z] [INFO] 
18:47:01 [2024-02-16T23:47:01.854Z] [INFO] --- eclipse-dmg-packager:1.4.3:package-dmg (dmg-package-sdk-aarch64) @ eclipse.platform.repository ---
18:47:01 [2024-02-16T23:47:01.855Z] [INFO] [Fri Feb 16 23:46:58 UTC 2024] Creating and signing DMG file 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.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products/org.eclipse.sdk.ide-macosx.cocoa.aarch64.tar.gz'...
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] 
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] --- tycho-p2-extras:4.0.6-SNAPSHOT:compare-version-with-baselines (compare-attached-artifacts-with-release) @ eclipse.platform.repository ---
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] Execution was skipped
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] 
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ eclipse.platform.repository ---
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] 
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] --- tycho-p2:4.0.6-SNAPSHOT:p2-metadata (p2-metadata) @ eclipse.platform.repository ---
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] 
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] --------------< org.eclipse.platform:platform-aggregator >--------------
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] Building platform-aggregator 4.31.0-SNAPSHOT                   [521/521]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO]   from pom.xml
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] --------------------------------[ pom ]---------------------------------
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] 
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] --- clean:3.2.0:clean (default-clean) @ platform-aggregator ---
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] ------------------------------------------------------------------------
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] Reactor Summary:
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] 
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] eclipse-platform-parent 4.31.0-SNAPSHOT ............ SUCCESS [  1.702 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] eclipse-sdk-prereqs 4.31.0-SNAPSHOT ................ SUCCESS [  0.017 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] eclipse jdt 4.31.0-SNAPSHOT ........................ SUCCESS [  0.008 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] parent 4.31.0-SNAPSHOT ............................. SUCCESS [  0.011 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] org.eclipse.osgi 3.19.0-SNAPSHOT ................... SUCCESS [ 25.052 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] [bundle] Common Eclipse Runtime 3.19.0-SNAPSHOT .... SUCCESS [  2.630 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] eclipse.platform 4.31.0-SNAPSHOT ................... SUCCESS [  0.009 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] eclipse.platform.runtime 4.31.0-SNAPSHOT ........... SUCCESS [  0.008 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SUCCESS [  0.007 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] [bundle] Eclipse Jobs Mechanism 3.15.200-SNAPSHOT .. SUCCESS [  2.492 s]
18:47:28 [2024-02-16T23:47:28.352Z] [INFO] [bundle] Extension Registry Support 3.12.0-SNAPSHOT  SUCCESS [  2.379 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Bidirectional Text Support 1.5.0-SNAPSHOT . SUCCESS [  2.291 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] eclipse.platform.ui 4.31.0-SNAPSHOT ................ SUCCESS [  0.009 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SUCCESS [  0.007 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Commands 3.12.0-SNAPSHOT .................. SUCCESS [  2.822 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] eclipse.platform.swt 4.31.0-SNAPSHOT ............... SUCCESS [  0.013 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] org.eclipse.swt 3.125.0-SNAPSHOT ................... SUCCESS [  6.888 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] eclipse.platform.swt.binaries 4.31.0-SNAPSHOT ...... SUCCESS [  0.006 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT SUCCESS [ 16.435 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) AARCH64 3.125.0-SNAPSHOT SUCCESS [ 15.059 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT SUCCESS [ 13.520 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Standard Widget Toolkit for GTK 3.125.0-SNAPSHOT SUCCESS [ 13.226 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Standard Widget Toolkit for Windows 3.125.0-SNAPSHOT SUCCESS [ 15.062 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Standard Widget Toolkit for Mac OS X (Cocoa) 3.125.0-SNAPSHOT SUCCESS [ 13.494 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] JFace 3.33.0-SNAPSHOT ..................... SUCCESS [  6.330 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Preferences Mechanism 3.11.0-SNAPSHOT SUCCESS [  2.814 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Content Mechanism 3.9.300-SNAPSHOT  SUCCESS [  1.948 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Equinox Application Container 1.7.0-SNAPSHOT SUCCESS [  2.391 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Core Runtime 3.31.0-SNAPSHOT .............. SUCCESS [  1.938 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse CSS Core Support 0.14.300-SNAPSHOT  SUCCESS [  3.415 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse CSS SWT Support 0.15.300-SNAPSHOT . SUCCESS [  2.512 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Dependency Injection Annotations 1.8.300-SNAPSHOT SUCCESS [  2.058 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Dependency Injection 1.9.300-SNAPSHOT SUCCESS [  2.068 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Dependency Injection Extensions 0.18.200-SNAPSHOT SUCCESS [  2.413 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] OSGi service http APIs 1.2.2-SNAPSHOT ..... SUCCESS [  2.226 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] OSGi Release 4.2.0 Services 3.12.0-SNAPSHOT SUCCESS [  2.270 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Contexts 1.12.500-SNAPSHOT ........ SUCCESS [  2.522 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Application Services 2.4.300-SNAPSHOT SUCCESS [  1.975 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Event Admin 1.7.0-SNAPSHOT ................ SUCCESS [  2.202 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Dependency Injection Extensions Supplier 0.17.400-SNAPSHOT SUCCESS [  2.776 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse UI Dependency Injection 1.5.300-SNAPSHOT SUCCESS [  2.462 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse UI Application Services 1.6.300-SNAPSHOT SUCCESS [  2.165 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Expression Language 3.9.300-SNAPSHOT ...... SUCCESS [  2.463 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse e4 core commands 1.1.300-SNAPSHOT . SUCCESS [  1.974 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Model Xpath 0.4.200-SNAPSHOT ...... SUCCESS [  2.491 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Workbench Model 2.4.200-SNAPSHOT .. SUCCESS [  3.569 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse e4 Workbench 1.15.300-SNAPSHOT .... SUCCESS [  3.276 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] JFace Data Binding Observables 1.13.200-SNAPSHOT SUCCESS [  3.364 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] JFace Data Binding Properties 1.10.200-SNAPSHOT SUCCESS [  2.861 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] JFace Data Binding 1.13.200-SNAPSHOT ...... SUCCESS [  2.526 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse CSS SWT Theme Support 0.14.300-SNAPSHOT SUCCESS [  1.824 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Bundle for Workbench APIs available in e4 0.17.300-SNAPSHOT SUCCESS [  1.733 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse UI Custom widgets 1.4.100-SNAPSHOT  SUCCESS [  2.186 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse URI Scheme Handling 1.3.200-SNAPSHOT SUCCESS [  2.740 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] JFace Data Binding for SWT and JFace 1.15.200-SNAPSHOT SUCCESS [  2.782 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse Bindings Support 0.14.300-SNAPSHOT  SUCCESS [  1.908 s]
18:47:28 [2024-02-16T23:47:28.353Z] [INFO] [bundle] Eclipse e4 dialogs 1.4.200-SNAPSHOT ....... SUCCESS [  2.289 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Eclipse e4 Workbench SWT 0.17.300-SNAPSHOT  SUCCESS [  2.528 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Eclipse e4 Workbench SWT Renderer 0.16.300-SNAPSHOT SUCCESS [  3.460 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Eclipse e4 Workbench Add-ons 1.5.300-SNAPSHOT SUCCESS [  2.742 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] eclipse.platform.ua 4.31.0-SNAPSHOT ................ SUCCESS [  0.008 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] org.eclipse.help 3.10.300-SNAPSHOT ................. SUCCESS [  3.438 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Eclipse Workbench 3.131.100-SNAPSHOT ...... SUCCESS [ 14.353 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Eclipse UI 3.205.100-SNAPSHOT ............. SUCCESS [  2.837 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Http Services Servlet 1.8.100-SNAPSHOT .... SUCCESS [  2.380 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Jetty Http Service 3.9.100-SNAPSHOT ....... SUCCESS [  2.435 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] org.eclipse.equinox.security 1.4.200-SNAPSHOT ...... SUCCESS [  2.359 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] eclipse.platform.team 4.31.0-SNAPSHOT .............. SUCCESS [  0.008 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SUCCESS [  0.004 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Internet Connection Management 1.5.300-SNAPSHOT SUCCESS [  2.123 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] eclipse.platform.debug 4.31.0-SNAPSHOT ............. SUCCESS [  0.008 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Core Variables 3.6.300-SNAPSHOT ........... SUCCESS [  1.739 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Ant Build Tool Core 3.7.300-SNAPSHOT ...... SUCCESS [  2.586 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] org.eclipse.help.base 4.4.300-SNAPSHOT ............. SUCCESS [  3.836 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Eclipse Forms 3.13.200-SNAPSHOT ........... SUCCESS [  3.205 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] org.eclipse.ui.intro 3.7.300-SNAPSHOT .............. SUCCESS [  3.317 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Help System UI 4.6.200-SNAPSHOT ........... SUCCESS [  3.409 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] org.eclipse.ui.cheatsheets 3.8.300-SNAPSHOT ........ SUCCESS [  2.806 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] org eclipse jdt 3.19.400-SNAPSHOT .................. SUCCESS [  1.538 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] eclipse.platform.resources 4.31.0-SNAPSHOT ......... SUCCESS [  0.007 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SUCCESS [  0.006 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Core File Systems 1.10.300-SNAPSHOT ....... SUCCESS [  1.880 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] eclipse.jdt.core 4.31.0-SNAPSHOT ................... SUCCESS [  0.005 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] org.eclipse.jdt.core.compiler.batch 3.37.0-SNAPSHOT  SUCCESS [  7.639 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Text 3.14.0-SNAPSHOT ...................... SUCCESS [  3.772 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Core Resource Management 3.20.100-SNAPSHOT  SUCCESS [  4.740 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Core Compare Support 3.8.400-SNAPSHOT ..... SUCCESS [  2.056 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Team Support Core 3.10.300-SNAPSHOT ....... SUCCESS [  3.019 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] org.eclipse.jdt.core 3.37.0-SNAPSHOT ............... SUCCESS [ 12.879 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] JFace Text 3.25.0-SNAPSHOT ................ SUCCESS [  5.173 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Debug Core 3.21.300-SNAPSHOT .............. SUCCESS [  3.401 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Text Editor Framework 3.17.300-SNAPSHOT ... SUCCESS [  4.318 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Console 3.14.0-SNAPSHOT ................... SUCCESS [  2.856 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] File Buffers 3.8.300-SNAPSHOT ............. SUCCESS [  2.483 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] rt.equinox.p2 4.31.0-SNAPSHOT ...................... SUCCESS [  0.009 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SUCCESS [  0.005 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Equinox Provisioning Core 2.11.0-SNAPSHOT . SUCCESS [  1.970 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Equinox Provisioning Metadata 2.9.0-SNAPSHOT SUCCESS [  2.627 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Equinox Provisioning Repository 2.8.100-SNAPSHOT SUCCESS [  2.765 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Equinox Provisioning Metadata Repository 1.5.300-SNAPSHOT SUCCESS [  3.055 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Equinox Provisioning JAR Processor 1.3.300-SNAPSHOT SUCCESS [  2.886 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Equinox Provisioning Artifact Repository Support 1.5.300-SNAPSHOT SUCCESS [  2.272 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] Equinox Provisioning Engine 2.10.0-SNAPSHOT SUCCESS [  2.335 s]
18:47:28 [2024-02-16T23:47:28.354Z] [INFO] [bundle] E4 IDE UI 3.17.200-SNAPSHOT ............... SUCCESS [  2.298 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Common Navigator View 3.12.300-SNAPSHOT ... SUCCESS [  2.925 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Views 3.12.200-SNAPSHOT ................... SUCCESS [  2.333 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Eclipse IDE UI 3.22.100-SNAPSHOT .......... SUCCESS [  7.121 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.annotation 2.3.0-SNAPSHOT .......... SUCCESS [  2.218 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Default Text Editor 3.17.200-SNAPSHOT ..... SUCCESS [  4.061 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Debug UI 3.18.300-SNAPSHOT ................ SUCCESS [  9.032 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Refactoring Core 3.14.300-SNAPSHOT ........ SUCCESS [  2.795 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Search Support Core 3.16.100-SNAPSHOT ..... SUCCESS [  2.508 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Compare Support 3.10.0-SNAPSHOT ........... SUCCESS [  4.239 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Team Support UI 3.10.300-SNAPSHOT ......... SUCCESS [  5.383 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Refactoring UI 3.13.300-SNAPSHOT .......... SUCCESS [  3.173 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Search Support 3.16.100-SNAPSHOT .......... SUCCESS [  3.091 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Tabbed Properties View 3.10.200-SNAPSHOT .. SUCCESS [  2.342 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Navigator Workbench Components 3.9.200-SNAPSHOT SUCCESS [  4.364 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] eclipse.jdt.debug 4.31.0-SNAPSHOT .................. SUCCESS [  0.007 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] JDI Debug Model 3.21.300-SNAPSHOT ......... SUCCESS [  5.769 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.launching 3.21.100-SNAPSHOT ........ SUCCESS [  5.536 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] eclipse.jdt.ui 4.31.0-SNAPSHOT ..................... SUCCESS [  0.008 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Java Code Manipulation Functionality 1.21.0-SNAPSHOT SUCCESS [ 11.419 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.ui 3.32.0-SNAPSHOT ................. SUCCESS [ 19.885 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.debug.ui 3.13.300-SNAPSHOT ......... SUCCESS [  4.917 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] eclipse.platform.common 4.31.0-SNAPSHOT ............ SUCCESS [  0.012 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.doc.user 3.15.2100-SNAPSHOT ........ SUCCESS [  3.410 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.junit.runtime 3.7.400-SNAPSHOT ..... SUCCESS [  2.540 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.launching.ui.macosx 1.4.200-SNAPSHOT SUCCESS [  8.179 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Java Annotation Processing Core 3.8.300-SNAPSHOT SUCCESS [  3.200 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Java Compiler Apt IDE 1.4.300-SNAPSHOT .... SUCCESS [  2.594 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Java Development Tools Formatter Application 1.2.200-SNAPSHOT SUCCESS [  2.572 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.junit5.runtime 1.1.300-SNAPSHOT .... SUCCESS [  2.814 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Java Annotation Processing UI 3.8.300-SNAPSHOT SUCCESS [  2.406 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Simple Configurator 1.5.200-SNAPSHOT ...... SUCCESS [  2.192 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Install/Update Configurator 3.5.300-SNAPSHOT SUCCESS [  2.032 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Equinox Concurrent API 1.3.0-SNAPSHOT ..... SUCCESS [  1.947 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.platform.doc.isv 4.31.0-SNAPSHOT ....... SUCCESS [02:46 min]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] External Tools Headless Support 1.3.300-SNAPSHOT SUCCESS [  2.317 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Equinox Framework Admin 2.3.100-SNAPSHOT .. SUCCESS [  2.600 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Equinox Framework Admin for Equinox 1.3.100-SNAPSHOT SUCCESS [  2.325 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Simple Configurator Manipulator 2.3.100-SNAPSHOT SUCCESS [  1.894 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Java Development Tools JUnit core support 3.13.100-SNAPSHOT SUCCESS [  2.812 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Java Development Tools JUnit support 3.16.300-SNAPSHOT SUCCESS [  3.212 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.doc.isv 3.14.2300-SNAPSHOT ......... SUCCESS [ 46.010 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Ant Launching Support 1.4.300-SNAPSHOT .... SUCCESS [  2.452 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.junit4.runtime 1.3.100-SNAPSHOT .... SUCCESS [  1.750 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.annotation 1.2.100-SNAPSHOT ........ SUCCESS [  2.426 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] External Tools 3.6.300-SNAPSHOT ........... SUCCESS [  2.641 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Ant UI 3.9.300-SNAPSHOT ................... SUCCESS [  3.973 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org.eclipse.jdt.launching.macosx 3.6.200-SNAPSHOT .. SUCCESS [  2.857 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] org eclipse jdt feature 3.19.400-SNAPSHOT .......... SUCCESS [  2.641 s]
18:47:28 [2024-02-16T23:47:28.355Z] [INFO] [bundle] Equinox Launcher 1.6.700-SNAPSHOT ......... SUCCESS [  1.804 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] eclipse.platform.releng 4.31.0-SNAPSHOT ............ SUCCESS [  0.005 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.test.performance 3.20.0-SNAPSHOT ....... SUCCESS [  2.614 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Eclipse IDE UI Application 1.5.300-SNAPSHOT SUCCESS [  2.468 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.core.tests.compiler 3.13.300-SNAPSHOT SUCCESS [  7.331 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.compiler.tool.tests 1.4.300-SNAPSHOT SUCCESS [  4.050 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.core.tests.builder 3.12.300-SNAPSHOT SUCCESS [  3.403 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.compiler.apt.tests 1.3.300-SNAPSHOT  SUCCESS [  2.651 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.core.tests.model 3.12.300-SNAPSHOT . SUCCESS [ 12.903 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.core.tests.performance 3.12.300-SNAPSHOT SUCCESS [  2.415 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.apt.pluggable.tests 3.6.300-SNAPSHOT SUCCESS [  4.101 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.apt.tests 3.6.300-SNAPSHOT ......... SUCCESS [  5.150 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] eclipse.jdt.core.binaries 4.31.0-SNAPSHOT .......... SUCCESS [  0.009 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.core.tests.binaries 1.0.300-SNAPSHOT SUCCESS [  8.611 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.debug.tests 3.12.300-SNAPSHOT ...... SUCCESS [  4.859 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.debug.jdi.tests 1.1.100-SNAPSHOT ... SUCCESS [  2.925 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [aggregator] tests 4.31.0-SNAPSHOT ................. SUCCESS [  0.006 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [test-bundle] File Buffers Test Plug-in 3.13.300-SNAPSHOT SUCCESS [  2.390 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [test-bundle] Text Test Plug-in 3.14.400-SNAPSHOT .. SUCCESS [  2.944 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [test-bundle] JFace Text Test Plug-in 3.13.400-SNAPSHOT SUCCESS [  3.122 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] AST View Plug-in 1.6.100-SNAPSHOT ......... SUCCESS [  3.565 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Java Element View Plug-in 1.5.200-SNAPSHOT  SUCCESS [  3.513 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.bcoview 1.2.300-SNAPSHOT ........... SUCCESS [  2.854 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] eclipse.pde 4.31.0-SNAPSHOT ........................ SUCCESS [  0.008 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] eclipse.pde.ui 4.31.0-SNAPSHOT ..................... SUCCESS [  0.006 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] PDE JUnit Runtime Support 3.8.100-SNAPSHOT  SUCCESS [  2.896 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [aggregator] tests 4.31.0-SNAPSHOT ................. SUCCESS [  0.005 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Eclipse Core Tests Harness 3.15.300-SNAPSHOT SUCCESS [  2.725 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.ui.tests 3.15.300-SNAPSHOT ......... SUCCESS [  7.352 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.text.tests 3.14.300-SNAPSHOT ....... SUCCESS [  5.508 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.ui.tests.refactoring 3.15.300-SNAPSHOT SUCCESS [ 14.168 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.ui.junit.sampleproject 1.0.0-SNAPSHOT SUCCESS [ 12.826 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.ui.examples.projects 3.3.0-SNAPSHOT  SUCCESS [  5.571 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Debug Unit Test support 1.1.300-SNAPSHOT .. SUCCESS [  3.272 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.ui.unittest.junit 1.1.300-SNAPSHOT . SUCCESS [  2.615 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] org.eclipse.jdt.ui.unittest.junit.feature 1.1.300-SNAPSHOT SUCCESS [  2.197 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [feature] Java AST View 1.2.200-SNAPSHOT ........... SUCCESS [  1.390 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [feature] Java Element View 1.1.300-SNAPSHOT ....... SUCCESS [  1.204 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [feature] Bytecode Outline View 1.2.300-SNAPSHOT ... SUCCESS [  1.371 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] eclipse.pde.apitools 4.31.0-SNAPSHOT ............... SUCCESS [  0.006 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Equinox Provisioning Publisher Infrastructure 1.9.100-SNAPSHOT SUCCESS [  2.056 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Equinox Provisioning Publisher for Eclipse 1.6.0-SNAPSHOT SUCCESS [  3.501 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Equinox Provisioning Director 2.6.300-SNAPSHOT SUCCESS [  1.998 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Equinox Provisioning Repository Tools 2.4.300-SNAPSHOT SUCCESS [  3.459 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Equinox Provisioning Legacy Update Site Support 1.3.300-SNAPSHOT SUCCESS [  1.916 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] eclipse.pde.build 4.31.0-SNAPSHOT .................. SUCCESS [  0.009 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Plug-in Development Environment Build Support 3.12.300-SNAPSHOT SUCCESS [  3.745 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Equinox State and Resolver Compatibility Fragment 1.2.1000-SNAPSHOT SUCCESS [  2.000 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Equinox Provisioning Garbage Collector 1.3.200-SNAPSHOT SUCCESS [  2.599 s]
18:47:28 [2024-02-16T23:47:28.356Z] [INFO] [bundle] Equinox Provisioning Eclipse Touchpoint 2.4.200-SNAPSHOT SUCCESS [  2.756 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE Core 3.18.0-SNAPSHOT .................. SUCCESS [  5.175 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] API Tools 1.3.300-SNAPSHOT ................ SUCCESS [  4.226 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE API Tools Annotations 1.3.0-SNAPSHOT .. SUCCESS [  2.127 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Provisioning Operations API 2.7.300-SNAPSHOT SUCCESS [  1.990 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Generic UI components related to BND 1.0.0-SNAPSHOT SUCCESS [  4.327 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Security Default UI 1.4.200-SNAPSHOT SUCCESS [  2.883 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Eclipse e4 Progress View 0.4.300-SNAPSHOT . SUCCESS [  2.749 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Provisioning Directory Watcher 1.4.300-SNAPSHOT SUCCESS [  2.236 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Provisioning Extension Location Repository Support 1.5.300-SNAPSHOT SUCCESS [  1.970 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Provisioning UI Support 2.8.300-SNAPSHOT SUCCESS [  3.780 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Log View 1.4.300-SNAPSHOT ................. SUCCESS [  3.351 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE Launching Support 3.12.0-SNAPSHOT ..... SUCCESS [  2.706 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Generic and Extensible Text Editor 1.3.300-SNAPSHOT SUCCESS [  2.456 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] eclipse.pde.ds 4.31.0-SNAPSHOT ..................... SUCCESS [  0.005 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE DS Core 1.3.300-SNAPSHOT .............. SUCCESS [  2.258 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE UI 3.15.100-SNAPSHOT .................. SUCCESS [ 11.159 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Target definition generic editor extension 1.2.300-SNAPSHOT SUCCESS [  3.233 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE Runtime 3.8.300-SNAPSHOT .............. SUCCESS [  3.491 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] JSch Core 1.5.300-SNAPSHOT ................ SUCCESS [  2.060 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Eclipse Platform 4.31.100-SNAPSHOT ........ SUCCESS [  3.028 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] org.eclipse.pde.ui.tests 3.12.400-SNAPSHOT ......... SUCCESS [  5.033 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] API Tools UI 1.3.300-SNAPSHOT ............. SUCCESS [  4.465 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] org.eclipse.pde.api.tools.tests 1.3.400-SNAPSHOT ... SUCCESS [ 11.753 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [test-bundle] PDE DS Tests 1.3.200-SNAPSHOT ........ SUCCESS [  2.890 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE DS UI 1.3.300-SNAPSHOT ................ SUCCESS [  3.091 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Declarative Services Annotations Support 1.3.200-SNAPSHOT SUCCESS [  4.224 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] eclipse.pde.ua 4.31.0-SNAPSHOT ..................... SUCCESS [  0.005 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE UA Core 1.3.300-SNAPSHOT .............. SUCCESS [  3.186 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE UA UI 1.3.300-SNAPSHOT ................ SUCCESS [  4.056 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Dynamic Tracing Enablement UI  1.3.300-SNAPSHOT SUCCESS [  2.150 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] PDE Templates 3.8.300-SNAPSHOT ............ SUCCESS [  2.899 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] org.eclipse.pde 3.13.2600-SNAPSHOT ................. SUCCESS [  2.041 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] org.eclipse.pde.doc.user 3.15.0-SNAPSHOT ........... SUCCESS [ 17.696 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [aggregator] features 4.31.0-SNAPSHOT .............. SUCCESS [  0.005 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [feature] Eclipse Plug-in Development Environment 3.15.300-SNAPSHOT SUCCESS [  2.473 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Browser Support 3.8.200-SNAPSHOT .......... SUCCESS [  2.299 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] JSch UI 1.5.300-SNAPSHOT .................. SUCCESS [  2.087 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Diff Extension for Generic Editor 1.2.300-SNAPSHOT SUCCESS [  2.082 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] org.eclipse.equinox.security.win32.x86_64 1.2.200-SNAPSHOT SUCCESS [  2.584 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Provisioning Native Touchpoint 1.5.200-SNAPSHOT SUCCESS [  2.332 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] org.eclipse.equinox.security.linux 1.1.200-SNAPSHOT  SUCCESS [  8.307 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] org.eclipse.equinox.security.macosx 1.102.200-SNAPSHOT SUCCESS [  1.691 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Provisioning Console 1.3.300-SNAPSHOT SUCCESS [  1.835 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Provisioning ECF based Transport 1.4.200-SNAPSHOT SUCCESS [  1.906 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [aggregator] features 4.31.0-SNAPSHOT .............. SUCCESS [  0.006 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [feature] Equinox p2, headless functionalities 1.7.100-SNAPSHOT SUCCESS [  2.400 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Provisioning Drop-in 1.5.300-SNAPSHOT SUCCESS [  2.426 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [bundle] Equinox Provisioning Director Application 1.3.300-SNAPSHOT SUCCESS [  4.026 s]
18:47:28 [2024-02-16T23:47:28.357Z] [INFO] [feature] Equinox p2, backward compatibility support 1.4.2300-SNAPSHOT SUCCESS [  1.792 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Provisioning Import and Export 1.4.300-SNAPSHOT SUCCESS [  2.730 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Provisioning Update Checker 1.4.200-SNAPSHOT SUCCESS [  1.816 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Provisioning Platform Automatic Update Support 1.6.200-SNAPSHOT SUCCESS [  3.119 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Provisioning Platform Update Support 1.3.300-SNAPSHOT SUCCESS [  2.285 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [feature] Equinox p2, minimal support for RCP applications 1.4.2300-SNAPSHOT SUCCESS [  2.289 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [feature] Equinox p2, Provisioning for IDEs. 2.4.2300-SNAPSHOT SUCCESS [  2.300 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Eclipse SDK Themes 1.2.2400-SNAPSHOT ...... SUCCESS [  2.474 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.core.resources.win32.x86_64 3.5.500-SNAPSHOT SUCCESS [  1.038 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.core.filesystem.win32.x86_64 1.4.300-SNAPSHOT SUCCESS [  0.864 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Eclipse UI Win32 Enhancements 3.5.200-SNAPSHOT SUCCESS [  2.403 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.core.net.linux 1.1.100-SNAPSHOT ........ SUCCESS [  1.659 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.core.filesystem.macosx 1.3.400-SNAPSHOT  SUCCESS [  1.381 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Debug UI Launch Configuration View 1.1.400-SNAPSHOT SUCCESS [  2.342 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] UI Freeze Monitoring 1.3.200-SNAPSHOT ..... SUCCESS [  2.367 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.platform.doc.user 4.31.0-SNAPSHOT ...... SUCCESS [  2.117 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.compare.win32 1.3.300-SNAPSHOT ......... SUCCESS [  2.001 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Http Service Registry Extensions 1.4.0-SNAPSHOT SUCCESS [  1.793 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Jasper Jsp Support Bundle 1.2.0-SNAPSHOT .. SUCCESS [  1.753 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Jasper Jsp Registry Support Plug-in 1.3.0-SNAPSHOT SUCCESS [  2.243 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.help.webapp 3.11.300-SNAPSHOT .......... SUCCESS [  8.203 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.help.feature 2.3.1700-SNAPSHOT ......... SUCCESS [  2.005 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.core.filesystem.linux.x86_64 1.2.400-SNAPSHOT SUCCESS [  0.989 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.core.filesystem.linux.aarch64 1.4.200-SNAPSHOT SUCCESS [  2.201 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.core.net.win32 1.1.300-SNAPSHOT ........ SUCCESS [  1.879 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.core.net.win32.x86_64 1.2.200-SNAPSHOT . SUCCESS [  2.144 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Universal Welcome 3.5.300-SNAPSHOT ........ SUCCESS [  2.969 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.core.filesystem.linux.ppc64le 1.4.200-SNAPSHOT SUCCESS [  0.885 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Quicklinks for the Welcome Framework 1.2.300-SNAPSHOT SUCCESS [  2.295 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Quick Search 1.2.300-SNAPSHOT ............. SUCCESS [  2.238 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements 1.3.100-SNAPSHOT SUCCESS [  2.433 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.rcp 4.31.0-SNAPSHOT .................... SUCCESS [  0.808 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa Fragment 1.2.900-SNAPSHOT SUCCESS [  0.849 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Launcher Linux X86_64 Fragment 1.2.900-SNAPSHOT SUCCESS [  1.239 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Launcher Linux AARCH64 Fragment 1.2.900-SNAPSHOT SUCCESS [  0.855 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] JFace Data Binding for JavaBeans 1.10.200-SNAPSHOT SUCCESS [  2.051 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] OSGi Release 4.2.0 Utility Classes 3.7.300-SNAPSHOT SUCCESS [  1.856 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Eclipse UI WIN32 Enhancements 1.2.200-SNAPSHOT SUCCESS [  1.700 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Console plug-in 1.4.700-SNAPSHOT .......... SUCCESS [  2.206 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Launcher Linux PPC64le Fragment 1.2.900-SNAPSHOT SUCCESS [  0.992 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Notification API 0.7.100-SNAPSHOT ......... SUCCESS [  2.272 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Eclipse UI GTK Enhancements 1.2.100-SNAPSHOT SUCCESS [  2.079 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Launcher Win32 X86_64 Fragment 1.2.900-SNAPSHOT SUCCESS [  0.987 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT SUCCESS [  1.258 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [bundle] Eclipse UI MacOS X Enhancements 0.14.300-SNAPSHOT SUCCESS [  2.574 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [aggregator] features 4.31.0-SNAPSHOT .............. SUCCESS [  0.004 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] [feature] Eclipse 4 Rich Client Platform 4.31.0-SNAPSHOT SUCCESS [  2.035 s]
18:47:28 [2024-02-16T23:47:28.358Z] [INFO] org.eclipse.rcp.feature 4.31.0-SNAPSHOT ............ SUCCESS [  2.192 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Internet Connection Management UI 1.5.300-SNAPSHOT SUCCESS [  2.119 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.platform.feature 4.31.0-SNAPSHOT ....... SUCCESS [  2.372 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.pde.ua.tests 1.3.300-SNAPSHOT .......... SUCCESS [  4.464 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.pde.junit.runtime.tests 3.7.200-SNAPSHOT SUCCESS [  2.581 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Spy Core plug-in 1.1.300-SNAPSHOT ......... SUCCESS [  4.371 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Bundle Spy 0.13.300-SNAPSHOT .............. SUCCESS [  2.137 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Event Spy 1.1.300-SNAPSHOT ................ SUCCESS [  2.335 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] CSS Spy 0.13.300-SNAPSHOT ................. SUCCESS [  2.349 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] eclipse.pde.e4tools 4.31.0-SNAPSHOT ................ SUCCESS [  0.004 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SUCCESS [  0.003 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Services 4.10.400-SNAPSHOT ................ SUCCESS [  2.184 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.e4.tools.emf.ui 4.8.300-SNAPSHOT ....... SUCCESS [  4.782 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Model Spy 0.13.300-SNAPSHOT ............... SUCCESS [  2.184 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Context Spy 1.1.300-SNAPSHOT .............. SUCCESS [  1.853 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Preference Spy 0.13.300-SNAPSHOT .......... SUCCESS [  2.240 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Layout Spy 1.2.300-SNAPSHOT ............... SUCCESS [  2.389 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.pde.ui.templates.tests 1.2.300-SNAPSHOT  SUCCESS [  3.905 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.pde.genericeditor.extension.tests 1.2.300-SNAPSHOT SUCCESS [  3.685 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Plug-in Development Unit Test support 1.1.300-SNAPSHOT SUCCESS [  2.363 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Tools 4.10.300-SNAPSHOT ................... SUCCESS [  2.810 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Compat 4.9.300-SNAPSHOT ................... SUCCESS [  2.409 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Persistence Model 1.1.200-SNAPSHOT ........ SUCCESS [  2.384 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Perspective migrate compatibility Util  1.1.200-SNAPSHOT SUCCESS [  2.191 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Editor3x 4.9.300-SNAPSHOT ................. SUCCESS [  3.138 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] e4 JDT code templates 4.10.300-SNAPSHOT ... SUCCESS [  2.487 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [test-bundle] Harness Plug-in 1.10.300-SNAPSHOT .... SUCCESS [  2.504 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.e4.tools.compatibility.migration.tests 1.1.0-SNAPSHOT SUCCESS [  1.926 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.e4.tools.persistence.tests 1.1.0-SNAPSHOT SUCCESS [  2.482 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [aggregator] tests 4.31.0-SNAPSHOT ................. SUCCESS [  0.005 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [test-bundle] Test 1.3.100-SNAPSHOT ................ SUCCESS [  2.992 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.pde.build.tests 1.4.300-SNAPSHOT ....... SUCCESS [  9.061 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [feature] Eclipse e4 Tools 4.30.100-SNAPSHOT ....... SUCCESS [  2.082 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [feature] Eclipse Persistence 1.1.300-SNAPSHOT ..... SUCCESS [  0.999 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [feature] Eclipse Plug-in Development Environment Spies 1.0.300-SNAPSHOT SUCCESS [  2.412 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [feature] Eclipse Plug-in Test runner client for UnitTest View (Experimental) 1.0.700-SNAPSHOT SUCCESS [  1.932 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [test-bundle] Install/Update Configurator Test Plugin 0.2.0-SNAPSHOT SUCCESS [  2.249 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [test-bundle] Ant Core Test Plugin 3.7.300-SNAPSHOT  SUCCESS [  6.416 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [test-bundle] Ant UI Test Plugin 3.11.300-SNAPSHOT . SUCCESS [  6.016 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Eclipse Project SDK 4.31.0-SNAPSHOT ....... SUCCESS [  1.350 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [bundle] Core Tools 1.9.200-SNAPSHOT ............... SUCCESS [  2.964 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [aggregator] features 4.31.0-SNAPSHOT .............. SUCCESS [  0.006 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [feature] Equinox Core Function 1.15.0-SNAPSHOT .... SUCCESS [  1.815 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [feature] Eclipse Core Runtime Infrastructure 1.4.300-SNAPSHOT SUCCESS [  1.384 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [test-bundle] Content-Types Tests 1.4.100-SNAPSHOT . SUCCESS [  2.590 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [test-bundle] Expression Language Tests 3.7.300-SNAPSHOT SUCCESS [  2.122 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] [test-bundle] Eclipse Core Tests Runtime 3.21.300-SNAPSHOT SUCCESS [  2.879 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.e4.core.javax.tests 1.3.300-SNAPSHOT ... SUCCESS [  2.730 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] org.eclipse.e4.core.tests 1.3.300-SNAPSHOT ......... SUCCESS [  2.986 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] eclipse.platform.team.tests 4.31.0-SNAPSHOT ........ SUCCESS [  0.004 s]
18:47:28 [2024-02-16T23:47:28.359Z] [INFO] eclipse.platform.resources.tests 4.31.0-SNAPSHOT ... SUCCESS [  0.004 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [feature] Eclipse Test feature containing all FS-specific fragments 4.6.0-SNAPSHOT SUCCESS [  0.919 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.core.tests.resources 3.11.400-SNAPSHOT . SUCCESS [  5.208 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] Compare Tests 3.8.300-SNAPSHOT ....... SUCCESS [  3.302 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.core.tests.net 1.6.300-SNAPSHOT ........ SUCCESS [  2.423 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.jsch.tests 1.6.300-SNAPSHOT ............ SUCCESS [  2.502 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.team.tests.core 3.10.300-SNAPSHOT ...... SUCCESS [  2.636 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.compare.examples 3.4.300-SNAPSHOT ...... SUCCESS [  2.277 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.compare.examples.xml 3.6.300-SNAPSHOT .. SUCCESS [  2.326 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.team.examples.filesystem 3.7.300-SNAPSHOT SUCCESS [  3.233 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.core.filesystem.linux.loongarch64 1.4.200-SNAPSHOT SUCCESS [  7.901 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Core Resource Management Spy Support Fragment 1.6.0-SNAPSHOT SUCCESS [  1.758 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.core.tools.resources 1.7.200-SNAPSHOT .. SUCCESS [  2.322 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] eclipse.platform.resources.examples 4.31.0-SNAPSHOT  SUCCESS [  0.004 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Efs Examples Plug-in 1.1.300-SNAPSHOT ..... SUCCESS [  2.110 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Save Participant 3 3.6.100-SNAPSHOT ....... SUCCESS [  2.611 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Save Participant 1 3.6.100-SNAPSHOT ....... SUCCESS [  2.039 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Save Participant 2 3.6.100-SNAPSHOT ....... SUCCESS [  1.949 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.core.tests.resources.saveparticipant 3.6.100-SNAPSHOT SUCCESS [  2.793 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Example Debug Core Plug-in 1.6.300-SNAPSHOT SUCCESS [  2.312 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Sample Memory View Plugin 1.104.0-SNAPSHOT  SUCCESS [  2.218 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Mixed-mode Launching Example 1.4.0-SNAPSHOT SUCCESS [  2.123 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Example Debug UI Plug-in 1.8.300-SNAPSHOT . SUCCESS [  2.689 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] Debug Test Plugin 3.14.100-SNAPSHOT .. SUCCESS [  3.730 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] Debug UI (LaunchView) Test Plugin 1.1.0-SNAPSHOT SUCCESS [  3.001 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [feature] Jetty Http Server Feature 1.11.400-SNAPSHOT SUCCESS [  2.288 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.ua.tests 3.6.300-SNAPSHOT .............. SUCCESS [  4.388 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.ua.tests.doc 1.2.400-SNAPSHOT .......... SUCCESS [  3.822 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.ui.intro.quicklinks.examples 1.3.100-SNAPSHOT SUCCESS [  2.652 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.ui.intro.solstice.examples 1.3.100-SNAPSHOT SUCCESS [  2.056 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Tip of the Day core plugin 0.3.300-SNAPSHOT SUCCESS [  2.909 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Tip of the Day UI 0.3.300-SNAPSHOT ........ SUCCESS [  2.123 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Tip of the Day Json Provider 0.3.300-SNAPSHOT SUCCESS [  1.894 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] IDE Enablement for Tip of the Day 0.3.300-SNAPSHOT SUCCESS [  2.912 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] org.eclipse.tips.feature 0.4.300-SNAPSHOT .......... SUCCESS [  1.866 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] Tip of the Day Tests 1.2.0-SNAPSHOT .. SUCCESS [  2.594 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] infocenter-parent 4.31.0-SNAPSHOT .................. SUCCESS [  0.005 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Servletbridge 1.7.0-SNAPSHOT .............. SUCCESS [  1.712 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] Servletbridge Http Service 1.3.0-SNAPSHOT . SUCCESS [  1.814 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] infocenter-product 1.0.0-SNAPSHOT .................. SUCCESS [  4.462 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] infocenter-app 4.31.0-SNAPSHOT ..................... SUCCESS [  3.286 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] Eclipse e4 core commands tests 0.14.400-SNAPSHOT SUCCESS [  2.350 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] XPathTest Model 0.4.0-SNAPSHOT ....... SUCCESS [  2.372 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] UI Bindings Tests 0.14.200-SNAPSHOT .. SUCCESS [  2.084 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] TestModel Model 0.15.400-SNAPSHOT .... SUCCESS [  3.688 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] e4 css core tests 1.302.400-SNAPSHOT . SUCCESS [  2.603 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] e4 css swt tests (Incubation) 0.12.500-SNAPSHOT SUCCESS [  2.991 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] Modelled UI addons tests bundle (Incubation) 1.5.0-SNAPSHOT SUCCESS [  2.616 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] Jface tests 1.4.400-SNAPSHOT ......... SUCCESS [  4.359 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] eclipse.platform.ui.examples 4.31.0-SNAPSHOT ....... SUCCESS [  0.006 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [bundle] JFace Data Binding Examples 1.4.300-SNAPSHOT SUCCESS [  3.473 s]
18:47:28 [2024-02-16T23:47:28.360Z] [INFO] [test-bundle] JFace Data Binding Conformance Tests 1.5.400-SNAPSHOT SUCCESS [  2.600 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] JFace Data Binding Tests 1.12.300-SNAPSHOT SUCCESS [  3.871 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Jface notifications tests 0.2.0-SNAPSHOT SUCCESS [  2.504 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Refactoring Core Test Plug-in 3.10.300-SNAPSHOT SUCCESS [  2.372 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Refactoring UI Test Plug-in 3.11.300-SNAPSHOT SUCCESS [  3.090 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Search Support Tests Plug-in 3.11.400-SNAPSHOT SUCCESS [  2.938 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Tests for Eclipse URI Scheme Handling 1.2.300-SNAPSHOT SUCCESS [  2.117 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Tests for org.eclipse.text.quicksearch Bundle 1.2.200-SNAPSHOT SUCCESS [  2.735 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Editors Test Plug-in 3.13.300-SNAPSHOT SUCCESS [  2.261 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Workbench Text Editor Test Plug-in 3.14.300-SNAPSHOT SUCCESS [  2.772 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Generic Editor Test Plug-in 1.3.400-SNAPSHOT SUCCESS [  3.275 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Eclipse UI IDE Application Tests 1.4.100-SNAPSHOT SUCCESS [  2.049 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] UI Freeze Monitoring Tests 1.3.0-SNAPSHOT SUCCESS [  2.620 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Eclipse UI Tests 3.15.1500-SNAPSHOT .. SUCCESS [  6.085 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Plugin.name 3.4.0 .................... SUCCESS [  2.394 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Forms Test 3.10.300-SNAPSHOT ......... SUCCESS [  2.517 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Common Navigator Tests 3.7.400-SNAPSHOT SUCCESS [  3.213 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Performance Plug-in 1.6.300-SNAPSHOT . SUCCESS [  3.125 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Pluginchecks 1.2.200-SNAPSHOT ........ SUCCESS [  2.180 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Eclipse RCP Tests 3.6.300-SNAPSHOT ... SUCCESS [  2.521 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [test-bundle] Tabbed Properties View Tests 3.8.300-SNAPSHOT SUCCESS [  3.118 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] CSS bridge demo 1.3.0-SNAPSHOT ............ SUCCESS [  2.915 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] e4 Progress Examples Plug-in 0.4.100-SNAPSHOT SUCCESS [  2.415 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] JFace Snippets Plug-in 3.6.100-SNAPSHOT ... SUCCESS [  3.473 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] CodeMinig Examples 1.2.0-SNAPSHOT ......... SUCCESS [  2.714 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Services Snippets (Incubation) 0.10.0-SNAPSHOT SUCCESS [  2.655 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Command Contribution Examples 3.6.300-SNAPSHOT SUCCESS [  2.268 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Field Assist Example 1.3.200-SNAPSHOT ..... SUCCESS [  2.595 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] JFace Text Example 3.4.300-SNAPSHOT ....... SUCCESS [  3.086 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Progress Examples Plug-in 3.3.100 ......... SUCCESS [  2.622 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] pluginName 3.2.100 ........................ SUCCESS [  2.496 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Multi-Page Editor Example 3.4.300-SNAPSHOT  SUCCESS [  2.679 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Common Navigator Examples 3.4.0-SNAPSHOT .. SUCCESS [  2.325 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Example for a Perspective 1.0.0-SNAPSHOT .. SUCCESS [  2.345 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] User File Editor 3.5.300-SNAPSHOT ......... SUCCESS [  2.325 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Readme File Editing Tool 3.7.300-SNAPSHOT . SUCCESS [  3.241 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Undo Example 3.5.300-SNAPSHOT ............. SUCCESS [  2.450 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Example for Eclipse URI Scheme Handling 1.2.200-SNAPSHOT SUCCESS [  2.711 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Tabbed Properties View Article Example 3.4.300-SNAPSHOT SUCCESS [  2.548 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Examples of Eclipse Forms 3.4.100-SNAPSHOT  SUCCESS [  2.471 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] Examples for Generic Editor 1.3.300-SNAPSHOT SUCCESS [  2.985 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] org.eclipse.platform.doc.tips 0.3.100-SNAPSHOT ..... SUCCESS [  2.444 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] SWT Tools Base 3.107.500-SNAPSHOT ......... SUCCESS [  1.908 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] SWT Tools Spy 3.109.300-SNAPSHOT .......... SUCCESS [  1.984 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] SWT Tools 3.110.300-SNAPSHOT .............. SUCCESS [  2.730 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [aggregator] bundles 4.31.0-SNAPSHOT ............... SUCCESS [  0.009 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] org.eclipse.swt.fragments.localbuild 3.105.0-SNAPSHOT SUCCESS [  0.834 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] SWT Standalone Examples Plugin 3.108.300-SNAPSHOT SUCCESS [  4.496 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] SWT Browser Demos Plugin 3.108.300-SNAPSHOT SUCCESS [  2.248 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] [bundle] SWT Launcher Example Plugin 3.108.300-SNAPSHOT SUCCESS [  1.962 s]
18:47:28 [2024-02-16T23:47:28.361Z] [INFO] org.eclipse.swt.examples.ole.win32 3.109.0-SNAPSHOT  SUCCESS [  1.895 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] SWT Views Example Plugin 3.108.300-SNAPSHOT SUCCESS [  2.438 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] org.eclipse.swt.tests 3.107.300-SNAPSHOT ........... SUCCESS [  3.541 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [feature] SWT Tools 3.109.300-SNAPSHOT ............. SUCCESS [  2.202 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Eclipse SWT Tests Linux/gtk 3.109.0-SNAPSHOT SUCCESS [  4.702 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Configuration Admin 1.6.0-SNAPSHOT ........ SUCCESS [  2.731 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Device Access Service 1.2.0-SNAPSHOT ...... SUCCESS [  2.148 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Coordinator 1.5.300-SNAPSHOT .............. SUCCESS [  1.942 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Meta Type 1.6.500-SNAPSHOT ................ SUCCESS [  1.995 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] User Admin Service 1.3.0-SNAPSHOT ......... SUCCESS [  1.747 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [feature] Equinox Compendium SDK 3.23.0-SNAPSHOT ... SUCCESS [  1.308 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Supplemental Equinox Functionality 1.10.800-SNAPSHOT SUCCESS [  2.479 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Aspect Weaving Hooks Plug-in 1.4.0-SNAPSHOT SUCCESS [  1.908 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Log Stream Provider 1.2.0-SNAPSHOT ........ SUCCESS [  2.025 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] XSLT Transform Provider 1.3.0-SNAPSHOT .... SUCCESS [  1.875 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] J9 CachingService Plug-in 1.3.0-SNAPSHOT .. SUCCESS [  2.047 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Console ssh support plug-in 1.3.0-SNAPSHOT  SUCCESS [  2.490 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] SSHD Fragment 1.2.0-SNAPSHOT .............. SUCCESS [  1.763 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Standard Caching Service for Equinox Aspects 1.3.0-SNAPSHOT SUCCESS [  1.755 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Transformer Hook Framework Extension 1.4.0-SNAPSHOT SUCCESS [  1.837 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Region Digraph 1.5.500-SNAPSHOT ........... SUCCESS [  2.215 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [feature] Equinox Core SDK 3.25.0-SNAPSHOT ......... SUCCESS [  1.115 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Equinox Launcher MacOSX Cocoa AARCH64/ARM64 Fragment 1.2.900-SNAPSHOT SUCCESS [  1.217 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] org.eclipse.equinox.executable 3.8.2400-SNAPSHOT ... SUCCESS [  2.202 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [feature] Core Server Feature 1.16.0-SNAPSHOT ...... SUCCESS [  1.696 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [feature] Equinox Target Components 3.23.1100-SNAPSHOT SUCCESS [  1.146 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] BiDi tests 1.4.0-SNAPSHOT ............ SUCCESS [  2.337 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Test Plug-in 1.2.0-SNAPSHOT .......... SUCCESS [  1.992 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Common Eclipse Runtime Tests 3.17.100-SNAPSHOT SUCCESS [  5.481 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Declarative Services Tests 1.7.0-SNAPSHOT SUCCESS [ 31.035 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Preferences Tests 3.10.0-SNAPSHOT .... SUCCESS [  3.063 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Equinox security tests 1.3.200-SNAPSHOT SUCCESS [  2.490 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Ssh Tests 1.3.100-SNAPSHOT ........... SUCCESS [  2.303 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Console tests 1.3.100-SNAPSHOT ....... SUCCESS [  2.103 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] org.eclipse.equinox.http.servlet.tests 1.9.100-SNAPSHOT SUCCESS [  5.838 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] org.eclipse.osgi.tests 3.19.0-SNAPSHOT ............. SUCCESS [ 15.620 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Test Plug-in for Framework Admin 1.4.300-SNAPSHOT SUCCESS [ 14.617 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Equinox Provisioning Discovery 1.3.200-SNAPSHOT SUCCESS [  2.415 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Equinox Provisioning Discovery 1.3.200-SNAPSHOT SUCCESS [  2.376 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Equinox Provisioning Installer 1.4.200-SNAPSHOT SUCCESS [  2.086 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Test Install Verifier 1.4.200-SNAPSHOT .... SUCCESS [  2.450 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Equinox Provisioning Discovery UI 1.3.200-SNAPSHOT SUCCESS [  2.595 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [feature] Equinox p2, Discovery UI support 1.3.300-SNAPSHOT SUCCESS [  2.153 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] org.eclipse.equinox.p2.tests 1.9.300-SNAPSHOT ...... SUCCESS [ 18.890 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Equinox Provisioning Discovery Tests 1.4.400-SNAPSHOT SUCCESS [  3.438 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [test-bundle] Equinox Provisioning Tests (Incubation) 1.4.300-SNAPSHOT SUCCESS [  3.777 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] p2 Admin UI 1.3.300-SNAPSHOT .............. SUCCESS [  3.376 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [bundle] Provisioning Admin UI RCP (Incubation) 1.4.100-SNAPSHOT SUCCESS [  3.031 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [feature] p2 Server Feature 1.12.1200-SNAPSHOT ..... SUCCESS [  2.186 s]
18:47:28 [2024-02-16T23:47:28.362Z] [INFO] [feature] Equinox p2, SDK 3.11.2300-SNAPSHOT ....... SUCCESS [  2.032 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.equinox.p2.examples 4.31.0-SNAPSHOT .... SUCCESS [  0.007 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] [bundle] RCP Mail (Cloud Update Example) 2.3.100-SNAPSHOT SUCCESS [  2.284 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] [bundle] Prestartupdate 1.3.100-SNAPSHOT ........... SUCCESS [  2.469 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] [bundle] Sdkbundlevisibility 1.3.100-SNAPSHOT ...... SUCCESS [  2.275 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] [bundle] Sdknoautoupdates 1.3.100-SNAPSHOT ......... SUCCESS [  2.733 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] [bundle] RCP Mail (SDK UI) 1.3.100-SNAPSHOT ........ SUCCESS [  2.637 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.ant.optional.junit 3.3.400-SNAPSHOT .... SUCCESS [  2.431 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.releng.tests 3.6.400-SNAPSHOT .......... SUCCESS [  2.230 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.sdk.examples 4.31.0-SNAPSHOT ........... SUCCESS [  2.315 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.sdk.tests 4.31.0-SNAPSHOT .............. SUCCESS [  0.882 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.test 3.6.0-SNAPSHOT .................... SUCCESS [  2.665 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.test.performance.win32 3.1.600-SNAPSHOT  SUCCESS [  0.889 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.sdk.feature 4.31.0-SNAPSHOT ............ SUCCESS [  2.391 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.sdk.examples.feature 4.31.0-SNAPSHOT ... SUCCESS [  1.905 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.test.feature 3.8.800-SNAPSHOT .......... SUCCESS [  1.254 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.sdk.tests.feature 4.31.0-SNAPSHOT ...... SUCCESS [  2.684 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] eclipse.platform.releng.tychoeclipsebuilder 4.31.0-SNAPSHOT SUCCESS [  0.006 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] [feature] Eclipse Product Configuration 1.1.2200-SNAPSHOT SUCCESS [  1.084 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] org.eclipse.rt.osgistarterkit.product 4.31.0-SNAPSHOT SUCCESS [ 40.101 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] equinox-sdk 4.31.0-SNAPSHOT ........................ SUCCESS [  6.044 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] eclipse-junit-tests 4.31.0-SNAPSHOT ................ SUCCESS [ 31.968 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] eclipse.platform.repository 4.31.0-SNAPSHOT ........ SUCCESS [09:46 min]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] platform-aggregator 4.31.0-SNAPSHOT ................ SUCCESS [  0.028 s]
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] ------------------------------------------------------------------------
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] BUILD SUCCESS
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] ------------------------------------------------------------------------
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] Total time:  41:19 min
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] Finished at: 2024-02-16T23:47:24Z
18:47:28 [2024-02-16T23:47:28.363Z] [INFO] ------------------------------------------------------------------------
18:47:28 [2024-02-16T23:47:28.363Z] Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
18:47:28 [2024-02-16T23:47:28.363Z] 	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
18:47:28 [2024-02-16T23:47:28.363Z] 	at java.base/java.lang.Thread.run(Thread.java:833)
18:47:28 [2024-02-16T23:47:28.363Z] Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
18:47:28 [2024-02-16T23:47:28.363Z] 	... 2 more
18:47:28 [2024-02-16T23:47:28.363Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Gather Eclipse Parts)
[Pipeline] withCredentials
18:47:28 [2024-02-16T23:47:28.485Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withAnt
[Pipeline] {
[Pipeline] sh
18:47:29 [2024-02-16T23:47:29.110Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:47:29 [2024-02-16T23:47:29.110Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb300_gatherEclipseParts.sh.log
18:47:29 [2024-02-16T23:47:29.110Z] + bash -x ./mb300_gatherEclipseParts.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:47:29 [2024-02-16T23:47:29.110Z] + set -e
18:47:29 [2024-02-16T23:47:29.110Z] + '[' 1 -ne 1 ']'
18:47:29 [2024-02-16T23:47:29.110Z] + 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:47:29 [2024-02-16T23:47:29.111Z] + source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
18:47:29 [2024-02-16T23:47:29.111Z] ++ export TIMESTAMP=20240216-1800
18:47:29 [2024-02-16T23:47:29.111Z] ++ TIMESTAMP=20240216-1800
18:47:29 [2024-02-16T23:47:29.111Z] ++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
18:47:29 [2024-02-16T23:47:29.111Z] ++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
18:47:29 [2024-02-16T23:47:29.111Z] ++ export BRANCH=master
18:47:29 [2024-02-16T23:47:29.111Z] ++ BRANCH=master
18:47:29 [2024-02-16T23:47:29.111Z] ++ export PATCH_OR_BRANCH_LABEL=master
18:47:29 [2024-02-16T23:47:29.111Z] ++ PATCH_OR_BRANCH_LABEL=master
18:47:29 [2024-02-16T23:47:29.111Z] ++ export BUILD_TYPE_NAME=Integration
18:47:29 [2024-02-16T23:47:29.111Z] ++ BUILD_TYPE_NAME=Integration
18:47:29 [2024-02-16T23:47:29.111Z] ++ export BUILD_TYPE=I
18:47:29 [2024-02-16T23:47:29.111Z] ++ BUILD_TYPE=I
18:47:29 [2024-02-16T23:47:29.111Z] ++ export TESTED_BUILD_TYPE=I
18:47:29 [2024-02-16T23:47:29.111Z] ++ TESTED_BUILD_TYPE=I
18:47:29 [2024-02-16T23:47:29.111Z] ++ export RELEASE_VER=4.31
18:47:29 [2024-02-16T23:47:29.111Z] ++ RELEASE_VER=4.31
18:47:29 [2024-02-16T23:47:29.111Z] ++ export STREAM=4.31.0
18:47:29 [2024-02-16T23:47:29.111Z] ++ STREAM=4.31.0
18:47:29 [2024-02-16T23:47:29.111Z] ++ export STREAMMajor=4
18:47:29 [2024-02-16T23:47:29.111Z] ++ STREAMMajor=4
18:47:29 [2024-02-16T23:47:29.111Z] ++ export STREAMMinor=31
18:47:29 [2024-02-16T23:47:29.111Z] ++ STREAMMinor=31
18:47:29 [2024-02-16T23:47:29.111Z] ++ export STREAMService=0
18:47:29 [2024-02-16T23:47:29.111Z] ++ STREAMService=0
18:47:29 [2024-02-16T23:47:29.111Z] ++ export GIT_ROOT=git@github.com:
18:47:29 [2024-02-16T23:47:29.111Z] ++ GIT_ROOT=git@github.com:
18:47:29 [2024-02-16T23:47:29.111Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:47:29 [2024-02-16T23:47:29.111Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
18:47:29 [2024-02-16T23:47:29.111Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:47:29 [2024-02-16T23:47:29.111Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
18:47:29 [2024-02-16T23:47:29.111Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
18:47:29 [2024-02-16T23:47:29.111Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
18:47:29 [2024-02-16T23:47:29.111Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
18:47:29 [2024-02-16T23:47:29.111Z] ++ UPDATES_DIR=siteDir/eclipse/updates
18:47:29 [2024-02-16T23:47:29.111Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
18:47:29 [2024-02-16T23:47:29.111Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
18:47:29 [2024-02-16T23:47:29.111Z] ++ export TMP_DIR=tmp
18:47:29 [2024-02-16T23:47:29.111Z] ++ TMP_DIR=tmp
18:47:29 [2024-02-16T23:47:29.111Z] ++ export DOWNLOAD_HOST=download.eclipse.org
18:47:29 [2024-02-16T23:47:29.111Z] ++ DOWNLOAD_HOST=download.eclipse.org
18:47:29 [2024-02-16T23:47:29.111Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:47:29 [2024-02-16T23:47:29.111Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
18:47:29 [2024-02-16T23:47:29.111Z] ++ export LOCAL_REPO=localMavenRepo
18:47:29 [2024-02-16T23:47:29.111Z] ++ LOCAL_REPO=localMavenRepo
18:47:29 [2024-02-16T23:47:29.111Z] ++ export BASEBUILDER_TAG=4.30
18:47:29 [2024-02-16T23:47:29.111Z] ++ BASEBUILDER_TAG=4.30
18:47:29 [2024-02-16T23:47:29.111Z] ++ export API_PREV_REF_LABEL=4.30
18:47:29 [2024-02-16T23:47:29.111Z] ++ API_PREV_REF_LABEL=4.30
18:47:29 [2024-02-16T23:47:29.111Z] ++ export API_FREEZE_REF_LABEL=
18:47:29 [2024-02-16T23:47:29.111Z] ++ API_FREEZE_REF_LABEL=
18:47:29 [2024-02-16T23:47:29.111Z] ++ export 'FREEZE_PARAMS= '
18:47:29 [2024-02-16T23:47:29.111Z] ++ FREEZE_PARAMS=' '
18:47:29 [2024-02-16T23:47:29.111Z] ++ export PREVIOUS_RELEASE_VER=4.30
18:47:29 [2024-02-16T23:47:29.111Z] ++ PREVIOUS_RELEASE_VER=4.30
18:47:29 [2024-02-16T23:47:29.111Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.30
18:47:29 [2024-02-16T23:47:29.111Z] ++ PREVIOUS_RELEASE_REPO_ID=4.30
18:47:29 [2024-02-16T23:47:29.111Z] ++ export BASEBUILD_ID=R-4.30-202312010110
18:47:29 [2024-02-16T23:47:29.111Z] ++ BASEBUILD_ID=R-4.30-202312010110
18:47:29 [2024-02-16T23:47:29.111Z] ++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:47:29 [2024-02-16T23:47:29.111Z] ++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
18:47:29 [2024-02-16T23:47:29.111Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:47:29 [2024-02-16T23:47:29.111Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
18:47:29 [2024-02-16T23:47:29.111Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:47:29 [2024-02-16T23:47:29.111Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
18:47:29 [2024-02-16T23:47:29.111Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:47:29 [2024-02-16T23:47:29.111Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
18:47:29 [2024-02-16T23:47:29.111Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:47:29 [2024-02-16T23:47:29.111Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
18:47:29 [2024-02-16T23:47:29.111Z] ++ export MAVEN_OPTS=-Xmx6G
18:47:29 [2024-02-16T23:47:29.111Z] ++ MAVEN_OPTS=-Xmx6G
18:47:29 [2024-02-16T23:47:29.111Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:47:29 [2024-02-16T23:47:29.111Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
18:47:29 [2024-02-16T23:47:29.111Z] ++ 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:47:29 [2024-02-16T23:47:29.111Z] ++ 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:47:29 [2024-02-16T23:47:29.112Z] ++ 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:47:29 [2024-02-16T23:47:29.112Z] ++ 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:47:29 [2024-02-16T23:47:29.112Z] ++ 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:47:29 [2024-02-16T23:47:29.112Z] ++ 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:47:29 [2024-02-16T23:47:29.112Z] ++ export BUILD_ID=I20240216-1800
18:47:29 [2024-02-16T23:47:29.112Z] ++ BUILD_ID=I20240216-1800
18:47:29 [2024-02-16T23:47:29.112Z] ++ export BUILD_DIR_SEG=I20240216-1800
18:47:29 [2024-02-16T23:47:29.112Z] ++ BUILD_DIR_SEG=I20240216-1800
18:47:29 [2024-02-16T23:47:29.112Z] ++ export EQ_BUILD_DIR_SEG=I20240216-1800
18:47:29 [2024-02-16T23:47:29.112Z] ++ EQ_BUILD_DIR_SEG=I20240216-1800
18:47:29 [2024-02-16T23:47:29.112Z] ++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:47:29 [2024-02-16T23:47:29.112Z] ++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
18:47:29 [2024-02-16T23:47:29.112Z] ++ 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:47:29 [2024-02-16T23:47:29.112Z] ++ 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:47:29 [2024-02-16T23:47:29.112Z] ++ 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:47:29 [2024-02-16T23:47:29.112Z] ++ 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:47:29 [2024-02-16T23:47:29.113Z] ++ 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:47:29 [2024-02-16T23:47:29.113Z] ++ 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:47:29 [2024-02-16T23:47:29.113Z] ++ 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:47:29 [2024-02-16T23:47:29.113Z] ++ 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:47:29 [2024-02-16T23:47:29.113Z] ++ 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:47:29 [2024-02-16T23:47:29.113Z] ++ 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:47:29 [2024-02-16T23:47:29.113Z] + 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/I20240216-1800
18:47:29 [2024-02-16T23:47:29.113Z] + mkdir -p /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/I20240216-1800
18:47:29 [2024-02-16T23:47:29.113Z] + mkdir -p /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
18:47:29 [2024-02-16T23:47:29.114Z] + 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/I20240216-1800/testresults/consolelogs
18:47:29 [2024-02-16T23:47:29.114Z] + JavaCMD=/opt/tools/java/openjdk/jdk-17/latest/bin/java
18:47:29 [2024-02-16T23:47:29.114Z] + cp /home/jenkins/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/target/mavenproperties.properties /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/mavenproperties.properties
18:47:29 [2024-02-16T23:47:29.114Z] + echo
18:47:29 [2024-02-16T23:47:29.114Z] 
18:47:29 [2024-02-16T23:47:29.114Z] + '[' -z ']'
18:47:29 [2024-02-16T23:47:29.114Z] + 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:47:29 [2024-02-16T23:47:29.114Z] + REPO_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.releng.tychoeclipsebuilder/eclipse.platform.repository/target/eclipse.platform.repository-4.31.0-SNAPSHOT.zip
18:47:29 [2024-02-16T23:47:29.114Z] + '[' -d /home/jenkins/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:47:29 [2024-02-16T23:47:29.114Z] + 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/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:47:29 [2024-02-16T23:47:29.115Z] ~/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 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:47:29 [2024-02-16T23:47:29.115Z] + cp -r artifacts.jar artifacts.xml.xz binary content.xml features p2.index plugins /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates/I20240216-1800
18:47:30 [2024-02-16T23:47:30.480Z] + popd
18:47:30 [2024-02-16T23:47:30.480Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:47:30 [2024-02-16T23:47:30.480Z] + '[' -f /home/jenkins/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/eclipse.platform.repository-4.31.0-SNAPSHOT.zip ']'
18:47:30 [2024-02-16T23:47:30.480Z] + cp /home/jenkins/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/eclipse.platform.repository-4.31.0-SNAPSHOT.zip /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/repository-I20240216-1800.zip
18:47:31 [2024-02-16T23:47:31.410Z] + '[' -z ']'
18:47:31 [2024-02-16T23:47:31.410Z] + '[' -d /home/jenkins/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:47:31 [2024-02-16T23:47:31.410Z] + 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/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/products
18:47:31 [2024-02-16T23:47:31.410Z] ~/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 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:47:31 [2024-02-16T23:47:31.410Z] + cp org.eclipse.sdk.ide-linux.gtk.aarch64.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-linux-gtk-aarch64.tar.gz
18:47:31 [2024-02-16T23:47:31.972Z] + cp org.eclipse.sdk.ide-linux.gtk.ppc64le.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-linux-gtk-ppc64le.tar.gz
18:47:32 [2024-02-16T23:47:32.533Z] + cp org.eclipse.sdk.ide-linux.gtk.x86_64.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-linux-gtk-x86_64.tar.gz
18:47:33 [2024-02-16T23:47:33.095Z] + cp org.eclipse.sdk.ide-macosx.cocoa.x86_64.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64.tar.gz
18:47:33 [2024-02-16T23:47:33.095Z] + cp org.eclipse.sdk.ide-macosx.cocoa.x86_64.dmg /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64.dmg
18:47:33 [2024-02-16T23:47:33.351Z] + cp org.eclipse.sdk.ide-macosx.cocoa.aarch64.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.tar.gz
18:47:33 [2024-02-16T23:47:33.351Z] + cp org.eclipse.sdk.ide-macosx.cocoa.aarch64.dmg /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.dmg
18:47:33 [2024-02-16T23:47:33.607Z] + cp org.eclipse.sdk.ide-win32.win32.x86_64.zip /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-win32-x86_64.zip
18:47:33 [2024-02-16T23:47:33.862Z] + cp org.eclipse.platform.ide-linux.gtk.aarch64.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-platform-I20240216-1800-linux-gtk-aarch64.tar.gz
18:47:34 [2024-02-16T23:47:34.118Z] + cp org.eclipse.platform.ide-linux.gtk.ppc64le.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-platform-I20240216-1800-linux-gtk-ppc64le.tar.gz
18:47:34 [2024-02-16T23:47:34.681Z] + cp org.eclipse.platform.ide-linux.gtk.x86_64.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-platform-I20240216-1800-linux-gtk-x86_64.tar.gz
18:47:34 [2024-02-16T23:47:34.936Z] + cp org.eclipse.platform.ide-macosx.cocoa.x86_64.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-platform-I20240216-1800-macosx-cocoa-x86_64.tar.gz
18:47:34 [2024-02-16T23:47:34.937Z] + cp org.eclipse.platform.ide-macosx.cocoa.x86_64.dmg /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-platform-I20240216-1800-macosx-cocoa-x86_64.dmg
18:47:34 [2024-02-16T23:47:34.937Z] + cp org.eclipse.platform.ide-macosx.cocoa.aarch64.tar.gz /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.tar.gz
18:47:35 [2024-02-16T23:47:35.193Z] + cp org.eclipse.platform.ide-macosx.cocoa.aarch64.dmg /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.dmg
18:47:35 [2024-02-16T23:47:35.449Z] + cp org.eclipse.platform.ide-win32.win32.x86_64.zip /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-platform-I20240216-1800-win32-x86_64.zip
18:47:35 [2024-02-16T23:47:35.704Z] + popd
18:47:35 [2024-02-16T23:47:35.704Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:47:35 [2024-02-16T23:47:35.704Z] + chmod +x /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/notarizeMacApp.sh
18:47:35 [2024-02-16T23:47:35.704Z] + NOTARIZE_LOG_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/notarizeLog
18:47:35 [2024-02-16T23:47:35.704Z] + mkdir -p /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/notarizeLog
18:47:35 [2024-02-16T23:47:35.704Z] + sleep 18s
18:47:35 [2024-02-16T23:47:35.704Z] + /bin/bash /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/notarizeMacApp.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.dmg
18:47:53 [2024-02-16T23:47:53.759Z] + sleep 18s
18:47:53 [2024-02-16T23:47:53.759Z] + /bin/bash /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/notarizeMacApp.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64.dmg
18:48:11 [2024-02-16T23:48:11.798Z] + sleep 18s
18:48:11 [2024-02-16T23:48:11.799Z] + /bin/bash /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/notarizeMacApp.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.dmg
18:48:29 [2024-02-16T23:48:29.844Z] + SWT_BUNDLES_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
18:48:29 [2024-02-16T23:48:29.844Z] + '[' -d /home/jenkins/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 ']'
18:48:29 [2024-02-16T23:48:29.844Z] + 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/eclipse.platform.swt/binaries
18:48:29 [2024-02-16T23:48:29.845Z] + /bin/bash /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/notarizeMacApp.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 eclipse-platform-I20240216-1800-macosx-cocoa-x86_64.dmg
18:48:29 [2024-02-16T23:48:29.845Z] ~/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 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:29 [2024-02-16T23:48:29.845Z] + cp org.eclipse.swt.cocoa.macosx.aarch64/target/swt-I20240216-1800-cocoa-macosx-aarch64.zip org.eclipse.swt.cocoa.macosx.x86_64/target/swt-I20240216-1800-cocoa-macosx-x86_64.zip org.eclipse.swt.gtk.linux.aarch64/target/swt-I20240216-1800-gtk-linux-aarch64.zip org.eclipse.swt.gtk.linux.ppc64le/target/swt-I20240216-1800-gtk-linux-ppc64le.zip org.eclipse.swt.gtk.linux.x86_64/target/swt-I20240216-1800-gtk-linux-x86_64.zip org.eclipse.swt.win32.win32.x86_64/target/swt-I20240216-1800-win32-win32-x86_64.zip /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
18:48:29 [2024-02-16T23:48:29.845Z] + popd
18:48:29 [2024-02-16T23:48:29.845Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:29 [2024-02-16T23:48:29.845Z] + TEST_ZIP_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-junit-tests/target
18:48:29 [2024-02-16T23:48:29.845Z] + '[' -d /home/jenkins/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-junit-tests/target ']'
18:48:29 [2024-02-16T23:48:29.846Z] + 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/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target
18:48:29 [2024-02-16T23:48:29.846Z] ~/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-junit-tests/target ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:29 [2024-02-16T23:48:29.846Z] + cp eclipse-junit-tests-bundle.zip /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-Automated-Tests-I20240216-1800.zip
18:48:30 [2024-02-16T23:48:30.101Z] + popd
18:48:30 [2024-02-16T23:48:30.101Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:30 [2024-02-16T23:48:30.101Z] + TEST_FRAMEWORK_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-junit-tests/target/eclipse-test-framework
18:48:30 [2024-02-16T23:48:30.102Z] + '[' -d /home/jenkins/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-junit-tests/target/eclipse-test-framework ']'
18:48:30 [2024-02-16T23:48:30.102Z] + 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/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/target/eclipse-test-framework
18:48:30 [2024-02-16T23:48:30.102Z] ~/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-junit-tests/target/eclipse-test-framework ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:30 [2024-02-16T23:48:30.102Z] + zip -r /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-test-framework-I20240216-1800.zip artifacts.xml content.xml features plugins
18:48:30 [2024-02-16T23:48:30.102Z]   adding: artifacts.xml (deflated 74%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: content.xml (deflated 88%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: features/ (stored 0%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: features/org.eclipse.test_3.8.800.v20240205-0821.jar (deflated 2%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/ (stored 0%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/org.junit_4.13.2.v20230809-1000.jar (deflated 12%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/org.eclipse.test.performance.win32_3.1.600.v20230714-1309.jar (deflated 1%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/org.eclipse.test.source_3.6.0.v20231226-0952.jar (deflated 6%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/org.eclipse.test_3.6.0.v20231226-0952.jar (deflated 6%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/junit-jupiter-api_5.10.2.jar (deflated 13%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/org.eclipse.ant.optional.junit_3.3.400.v20230714-1309.jar (deflated 4%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/org.eclipse.core.tests.harness_3.15.300.v20240204-1433.jar (deflated 8%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/org.eclipse.test.performance_3.20.0.v20231214-1506.jar (deflated 9%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/assertj-core_3.25.3.jar (deflated 9%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/net.bytebuddy.byte-buddy_1.14.11.jar (deflated 13%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar (deflated 10%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/org.mockito.mockito-core_5.10.0.jar (deflated 14%)
18:48:30 [2024-02-16T23:48:30.358Z]   adding: plugins/net.bytebuddy.byte-buddy-agent_1.14.11.jar (deflated 7%)
18:48:30 [2024-02-16T23:48:30.614Z]   adding: plugins/org.objenesis_3.3.0.jar (deflated 15%)
18:48:30 [2024-02-16T23:48:30.614Z] + popd
18:48:30 [2024-02-16T23:48:30.614Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:30 [2024-02-16T23:48:30.615Z] + set -x
18:48:30 [2024-02-16T23:48:30.615Z] + ANT_SCRIPT=/home/jenkins/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/repos/buildAll.xml
18:48:30 [2024-02-16T23:48:30.615Z] + '[' -d /home/jenkins/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:48:30 [2024-02-16T23:48:30.615Z] + 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/eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/target/repository
18:48:30 [2024-02-16T23:48:30.615Z] ~/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 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:30 [2024-02-16T23:48:30.616Z] + java -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 -application org.eclipse.ant.core.antRunner -buildfile /home/jenkins/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/repos/buildAll.xml -data /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/workspace-buildrepos -Declipse.build.configs=/home/jenkins/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 -DbuildId=I20240216-1800 -DbuildLabel=I20240216-1800 -DbuildRepo=/home/jenkins/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 -DbuildDirectory=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 -DpostingDirectory=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4 -DequinoxPostingDirectory=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops -Djava.io.tmpdir=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp -v
18:48:32 [2024-02-16T23:48:32.503Z] Feb 16, 2024 11:48:32 PM org.apache.aries.spifly.BaseActivator log
18:48:32 [2024-02-16T23:48:32.503Z] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
18:48:33 [2024-02-16T23:48:33.868Z] Apache Ant(TM) version 1.10.14 compiled on August 16 2023
18:48:33 [2024-02-16T23:48:33.868Z] Buildfile: /home/jenkins/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/repos/buildAll.xml
18:48:33 [2024-02-16T23:48:33.868Z] parsing buildfile /home/jenkins/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/repos/buildAll.xml with URI = 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.tychoeclipsebuilder/repos/buildAll.xml
18:48:33 [2024-02-16T23:48:33.869Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:33 [2024-02-16T23:48:33.869Z] WARNING: A terminally deprecated method in java.lang.System has been called
18:48:33 [2024-02-16T23:48:33.869Z] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/42/0/.cp/lib/antsupportlib.jar)
18:48:33 [2024-02-16T23:48:33.869Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
18:48:33 [2024-02-16T23:48:33.869Z] WARNING: System::setSecurityManager will be removed in a future release
18:48:33 [2024-02-16T23:48:33.869Z] Build sequence for target(s) `all' is [all]
18:48:33 [2024-02-16T23:48:33.869Z] Complete build sequence is [all, ]
18:48:33 [2024-02-16T23:48:33.869Z] 
18:48:33 [2024-02-16T23:48:33.869Z] all:
18:48:33 [2024-02-16T23:48:33.870Z] parsing buildfile jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
18:48:33 [2024-02-16T23:48:33.870Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:33 [2024-02-16T23:48:33.870Z]       [ant] calling target(s) [default] in build 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.tychoeclipsebuilder/repos/build.xml
18:48:33 [2024-02-16T23:48:33.870Z] parsing buildfile /home/jenkins/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/repos/build.xml with URI = 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.tychoeclipsebuilder/repos/build.xml
18:48:33 [2024-02-16T23:48:33.870Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:33 [2024-02-16T23:48:33.870Z]  [macrodef] creating macro  buildReposSource
18:48:33 [2024-02-16T23:48:33.870Z]  [macrodef] creating macro  buildRepos
18:48:33 [2024-02-16T23:48:33.871Z]       [ant] Entering /home/jenkins/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/repos/build.xml...
18:48:33 [2024-02-16T23:48:33.871Z] Build sequence for target(s) `all' is [all]
18:48:33 [2024-02-16T23:48:33.871Z] Complete build sequence is [all, assembler, ]
18:48:33 [2024-02-16T23:48:33.871Z] 
18:48:33 [2024-02-16T23:48:33.871Z] all:
18:48:33 [2024-02-16T23:48:33.871Z]       [ant] Exiting /home/jenkins/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/repos/build.xml.
18:48:33 [2024-02-16T23:48:33.871Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:33 [2024-02-16T23:48:33.871Z]       [ant] calling target(s) [default] in build 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:33 [2024-02-16T23:48:33.871Z] parsing buildfile /home/jenkins/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/repos/platformrepo.xml with URI = 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:33 [2024-02-16T23:48:33.871Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:33 [2024-02-16T23:48:33.872Z]       [ant] Entering /home/jenkins/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/repos/platformrepo.xml...
18:48:33 [2024-02-16T23:48:33.872Z] Build sequence for target(s) `all' is [all]
18:48:33 [2024-02-16T23:48:33.872Z] Complete build sequence is [all, platform, assembler, platformSource, ]
18:48:33 [2024-02-16T23:48:33.872Z] 
18:48:33 [2024-02-16T23:48:33.872Z] all:
18:48:33 [2024-02-16T23:48:33.872Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:33 [2024-02-16T23:48:33.872Z]   [antcall] calling target(s) [platform] in build 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:33 [2024-02-16T23:48:33.872Z] parsing buildfile /home/jenkins/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/repos/platformrepo.xml with URI = 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:33 [2024-02-16T23:48:33.872Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:33 [2024-02-16T23:48:33.872Z] Build sequence for target(s) `platform' is [platform]
18:48:33 [2024-02-16T23:48:33.872Z] Complete build sequence is [platform, all, assembler, platformSource, ]
18:48:33 [2024-02-16T23:48:33.873Z]   [antcall] Entering /home/jenkins/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/repos/platformrepo.xml...
18:48:33 [2024-02-16T23:48:33.873Z] Build sequence for target(s) `platform' is [platform]
18:48:33 [2024-02-16T23:48:33.873Z] Complete build sequence is [platform, all, assembler, platformSource, ]
18:48:33 [2024-02-16T23:48:33.873Z] 
18:48:33 [2024-02-16T23:48:33.873Z] platform:
18:48:34 [2024-02-16T23:48:34.129Z]     [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.releng.tychoeclipsebuilder/repos/featureTemp
18:48:39 [2024-02-16T23:48:39.395Z] [p2.mirror] Messages while mirroring artifact descriptors.
18:48:39 [2024-02-16T23:48:39.395Z] [p2.mirror] OK
18:48:39 [2024-02-16T23:48:39.395Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:39 [2024-02-16T23:48:39.395Z]   [antcall] calling target(s) [assembler] in build 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:39 [2024-02-16T23:48:39.395Z] parsing buildfile /home/jenkins/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/repos/platformrepo.xml with URI = 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:39 [2024-02-16T23:48:39.396Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:39 [2024-02-16T23:48:39.396Z] Build sequence for target(s) `assembler' is [assembler]
18:48:39 [2024-02-16T23:48:39.396Z] Complete build sequence is [assembler, platform, all, platformSource, ]
18:48:39 [2024-02-16T23:48:39.396Z]   [antcall] Entering /home/jenkins/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/repos/platformrepo.xml...
18:48:39 [2024-02-16T23:48:39.396Z] Build sequence for target(s) `assembler' is [assembler]
18:48:39 [2024-02-16T23:48:39.396Z] Complete build sequence is [assembler, platform, all, platformSource, ]
18:48:39 [2024-02-16T23:48:39.396Z] 
18:48:39 [2024-02-16T23:48:39.396Z] assembler:
18:48:39 [2024-02-16T23:48:39.396Z]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/checksum
18:48:39 [2024-02-16T23:48:39.396Z]      [exec] Current OS is Linux
18:48:39 [2024-02-16T23:48:39.396Z]      [exec] Executing 'zip' with arguments:
18:48:39 [2024-02-16T23:48:39.396Z]      [exec] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/org.eclipse.platform-I20240216-1800.zip'
18:48:39 [2024-02-16T23:48:39.396Z]      [exec] '-r'
18:48:39 [2024-02-16T23:48:39.396Z]      [exec] '.'
18:48:39 [2024-02-16T23:48:39.396Z]      [exec] 
18:48:39 [2024-02-16T23:48:39.396Z]      [exec] The ' characters around the executable and arguments are
18:48:39 [2024-02-16T23:48:39.396Z]      [exec] not part of the command.
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: artifacts.jar (deflated 0%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: content.jar (deflated 4%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/ (stored 0%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.eclipse.jetty.server_12.0.6.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.eclipse.jface.text_3.25.0.v20240207-1054.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.eclipse.jetty.session_12.0.6.jar (deflated 7%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.eclipse.e4.ui.dialogs_1.4.200.v20231214-1513.jar (deflated 11%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar (deflated 17%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338.jar (deflated 2%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.400.v20231214-1012.jar (deflated 11%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.osgi.service.device_1.1.1.202109301733.jar (deflated 20%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/org.jdom_1.1.3.v20230812-1600.jar (deflated 5%)
18:48:39 [2024-02-16T23:48:39.396Z]      [exec]   adding: plugins/com.sun.jna_5.14.0.v20231211-1200.jar (deflated 2%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar (deflated 12%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.e4.ui.model.workbench_2.4.200.v20240109-1025.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.apache.felix.gogo.command_1.1.2.jar (deflated 6%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.jetty.ee8.security_12.0.6.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.help_3.10.300.v20240107-2054.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.core.runtime_3.31.0.v20240215-1631.jar (deflated 6%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.osgi.service.upnp_1.2.1.202109301733.jar (deflated 15%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar (deflated 11%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.equinox.supplement_1.10.800.v20240115-0830.jar (deflated 12%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.ui.editors_3.17.200.v20240207-1054.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.jetty.ee8.server_12.0.6.jar (deflated 7%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar (deflated 3%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.osgi.util.promise_1.3.0.202212101352.jar (deflated 11%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.jsch.ui_1.5.300.v20231214-1526.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench3_0.17.300.v20231214-1513.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.core.net.win32_1.1.300.v20231214-1526.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.300.v20240124-0948.jar (deflated 7%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.apache.ant_1.10.14.v20230922-1200.jar (deflated 0%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.e4.ui.di_1.5.300.v20240116-1723.jar (deflated 15%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.console_1.3.300.v20240201-0843.jar (deflated 6%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.ui.win32_3.5.200.v20231214-2114.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.equinox.security_1.4.200.v20240213-1244.jar (deflated 11%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar (deflated 12%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar (deflated 0%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.text_3.14.0.v20240207-1054.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.core.expressions_3.9.300.v20240207-1044.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar (deflated 2%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.compare.win32_1.3.300.v20231214-1526.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.e4.ui.progress_0.4.300.v20240116-1723.jar (deflated 11%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.core.net.linux_1.1.100.v20231214-1526.jar (deflated 6%)
18:48:39 [2024-02-16T23:48:39.397Z]      [exec]   adding: plugins/org.eclipse.equinox.common_3.19.0.v20240214-0846.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.398Z]      [exec]   adding: plugins/org.eclipse.core.net_1.5.300.v20231214-1526.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.398Z]      [exec]   adding: plugins/org.osgi.service.metatype_1.4.1.202109301733.jar (deflated 18%)
18:48:39 [2024-02-16T23:48:39.398Z]      [exec]   adding: plugins/org.eclipse.jface.databinding_1.15.200.v20240104-1240.jar (deflated 15%)
18:48:39 [2024-02-16T23:48:39.398Z]      [exec]   adding: plugins/org.sat4j.pb_2.3.6.v20201214.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.398Z]      [exec]   adding: plugins/org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.653Z]      [exec]   adding: plugins/org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.653Z]      [exec]   adding: plugins/org.osgi.util.xml_1.0.2.202109301733.jar (deflated 13%)
18:48:39 [2024-02-16T23:48:39.653Z]      [exec]   adding: plugins/org.eclipse.equinox.bidi_1.5.0.v20240113-0700.jar (deflated 11%)
18:48:39 [2024-02-16T23:48:39.653Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar (deflated 13%)
18:48:39 [2024-02-16T23:48:39.653Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.653Z]      [exec]   adding: plugins/com.sun.jna.platform_5.14.0.jar (deflated 15%)
18:48:39 [2024-02-16T23:48:39.653Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.search_3.16.100.v20240125-0858.jar (deflated 11%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.apache.commons.commons-codec_1.16.0.jar (deflated 16%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.ltk.core.refactoring_3.14.300.v20240111-1549.jar (deflated 11%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.jsch.core_1.5.300.v20231214-1526.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.swt_0.17.300.v20240123-1128.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar (deflated 15%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.jdt.core_3.37.0.v20240215-1452.jar (deflated 5%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.jetty.io_12.0.6.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.e4.core.commands_1.1.300.v20240131-1308.jar (deflated 12%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.sat4j.core_2.3.6.v20201214.jar (deflated 7%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.update.configurator_3.5.300.v20240215-1631.jar (deflated 7%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.sdk_1.3.300.v20240207-1113.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.654Z]      [exec]   adding: plugins/org.eclipse.help.base_4.4.300.v20240216-1800.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.eclipse.ui.console_3.14.0.v20240129-1403.jar (deflated 12%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.eclipse.help.ui_4.6.200.v20240202-1455.jar (deflated 10%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar (deflated 12%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar (deflated 26%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar (deflated 9%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.eclipse.compare.core_3.8.400.v20240124-0947.jar (deflated 8%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar (deflated 5%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.eclipse.ant.core_3.7.300.v20231214-1526.jar (deflated 4%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.eclipse.ui.views_3.12.200.v20231214-1513.jar (deflated 12%)
18:48:39 [2024-02-16T23:48:39.910Z]      [exec]   adding: plugins/org.eclipse.team.genericeditor.diff.extension_1.2.300.v20231214-1012.jar (deflated 17%)
18:48:40 [2024-02-16T23:48:40.166Z]      [exec]   adding: plugins/org.apache.lucene.core_9.9.2.v20240130-0800.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.166Z]      [exec]   adding: plugins/org.eclipse.e4.ui.swt.win32_1.2.200.v20231201-1637.jar (deflated 11%)
18:48:40 [2024-02-16T23:48:40.166Z]      [exec]   adding: plugins/org.eclipse.team.ui_3.10.300.v20240207-1044.jar (deflated 10%)
18:48:40 [2024-02-16T23:48:40.166Z]      [exec]   adding: plugins/org.eclipse.jface.notifications_0.7.100.v20231214-2114.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.167Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.extensions_0.18.200.v20231220-1554.jar (deflated 13%)
18:48:40 [2024-02-16T23:48:40.167Z]      [exec]   adding: plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar (deflated 11%)
18:48:40 [2024-02-16T23:48:40.167Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar (deflated 11%)
18:48:40 [2024-02-16T23:48:40.167Z]      [exec]   adding: plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar (deflated 11%)
18:48:40 [2024-02-16T23:48:40.167Z]      [exec]   adding: plugins/org.apache.commons.commons-beanutils_1.9.4.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.167Z]      [exec]   adding: plugins/org.osgi.util.measurement_1.0.2.201802012109.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/bcprov_1.77.0.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.apache.commons.collections_3.2.2.jar (deflated 13%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924.jar (deflated 5%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/slf4j.simple_2.0.12.jar (deflated 15%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.eclipse.debug.core_3.21.300.v20240109-1022.jar (deflated 10%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.eclipse.core.net.win32.x86_64_1.2.200.v20231214-1012.jar (deflated 5%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/jakarta.annotation-api_2.1.1.jar (deflated 14%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.eclipse.ui.intro.quicklinks_1.2.300.v20231214-1012.jar (deflated 8%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.apache.felix.gogo.runtime_1.1.6.jar (deflated 13%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.eclipse.ui.externaltools_3.6.300.v20231214-1526.jar (deflated 13%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.operations_2.7.300.v20240212-0924.jar (deflated 7%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.apache.commons.commons-logging_1.3.0.jar (deflated 8%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar (deflated 8%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.osgi.service.prefs_1.1.2.202109301733.jar (deflated 16%)
18:48:40 [2024-02-16T23:48:40.422Z]      [exec]   adding: plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar (deflated 13%)
18:48:40 [2024-02-16T23:48:40.423Z]      [exec]   adding: plugins/org.eclipse.jetty.security_12.0.6.jar (deflated 11%)
18:48:40 [2024-02-16T23:48:40.423Z]      [exec]   adding: plugins/org.apache.lucene.analysis-smartcn_9.9.2.v20240130-0800.jar (deflated 0%)
18:48:40 [2024-02-16T23:48:40.423Z]      [exec]   adding: plugins/org.eclipse.ui.views.log_1.4.300.v20240205-1417.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.678Z]      [exec]   adding: plugins/org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar (deflated 5%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar (deflated 10%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.equinox.concurrent_1.3.0.v20240213-1244.jar (deflated 15%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.core.databinding.property_1.10.200.v20240104-1240.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.jface_3.33.0.v20240214-1640.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/com.sun.el.javax.el_3.0.4.jar (deflated 7%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.300.v20240119-2127.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.core.variables_3.6.300.v20231214-1012.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.e4.core.di_1.9.300.v20240207-1044.jar (deflated 8%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.ui_3.205.100.v20240131-1023.jar (deflated 17%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.ui.intro_3.7.300.v20231214-1012.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.osgi.service.component_1.5.1.202212101352.jar (deflated 19%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar (deflated 8%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar (deflated 16%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.eclipse.search.core_3.16.100.v20240207-1054.jar (deflated 10%)
18:48:40 [2024-02-16T23:48:40.679Z]      [exec]   adding: plugins/org.tukaani.xz_1.9.0.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.935Z]      [exec]   adding: plugins/org.eclipse.ui.workbench_3.131.100.v20240215-1416.jar (deflated 8%)
18:48:40 [2024-02-16T23:48:40.935Z]      [exec]   adding: plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar (deflated 10%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.ui.ide.application_1.5.300.v20240207-0025.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.mortbay.jasper.apache-el_9.0.83.jar (deflated 8%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.jetty.util_12.0.6.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.debug.ui.launchview_1.1.400.v20240110-1213.jar (deflated 13%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.ui.themes_1.2.2400.v20240213-1133.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634.jar (deflated 6%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar (deflated 1%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.125.0.v20240208-1757.jar (deflated 4%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244.jar (deflated 4%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.equinox.app_1.7.0.v20240213-1427.jar (deflated 7%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar (deflated 10%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.osgi.util.position_1.0.1.201505202026.jar (deflated 18%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar (deflated 11%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/bcpg_1.77.0.jar (deflated 13%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.ui.navigator.resources_3.9.200.v20240104-1240.jar (deflated 11%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.e4.ui.css.swt_0.15.300.v20240207-1054.jar (deflated 12%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.ui.genericeditor_1.3.300.v20240212-0845.jar (deflated 9%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.e4.core.services_2.4.300.v20240119-0800.jar (deflated 15%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.core.externaltools_1.3.300.v20231214-1012.jar (deflated 11%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar (deflated 10%)
18:48:40 [2024-02-16T23:48:40.936Z]      [exec]   adding: plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar (deflated 8%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.ui.ide_3.22.100.v20240205-1417.jar (deflated 9%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.platform_4.31.100.v20240216-1800.jar (deflated 1%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.core.commands_3.12.0.v20240214-1640.jar (deflated 13%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244.jar (deflated 8%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.ltk.ui.refactoring_3.13.300.v20240125-0858.jar (deflated 11%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.swt.gtk.linux.aarch64_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.ui.net_1.5.300.v20231214-1012.jar (deflated 10%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.core.filesystem_1.10.300.v20240124-1325.jar (deflated 10%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar (deflated 5%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924.jar (deflated 9%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar (deflated 6%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.updatechecker_1.4.200.v20240201-0843.jar (deflated 15%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338.jar (deflated 1%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.osgi.services_3.12.0.v20231218-2126.jar (deflated 13%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar (deflated 10%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.14.300.v20231214-1513.jar (deflated 11%)
18:48:41 [2024-02-16T23:48:41.193Z]      [exec]   adding: plugins/org.eclipse.equinox.event_1.7.0.v20240214-0846.jar (deflated 11%)
18:48:41 [2024-02-16T23:48:41.194Z]      [exec]   adding: plugins/org.eclipse.swt_3.125.0.v20240208-1757.jar (deflated 3%)
18:48:41 [2024-02-16T23:48:41.194Z]      [exec]   adding: plugins/org.eclipse.text.quicksearch_1.2.300.v20240125-1313.jar (deflated 11%)
18:48:41 [2024-02-16T23:48:41.194Z]      [exec]   adding: plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar (deflated 33%)
18:48:41 [2024-02-16T23:48:41.194Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843.jar (deflated 5%)
18:48:41 [2024-02-16T23:48:41.449Z]      [exec]   adding: plugins/org.eclipse.swt.gtk.linux.ppc64le_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/slf4j.api_2.0.12.jar (deflated 12%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.core.databinding.beans_1.10.200.v20231214-1513.jar (deflated 12%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.ui.monitoring_1.3.200.v20240116-1723.jar (deflated 10%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.help.webapp_3.11.300.v20240123-0655.jar (deflated 6%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar (deflated 11%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.core.databinding_1.13.200.v20240104-1240.jar (deflated 15%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.team.core_3.10.300.v20240125-0912.jar (deflated 10%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar (deflated 10%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.annotations_1.8.300.v20231220-1554.jar (deflated 16%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.equinox.console_1.4.700.v20240213-1244.jar (deflated 8%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843.jar (deflated 8%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.equinox.security.ui_1.4.200.v20240213-1246.jar (deflated 10%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.ui.views.properties.tabbed_3.10.200.v20231205-0632.jar (deflated 13%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.objectweb.asm.commons_9.6.0.jar (deflated 5%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar (deflated 13%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113.jar (deflated 7%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.debug.ui_3.18.300.v20240213-1843.jar (deflated 12%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar (deflated 5%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar (deflated 8%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar (deflated 22%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.osgi.service.cm_1.6.1.202109301733.jar (deflated 13%)
18:48:41 [2024-02-16T23:48:41.450Z]      [exec]   adding: plugins/org.eclipse.jetty.servlet-api_4.0.6.jar (deflated 6%)
18:48:41 [2024-02-16T23:48:41.705Z]      [exec]   adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar (deflated 6%)
18:48:41 [2024-02-16T23:48:41.705Z]      [exec]   adding: plugins/org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057.jar (deflated 9%)
18:48:41 [2024-02-16T23:48:41.705Z]      [exec]   adding: plugins/org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427.jar (deflated 14%)
18:48:41 [2024-02-16T23:48:41.705Z]      [exec]   adding: plugins/org.eclipse.ui.forms_3.13.200.v20240108-1539.jar (deflated 8%)
18:48:41 [2024-02-16T23:48:41.706Z]      [exec]   adding: plugins/org.apache.felix.scr_2.2.10.jar (deflated 8%)
18:48:41 [2024-02-16T23:48:41.706Z]      [exec]   adding: plugins/org.eclipse.jetty.http_12.0.6.jar (deflated 8%)
18:48:41 [2024-02-16T23:48:41.706Z]      [exec]   adding: plugins/org.eclipse.emf.common_2.30.0.v20231210-0956.jar (deflated 10%)
18:48:41 [2024-02-16T23:48:41.706Z]      [exec]   adding: plugins/org.eclipse.e4.core.contexts_1.12.500.v20231220-1554.jar (deflated 10%)
18:48:41 [2024-02-16T23:48:41.706Z]      [exec]   adding: plugins/org.eclipse.e4.ui.css.core_0.14.300.v20231214-1513.jar (deflated 14%)
18:48:41 [2024-02-16T23:48:41.706Z]      [exec]   adding: plugins/org.eclipse.core.resources_3.20.100.v20240209-1706.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.266Z]      [exec]   adding: plugins/com.ibm.icu_74.2.0.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar (deflated 1%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.eclipse.osgi.util_3.7.300.v20231104-1118.jar (deflated 4%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.objectweb.asm.tree_9.6.0.jar (deflated 10%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.apache.commons.jxpath_1.3.0.jar (deflated 9%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar (deflated 20%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924.jar (deflated 6%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.eclipse.equinox.http.registry_1.4.0.v20240213-1244.jar (deflated 11%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar (deflated 12%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.objectweb.asm.tree.analysis_9.6.0.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.267Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar (deflated 1%)
18:48:42 [2024-02-16T23:48:42.523Z]      [exec]   adding: plugins/org.eclipse.platform.doc.user_4.31.0.v20240213-1430.jar (deflated 2%)
18:48:42 [2024-02-16T23:48:42.523Z]      [exec]   adding: plugins/org.eclipse.ui.intro.universal_3.5.300.v20240122-1701.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.523Z]      [exec]   adding: plugins/org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806.jar (deflated 10%)
18:48:42 [2024-02-16T23:48:42.523Z]      [exec]   adding: plugins/org.objectweb.asm.util_9.6.0.jar (deflated 4%)
18:48:42 [2024-02-16T23:48:42.523Z]      [exec]   adding: plugins/org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427.jar (deflated 10%)
18:48:42 [2024-02-16T23:48:42.523Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843.jar (deflated 9%)
18:48:42 [2024-02-16T23:48:42.523Z]      [exec]   adding: plugins/org.eclipse.ui.navigator_3.12.300.v20240205-1417.jar (deflated 11%)
18:48:42 [2024-02-16T23:48:42.523Z]      [exec]   adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar (deflated 9%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.ui.browser_3.8.200.v20240202-1013.jar (deflated 15%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.core.jobs_3.15.200.v20231214-1526.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.jetty.ee8.servlet_12.0.6.jar (deflated 8%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar (deflated 9%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.urischeme_1.3.200.v20231214-1513.jar (deflated 10%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.compare_3.10.0.v20240208-0728.jar (deflated 10%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.objectweb.asm_9.6.0.jar (deflated 3%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/com.jcraft.jsch_0.1.55.v20230916-1400.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar (deflated 8%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.osgi.util.function_1.2.0.202109301733.jar (deflated 15%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.apache.commons.commons-io_2.15.1.jar (deflated 10%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar (deflated 2%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.osgi.service.event_1.4.1.202109301733.jar (deflated 14%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240216-0715.jar (deflated 9%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.e4.ui.bindings_0.14.300.v20231214-1513.jar (deflated 8%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338.jar (deflated 2%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.e4.ui.swt.gtk_1.2.100.v20231030-2045.jar (deflated 11%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.300.v20240207-1054.jar (deflated 6%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.rcp_4.31.0.v20240216-1800.jar (deflated 5%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar (deflated 8%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.core.databinding.observable_1.13.200.v20240104-1240.jar (deflated 12%)
18:48:42 [2024-02-16T23:48:42.779Z]      [exec]   adding: plugins/org.eclipse.osgi_3.19.0.v20240213-1246.jar (deflated 9%)
18:48:42 [2024-02-16T23:48:42.780Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench_1.15.300.v20240124-0948.jar (deflated 10%)
18:48:42 [2024-02-16T23:48:42.780Z]      [exec]   adding: plugins/org.eclipse.ui.cheatsheets_3.8.300.v20240202-1455.jar (deflated 12%)
18:48:42 [2024-02-16T23:48:42.780Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar (deflated 6%)
18:48:42 [2024-02-16T23:48:42.780Z]      [exec]   adding: plugins/org.eclipse.e4.emf.xpath_0.4.200.v20231214-1513.jar (deflated 10%)
18:48:42 [2024-02-16T23:48:42.780Z]      [exec]   adding: plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar (deflated 8%)
18:48:42 [2024-02-16T23:48:42.780Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar (deflated 6%)
18:48:42 [2024-02-16T23:48:42.780Z]      [exec]   adding: plugins/org.apache.felix.gogo.shell_1.1.4.jar (deflated 7%)
18:48:42 [2024-02-16T23:48:42.780Z]      [exec]   adding: plugins/org.eclipse.ecf_3.11.0.v20230507-1923.jar (deflated 12%)
18:48:42 [2024-02-16T23:48:42.780Z]      [exec]   adding: plugins/org.eclipse.ui.workbench.texteditor_3.17.300.v20240207-1054.jar (deflated 10%)
18:48:43 [2024-02-16T23:48:43.038Z]      [exec]   adding: plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:43 [2024-02-16T23:48:43.038Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar (deflated 10%)
18:48:43 [2024-02-16T23:48:43.038Z]      [exec]   adding: plugins/org.apache.lucene.analysis-common_9.9.2.v20240130-0800.jar (deflated 9%)
18:48:43 [2024-02-16T23:48:43.038Z]      [exec]   adding: plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar (deflated 9%)
18:48:43 [2024-02-16T23:48:43.038Z]      [exec]   adding: binary/ (stored 0%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.rcp_root_4.31.0.v20240216-1800 (deflated 0%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.win32.win32.x86_64_1.1.2200.v20240129-1343 (deflated 0%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2400.v20240213-1244 (deflated 0%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64_1.1.2200.v20240129-1343 (deflated 3%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.gtk.linux.x86_64_1.1.2200.v20240129-1343 (deflated 1%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.win32.win32.x86_64_4.31.0.I20240216-1800 (deflated 0%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2400.v20240213-1244 (deflated 2%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2400.v20240213-1244 (deflated 4%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.cocoa.macosx.aarch64_4.31.0.I20240216-1800 (deflated 0%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.gtk.linux.ppc64le_3.8.2400.v20240213-1244 (deflated 2%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2400.v20240213-1244 (deflated 2%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.gtk.linux.x86_64_4.31.0.I20240216-1800 (deflated 1%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2400.v20240213-1244 (deflated 3%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.31.0.I20240216-1800 (deflated 0%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.gtk.linux.aarch64_1.1.2200.v20240129-1343 (deflated 2%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.gtk.linux.ppc64le_4.31.0.I20240216-1800 (deflated 2%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.platform_root_4.31.0.v20240216-1800 (deflated 32%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.gtk.linux.aarch64_4.31.0.I20240216-1800 (deflated 2%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.gtk.linux.ppc64le_1.1.2200.v20240129-1343 (deflated 2%)
18:48:43 [2024-02-16T23:48:43.039Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.cocoa.macosx.aarch64_1.1.2200.v20240129-1343 (deflated 3%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/ (stored 0%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.e4.rcp_4.31.0.v20240215-1631.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.equinox.p2.extras.feature_1.4.2300.v20240216-0715.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.equinox.p2.core.feature_1.7.100.v20240216-0715.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.equinox.p2.rcp.feature_1.4.2300.v20240216-0715.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.rcp.configuration_1.1.2200.v20240129-1343.jar (deflated 3%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.rcp_4.31.0.v20240216-1800.jar (deflated 3%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.702.v20231114-1017.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.emf.common_2.31.0.v20231210-0956.jar (deflated 3%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar (deflated 1%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.equinox.p2.user.ui_2.4.2300.v20240216-0715.jar (deflated 3%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.platform_4.31.0.v20240216-1800.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.emf.ecore_2.37.0.v20240203-0859.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.ecf.core.feature_1.6.2.v20231021-2127.jar (deflated 3%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar (deflated 3%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.help_2.3.1700.v20240216-1800.jar (deflated 3%)
18:48:43 [2024-02-16T23:48:43.040Z]      [exec]   adding: features/org.eclipse.ecf.filetransfer.feature_3.14.1900.v20230715-1945.jar (deflated 2%)
18:48:43 [2024-02-16T23:48:43.040Z]   [antcall] Exiting /home/jenkins/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/repos/platformrepo.xml.
18:48:43 [2024-02-16T23:48:43.040Z]   [antcall] Exiting /home/jenkins/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/repos/platformrepo.xml.
18:48:43 [2024-02-16T23:48:43.041Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:43 [2024-02-16T23:48:43.041Z]   [antcall] calling target(s) [platformSource] in build 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:43 [2024-02-16T23:48:43.041Z] parsing buildfile /home/jenkins/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/repos/platformrepo.xml with URI = 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:43 [2024-02-16T23:48:43.041Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:43 [2024-02-16T23:48:43.041Z] Build sequence for target(s) `platformSource' is [platformSource]
18:48:43 [2024-02-16T23:48:43.041Z] Complete build sequence is [platformSource, platform, all, assembler, ]
18:48:43 [2024-02-16T23:48:43.041Z]   [antcall] Entering /home/jenkins/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/repos/platformrepo.xml...
18:48:43 [2024-02-16T23:48:43.041Z] Build sequence for target(s) `platformSource' is [platformSource]
18:48:43 [2024-02-16T23:48:43.041Z] Complete build sequence is [platformSource, platform, all, assembler, ]
18:48:43 [2024-02-16T23:48:43.041Z] 
18:48:43 [2024-02-16T23:48:43.041Z] platformSource:
18:48:43 [2024-02-16T23:48:43.041Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/repos/featureTemp
18:48:43 [2024-02-16T23:48:43.042Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/artifacts.jar
18:48:43 [2024-02-16T23:48:43.042Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/content.jar
18:48:43 [2024-02-16T23:48:43.042Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.server_12.0.6.jar
18:48:43 [2024-02-16T23:48:43.042Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jface.text_3.25.0.v20240207-1054.jar
18:48:43 [2024-02-16T23:48:43.042Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.session_12.0.6.jar
18:48:43 [2024-02-16T23:48:43.042Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
18:48:43 [2024-02-16T23:48:43.043Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.dialogs_1.4.200.v20231214-1513.jar
18:48:43 [2024-02-16T23:48:43.043Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar
18:48:43 [2024-02-16T23:48:43.043Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359.jar
18:48:43 [2024-02-16T23:48:43.043Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338.jar
18:48:43 [2024-02-16T23:48:43.043Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.400.v20231214-1012.jar
18:48:43 [2024-02-16T23:48:43.043Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.device_1.1.1.202109301733.jar
18:48:43 [2024-02-16T23:48:43.044Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.jdom_1.1.3.v20230812-1600.jar
18:48:43 [2024-02-16T23:48:43.044Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/com.sun.jna_5.14.0.v20231211-1200.jar
18:48:43 [2024-02-16T23:48:43.044Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar
18:48:43 [2024-02-16T23:48:43.044Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.model.workbench_2.4.200.v20240109-1025.jar
18:48:43 [2024-02-16T23:48:43.044Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.felix.gogo.command_1.1.2.jar
18:48:43 [2024-02-16T23:48:43.044Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.ee8.security_12.0.6.jar
18:48:43 [2024-02-16T23:48:43.044Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.help_3.10.300.v20240107-2054.jar
18:48:43 [2024-02-16T23:48:43.045Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.runtime_3.31.0.v20240215-1631.jar
18:48:43 [2024-02-16T23:48:43.045Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar
18:48:43 [2024-02-16T23:48:43.045Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar
18:48:43 [2024-02-16T23:48:43.045Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.supplement_1.10.800.v20240115-0830.jar
18:48:43 [2024-02-16T23:48:43.045Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.editors_3.17.200.v20240207-1054.jar
18:48:43 [2024-02-16T23:48:43.045Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.ee8.server_12.0.6.jar
18:48:43 [2024-02-16T23:48:43.046Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar
18:48:43 [2024-02-16T23:48:43.046Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.util.promise_1.3.0.202212101352.jar
18:48:43 [2024-02-16T23:48:43.046Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jsch.ui_1.5.300.v20231214-1526.jar
18:48:43 [2024-02-16T23:48:43.046Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.workbench3_0.17.300.v20231214-1513.jar
18:48:43 [2024-02-16T23:48:43.046Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.net.win32_1.1.300.v20231214-1526.jar
18:48:43 [2024-02-16T23:48:43.046Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.046Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.300.v20240124-0948.jar
18:48:43 [2024-02-16T23:48:43.047Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.ant_1.10.14.v20230922-1200.jar
18:48:43 [2024-02-16T23:48:43.047Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.di_1.5.300.v20240116-1723.jar
18:48:43 [2024-02-16T23:48:43.047Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.console_1.3.300.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.047Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.win32_3.5.200.v20231214-2114.jar
18:48:43 [2024-02-16T23:48:43.047Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.security_1.4.200.v20240213-1244.jar
18:48:43 [2024-02-16T23:48:43.047Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar
18:48:43 [2024-02-16T23:48:43.048Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar
18:48:43 [2024-02-16T23:48:43.048Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.text_3.14.0.v20240207-1054.jar
18:48:43 [2024-02-16T23:48:43.048Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.expressions_3.9.300.v20240207-1044.jar
18:48:43 [2024-02-16T23:48:43.048Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar
18:48:43 [2024-02-16T23:48:43.048Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.compare.win32_1.3.300.v20231214-1526.jar
18:48:43 [2024-02-16T23:48:43.048Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.progress_0.4.300.v20240116-1723.jar
18:48:43 [2024-02-16T23:48:43.049Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.net.linux_1.1.100.v20231214-1526.jar
18:48:43 [2024-02-16T23:48:43.049Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.common_3.19.0.v20240214-0846.jar
18:48:43 [2024-02-16T23:48:43.049Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.net_1.5.300.v20231214-1526.jar
18:48:43 [2024-02-16T23:48:43.049Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar
18:48:43 [2024-02-16T23:48:43.049Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jface.databinding_1.15.200.v20240104-1240.jar
18:48:43 [2024-02-16T23:48:43.049Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.sat4j.pb_2.3.6.v20201214.jar
18:48:43 [2024-02-16T23:48:43.050Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar
18:48:43 [2024-02-16T23:48:43.050Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar
18:48:43 [2024-02-16T23:48:43.050Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.util.xml_1.0.2.202109301733.jar
18:48:43 [2024-02-16T23:48:43.050Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.bidi_1.5.0.v20240113-0700.jar
18:48:43 [2024-02-16T23:48:43.050Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.050Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar
18:48:43 [2024-02-16T23:48:43.050Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/com.sun.jna.platform_5.14.0.jar
18:48:43 [2024-02-16T23:48:43.051Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar
18:48:43 [2024-02-16T23:48:43.051Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar
18:48:43 [2024-02-16T23:48:43.051Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.search_3.16.100.v20240125-0858.jar
18:48:43 [2024-02-16T23:48:43.051Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.commons.commons-codec_1.16.0.jar
18:48:43 [2024-02-16T23:48:43.051Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ltk.core.refactoring_3.14.300.v20240111-1549.jar
18:48:43 [2024-02-16T23:48:43.051Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jsch.core_1.5.300.v20231214-1526.jar
18:48:43 [2024-02-16T23:48:43.051Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar
18:48:43 [2024-02-16T23:48:43.052Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.workbench.swt_0.17.300.v20240123-1128.jar
18:48:43 [2024-02-16T23:48:43.052Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar
18:48:43 [2024-02-16T23:48:43.052Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar
18:48:43 [2024-02-16T23:48:43.052Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jdt.core_3.37.0.v20240215-1452.jar
18:48:43 [2024-02-16T23:48:43.052Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.io_12.0.6.jar
18:48:43 [2024-02-16T23:48:43.052Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.core.commands_1.1.300.v20240131-1308.jar
18:48:43 [2024-02-16T23:48:43.052Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.sat4j.core_2.3.6.v20201214.jar
18:48:43 [2024-02-16T23:48:43.053Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.update.configurator_3.5.300.v20240215-1631.jar
18:48:43 [2024-02-16T23:48:43.053Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.ui.sdk_1.3.300.v20240207-1113.jar
18:48:43 [2024-02-16T23:48:43.053Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.help.base_4.4.300.v20240216-1800.jar
18:48:43 [2024-02-16T23:48:43.053Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.console_3.14.0.v20240129-1403.jar
18:48:43 [2024-02-16T23:48:43.053Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.help.ui_4.6.200.v20240202-1455.jar
18:48:43 [2024-02-16T23:48:43.053Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar
18:48:43 [2024-02-16T23:48:43.054Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar
18:48:43 [2024-02-16T23:48:43.054Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar
18:48:43 [2024-02-16T23:48:43.054Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.compare.core_3.8.400.v20240124-0947.jar
18:48:43 [2024-02-16T23:48:43.054Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar
18:48:43 [2024-02-16T23:48:43.054Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ant.core_3.7.300.v20231214-1526.jar
18:48:43 [2024-02-16T23:48:43.054Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.views_3.12.200.v20231214-1513.jar
18:48:43 [2024-02-16T23:48:43.055Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.team.genericeditor.diff.extension_1.2.300.v20231214-1012.jar
18:48:43 [2024-02-16T23:48:43.055Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.lucene.core_9.9.2.v20240130-0800.jar
18:48:43 [2024-02-16T23:48:43.055Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.swt.win32_1.2.200.v20231201-1637.jar
18:48:43 [2024-02-16T23:48:43.055Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.team.ui_3.10.300.v20240207-1044.jar
18:48:43 [2024-02-16T23:48:43.055Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jface.notifications_0.7.100.v20231214-2114.jar
18:48:43 [2024-02-16T23:48:43.055Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.core.di.extensions_0.18.200.v20231220-1554.jar
18:48:43 [2024-02-16T23:48:43.056Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar
18:48:43 [2024-02-16T23:48:43.056Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar
18:48:43 [2024-02-16T23:48:43.056Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
18:48:43 [2024-02-16T23:48:43.056Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.commons.commons-beanutils_1.9.4.jar
18:48:43 [2024-02-16T23:48:43.056Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.util.measurement_1.0.2.201802012109.jar
18:48:43 [2024-02-16T23:48:43.056Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/bcprov_1.77.0.jar
18:48:43 [2024-02-16T23:48:43.057Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.commons.collections_3.2.2.jar
18:48:43 [2024-02-16T23:48:43.057Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924.jar
18:48:43 [2024-02-16T23:48:43.057Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/slf4j.simple_2.0.12.jar
18:48:43 [2024-02-16T23:48:43.057Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.057Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.debug.core_3.21.300.v20240109-1022.jar
18:48:43 [2024-02-16T23:48:43.057Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.net.win32.x86_64_1.2.200.v20231214-1012.jar
18:48:43 [2024-02-16T23:48:43.057Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/jakarta.annotation-api_2.1.1.jar
18:48:43 [2024-02-16T23:48:43.058Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.intro.quicklinks_1.2.300.v20231214-1012.jar
18:48:43 [2024-02-16T23:48:43.058Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.felix.gogo.runtime_1.1.6.jar
18:48:43 [2024-02-16T23:48:43.058Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.externaltools_3.6.300.v20231214-1526.jar
18:48:43 [2024-02-16T23:48:43.058Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.operations_2.7.300.v20240212-0924.jar
18:48:43 [2024-02-16T23:48:43.058Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.commons.commons-logging_1.3.0.jar
18:48:43 [2024-02-16T23:48:43.058Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar
18:48:43 [2024-02-16T23:48:43.059Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar
18:48:43 [2024-02-16T23:48:43.059Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar
18:48:43 [2024-02-16T23:48:43.059Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.security_12.0.6.jar
18:48:43 [2024-02-16T23:48:43.059Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.lucene.analysis-smartcn_9.9.2.v20240130-0800.jar
18:48:43 [2024-02-16T23:48:43.059Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.views.log_1.4.300.v20240205-1417.jar
18:48:43 [2024-02-16T23:48:43.059Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar
18:48:43 [2024-02-16T23:48:43.059Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.060Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar
18:48:43 [2024-02-16T23:48:43.060Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.concurrent_1.3.0.v20240213-1244.jar
18:48:43 [2024-02-16T23:48:43.060Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.databinding.property_1.10.200.v20240104-1240.jar
18:48:43 [2024-02-16T23:48:43.060Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jface_3.33.0.v20240214-1640.jar
18:48:43 [2024-02-16T23:48:43.060Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/com.sun.el.javax.el_3.0.4.jar
18:48:43 [2024-02-16T23:48:43.060Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.300.v20240119-2127.jar
18:48:43 [2024-02-16T23:48:43.061Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.variables_3.6.300.v20231214-1012.jar
18:48:43 [2024-02-16T23:48:43.061Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar
18:48:43 [2024-02-16T23:48:43.061Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.core.di_1.9.300.v20240207-1044.jar
18:48:43 [2024-02-16T23:48:43.061Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar
18:48:43 [2024-02-16T23:48:43.061Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui_3.205.100.v20240131-1023.jar
18:48:43 [2024-02-16T23:48:43.061Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.intro_3.7.300.v20231214-1012.jar
18:48:43 [2024-02-16T23:48:43.061Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.component_1.5.1.202212101352.jar
18:48:43 [2024-02-16T23:48:43.062Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar
18:48:43 [2024-02-16T23:48:43.062Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar
18:48:43 [2024-02-16T23:48:43.062Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.search.core_3.16.100.v20240207-1054.jar
18:48:43 [2024-02-16T23:48:43.062Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.tukaani.xz_1.9.0.jar
18:48:43 [2024-02-16T23:48:43.062Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.workbench_3.131.100.v20240215-1416.jar
18:48:43 [2024-02-16T23:48:43.062Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
18:48:43 [2024-02-16T23:48:43.063Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.ide.application_1.5.300.v20240207-0025.jar
18:48:43 [2024-02-16T23:48:43.063Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.mortbay.jasper.apache-el_9.0.83.jar
18:48:43 [2024-02-16T23:48:43.063Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.util_12.0.6.jar
18:48:43 [2024-02-16T23:48:43.063Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.debug.ui.launchview_1.1.400.v20240110-1213.jar
18:48:43 [2024-02-16T23:48:43.063Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.themes_1.2.2400.v20240213-1133.jar
18:48:43 [2024-02-16T23:48:43.063Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634.jar
18:48:43 [2024-02-16T23:48:43.063Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar
18:48:43 [2024-02-16T23:48:43.064Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.swt.win32.win32.x86_64_3.125.0.v20240208-1757.jar
18:48:43 [2024-02-16T23:48:43.064Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244.jar
18:48:43 [2024-02-16T23:48:43.064Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.app_1.7.0.v20240213-1427.jar
18:48:43 [2024-02-16T23:48:43.064Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.064Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.util.position_1.0.1.201505202026.jar
18:48:43 [2024-02-16T23:48:43.064Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
18:48:43 [2024-02-16T23:48:43.064Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/bcpg_1.77.0.jar
18:48:43 [2024-02-16T23:48:43.065Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.navigator.resources_3.9.200.v20240104-1240.jar
18:48:43 [2024-02-16T23:48:43.065Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.css.swt_0.15.300.v20240207-1054.jar
18:48:43 [2024-02-16T23:48:43.065Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.genericeditor_1.3.300.v20240212-0845.jar
18:48:43 [2024-02-16T23:48:43.065Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.core.services_2.4.300.v20240119-0800.jar
18:48:43 [2024-02-16T23:48:43.065Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.externaltools_1.3.300.v20231214-1012.jar
18:48:43 [2024-02-16T23:48:43.065Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar
18:48:43 [2024-02-16T23:48:43.066Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar
18:48:43 [2024-02-16T23:48:43.066Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.ide_3.22.100.v20240205-1417.jar
18:48:43 [2024-02-16T23:48:43.066Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.platform_4.31.100.v20240216-1800.jar
18:48:43 [2024-02-16T23:48:43.066Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.commands_3.12.0.v20240214-1640.jar
18:48:43 [2024-02-16T23:48:43.066Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244.jar
18:48:43 [2024-02-16T23:48:43.066Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ltk.ui.refactoring_3.13.300.v20240125-0858.jar
18:48:43 [2024-02-16T23:48:43.066Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.swt.gtk.linux.aarch64_3.125.0.v20240208-1757.jar
18:48:43 [2024-02-16T23:48:43.067Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.net_1.5.300.v20231214-1012.jar
18:48:43 [2024-02-16T23:48:43.067Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.filesystem_1.10.300.v20240124-1325.jar
18:48:43 [2024-02-16T23:48:43.067Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
18:48:43 [2024-02-16T23:48:43.067Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924.jar
18:48:43 [2024-02-16T23:48:43.067Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar
18:48:43 [2024-02-16T23:48:43.067Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.updatechecker_1.4.200.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.068Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338.jar
18:48:43 [2024-02-16T23:48:43.068Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.osgi.services_3.12.0.v20231218-2126.jar
18:48:43 [2024-02-16T23:48:43.068Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar
18:48:43 [2024-02-16T23:48:43.068Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.css.swt.theme_0.14.300.v20231214-1513.jar
18:48:43 [2024-02-16T23:48:43.068Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.event_1.7.0.v20240214-0846.jar
18:48:43 [2024-02-16T23:48:43.068Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.swt_3.125.0.v20240208-1757.jar
18:48:43 [2024-02-16T23:48:43.068Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.text.quicksearch_1.2.300.v20240125-1313.jar
18:48:43 [2024-02-16T23:48:43.069Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar
18:48:43 [2024-02-16T23:48:43.069Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.069Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.swt.gtk.linux.ppc64le_3.125.0.v20240208-1757.jar
18:48:43 [2024-02-16T23:48:43.069Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/slf4j.api_2.0.12.jar
18:48:43 [2024-02-16T23:48:43.069Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.databinding.beans_1.10.200.v20231214-1513.jar
18:48:43 [2024-02-16T23:48:43.069Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.monitoring_1.3.200.v20240116-1723.jar
18:48:43 [2024-02-16T23:48:43.069Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.help.webapp_3.11.300.v20240123-0655.jar
18:48:43 [2024-02-16T23:48:43.070Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar
18:48:43 [2024-02-16T23:48:43.070Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.databinding_1.13.200.v20240104-1240.jar
18:48:43 [2024-02-16T23:48:43.070Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.team.core_3.10.300.v20240125-0912.jar
18:48:43 [2024-02-16T23:48:43.070Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.070Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.core.di.annotations_1.8.300.v20231220-1554.jar
18:48:43 [2024-02-16T23:48:43.070Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.console_1.4.700.v20240213-1244.jar
18:48:43 [2024-02-16T23:48:43.071Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.071Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.security.ui_1.4.200.v20240213-1246.jar
18:48:43 [2024-02-16T23:48:43.071Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.views.properties.tabbed_3.10.200.v20231205-0632.jar
18:48:43 [2024-02-16T23:48:43.071Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.objectweb.asm.commons_9.6.0.jar
18:48:43 [2024-02-16T23:48:43.071Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar
18:48:43 [2024-02-16T23:48:43.071Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113.jar
18:48:43 [2024-02-16T23:48:43.071Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.debug.ui_3.18.300.v20240213-1843.jar
18:48:43 [2024-02-16T23:48:43.072Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar
18:48:43 [2024-02-16T23:48:43.072Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar
18:48:43 [2024-02-16T23:48:43.072Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar
18:48:43 [2024-02-16T23:48:43.072Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.cm_1.6.1.202109301733.jar
18:48:43 [2024-02-16T23:48:43.072Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar
18:48:43 [2024-02-16T23:48:43.072Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar
18:48:43 [2024-02-16T23:48:43.073Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057.jar
18:48:43 [2024-02-16T23:48:43.073Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427.jar
18:48:43 [2024-02-16T23:48:43.073Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.forms_3.13.200.v20240108-1539.jar
18:48:43 [2024-02-16T23:48:43.073Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.felix.scr_2.2.10.jar
18:48:43 [2024-02-16T23:48:43.073Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.http_12.0.6.jar
18:48:43 [2024-02-16T23:48:43.073Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.emf.common_2.30.0.v20231210-0956.jar
18:48:43 [2024-02-16T23:48:43.073Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.core.contexts_1.12.500.v20231220-1554.jar
18:48:43 [2024-02-16T23:48:43.074Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.css.core_0.14.300.v20231214-1513.jar
18:48:43 [2024-02-16T23:48:43.074Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.resources_3.20.100.v20240209-1706.jar
18:48:43 [2024-02-16T23:48:43.074Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/com.ibm.icu_74.2.0.jar
18:48:43 [2024-02-16T23:48:43.074Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar
18:48:43 [2024-02-16T23:48:43.074Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.osgi.util_3.7.300.v20231104-1118.jar
18:48:43 [2024-02-16T23:48:43.074Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar
18:48:43 [2024-02-16T23:48:43.074Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.objectweb.asm.tree_9.6.0.jar
18:48:43 [2024-02-16T23:48:43.075Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.commons.jxpath_1.3.0.jar
18:48:43 [2024-02-16T23:48:43.075Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar
18:48:43 [2024-02-16T23:48:43.075Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924.jar
18:48:43 [2024-02-16T23:48:43.075Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.http.registry_1.4.0.v20240213-1244.jar
18:48:43 [2024-02-16T23:48:43.075Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar
18:48:43 [2024-02-16T23:48:43.075Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar
18:48:43 [2024-02-16T23:48:43.075Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar
18:48:43 [2024-02-16T23:48:43.076Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.objectweb.asm.tree.analysis_9.6.0.jar
18:48:43 [2024-02-16T23:48:43.076Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar
18:48:43 [2024-02-16T23:48:43.076Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.platform.doc.user_4.31.0.v20240213-1430.jar
18:48:43 [2024-02-16T23:48:43.076Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.intro.universal_3.5.300.v20240122-1701.jar
18:48:43 [2024-02-16T23:48:43.076Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806.jar
18:48:43 [2024-02-16T23:48:43.076Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.objectweb.asm.util_9.6.0.jar
18:48:43 [2024-02-16T23:48:43.077Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427.jar
18:48:43 [2024-02-16T23:48:43.077Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.077Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.navigator_3.12.300.v20240205-1417.jar
18:48:43 [2024-02-16T23:48:43.077Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.swt.gtk.linux.x86_64_3.125.0.v20240208-1757.jar
18:48:43 [2024-02-16T23:48:43.077Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
18:48:43 [2024-02-16T23:48:43.077Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.browser_3.8.200.v20240202-1013.jar
18:48:43 [2024-02-16T23:48:43.077Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.jobs_3.15.200.v20231214-1526.jar
18:48:43 [2024-02-16T23:48:43.078Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.jetty.ee8.servlet_12.0.6.jar
18:48:43 [2024-02-16T23:48:43.078Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar
18:48:43 [2024-02-16T23:48:43.078Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.urischeme_1.3.200.v20231214-1513.jar
18:48:43 [2024-02-16T23:48:43.078Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.compare_3.10.0.v20240208-0728.jar
18:48:43 [2024-02-16T23:48:43.078Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.objectweb.asm_9.6.0.jar
18:48:43 [2024-02-16T23:48:43.078Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/com.jcraft.jsch_0.1.55.v20230916-1400.jar
18:48:43 [2024-02-16T23:48:43.078Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.079Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.util.function_1.2.0.202109301733.jar
18:48:43 [2024-02-16T23:48:43.079Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.commons.commons-io_2.15.1.jar
18:48:43 [2024-02-16T23:48:43.079Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar
18:48:43 [2024-02-16T23:48:43.079Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.osgi.service.event_1.4.1.202109301733.jar
18:48:43 [2024-02-16T23:48:43.079Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240216-0715.jar
18:48:43 [2024-02-16T23:48:43.079Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.bindings_0.14.300.v20231214-1513.jar
18:48:43 [2024-02-16T23:48:43.079Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338.jar
18:48:43 [2024-02-16T23:48:43.080Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.swt.gtk_1.2.100.v20231030-2045.jar
18:48:43 [2024-02-16T23:48:43.080Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.300.v20240207-1054.jar
18:48:43 [2024-02-16T23:48:43.080Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.rcp_4.31.0.v20240216-1800.jar
18:48:43 [2024-02-16T23:48:43.080Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar
18:48:43 [2024-02-16T23:48:43.080Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.databinding.observable_1.13.200.v20240104-1240.jar
18:48:43 [2024-02-16T23:48:43.080Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.osgi_3.19.0.v20240213-1246.jar
18:48:43 [2024-02-16T23:48:43.081Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.ui.workbench_1.15.300.v20240124-0948.jar
18:48:43 [2024-02-16T23:48:43.081Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.cheatsheets_3.8.300.v20240202-1455.jar
18:48:43 [2024-02-16T23:48:43.081Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar
18:48:43 [2024-02-16T23:48:43.081Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.e4.emf.xpath_0.4.200.v20231214-1513.jar
18:48:43 [2024-02-16T23:48:43.081Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar
18:48:43 [2024-02-16T23:48:43.081Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar
18:48:43 [2024-02-16T23:48:43.081Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.felix.gogo.shell_1.1.4.jar
18:48:43 [2024-02-16T23:48:43.082Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ecf_3.11.0.v20230507-1923.jar
18:48:43 [2024-02-16T23:48:43.082Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.ui.workbench.texteditor_3.17.300.v20240207-1054.jar
18:48:43 [2024-02-16T23:48:43.082Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar
18:48:43 [2024-02-16T23:48:43.082Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar
18:48:43 [2024-02-16T23:48:43.082Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.apache.lucene.analysis-common_9.9.2.v20240130-0800.jar
18:48:43 [2024-02-16T23:48:43.082Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar
18:48:43 [2024-02-16T23:48:43.082Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/repos/featureTemp/plugins
18:48:43 [2024-02-16T23:48:43.083Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.rcp_root_4.31.0.v20240216-1800
18:48:43 [2024-02-16T23:48:43.083Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.rcp.configuration_root.win32.win32.x86_64_1.1.2200.v20240129-1343
18:48:43 [2024-02-16T23:48:43.083Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2400.v20240213-1244
18:48:43 [2024-02-16T23:48:43.083Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64_1.1.2200.v20240129-1343
18:48:43 [2024-02-16T23:48:43.083Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.rcp.configuration_root.gtk.linux.x86_64_1.1.2200.v20240129-1343
18:48:43 [2024-02-16T23:48:43.083Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.platform.ide.executable.win32.win32.x86_64_4.31.0.I20240216-1800
18:48:43 [2024-02-16T23:48:43.083Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2400.v20240213-1244
18:48:43 [2024-02-16T23:48:43.084Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2400.v20240213-1244
18:48:43 [2024-02-16T23:48:43.084Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.platform.ide.executable.cocoa.macosx.aarch64_4.31.0.I20240216-1800
18:48:43 [2024-02-16T23:48:43.084Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.equinox.executable_root.gtk.linux.ppc64le_3.8.2400.v20240213-1244
18:48:43 [2024-02-16T23:48:43.084Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2400.v20240213-1244
18:48:43 [2024-02-16T23:48:43.084Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.platform.ide.executable.gtk.linux.x86_64_4.31.0.I20240216-1800
18:48:43 [2024-02-16T23:48:43.084Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2400.v20240213-1244
18:48:43 [2024-02-16T23:48:43.085Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.31.0.I20240216-1800
18:48:43 [2024-02-16T23:48:43.085Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.rcp.configuration_root.gtk.linux.aarch64_1.1.2200.v20240129-1343
18:48:43 [2024-02-16T23:48:43.085Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.platform.ide.executable.gtk.linux.ppc64le_4.31.0.I20240216-1800
18:48:43 [2024-02-16T23:48:43.085Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.platform_root_4.31.0.v20240216-1800
18:48:43 [2024-02-16T23:48:43.085Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.platform.ide.executable.gtk.linux.aarch64_4.31.0.I20240216-1800
18:48:43 [2024-02-16T23:48:43.085Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.rcp.configuration_root.gtk.linux.ppc64le_1.1.2200.v20240129-1343
18:48:43 [2024-02-16T23:48:43.086Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/binary/org.eclipse.rcp.configuration_root.cocoa.macosx.aarch64_1.1.2200.v20240129-1343
18:48:43 [2024-02-16T23:48:43.086Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/repos/featureTemp/binary
18:48:43 [2024-02-16T23:48:43.086Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.e4.rcp_4.31.0.v20240215-1631.jar
18:48:43 [2024-02-16T23:48:43.086Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.equinox.p2.extras.feature_1.4.2300.v20240216-0715.jar
18:48:43 [2024-02-16T23:48:43.086Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.equinox.p2.core.feature_1.7.100.v20240216-0715.jar
18:48:43 [2024-02-16T23:48:43.086Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.equinox.p2.rcp.feature_1.4.2300.v20240216-0715.jar
18:48:43 [2024-02-16T23:48:43.086Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.rcp.configuration_1.1.2200.v20240129-1343.jar
18:48:43 [2024-02-16T23:48:43.087Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.rcp_4.31.0.v20240216-1800.jar
18:48:43 [2024-02-16T23:48:43.087Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.702.v20231114-1017.jar
18:48:43 [2024-02-16T23:48:43.087Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar
18:48:43 [2024-02-16T23:48:43.087Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.emf.common_2.31.0.v20231210-0956.jar
18:48:43 [2024-02-16T23:48:43.087Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar
18:48:43 [2024-02-16T23:48:43.087Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.equinox.p2.user.ui_2.4.2300.v20240216-0715.jar
18:48:43 [2024-02-16T23:48:43.087Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.platform_4.31.0.v20240216-1800.jar
18:48:43 [2024-02-16T23:48:43.088Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.emf.ecore_2.37.0.v20240203-0859.jar
18:48:43 [2024-02-16T23:48:43.088Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.ecf.core.feature_1.6.2.v20231021-2127.jar
18:48:43 [2024-02-16T23:48:43.088Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar
18:48:43 [2024-02-16T23:48:43.088Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar
18:48:43 [2024-02-16T23:48:43.088Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.help_2.3.1700.v20240216-1800.jar
18:48:43 [2024-02-16T23:48:43.088Z]    [delete] Deleting /home/jenkins/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/repos/featureTemp/features/org.eclipse.ecf.filetransfer.feature_3.14.1900.v20230715-1945.jar
18:48:43 [2024-02-16T23:48:43.088Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/repos/featureTemp/features
18:48:43 [2024-02-16T23:48:43.089Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/repos/featureTemp
18:48:43 [2024-02-16T23:48:43.089Z]     [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.releng.tychoeclipsebuilder/repos/featureTemp
18:48:51 [2024-02-16T23:48:51.174Z] [p2.mirror] Messages while mirroring artifact descriptors.
18:48:51 [2024-02-16T23:48:51.174Z] [p2.mirror] OK
18:48:51 [2024-02-16T23:48:51.174Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:51 [2024-02-16T23:48:51.174Z]   [antcall] calling target(s) [assembler] in build 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:51 [2024-02-16T23:48:51.174Z] parsing buildfile /home/jenkins/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/repos/platformrepo.xml with URI = 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.tychoeclipsebuilder/repos/platformrepo.xml
18:48:51 [2024-02-16T23:48:51.174Z] Project base dir set 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.releng.tychoeclipsebuilder/repos
18:48:51 [2024-02-16T23:48:51.174Z] Build sequence for target(s) `assembler' is [assembler]
18:48:51 [2024-02-16T23:48:51.174Z] Complete build sequence is [assembler, platform, all, platformSource, ]
18:48:51 [2024-02-16T23:48:51.175Z]   [antcall] Entering /home/jenkins/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/repos/platformrepo.xml...
18:48:51 [2024-02-16T23:48:51.175Z] Build sequence for target(s) `assembler' is [assembler]
18:48:51 [2024-02-16T23:48:51.175Z] Complete build sequence is [assembler, platform, all, platformSource, ]
18:48:51 [2024-02-16T23:48:51.175Z] 
18:48:51 [2024-02-16T23:48:51.175Z] assembler:
18:48:51 [2024-02-16T23:48:51.175Z]     [mkdir] Skipping /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/checksum because it already exists.
18:48:51 [2024-02-16T23:48:51.175Z]      [exec] Current OS is Linux
18:48:51 [2024-02-16T23:48:51.175Z]      [exec] Executing 'zip' with arguments:
18:48:51 [2024-02-16T23:48:51.175Z]      [exec] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/org.eclipse.platform.source-I20240216-1800.zip'
18:48:51 [2024-02-16T23:48:51.175Z]      [exec] '-r'
18:48:51 [2024-02-16T23:48:51.175Z]      [exec] '.'
18:48:51 [2024-02-16T23:48:51.175Z]      [exec] 
18:48:51 [2024-02-16T23:48:51.175Z]      [exec] The ' characters around the executable and arguments are
18:48:51 [2024-02-16T23:48:51.175Z]      [exec] not part of the command.
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: artifacts.jar (deflated 0%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: content.jar (deflated 4%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/ (stored 0%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.jetty.server_12.0.6.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.jface.text_3.25.0.v20240207-1054.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.equinox.http.servlet.source_1.8.100.v20240213-1057.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.e4.ui.swt.win32.source_1.2.200.v20231201-1637.jar (deflated 13%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.jetty.session_12.0.6.jar (deflated 7%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.6.200.v20240212-0924.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.e4.ui.dialogs_1.4.200.v20231214-1513.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar (deflated 17%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.compare.core.source_3.8.400.v20240124-0947.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.platform.source_4.31.100.v20240216-1800.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.swt.cocoa.macosx.aarch64.source_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338.jar (deflated 2%)
18:48:51 [2024-02-16T23:48:51.175Z]      [exec]   adding: plugins/org.eclipse.jsch.core.source_1.5.300.v20231214-1526.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.extensions.supplier_0.17.400.v20231214-1012.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.equinox.app.source_1.7.0.v20240213-1427.jar (deflated 7%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.addons.swt.source_1.5.300.v20240124-0948.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.osgi.service.device_1.1.1.202109301733.jar (deflated 20%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.core.commands.source_3.12.0.v20240214-1640.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.ui.cocoa.source_1.3.100.v20230214-1401.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.swt.source_0.17.300.v20240123-1128.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.repository.tools.source_2.4.300.v20240207-1113.jar (deflated 13%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.jdom_1.1.3.v20230812-1600.jar (deflated 5%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/com.sun.jna_5.14.0.v20231211-1200.jar (deflated 2%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.ltk.core.refactoring.source_3.14.300.v20240111-1549.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.apache.felix.gogo.command.source_1.1.2.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.ui.navigator.resources.source_3.9.200.v20240104-1240.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.compare.source_3.10.0.v20240208-0728.jar (deflated 6%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.e4.ui.model.workbench_2.4.200.v20240109-1025.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.apache.felix.gogo.command_1.1.2.jar (deflated 6%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.jetty.ee8.security_12.0.6.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.osgi.compatibility.state.source_1.2.1000.v20240213-1057.jar (deflated 5%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.help_3.10.300.v20240107-2054.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.core.runtime_3.31.0.v20240215-1631.jar (deflated 6%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.osgi.service.upnp_1.2.1.202109301733.jar (deflated 15%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.equinox.supplement_1.10.800.v20240115-0830.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.ui.editors_3.17.200.v20240207-1054.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.jetty.ee8.server_12.0.6.jar (deflated 7%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.search.source_3.16.100.v20240125-0858.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar (deflated 3%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.osgi.util.promise_1.3.0.202212101352.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.jsch.ui_1.5.300.v20231214-1526.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.176Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench3_0.17.300.v20231214-1513.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.equinox.registry.source_3.12.0.v20240213-1057.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.core.net.win32.x86_64.source_1.2.200.v20231214-1012.jar (deflated 7%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.equinox.security.linux.source_1.1.200.v20231214-1607.jar (deflated 17%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.core.net.win32_1.1.300.v20231214-1526.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.e4.ui.ide.source_3.17.200.v20231201-1637.jar (deflated 14%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.ui.ide.application.source_1.5.300.v20240207-0025.jar (deflated 6%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.addons.swt_1.5.300.v20240124-0948.jar (deflated 7%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.apache.ant_1.10.14.v20230922-1200.jar (deflated 0%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.ltk.ui.refactoring.source_3.13.300.v20240125-0858.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.e4.ui.di_1.5.300.v20240116-1723.jar (deflated 15%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.console_1.3.300.v20240201-0843.jar (deflated 6%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.ui.win32_3.5.200.v20231214-2114.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.help.base.source_4.4.300.v20240216-1800.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.equinox.security_1.4.200.v20240213-1244.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar (deflated 0%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.linux.aarch64.source_1.4.200.v20220812-1420.jar (deflated 6%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.text_3.14.0.v20240207-1054.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.core.expressions_3.9.300.v20240207-1044.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar (deflated 2%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.compare.win32_1.3.300.v20231214-1526.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.e4.ui.progress_0.4.300.v20240116-1723.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.core.net.linux_1.1.100.v20231214-1526.jar (deflated 6%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.equinox.common_3.19.0.v20240214-0846.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.core.net_1.5.300.v20231214-1526.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.osgi.service.metatype_1.4.1.202109301733.jar (deflated 18%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.jface.databinding_1.15.200.v20240104-1240.jar (deflated 15%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.sat4j.pb_2.3.6.v20201214.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/com.jcraft.jsch.source_0.1.55.v20230916-1400.jar (deflated 6%)
18:48:51 [2024-02-16T23:48:51.177Z]      [exec]   adding: plugins/org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.updatesite.source_1.3.300.v20240201-0843.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.osgi.util.xml_1.0.2.202109301733.jar (deflated 13%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.bidi_1.5.0.v20240113-0700.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.http.registry.source_1.4.0.v20240213-1244.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar (deflated 13%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/com.sun.jna.platform_5.14.0.jar (deflated 15%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.core.databinding.property.source_1.10.200.v20240104-1240.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.jsp.jasper.source_1.2.0.v20240213-1427.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.transport.ecf.source_1.4.200.v20240203-1359.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.artifact.repository.source_1.5.300.v20240216-0715.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.search_3.16.100.v20240125-0858.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.ltk.core.refactoring_3.14.300.v20240111-1549.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.source_1.9.300.v20240207-1044.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.tukaani.xz.source_1.9.0.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.jsch.core_1.5.300.v20231214-1526.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.e4.ui.services.source_1.6.300.v20231201-1637.jar (deflated 16%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.swt_0.17.300.v20240123-1128.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar (deflated 15%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.osgi.util.position.source_1.0.1.201505202026.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.jdt.core_3.37.0.v20240215-1452.jar (deflated 5%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.touchpoint.natives.source_1.5.200.v20240201-0843.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.apache.commons.commons-codec_1.16.0.jar (deflated 16%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.jetty.io_12.0.6.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.eclipse.e4.core.commands_1.1.300.v20240131-1308.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.178Z]      [exec]   adding: plugins/org.sat4j.core_2.3.6.v20201214.jar (deflated 7%)
18:48:51 [2024-02-16T23:48:51.179Z]      [exec]   adding: plugins/org.eclipse.update.configurator_3.5.300.v20240215-1631.jar (deflated 7%)
18:48:51 [2024-02-16T23:48:51.179Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.operations.source_2.7.300.v20240212-0924.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.179Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.sdk_1.3.300.v20240207-1113.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.434Z]      [exec]   adding: plugins/bcprov_1.77.0.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.434Z]      [exec]   adding: plugins/org.eclipse.urischeme.source_1.3.200.v20231214-1513.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.434Z]      [exec]   adding: plugins/org.eclipse.ui.source_3.205.100.v20240131-1023.jar (deflated 4%)
18:48:51 [2024-02-16T23:48:51.434Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.metadata.repository.source_1.5.300.v20240201-0843.jar (deflated 13%)
18:48:51 [2024-02-16T23:48:51.434Z]      [exec]   adding: plugins/org.eclipse.ui.ide.source_3.22.100.v20240205-1417.jar (deflated 7%)
18:48:51 [2024-02-16T23:48:51.434Z]      [exec]   adding: plugins/org.eclipse.help.base_4.4.300.v20240216-1800.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.eclipse.ui.console_3.14.0.v20240129-1403.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.eclipse.help.ui_4.6.200.v20240202-1455.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar (deflated 26%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.eclipse.e4.ui.progress.source_0.4.300.v20240116-1723.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.eclipse.compare.core_3.8.400.v20240124-0947.jar (deflated 8%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar (deflated 5%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.eclipse.ant.core_3.7.300.v20231214-1526.jar (deflated 4%)
18:48:51 [2024-02-16T23:48:51.435Z]      [exec]   adding: plugins/org.eclipse.ui.views_3.12.200.v20231214-1513.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.690Z]      [exec]   adding: plugins/org.eclipse.swt.gtk.linux.ppc64le.source_3.125.0.v20240208-1757.jar (deflated 4%)
18:48:51 [2024-02-16T23:48:51.690Z]      [exec]   adding: plugins/org.eclipse.team.genericeditor.diff.extension_1.2.300.v20231214-1012.jar (deflated 17%)
18:48:51 [2024-02-16T23:48:51.690Z]      [exec]   adding: plugins/org.eclipse.swt.win32.win32.x86_64.source_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.apache.lucene.core_9.9.2.v20240130-0800.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.eclipse.e4.ui.swt.win32_1.2.200.v20231201-1637.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.eclipse.team.ui_3.10.300.v20240207-1044.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.eclipse.jface.notifications_0.7.100.v20231214-2114.jar (deflated 12%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.repository.source_2.8.100.v20240207-1113.jar (deflated 10%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.eclipse.swt.gtk.linux.x86_64.source_3.125.0.v20240208-1757.jar (deflated 4%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.extensions_0.18.200.v20231220-1554.jar (deflated 13%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.eclipse.ui.genericeditor.source_1.3.300.v20240212-0845.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar (deflated 11%)
18:48:51 [2024-02-16T23:48:51.946Z]      [exec]   adding: plugins/org.apache.commons.commons-beanutils_1.9.4.jar (deflated 9%)
18:48:51 [2024-02-16T23:48:51.947Z]      [exec]   adding: plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar (deflated 7%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/org.eclipse.platform.doc.isv_4.31.0.v20240131-1023.jar (deflated 6%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/org.osgi.util.measurement_1.0.2.201802012109.jar (deflated 12%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/org.apache.commons.collections_3.2.2.jar (deflated 13%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/org.eclipse.ui.cheatsheets.source_3.8.300.v20240202-1455.jar (deflated 10%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924.jar (deflated 5%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.metadata.source_2.9.0.v20240213-1100.jar (deflated 10%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/org.eclipse.e4.ui.di.source_1.5.300.v20240116-1723.jar (deflated 13%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/slf4j.simple_2.0.12.jar (deflated 15%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843.jar (deflated 9%)
18:48:53 [2024-02-16T23:48:53.835Z]      [exec]   adding: plugins/org.eclipse.debug.core_3.21.300.v20240109-1022.jar (deflated 10%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.core.net.win32.x86_64_1.2.200.v20231214-1012.jar (deflated 5%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/jakarta.annotation-api_2.1.1.jar (deflated 14%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar (deflated 10%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.ui.themes.source_1.2.2400.v20240213-1133.jar (deflated 6%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.debug.ui.source_3.18.300.v20240213-1843.jar (deflated 10%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.jarprocessor.source_1.3.300.v20240201-0843.jar (deflated 17%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.ui.intro.quicklinks_1.2.300.v20231214-1012.jar (deflated 8%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.apache.felix.gogo.runtime_1.1.6.jar (deflated 13%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.ui.externaltools_3.6.300.v20231214-1526.jar (deflated 13%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.operations_2.7.300.v20240212-0924.jar (deflated 7%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.ui.net.source_1.5.300.v20231214-1012.jar (deflated 11%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.ui.forms.source_3.13.200.v20240108-1539.jar (deflated 7%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.apache.commons.commons-logging_1.3.0.jar (deflated 8%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar (deflated 8%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.14.300.v20240119-2127.jar (deflated 15%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.osgi.service.prefs_1.1.2.202109301733.jar (deflated 16%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.updatechecker.source_1.4.200.v20240201-0843.jar (deflated 16%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar (deflated 13%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.e4.ui.css.swt.source_0.15.300.v20240207-1054.jar (deflated 13%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.jetty.security_12.0.6.jar (deflated 11%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.jface.text.source_3.25.0.v20240207-1054.jar (deflated 8%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.apache.lucene.analysis-smartcn_9.9.2.v20240130-0800.jar (deflated 0%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.ui.views.log_1.4.300.v20240205-1417.jar (deflated 12%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar (deflated 5%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar (deflated 9%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.source_2.8.300.v20240207-1113.jar (deflated 8%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar (deflated 10%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.equinox.concurrent_1.3.0.v20240213-1244.jar (deflated 15%)
18:48:53 [2024-02-16T23:48:53.836Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.reconciler.dropins.source_1.5.300.v20240212-0924.jar (deflated 7%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.core.databinding.property_1.10.200.v20240104-1240.jar (deflated 12%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.jface_3.33.0.v20240214-1640.jar (deflated 9%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/com.sun.el.javax.el_3.0.4.jar (deflated 7%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.equinox.http.jetty.source_3.9.100.v20240213-1244.jar (deflated 10%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.300.v20240119-2127.jar (deflated 12%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.core.variables_3.6.300.v20231214-1012.jar (deflated 12%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.core.net.win32.source_1.1.300.v20231214-1526.jar (deflated 11%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar (deflated 12%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.e4.core.di_1.9.300.v20240207-1044.jar (deflated 8%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar (deflated 9%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.ui_3.205.100.v20240131-1023.jar (deflated 17%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.ui.intro_3.7.300.v20231214-1012.jar (deflated 9%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.equinox.common.source_3.19.0.v20240214-0846.jar (deflated 7%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.e4.ui.css.core.source_0.14.300.v20231214-1513.jar (deflated 15%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.osgi.service.component_1.5.1.202212101352.jar (deflated 19%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar (deflated 8%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.ui.views.properties.tabbed.source_3.10.200.v20231205-0632.jar (deflated 12%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.equinox.security.macosx.source_1.102.200.v20231214-2017.jar (deflated 11%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.director.app.source_1.3.300.v20240212-0924.jar (deflated 11%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar (deflated 16%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.eclipse.search.core_3.16.100.v20240207-1054.jar (deflated 10%)
18:48:53 [2024-02-16T23:48:53.837Z]      [exec]   adding: plugins/org.tukaani.xz_1.9.0.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.ui.workbench_3.131.100.v20240215-1416.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.sdk.source_1.3.300.v20240207-1113.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.compare.win32.source_1.3.300.v20231214-1526.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.e4.ui.css.swt.theme.source_0.14.300.v20231214-1513.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.osgi.util.function.source_1.2.0.202109301733.jar (deflated 14%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.ui.ide.application_1.5.300.v20240207-0025.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.mortbay.jasper.apache-el_9.0.83.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.director.source_2.6.300.v20240207-1113.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.jetty.util_12.0.6.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.core.net.source_1.5.300.v20231214-1526.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.debug.ui.launchview_1.1.400.v20240110-1213.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.ui.themes_1.2.2400.v20240213-1133.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634.jar (deflated 6%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.source_1.15.300.v20240124-0948.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.093Z]      [exec]   adding: plugins/org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar (deflated 1%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.swt.win32.win32.x86_64_3.125.0.v20240208-1757.jar (deflated 4%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.osgi.util.measurement.source_1.0.2.201802012109.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.equinox.bidi.source_1.5.0.v20240113-0700.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.equinox.security.source_1.4.200.v20240213-1244.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.equinox.app_1.7.0.v20240213-1427.jar (deflated 7%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244.jar (deflated 4%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.extensions.source_0.18.200.v20231220-1554.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.ui.monitoring.source_1.3.200.v20240116-1723.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.osgi.source_3.19.0.v20240213-1246.jar (deflated 7%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.team.core.source_3.10.300.v20240125-0912.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.osgi.util.position_1.0.1.201505202026.jar (deflated 18%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/bcpg_1.77.0.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.ui.navigator.resources_3.9.200.v20240104-1240.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.equinox.console.source_1.4.700.v20240213-1244.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.e4.ui.css.swt_0.15.300.v20240207-1054.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.350Z]      [exec]   adding: plugins/org.eclipse.ui.views.source_3.12.200.v20231214-1513.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.ui.genericeditor_1.3.300.v20240212-0845.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.e4.ui.model.workbench.source_2.4.200.v20240109-1025.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.e4.ui.widgets.source_1.4.100.v20231201-1637.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.ui.editors.source_3.17.200.v20240207-1054.jar (deflated 7%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.e4.core.services_2.4.300.v20240119-0800.jar (deflated 15%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.team.ui.source_3.10.300.v20240207-1044.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.jsch.ui.source_1.5.300.v20231214-1526.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.directorywatcher.source_1.4.300.v20240201-0843.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.core.externaltools_1.3.300.v20231214-1012.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.apache.felix.gogo.shell.source_1.1.4.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.ui.workbench.texteditor.source_3.17.300.v20240207-1054.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.ui.ide_3.22.100.v20240205-1417.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.osgi.util.xml.source_1.0.2.202109301733.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.platform_4.31.100.v20240216-1800.jar (deflated 1%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.core.commands_3.12.0.v20240214-1640.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.annotations.source_1.8.300.v20231220-1554.jar (deflated 14%)
18:48:54 [2024-02-16T23:48:54.351Z]      [exec]   adding: plugins/org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.ltk.ui.refactoring_3.13.300.v20240125-0858.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.core.databinding.source_1.13.200.v20240104-1240.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.swt.gtk.linux.aarch64_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.ui.net_1.5.300.v20231214-1012.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.core.net.linux.source_1.1.100.v20231214-1526.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.garbagecollector.source_1.3.200.v20240201-0843.jar (deflated 14%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.core.filesystem_1.10.300.v20240124-1325.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar (deflated 5%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.equinox.security.ui.source_1.4.200.v20240213-1246.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar (deflated 6%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.core.resources.source_3.20.100.v20240209-1706.jar (deflated 6%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.updatechecker_1.4.200.v20240201-0843.jar (deflated 15%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338.jar (deflated 1%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.ui.views.log.source_1.4.300.v20240205-1417.jar (deflated 7%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.osgi.services_3.12.0.v20231218-2126.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.update.configurator.source_3.5.300.v20240215-1631.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.607Z]      [exec]   adding: plugins/org.eclipse.e4.ui.css.swt.theme_0.14.300.v20231214-1513.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.core.externaltools.source_1.3.300.v20231214-1012.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.equinox.event_1.7.0.v20240214-0846.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.equinox.frameworkadmin.source_2.3.100.v20240201-0843.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.swt_3.125.0.v20240208-1757.jar (deflated 3%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.text.quicksearch_1.2.300.v20240125-1313.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar (deflated 33%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843.jar (deflated 5%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.ui.win32.source_3.5.200.v20231214-2114.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.extensions.supplier.source_0.17.400.v20231214-1012.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.equinox.preferences.source_3.11.0.v20240210-0844.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.608Z]      [exec]   adding: plugins/org.eclipse.e4.core.commands.source_1.1.300.v20240131-1308.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.swt.gtk.linux.ppc64le_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/slf4j.api_2.0.12.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.equinox.jsp.jasper.registry.source_1.3.0.v20240213-1427.jar (deflated 16%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.core.jobs.source_3.15.200.v20231214-1526.jar (deflated 5%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.core.databinding.beans_1.10.200.v20231214-1513.jar (deflated 12%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.e4.core.contexts.source_1.12.500.v20231220-1554.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.ui.monitoring_1.3.200.v20240116-1723.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.extensionlocation.source_1.5.300.v20240201-0843.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui.importexport.source_1.4.300.v20240201-0843.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.e4.ui.dialogs.source_1.4.200.v20231214-1513.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.help.webapp_3.11.300.v20240123-0655.jar (deflated 6%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar (deflated 11%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.core.databinding_1.13.200.v20240104-1240.jar (deflated 15%)
18:48:54 [2024-02-16T23:48:54.863Z]      [exec]   adding: plugins/org.eclipse.team.core_3.10.300.v20240125-0912.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.console.source_1.3.300.v20240201-0843.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.core.source_2.11.0.v20240210-1628.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.touchpoint.eclipse.source_2.4.200.v20240201-0843.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.ui.workbench.source_3.131.100.v20240215-1416.jar (deflated 7%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.source_1.10.300.v20240124-1325.jar (deflated 9%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.e4.emf.xpath.source_0.4.200.v20231214-1513.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.e4.core.di.annotations_1.8.300.v20231220-1554.jar (deflated 16%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.equinox.console_1.4.700.v20240213-1244.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.equinox.security.ui_1.4.200.v20240213-1246.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.core.contenttype.source_3.9.300.v20231218-0909.jar (deflated 8%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.text.quicksearch.source_1.2.300.v20240125-1313.jar (deflated 10%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.ui.views.properties.tabbed_3.10.200.v20231205-0632.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.objectweb.asm.commons_9.6.0.jar (deflated 5%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar (deflated 13%)
18:48:54 [2024-02-16T23:48:54.864Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113.jar (deflated 7%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.debug.ui_3.18.300.v20240213-1843.jar (deflated 12%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar (deflated 5%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar (deflated 8%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.team.genericeditor.diff.extension.source_1.2.300.v20231214-1012.jar (deflated 19%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.e4.core.services.source_2.4.300.v20240119-0800.jar (deflated 14%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar (deflated 22%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.ui.externaltools.source_3.6.300.v20231214-1526.jar (deflated 11%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.equinox.concurrent.source_1.3.0.v20240213-1244.jar (deflated 13%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.osgi.service.cm_1.6.1.202109301733.jar (deflated 13%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.jetty.servlet-api_4.0.6.jar (deflated 6%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.help.webapp.source_3.11.300.v20240123-0655.jar (deflated 9%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.equinox.security.win32.x86_64.source_1.2.200.v20240213-1244.jar (deflated 13%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar (deflated 6%)
18:48:55 [2024-02-16T23:48:55.120Z]      [exec]   adding: plugins/org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057.jar (deflated 9%)
18:48:55 [2024-02-16T23:48:55.121Z]      [exec]   adding: plugins/org.eclipse.core.databinding.observable.source_1.13.200.v20240104-1240.jar (deflated 11%)
18:48:55 [2024-02-16T23:48:55.376Z]      [exec]   adding: plugins/org.eclipse.swt.cocoa.macosx.x86_64.source_3.125.0.v20240208-1757.jar (deflated 4%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427.jar (deflated 14%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.ui.forms_3.13.200.v20240108-1539.jar (deflated 8%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt.source_0.16.300.v20240207-1054.jar (deflated 6%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.apache.felix.scr_2.2.10.jar (deflated 8%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.jetty.http_12.0.6.jar (deflated 8%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.emf.common_2.30.0.v20231210-0956.jar (deflated 10%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.ui.browser.source_3.8.200.v20240202-1013.jar (deflated 9%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.e4.core.contexts_1.12.500.v20231220-1554.jar (deflated 10%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.help.source_3.10.300.v20240107-2054.jar (deflated 10%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.equinox.simpleconfigurator.source_1.5.200.v20240209-1053.jar (deflated 10%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.ui.intro.quicklinks.source_1.2.300.v20231214-1012.jar (deflated 8%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.e4.ui.css.core_0.14.300.v20231214-1513.jar (deflated 14%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench3.source_0.17.300.v20231214-1513.jar (deflated 10%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.equinox.event.source_1.7.0.v20240214-0846.jar (deflated 13%)
18:48:55 [2024-02-16T23:48:55.377Z]      [exec]   adding: plugins/org.eclipse.core.resources_3.20.100.v20240209-1706.jar (deflated 7%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/com.ibm.icu_74.2.0.jar (deflated 7%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar (deflated 1%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.eclipse.osgi.util_3.7.300.v20231104-1118.jar (deflated 4%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar (deflated 7%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.objectweb.asm.tree_9.6.0.jar (deflated 10%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.eclipse.core.runtime.source_3.31.0.v20240215-1631.jar (deflated 5%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.apache.commons.jxpath_1.3.0.jar (deflated 9%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar (deflated 8%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar (deflated 20%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924.jar (deflated 6%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.eclipse.debug.ui.launchview.source_1.1.400.v20240110-1213.jar (deflated 15%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar (deflated 6%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.eclipse.core.expressions.source_3.9.300.v20240207-1044.jar (deflated 9%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.source_1.6.700.v20240213-1244.jar (deflated 5%)
18:48:55 [2024-02-16T23:48:55.962Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.engine.source_2.10.0.v20240210-0918.jar (deflated 9%)
18:48:55 [2024-02-16T23:48:55.963Z]      [exec]   adding: plugins/org.eclipse.equinox.http.registry_1.4.0.v20240213-1244.jar (deflated 11%)
18:48:55 [2024-02-16T23:48:55.963Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar (deflated 7%)
18:48:55 [2024-02-16T23:48:55.963Z]      [exec]   adding: plugins/org.eclipse.equinox.simpleconfigurator.manipulator.source_2.3.100.v20240201-0843.jar (deflated 12%)
18:48:55 [2024-02-16T23:48:55.963Z]      [exec]   adding: plugins/org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar (deflated 7%)
18:48:55 [2024-02-16T23:48:55.963Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar (deflated 12%)
18:48:55 [2024-02-16T23:48:55.963Z]      [exec]   adding: plugins/org.objectweb.asm.tree.analysis_9.6.0.jar (deflated 7%)
18:48:55 [2024-02-16T23:48:55.963Z]      [exec]   adding: plugins/org.eclipse.equinox.frameworkadmin.equinox.source_1.3.100.v20240213-1609.jar (deflated 8%)
18:48:55 [2024-02-16T23:48:55.963Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar (deflated 1%)
18:48:56 [2024-02-16T23:48:56.218Z]      [exec]   adding: plugins/org.eclipse.platform.doc.user_4.31.0.v20240213-1430.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.218Z]      [exec]   adding: plugins/org.osgi.service.event.source_1.4.1.202109301733.jar (deflated 11%)
18:48:56 [2024-02-16T23:48:56.218Z]      [exec]   adding: plugins/org.eclipse.jface.source_3.33.0.v20240214-1640.jar (deflated 7%)
18:48:56 [2024-02-16T23:48:56.218Z]      [exec]   adding: plugins/org.eclipse.e4.ui.swt.gtk.source_1.2.100.v20231030-2045.jar (deflated 13%)
18:48:56 [2024-02-16T23:48:56.218Z]      [exec]   adding: plugins/org.eclipse.ui.intro.universal_3.5.300.v20240122-1701.jar (deflated 7%)
18:48:56 [2024-02-16T23:48:56.218Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.publisher.source_1.9.100.v20240212-1707.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.218Z]      [exec]   adding: plugins/org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.218Z]      [exec]   adding: plugins/org.eclipse.core.databinding.beans.source_1.10.200.v20231214-1513.jar (deflated 14%)
18:48:56 [2024-02-16T23:48:56.218Z]      [exec]   adding: plugins/org.objectweb.asm.util_9.6.0.jar (deflated 4%)
18:48:56 [2024-02-16T23:48:56.219Z]      [exec]   adding: plugins/org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.219Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.219Z]      [exec]   adding: plugins/org.eclipse.jface.notifications.source_0.7.100.v20231214-2114.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.219Z]      [exec]   adding: plugins/org.eclipse.ui.navigator_3.12.300.v20240205-1417.jar (deflated 11%)
18:48:56 [2024-02-16T23:48:56.219Z]      [exec]   adding: plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.219Z]      [exec]   adding: plugins/org.osgi.service.component.source_1.5.1.202212101352.jar (deflated 15%)
18:48:56 [2024-02-16T23:48:56.474Z]      [exec]   adding: plugins/org.eclipse.swt.gtk.linux.x86_64_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.ui.browser_3.8.200.v20240202-1013.jar (deflated 15%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.osgi.service.device.source_1.1.1.202109301733.jar (deflated 14%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.core.jobs_3.15.200.v20231214-1526.jar (deflated 7%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.jetty.ee8.servlet_12.0.6.jar (deflated 8%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.urischeme_1.3.200.v20231214-1513.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.compare_3.10.0.v20240208-0728.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.objectweb.asm_9.6.0.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.core.filebuffers.source_3.8.300.v20240207-1054.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.ant.core.source_3.7.300.v20231214-1526.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.debug.core.source_3.21.300.v20240109-1022.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/com.jcraft.jsch_0.1.55.v20230916-1400.jar (deflated 7%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.jface.databinding.source_1.15.200.v20240104-1240.jar (deflated 17%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar (deflated 8%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.swt.gtk.linux.aarch64.source_3.125.0.v20240208-1757.jar (deflated 4%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.osgi.util.function_1.2.0.202109301733.jar (deflated 15%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.apache.commons.commons-io_2.15.1.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.osgi.service.event_1.4.1.202109301733.jar (deflated 14%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.ui.intro.source_3.7.300.v20231214-1012.jar (deflated 7%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240216-0715.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.e4.ui.bindings_0.14.300.v20231214-1513.jar (deflated 8%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.e4.ui.swt.gtk_1.2.100.v20231030-2045.jar (deflated 11%)
18:48:56 [2024-02-16T23:48:56.475Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.16.300.v20240207-1054.jar (deflated 6%)
18:48:56 [2024-02-16T23:48:56.476Z]      [exec]   adding: plugins/org.eclipse.rcp_4.31.0.v20240216-1800.jar (deflated 5%)
18:48:56 [2024-02-16T23:48:56.476Z]      [exec]   adding: plugins/org.eclipse.help.ui.source_4.6.200.v20240202-1455.jar (deflated 8%)
18:48:56 [2024-02-16T23:48:56.476Z]      [exec]   adding: plugins/org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar (deflated 8%)
18:48:56 [2024-02-16T23:48:56.476Z]      [exec]   adding: plugins/org.eclipse.e4.ui.bindings.source_0.14.300.v20231214-1513.jar (deflated 8%)
18:48:56 [2024-02-16T23:48:56.476Z]      [exec]   adding: plugins/org.eclipse.ui.intro.universal.source_3.5.300.v20240122-1701.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.476Z]      [exec]   adding: plugins/org.eclipse.core.databinding.observable_1.13.200.v20240104-1240.jar (deflated 12%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.osgi_3.19.0.v20240213-1246.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.e4.ui.workbench_1.15.300.v20240124-0948.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.ui.cheatsheets_3.8.300.v20240202-1455.jar (deflated 12%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.ui.console.source_3.14.0.v20240129-1403.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.text.source_3.14.0.v20240207-1054.jar (deflated 7%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.linux.ppc64le_1.4.200.v20220812-1420.jar (deflated 6%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.e4.emf.xpath_0.4.200.v20231214-1513.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar (deflated 8%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar (deflated 6%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.apache.felix.gogo.shell_1.1.4.jar (deflated 7%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.ecf_3.11.0.v20230507-1923.jar (deflated 12%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.osgi.util.source_3.7.300.v20231104-1118.jar (deflated 5%)
18:48:56 [2024-02-16T23:48:56.731Z]      [exec]   adding: plugins/org.eclipse.ui.workbench.texteditor_3.17.300.v20240207-1054.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.987Z]      [exec]   adding: plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar (deflated 5%)
18:48:56 [2024-02-16T23:48:56.987Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.publisher.eclipse.source_1.6.0.v20240204-1634.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.987Z]      [exec]   adding: plugins/org.eclipse.core.variables.source_3.6.300.v20231214-1012.jar (deflated 11%)
18:48:56 [2024-02-16T23:48:56.987Z]      [exec]   adding: plugins/org.eclipse.ui.navigator.source_3.12.300.v20240205-1417.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.987Z]      [exec]   adding: plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar (deflated 10%)
18:48:56 [2024-02-16T23:48:56.987Z]      [exec]   adding: plugins/org.apache.lucene.analysis-common_9.9.2.v20240130-0800.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126.jar (deflated 9%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar (deflated 7%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/ (stored 0%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.rcp_root_4.31.0.v20240216-1800 (deflated 0%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.win32.win32.x86_64_1.1.2200.v20240129-1343 (deflated 0%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2400.v20240213-1244 (deflated 0%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64_1.1.2200.v20240129-1343 (deflated 3%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.gtk.linux.x86_64_1.1.2200.v20240129-1343 (deflated 1%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.win32.win32.x86_64_4.31.0.I20240216-1800 (deflated 0%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2400.v20240213-1244 (deflated 2%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2400.v20240213-1244 (deflated 4%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.cocoa.macosx.aarch64_4.31.0.I20240216-1800 (deflated 0%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.gtk.linux.ppc64le_3.8.2400.v20240213-1244 (deflated 2%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2400.v20240213-1244 (deflated 2%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.gtk.linux.x86_64_4.31.0.I20240216-1800 (deflated 1%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2400.v20240213-1244 (deflated 3%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.31.0.I20240216-1800 (deflated 0%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.gtk.linux.aarch64_1.1.2200.v20240129-1343 (deflated 2%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.gtk.linux.ppc64le_4.31.0.I20240216-1800 (deflated 2%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.platform_root_4.31.0.v20240216-1800 (deflated 32%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.platform.ide.executable.gtk.linux.aarch64_4.31.0.I20240216-1800 (deflated 2%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.gtk.linux.ppc64le_1.1.2200.v20240129-1343 (deflated 2%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: binary/org.eclipse.rcp.configuration_root.cocoa.macosx.aarch64_1.1.2200.v20240129-1343 (deflated 3%)
18:48:56 [2024-02-16T23:48:56.988Z]      [exec]   adding: features/ (stored 0%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.platform.source_4.31.0.v20240216-1800.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.e4.rcp_4.31.0.v20240215-1631.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.equinox.p2.extras.feature_1.4.2300.v20240216-0715.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.equinox.p2.core.feature_1.7.100.v20240216-0715.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.e4.rcp.source_4.31.0.v20240215-1631.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.equinox.p2.rcp.feature_1.4.2300.v20240216-0715.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.rcp.configuration_1.1.2200.v20240129-1343.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.rcp_4.31.0.v20240216-1800.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.equinox.p2.core.feature.source_1.7.100.v20240216-0715.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.702.v20231114-1017.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.ecf.filetransfer.httpclientjava.feature_2.0.200.v20231114-1017.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.emf.common_2.31.0.v20231210-0956.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar (deflated 1%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.help.source_2.3.1700.v20240216-1800.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.equinox.p2.user.ui_2.4.2300.v20240216-0715.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.equinox.p2.rcp.feature.source_1.4.2300.v20240216-0715.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.equinox.p2.user.ui.source_2.4.2300.v20240216-0715.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.platform_4.31.0.v20240216-1800.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.emf.ecore_2.37.0.v20240203-0859.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.ecf.core.feature_1.6.2.v20231021-2127.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.402.v20231021-2127.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.help_2.3.1700.v20240216-1800.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.equinox.p2.extras.feature.source_1.4.2300.v20240216-0715.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.rcp.source_4.31.0.v20240216-1800.jar (deflated 3%)
18:48:56 [2024-02-16T23:48:56.989Z]      [exec]   adding: features/org.eclipse.ecf.filetransfer.feature_3.14.1900.v20230715-1945.jar (deflated 2%)
18:48:56 [2024-02-16T23:48:56.990Z]   [antcall] Exiting /home/jenkins/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/repos/platformrepo.xml.
18:48:56 [2024-02-16T23:48:56.990Z]   [antcall] Exiting /home/jenkins/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/repos/platformrepo.xml.
18:48:56 [2024-02-16T23:48:56.990Z]       [ant] Exiting /home/jenkins/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/repos/platformrepo.xml.
18:48:56 [2024-02-16T23:48:56.990Z] BUILD SUCCESSFUL
18:48:56 [2024-02-16T23:48:56.990Z] 
18:48:56 [2024-02-16T23:48:56.990Z] BUILD SUCCESSFUL
18:48:56 [2024-02-16T23:48:56.990Z] Total time: 23 seconds
18:48:57 [2024-02-16T23:48:57.245Z] + popd
18:48:57 [2024-02-16T23:48:57.245Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:57 [2024-02-16T23:48:57.245Z] + set +x
18:48:57 [2024-02-16T23:48:57.245Z] ~/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 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:57 [2024-02-16T23:48:57.245Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:57 [2024-02-16T23:48:57.246Z] ~/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:48:57 [2024-02-16T23:48:57.807Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:48:57 [2024-02-16T23:48:57.808Z] ~/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:48:58 [2024-02-16T23:48:58.369Z]   adding: eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/artifactcomparison/ (stored 0%)
18:48:58 [2024-02-16T23:48:58.369Z]   adding: eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/artifactcomparison/no-classifier/ (stored 0%)
18:48:58 [2024-02-16T23:48:58.369Z]   adding: eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/artifactcomparison/no-classifier/baseline-org.eclipse.jdt.doc.isv-3.14.2300.v20240114-1915.jar (deflated 7%)
18:48:58 [2024-02-16T23:48:58.626Z]   adding: eclipse.platform.common/bundles/org.eclipse.jdt.doc.isv/target/artifactcomparison/no-classifier/build-org.eclipse.jdt.doc.isv-3.14.2300-SNAPSHOT.jar (deflated 6%)
18:48:58 [2024-02-16T23:48:58.881Z]   adding: eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/artifactcomparison/ (stored 0%)
18:48:58 [2024-02-16T23:48:58.881Z]   adding: eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/artifactcomparison/no-classifier/ (stored 0%)
18:49:00 [2024-02-16T23:49:00.767Z]   adding: eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/artifactcomparison/no-classifier/baseline-org.eclipse.platform.doc.isv-4.31.0.v20240131-1023.jar (deflated 6%)
18:49:01 [2024-02-16T23:49:01.692Z]   adding: eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/target/artifactcomparison/no-classifier/build-org.eclipse.platform.doc.isv-4.31.0-SNAPSHOT.jar (deflated 6%)
18:49:02 [2024-02-16T23:49:02.253Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:49:02 [2024-02-16T23:49:02.253Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:49:03 [2024-02-16T23:49:03.179Z] Feb 16, 2024 11:49:02 PM org.apache.aries.spifly.BaseActivator log
18:49:03 [2024-02-16T23:49:03.179Z] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
18:49:03 [2024-02-16T23:49:03.740Z] Apache Ant(TM) version 1.10.14 compiled on August 16 2023
18:49:03 [2024-02-16T23:49:03.740Z] Buildfile: /home/jenkins/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/buildScripts/eclipse_compare.xml
18:49:03 [2024-02-16T23:49:03.740Z] parsing buildfile /home/jenkins/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/buildScripts/eclipse_compare.xml with URI = 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.tychoeclipsebuilder/eclipse/buildScripts/eclipse_compare.xml
18:49:03 [2024-02-16T23:49:03.740Z] Project base dir set 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.releng.tychoeclipsebuilder/eclipse/buildScripts
18:49:03 [2024-02-16T23:49:03.740Z] WARNING: A terminally deprecated method in java.lang.System has been called
18:49:03 [2024-02-16T23:49:03.741Z] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/42/0/.cp/lib/antsupportlib.jar)
18:49:03 [2024-02-16T23:49:03.741Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
18:49:03 [2024-02-16T23:49:03.741Z] WARNING: System::setSecurityManager will be removed in a future release
18:49:03 [2024-02-16T23:49:03.741Z] Build sequence for target(s) `compare' is [init, checkAvailability, compare]
18:49:03 [2024-02-16T23:49:03.741Z] Complete build sequence is [init, checkAvailability, compare, ]
18:49:03 [2024-02-16T23:49:03.741Z] 
18:49:03 [2024-02-16T23:49:03.741Z] init:
18:49:03 [2024-02-16T23:49:03.996Z] parsing buildfile jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
18:49:03 [2024-02-16T23:49:03.997Z] [available] Found: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/mavenproperties.properties
18:49:03 [2024-02-16T23:49:03.997Z] 
18:49:03 [2024-02-16T23:49:03.997Z] checkAvailability:
18:49:03 [2024-02-16T23:49:03.997Z] Skipped because property 'propertyFileAvailable' set.
18:49:03 [2024-02-16T23:49:03.997Z] 
18:49:03 [2024-02-16T23:49:03.997Z] compare:
18:49:03 [2024-02-16T23:49:03.997Z]      [echo] Genererating comparator log summaries ...
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "sun.java.command"
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "java.io.tmpdir"
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "java.version"
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "java.runtime.version"
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "java.class.path"
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "java.home"
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "java.runtime.name"
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "java.library.path"
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "java.specification.name"
18:49:03 [2024-02-16T23:49:03.997Z] Override ignored for property "java.class.version"
18:49:04 [2024-02-16T23:49:04.252Z] BUILD SUCCESSFUL
18:49:04 [2024-02-16T23:49:04.252Z] 
18:49:04 [2024-02-16T23:49:04.252Z] BUILD SUCCESSFUL
18:49:04 [2024-02-16T23:49:04.252Z] Total time: 0 seconds
18:49:04 [2024-02-16T23:49:04.508Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:49:04 [2024-02-16T23:49:04.508Z] ~/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:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 32,643 bytes  received 35 bytes  65,356.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 32,535  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 27,878 bytes  received 35 bytes  55,826.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 27,771  speedup is 0.99
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 360,397 bytes  received 35 bytes  720,864.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 360,213  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 80,044 bytes  received 35 bytes  160,158.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 79,924  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 141,677 bytes  received 35 bytes  283,424.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 141,538  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] apt.jar.xml
18:49:05 [2024-02-16T23:49:05.069Z] aptext.jar.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 391,204 bytes  received 73 bytes  782,554.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 390,883  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 129,511 bytes  received 35 bytes  259,092.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 129,380  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 67,991 bytes  received 35 bytes  136,052.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 67,871  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 71,711 bytes  received 35 bytes  143,492.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 71,591  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 807,788 bytes  received 35 bytes  1,615,646.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 807,488  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 44,845 bytes  received 35 bytes  89,760.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 44,734  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 119,639 bytes  received 35 bytes  239,348.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 119,511  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 512,974 bytes  received 35 bytes  1,026,018.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 512,746  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 721,231 bytes  received 35 bytes  1,442,532.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 720,947  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] 
18:49:05 [2024-02-16T23:49:05.069Z] sent 87,625 bytes  received 35 bytes  175,320.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.069Z] total size is 87,505  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.069Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.069Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.069Z] jdtCompilerAdapter.jar.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 1,486,029 bytes  received 54 bytes  2,972,166.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 1,485,487  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 154,530 bytes  received 35 bytes  309,130.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 154,394  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 583,069 bytes  received 35 bytes  1,166,208.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 582,826  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 772,944 bytes  received 35 bytes  1,545,958.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 772,652  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 515,842 bytes  received 35 bytes  1,031,754.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 515,614  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 54,397 bytes  received 35 bytes  108,864.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 54,285  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 91,384 bytes  received 35 bytes  182,838.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 91,266  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 226,790 bytes  received 35 bytes  453,650.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 226,638  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 137,732 bytes  received 35 bytes  275,534.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 137,597  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 151,648 bytes  received 35 bytes  303,366.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 151,513  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 1,453,851 bytes  received 35 bytes  2,907,772.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 1,453,392  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 177,394 bytes  received 35 bytes  354,858.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 177,250  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 127,538 bytes  received 35 bytes  255,146.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 127,412  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 64,922 bytes  received 35 bytes  129,914.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 64,807  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 232,458 bytes  received 35 bytes  464,986.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 232,299  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 36,494 bytes  received 35 bytes  73,058.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 36,382  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 43,673 bytes  received 35 bytes  87,416.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 43,562  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.325Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.325Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.325Z] 
18:49:05 [2024-02-16T23:49:05.325Z] sent 369,153 bytes  received 35 bytes  738,376.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.325Z] total size is 368,962  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 79,505 bytes  received 35 bytes  159,080.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 79,386  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 435,133 bytes  received 35 bytes  870,336.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 434,921  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 638,890 bytes  received 35 bytes  1,277,850.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 638,630  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 139,962 bytes  received 35 bytes  279,994.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 139,827  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 3,222,471 bytes  received 35 bytes  6,445,012.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 3,221,579  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 28,696 bytes  received 35 bytes  57,462.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 28,585  speedup is 0.99
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 418,714 bytes  received 35 bytes  837,498.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 418,515  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 309,310 bytes  received 35 bytes  618,690.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 309,131  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] lib_apitooling-ant.jar.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 476,703 bytes  received 54 bytes  953,514.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 476,407  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 172,595 bytes  received 35 bytes  345,260.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 172,451  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] lib_pdebuild-ant.jar.xml
18:49:05 [2024-02-16T23:49:05.583Z] pdebuild.jar.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 256,899 bytes  received 54 bytes  513,906.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 256,660  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] test.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.583Z] sent 339,484 bytes  received 54 bytes  679,076.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.583Z] total size is 339,246  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.583Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.583Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.583Z] 
18:49:05 [2024-02-16T23:49:05.584Z] sent 111,810 bytes  received 35 bytes  223,690.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.584Z] total size is 111,682  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.584Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.584Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.584Z] 
18:49:05 [2024-02-16T23:49:05.584Z] sent 80,987 bytes  received 35 bytes  162,044.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.584Z] total size is 80,867  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.584Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.584Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.584Z] 
18:49:05 [2024-02-16T23:49:05.584Z] sent 219,467 bytes  received 35 bytes  439,004.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.584Z] total size is 219,312  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.584Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.584Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.584Z] 
18:49:05 [2024-02-16T23:49:05.584Z] sent 86,091 bytes  received 35 bytes  172,252.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.584Z] total size is 85,973  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.584Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.584Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.584Z] 
18:49:05 [2024-02-16T23:49:05.584Z] sent 70,448 bytes  received 35 bytes  140,966.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.584Z] total size is 70,328  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 192,686 bytes  received 35 bytes  385,442.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 192,542  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 719,443 bytes  received 35 bytes  1,438,956.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 719,172  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 93,206 bytes  received 35 bytes  186,482.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 93,086  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 83,429 bytes  received 35 bytes  166,928.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 83,309  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 49,718 bytes  received 35 bytes  99,506.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 49,606  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 188,534 bytes  received 35 bytes  377,138.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 188,390  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 74,908 bytes  received 35 bytes  149,886.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 74,788  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 79,120 bytes  received 35 bytes  158,310.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 79,001  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 149,494 bytes  received 35 bytes  299,058.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 149,355  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 178,404 bytes  received 35 bytes  356,878.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 178,260  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 159,574 bytes  received 35 bytes  319,218.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 159,435  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 351,543 bytes  received 35 bytes  703,156.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 351,360  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 149,313 bytes  received 35 bytes  298,696.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 149,174  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] ant_tasks_pde-ant.jar.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 885,232 bytes  received 54 bytes  1,770,572.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 884,843  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 157,253 bytes  received 35 bytes  314,576.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 157,118  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:05 [2024-02-16T23:49:05.840Z] 
18:49:05 [2024-02-16T23:49:05.840Z] sent 191,693 bytes  received 35 bytes  383,456.00 bytes/sec
18:49:05 [2024-02-16T23:49:05.840Z] total size is 191,549  speedup is 1.00
18:49:05 [2024-02-16T23:49:05.840Z] sending incremental file list
18:49:05 [2024-02-16T23:49:05.840Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 151,430 bytes  received 35 bytes  302,930.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 151,294  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 74,613 bytes  received 35 bytes  149,296.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 74,493  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 114,886 bytes  received 35 bytes  229,842.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 114,758  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 208,168 bytes  received 35 bytes  416,406.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 208,012  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 49,923 bytes  received 35 bytes  99,916.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 49,811  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 65,416 bytes  received 35 bytes  130,902.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 65,304  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 51,880 bytes  received 35 bytes  103,830.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 51,768  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 69,217 bytes  received 35 bytes  138,504.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 69,098  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 133,077 bytes  received 35 bytes  266,224.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 132,942  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 79,320 bytes  received 35 bytes  158,710.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 79,200  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 90,521 bytes  received 35 bytes  181,112.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 90,401  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 146,912 bytes  received 35 bytes  293,894.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 146,776  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.095Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.095Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.095Z] 
18:49:06 [2024-02-16T23:49:06.095Z] sent 211,740 bytes  received 35 bytes  141,183.33 bytes/sec
18:49:06 [2024-02-16T23:49:06.095Z] total size is 211,589  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.096Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.096Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.096Z] 
18:49:06 [2024-02-16T23:49:06.096Z] sent 299,462 bytes  received 35 bytes  598,994.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.096Z] total size is 299,282  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.096Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.096Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.096Z] 
18:49:06 [2024-02-16T23:49:06.096Z] sent 1,792,189 bytes  received 35 bytes  3,584,448.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.096Z] total size is 1,791,649  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.096Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.096Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.096Z] 
18:49:06 [2024-02-16T23:49:06.096Z] sent 151,165 bytes  received 35 bytes  302,400.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.096Z] total size is 151,029  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.096Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.096Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.096Z] 
18:49:06 [2024-02-16T23:49:06.096Z] sent 67,062 bytes  received 35 bytes  134,194.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.096Z] total size is 66,939  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.096Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.096Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.096Z] 
18:49:06 [2024-02-16T23:49:06.096Z] sent 95,335 bytes  received 35 bytes  190,740.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.096Z] total size is 95,215  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.096Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.096Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.096Z] lib_antsupportlib.jar.xml
18:49:06 [2024-02-16T23:49:06.096Z] 
18:49:06 [2024-02-16T23:49:06.096Z] sent 140,131 bytes  received 54 bytes  280,370.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.096Z] total size is 139,926  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] lib_loggers.jar.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 350,468 bytes  received 54 bytes  701,044.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 350,211  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] anttestscore.jar.xml
18:49:06 [2024-02-16T23:49:06.351Z] lib_antTestsSupport.jar.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 377,059 bytes  received 54 bytes  754,226.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 376,782  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] anttestsui.jar.xml
18:49:06 [2024-02-16T23:49:06.351Z] lib_antUITestsSupport.jar.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 490,987 bytes  received 54 bytes  982,082.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 490,678  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] lib_antrunner.jar.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 791,631 bytes  received 54 bytes  1,583,370.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 791,268  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 54,354 bytes  received 35 bytes  108,778.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 54,239  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 56,125 bytes  received 35 bytes  112,320.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 56,014  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 308,146 bytes  received 35 bytes  616,362.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 307,967  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 249,958 bytes  received 35 bytes  499,986.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 249,795  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 99,803 bytes  received 35 bytes  199,676.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 99,675  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 86,909 bytes  received 35 bytes  173,888.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 86,789  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.351Z] sent 189,171 bytes  received 35 bytes  378,412.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.351Z] total size is 189,024  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.351Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.351Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.351Z] 
18:49:06 [2024-02-16T23:49:06.352Z] sent 258,275 bytes  received 35 bytes  516,620.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.352Z] total size is 258,113  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.352Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.352Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.352Z] 
18:49:06 [2024-02-16T23:49:06.352Z] sent 87,431 bytes  received 35 bytes  174,932.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.352Z] total size is 87,312  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.352Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.352Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.352Z] 
18:49:06 [2024-02-16T23:49:06.352Z] sent 117,969 bytes  received 35 bytes  236,008.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.352Z] total size is 117,842  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.352Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.352Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.352Z] 
18:49:06 [2024-02-16T23:49:06.352Z] sent 1,375,844 bytes  received 35 bytes  2,751,758.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.352Z] total size is 1,375,410  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.352Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.352Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.352Z] 
18:49:06 [2024-02-16T23:49:06.352Z] sent 177,097 bytes  received 35 bytes  354,264.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.352Z] total size is 176,950  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.352Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.352Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.352Z] 
18:49:06 [2024-02-16T23:49:06.352Z] sent 132,161 bytes  received 35 bytes  264,392.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.352Z] total size is 132,022  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.352Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.352Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.352Z] 
18:49:06 [2024-02-16T23:49:06.352Z] sent 183,261 bytes  received 35 bytes  366,592.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.352Z] total size is 183,114  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 68,303 bytes  received 35 bytes  136,676.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.607Z] total size is 68,185  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 79,253 bytes  received 35 bytes  158,576.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.607Z] total size is 79,133  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 40,554 bytes  received 35 bytes  81,178.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.607Z] total size is 40,444  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] ant_tasks_resources-ant.jar.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 567,427 bytes  received 54 bytes  1,134,962.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.607Z] total size is 567,110  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 139,393 bytes  received 35 bytes  278,856.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.607Z] total size is 139,258  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 99,571 bytes  received 35 bytes  199,212.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.607Z] total size is 99,443  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 76,725 bytes  received 35 bytes  153,520.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.607Z] total size is 76,605  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] test.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 93,690 bytes  received 54 bytes  187,488.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.607Z] total size is 93,511  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] test.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 93,690 bytes  received 54 bytes  187,488.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.607Z] total size is 93,511  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.607Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.607Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.607Z] test.xml
18:49:06 [2024-02-16T23:49:06.607Z] 
18:49:06 [2024-02-16T23:49:06.607Z] sent 96,627 bytes  received 54 bytes  193,362.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.608Z] total size is 96,445  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.608Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.608Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.608Z] 
18:49:06 [2024-02-16T23:49:06.608Z] sent 748,382 bytes  received 35 bytes  1,496,834.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.608Z] total size is 748,098  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.608Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.608Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.608Z] 
18:49:06 [2024-02-16T23:49:06.608Z] sent 75,419 bytes  received 35 bytes  150,908.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.608Z] total size is 75,300  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.608Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.608Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.608Z] 
18:49:06 [2024-02-16T23:49:06.608Z] sent 93,507 bytes  received 35 bytes  187,084.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.608Z] total size is 93,387  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.608Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.608Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.608Z] 
18:49:06 [2024-02-16T23:49:06.608Z] sent 70,883 bytes  received 35 bytes  141,836.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.608Z] total size is 70,763  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.608Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.608Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.608Z] 
18:49:06 [2024-02-16T23:49:06.608Z] sent 63,763 bytes  received 35 bytes  127,596.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.608Z] total size is 63,651  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.608Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.608Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.608Z] 
18:49:06 [2024-02-16T23:49:06.608Z] sent 186,074 bytes  received 35 bytes  372,218.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.608Z] total size is 185,931  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.608Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.608Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.608Z] 
18:49:06 [2024-02-16T23:49:06.608Z] sent 54,732 bytes  received 35 bytes  109,534.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.608Z] total size is 54,620  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.608Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.608Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.608Z] 
18:49:06 [2024-02-16T23:49:06.608Z] sent 30,650 bytes  received 35 bytes  61,370.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.608Z] total size is 30,542  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.608Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.608Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 36,710 bytes  received 35 bytes  73,490.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 36,599  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 28,613 bytes  received 35 bytes  57,296.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 28,505  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 57,044 bytes  received 35 bytes  114,158.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 56,932  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 78,761 bytes  received 35 bytes  157,592.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 78,643  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 40,472 bytes  received 35 bytes  81,014.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 40,360  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 67,227 bytes  received 35 bytes  134,524.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 67,104  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 90,363 bytes  received 35 bytes  180,796.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 90,243  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 255,880 bytes  received 35 bytes  511,830.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 255,721  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 250,452 bytes  received 35 bytes  500,974.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 250,288  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 251,770 bytes  received 35 bytes  503,610.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 251,607  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 69,064 bytes  received 35 bytes  138,198.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 68,944  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 86,026 bytes  received 35 bytes  172,122.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 85,906  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 370,365 bytes  received 35 bytes  740,800.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 370,173  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 35,978 bytes  received 35 bytes  72,026.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 35,866  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 42,065 bytes  received 35 bytes  84,200.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 41,950  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 55,868 bytes  received 35 bytes  111,806.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 55,758  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 68,142 bytes  received 35 bytes  136,354.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 68,022  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.863Z] sent 102,909 bytes  received 35 bytes  205,888.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.863Z] total size is 102,781  speedup is 1.00
18:49:06 [2024-02-16T23:49:06.863Z] sending incremental file list
18:49:06 [2024-02-16T23:49:06.863Z] @dot.xml
18:49:06 [2024-02-16T23:49:06.863Z] 
18:49:06 [2024-02-16T23:49:06.864Z] sent 316,149 bytes  received 35 bytes  632,368.00 bytes/sec
18:49:06 [2024-02-16T23:49:06.864Z] total size is 315,970  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 75,579 bytes  received 35 bytes  151,228.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 75,459  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 669,576 bytes  received 35 bytes  1,339,222.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 669,308  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 83,554 bytes  received 35 bytes  167,178.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 83,431  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] test.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 203,828 bytes  received 54 bytes  407,764.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 203,625  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 80,443 bytes  received 35 bytes  160,956.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 80,323  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 230,069 bytes  received 35 bytes  460,208.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 229,910  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 129,781 bytes  received 35 bytes  259,632.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 129,650  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 43,618 bytes  received 35 bytes  87,306.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 43,508  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] test.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 72,835 bytes  received 54 bytes  145,778.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 72,653  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 125,327 bytes  received 35 bytes  250,724.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 125,200  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] ant_tasks_helpbase-ant.jar.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 301,101 bytes  received 54 bytes  602,310.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 300,849  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 241,372 bytes  received 35 bytes  482,814.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 241,213  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 171,220 bytes  received 35 bytes  342,510.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 171,076  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 172,879 bytes  received 35 bytes  345,828.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 172,735  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 53,821 bytes  received 35 bytes  107,712.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 53,706  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 90,634 bytes  received 35 bytes  181,338.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 90,516  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.119Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.119Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.119Z] 
18:49:07 [2024-02-16T23:49:07.119Z] sent 46,999 bytes  received 35 bytes  94,068.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.119Z] total size is 46,889  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.374Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.374Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.374Z] 
18:49:07 [2024-02-16T23:49:07.374Z] sent 88,954 bytes  received 35 bytes  177,978.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.374Z] total size is 88,836  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.374Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.374Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.374Z] 
18:49:07 [2024-02-16T23:49:07.374Z] sent 57,557 bytes  received 35 bytes  115,184.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.374Z] total size is 57,442  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.374Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.374Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.374Z] 
18:49:07 [2024-02-16T23:49:07.374Z] sent 105,259 bytes  received 35 bytes  210,588.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.374Z] total size is 105,131  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.374Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.374Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.374Z] 
18:49:07 [2024-02-16T23:49:07.374Z] sent 379,314 bytes  received 35 bytes  758,698.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 379,119  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 254,747 bytes  received 35 bytes  509,564.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 254,587  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 69,918 bytes  received 35 bytes  139,906.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 69,795  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 100,308 bytes  received 35 bytes  200,686.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 100,181  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 199,739 bytes  received 35 bytes  399,548.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 199,584  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 41,003 bytes  received 35 bytes  82,076.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 40,893  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 158,477 bytes  received 35 bytes  317,024.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 158,342  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 44,666 bytes  received 35 bytes  89,402.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 44,554  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 40,551 bytes  received 35 bytes  81,172.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 40,439  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 109,864 bytes  received 35 bytes  219,798.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 109,736  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] test.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 382,043 bytes  received 54 bytes  764,194.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 381,797  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 831,088 bytes  received 35 bytes  1,662,246.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 830,780  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 829,752 bytes  received 35 bytes  1,659,574.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 829,444  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 649,380 bytes  received 35 bytes  1,298,830.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 649,120  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.375Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.375Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.375Z] 
18:49:07 [2024-02-16T23:49:07.375Z] sent 649,379 bytes  received 35 bytes  1,298,828.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.375Z] total size is 649,120  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.630Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.630Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.630Z] 
18:49:07 [2024-02-16T23:49:07.630Z] sent 648,338 bytes  received 35 bytes  1,296,746.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.630Z] total size is 648,078  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.630Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.630Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.630Z] 
18:49:07 [2024-02-16T23:49:07.630Z] sent 894,605 bytes  received 35 bytes  1,789,280.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.630Z] total size is 894,281  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.630Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.630Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.630Z] 
18:49:07 [2024-02-16T23:49:07.630Z] sent 71,424 bytes  received 35 bytes  142,918.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.630Z] total size is 71,305  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.630Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.630Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.630Z] 
18:49:07 [2024-02-16T23:49:07.630Z] sent 139,677 bytes  received 35 bytes  279,424.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.630Z] total size is 139,542  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.630Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.630Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.630Z] 
18:49:07 [2024-02-16T23:49:07.630Z] sent 70,253 bytes  received 35 bytes  140,576.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.630Z] total size is 70,133  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.630Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.630Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.630Z] 
18:49:07 [2024-02-16T23:49:07.630Z] sent 70,622 bytes  received 35 bytes  141,314.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.630Z] total size is 70,502  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.630Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.630Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.630Z] 
18:49:07 [2024-02-16T23:49:07.630Z] sent 82,443 bytes  received 35 bytes  164,956.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.630Z] total size is 82,323  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.630Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.630Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.630Z] 
18:49:07 [2024-02-16T23:49:07.630Z] sent 70,660 bytes  received 35 bytes  141,390.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 70,540  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 237,393 bytes  received 35 bytes  474,856.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 237,230  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 602,997 bytes  received 35 bytes  1,206,064.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 602,746  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 232,237 bytes  received 35 bytes  464,544.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 232,073  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 126,298 bytes  received 35 bytes  252,666.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 126,170  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 81,007 bytes  received 35 bytes  162,084.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 80,887  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 208,145 bytes  received 35 bytes  416,360.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 207,993  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 106,901 bytes  received 35 bytes  213,872.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 106,773  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 214,627 bytes  received 35 bytes  429,324.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 214,475  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 99,169 bytes  received 35 bytes  198,408.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 99,041  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.631Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.631Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.631Z] 
18:49:07 [2024-02-16T23:49:07.631Z] sent 42,726 bytes  received 35 bytes  85,522.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.631Z] total size is 42,616  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 68,094 bytes  received 35 bytes  136,258.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 67,974  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 50,899 bytes  received 35 bytes  101,868.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 50,787  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 240,027 bytes  received 35 bytes  480,124.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 239,864  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 50,762 bytes  received 35 bytes  101,594.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 50,652  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 181,837 bytes  received 35 bytes  363,744.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 181,690  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 34,914 bytes  received 35 bytes  69,898.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 34,799  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 60,335 bytes  received 35 bytes  120,740.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 60,223  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 43,437 bytes  received 35 bytes  86,944.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 43,325  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 289,739 bytes  received 35 bytes  579,548.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 289,568  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 150,219 bytes  received 35 bytes  300,508.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 150,083  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 45,947 bytes  received 35 bytes  91,964.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 45,835  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 44,918 bytes  received 35 bytes  89,906.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 44,806  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 44,226 bytes  received 35 bytes  88,522.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 44,114  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 25,772 bytes  received 35 bytes  51,614.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 25,664  speedup is 0.99
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 101,027 bytes  received 35 bytes  202,124.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 100,899  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 113,564 bytes  received 35 bytes  227,198.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 113,438  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 130,333 bytes  received 35 bytes  260,736.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 130,205  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.886Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.886Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.886Z] 
18:49:07 [2024-02-16T23:49:07.886Z] sent 120,284 bytes  received 35 bytes  240,638.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.886Z] total size is 120,153  speedup is 1.00
18:49:07 [2024-02-16T23:49:07.887Z] sending incremental file list
18:49:07 [2024-02-16T23:49:07.887Z] @dot.xml
18:49:07 [2024-02-16T23:49:07.887Z] 
18:49:07 [2024-02-16T23:49:07.887Z] sent 177,012 bytes  received 35 bytes  354,094.00 bytes/sec
18:49:07 [2024-02-16T23:49:07.887Z] total size is 176,868  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.141Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.141Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.141Z] 
18:49:08 [2024-02-16T23:49:08.141Z] sent 45,470 bytes  received 35 bytes  91,010.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.141Z] total size is 45,355  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.141Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.141Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.141Z] 
18:49:08 [2024-02-16T23:49:08.141Z] sent 278,100 bytes  received 35 bytes  556,270.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.141Z] total size is 277,932  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.141Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.141Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.141Z] 
18:49:08 [2024-02-16T23:49:08.141Z] sent 48,596 bytes  received 35 bytes  97,262.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.141Z] total size is 48,484  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 581,332 bytes  received 35 bytes  1,162,734.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 581,088  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 619,409 bytes  received 35 bytes  1,238,888.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 619,162  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 253,142 bytes  received 35 bytes  506,354.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 252,979  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 282,076 bytes  received 35 bytes  564,222.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 281,909  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 66,040 bytes  received 35 bytes  132,150.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 65,920  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 249,334 bytes  received 35 bytes  498,738.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 249,175  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 211,387 bytes  received 35 bytes  422,844.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 211,235  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 244,180 bytes  received 35 bytes  488,430.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 244,021  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 134,916 bytes  received 35 bytes  269,902.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 134,777  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 65,782 bytes  received 35 bytes  131,634.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 65,662  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 303,110 bytes  received 35 bytes  606,290.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 302,936  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 194,854 bytes  received 35 bytes  389,778.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 194,710  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 150,775 bytes  received 35 bytes  301,620.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 150,639  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.142Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.142Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.142Z] 
18:49:08 [2024-02-16T23:49:08.142Z] sent 109,594 bytes  received 35 bytes  219,258.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.142Z] total size is 109,466  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.397Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.397Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.397Z] 
18:49:08 [2024-02-16T23:49:08.397Z] sent 869,649 bytes  received 35 bytes  1,739,368.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.397Z] total size is 869,335  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.397Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.397Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.397Z] 
18:49:08 [2024-02-16T23:49:08.397Z] sent 90,013 bytes  received 35 bytes  180,096.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.397Z] total size is 89,893  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.397Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.397Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.397Z] 
18:49:08 [2024-02-16T23:49:08.397Z] sent 162,540 bytes  received 35 bytes  325,150.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.397Z] total size is 162,402  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.397Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.397Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.397Z] 
18:49:08 [2024-02-16T23:49:08.397Z] sent 314,612 bytes  received 35 bytes  629,294.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.397Z] total size is 314,436  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.397Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.397Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.397Z] 
18:49:08 [2024-02-16T23:49:08.397Z] sent 108,648 bytes  received 35 bytes  217,366.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.397Z] total size is 108,520  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.397Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.397Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.397Z] 
18:49:08 [2024-02-16T23:49:08.397Z] sent 132,400 bytes  received 35 bytes  264,870.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.397Z] total size is 132,265  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.397Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.397Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.397Z] 
18:49:08 [2024-02-16T23:49:08.397Z] sent 112,470 bytes  received 35 bytes  225,010.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.397Z] total size is 112,342  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.397Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.397Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.397Z] 
18:49:08 [2024-02-16T23:49:08.397Z] sent 80,273 bytes  received 35 bytes  160,616.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.397Z] total size is 80,153  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.397Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.397Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.397Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 440,278 bytes  received 35 bytes  880,626.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 440,067  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.398Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.398Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.398Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 2,036,407 bytes  received 35 bytes  4,072,884.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 2,035,804  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.398Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.398Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.398Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 68,731 bytes  received 35 bytes  137,532.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 68,611  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.398Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.398Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.398Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 69,298 bytes  received 35 bytes  138,666.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 69,179  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.398Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.398Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.398Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 95,060 bytes  received 35 bytes  190,190.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 94,940  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.398Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.398Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.398Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 73,496 bytes  received 35 bytes  147,062.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 73,376  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.398Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.398Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.398Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 225,245 bytes  received 35 bytes  450,560.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 225,090  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.398Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.398Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.398Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 262,530 bytes  received 35 bytes  525,130.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 262,359  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.398Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.398Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.398Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 60,328 bytes  received 35 bytes  120,726.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 60,216  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.398Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.398Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.398Z] 
18:49:08 [2024-02-16T23:49:08.398Z] sent 47,901 bytes  received 35 bytes  95,872.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.398Z] total size is 47,791  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.653Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.653Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.653Z] 
18:49:08 [2024-02-16T23:49:08.653Z] sent 107,699 bytes  received 35 bytes  215,468.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.653Z] total size is 107,571  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.653Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.653Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 76,771 bytes  received 35 bytes  153,612.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 76,653  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 134,528 bytes  received 35 bytes  269,126.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 134,389  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 97,654 bytes  received 35 bytes  195,378.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 97,531  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 65,545 bytes  received 35 bytes  131,160.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 65,433  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 81,303 bytes  received 35 bytes  162,676.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 81,185  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 84,602 bytes  received 35 bytes  169,274.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 84,482  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 55,786 bytes  received 35 bytes  111,642.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 55,674  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 100,955 bytes  received 35 bytes  201,980.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 100,827  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 121,906 bytes  received 35 bytes  243,882.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 121,778  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 86,659 bytes  received 35 bytes  173,388.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 86,539  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 58,757 bytes  received 35 bytes  117,584.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 58,645  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 80,777 bytes  received 35 bytes  161,624.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 80,659  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 131,159 bytes  received 35 bytes  262,388.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 131,029  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 99,797 bytes  received 35 bytes  199,664.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 99,671  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 96,112 bytes  received 35 bytes  192,294.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 95,992  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 47,702 bytes  received 35 bytes  95,474.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 47,590  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.654Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.654Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.654Z] 
18:49:08 [2024-02-16T23:49:08.654Z] sent 83,788 bytes  received 35 bytes  167,646.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.654Z] total size is 83,669  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 48,089 bytes  received 35 bytes  96,248.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 47,977  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 65,125 bytes  received 35 bytes  130,320.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 65,013  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 128,395 bytes  received 35 bytes  256,860.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 128,269  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 207,623 bytes  received 35 bytes  415,316.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 207,467  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 77,444 bytes  received 35 bytes  154,958.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 77,321  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 88,754 bytes  received 35 bytes  177,578.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 88,634  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 443,522 bytes  received 35 bytes  887,114.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 443,315  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 70,250 bytes  received 35 bytes  140,570.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 70,130  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 381,874 bytes  received 35 bytes  763,818.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 381,679  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 160,213 bytes  received 35 bytes  320,496.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 160,074  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 125,159 bytes  received 35 bytes  250,388.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 125,031  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 94,691 bytes  received 35 bytes  189,452.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 94,568  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.910Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.910Z] 
18:49:08 [2024-02-16T23:49:08.910Z] sent 117,155 bytes  received 35 bytes  234,380.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.910Z] total size is 117,024  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.910Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.911Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.911Z] 
18:49:08 [2024-02-16T23:49:08.911Z] sent 64,619 bytes  received 35 bytes  129,308.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.911Z] total size is 64,507  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.911Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.911Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.911Z] 
18:49:08 [2024-02-16T23:49:08.911Z] sent 102,346 bytes  received 35 bytes  204,762.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.911Z] total size is 102,220  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.911Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.911Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.911Z] 
18:49:08 [2024-02-16T23:49:08.911Z] sent 97,734 bytes  received 35 bytes  195,538.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.911Z] total size is 97,611  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.911Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.911Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.911Z] 
18:49:08 [2024-02-16T23:49:08.911Z] sent 107,705 bytes  received 35 bytes  215,480.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.911Z] total size is 107,577  speedup is 1.00
18:49:08 [2024-02-16T23:49:08.911Z] sending incremental file list
18:49:08 [2024-02-16T23:49:08.911Z] @dot.xml
18:49:08 [2024-02-16T23:49:08.911Z] 
18:49:08 [2024-02-16T23:49:08.911Z] sent 145,894 bytes  received 35 bytes  291,858.00 bytes/sec
18:49:08 [2024-02-16T23:49:08.911Z] total size is 145,755  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.166Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.166Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.166Z] 
18:49:09 [2024-02-16T23:49:09.166Z] sent 96,114 bytes  received 35 bytes  192,298.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.166Z] total size is 95,991  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.166Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.166Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.166Z] 
18:49:09 [2024-02-16T23:49:09.166Z] sent 80,275 bytes  received 35 bytes  160,620.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.166Z] total size is 80,157  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.166Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.166Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.166Z] 
18:49:09 [2024-02-16T23:49:09.166Z] sent 86,333 bytes  received 35 bytes  172,736.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.166Z] total size is 86,213  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.166Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.166Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.166Z] 
18:49:09 [2024-02-16T23:49:09.166Z] sent 104,726 bytes  received 35 bytes  209,522.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.166Z] total size is 104,599  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.166Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.166Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.166Z] 
18:49:09 [2024-02-16T23:49:09.166Z] sent 110,569 bytes  received 35 bytes  221,208.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.166Z] total size is 110,441  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.166Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.166Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.166Z] 
18:49:09 [2024-02-16T23:49:09.166Z] sent 251,370 bytes  received 35 bytes  502,810.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.166Z] total size is 251,207  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.166Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.166Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.166Z] 
18:49:09 [2024-02-16T23:49:09.166Z] sent 167,447 bytes  received 35 bytes  334,964.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.166Z] total size is 167,300  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.166Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.166Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.166Z] 
18:49:09 [2024-02-16T23:49:09.166Z] sent 91,380 bytes  received 35 bytes  182,830.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 91,257  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 122,683 bytes  received 35 bytes  245,436.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 122,556  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 236,180 bytes  received 35 bytes  472,430.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 236,020  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 1,077,910 bytes  received 35 bytes  2,155,890.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 1,077,546  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 101,483 bytes  received 35 bytes  203,036.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 101,357  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 230,019 bytes  received 35 bytes  460,108.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 229,860  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 46,178 bytes  received 35 bytes  92,426.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 46,068  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 54,051 bytes  received 35 bytes  108,172.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 53,939  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 36,852 bytes  received 35 bytes  73,774.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 36,740  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 60,091 bytes  received 35 bytes  120,252.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 59,980  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 162,762 bytes  received 35 bytes  325,594.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 162,626  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.167Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.167Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.167Z] 
18:49:09 [2024-02-16T23:49:09.167Z] sent 121,114 bytes  received 35 bytes  242,298.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.167Z] total size is 120,983  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.423Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.423Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.423Z] 
18:49:09 [2024-02-16T23:49:09.423Z] sent 43,411 bytes  received 35 bytes  86,892.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.423Z] total size is 43,301  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.423Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.423Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.423Z] 
18:49:09 [2024-02-16T23:49:09.423Z] sent 38,900 bytes  received 35 bytes  77,870.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.423Z] total size is 38,788  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.423Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.423Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.423Z] 
18:49:09 [2024-02-16T23:49:09.423Z] sent 45,466 bytes  received 35 bytes  91,002.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.423Z] total size is 45,354  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.423Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 60,270 bytes  received 35 bytes  120,610.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 60,158  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 84,372 bytes  received 35 bytes  168,814.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 84,252  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 37,184 bytes  received 35 bytes  74,438.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 37,074  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 103,137 bytes  received 35 bytes  206,344.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 103,009  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb1.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb10.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb11.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb12.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb13.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb14.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb15.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb16.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb17.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb1a.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb2.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb20.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb21.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb21a.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb22.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb23.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb24.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb25.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb26.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb27.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb3.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb4.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb5.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb6.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb7.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb8.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] scr_test_tb9.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 1,049,278 bytes  received 548 bytes  2,099,652.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 1,047,241  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 44,246 bytes  received 35 bytes  88,562.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 44,131  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 37,288 bytes  received 35 bytes  74,646.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 37,176  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 51,060 bytes  received 35 bytes  102,190.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 50,948  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 28,460 bytes  received 35 bytes  56,990.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 28,349  speedup is 0.99
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] bundles_bin_tb1.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] bundles_bin_tb2.jar.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 332,690 bytes  received 73 bytes  665,526.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 332,370  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 163,750 bytes  received 35 bytes  327,570.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 163,611  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 25,746 bytes  received 35 bytes  51,562.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 25,641  speedup is 0.99
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 35,109 bytes  received 35 bytes  70,288.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 34,997  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 49,620 bytes  received 35 bytes  99,310.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 49,508  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 35,774 bytes  received 35 bytes  71,618.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 35,662  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.424Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.424Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.424Z] 
18:49:09 [2024-02-16T23:49:09.424Z] sent 28,352 bytes  received 35 bytes  56,774.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.424Z] total size is 28,244  speedup is 0.99
18:49:09 [2024-02-16T23:49:09.679Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.679Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.679Z] 
18:49:09 [2024-02-16T23:49:09.679Z] sent 59,142 bytes  received 35 bytes  118,354.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.679Z] total size is 59,027  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.679Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 36,010 bytes  received 35 bytes  72,090.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 35,895  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 94,152 bytes  received 35 bytes  188,374.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 94,032  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 63,953 bytes  received 35 bytes  127,976.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 63,842  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 138,367 bytes  received 35 bytes  276,804.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 138,228  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 42,354 bytes  received 35 bytes  84,778.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 42,242  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 28,970 bytes  received 35 bytes  58,010.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 28,862  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 90,791 bytes  received 35 bytes  181,652.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 90,673  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 127,098 bytes  received 35 bytes  254,266.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 126,970  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 29,062 bytes  received 35 bytes  58,194.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 28,955  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 91,860 bytes  received 35 bytes  183,790.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 91,740  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 41,982 bytes  received 35 bytes  84,034.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 41,871  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 36,285 bytes  received 35 bytes  72,640.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 36,173  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 30,988 bytes  received 35 bytes  62,046.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 30,880  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 67,108 bytes  received 35 bytes  134,286.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 66,985  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 27,876 bytes  received 35 bytes  55,822.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 27,768  speedup is 0.99
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 38,472 bytes  received 35 bytes  77,014.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 38,360  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 68,152 bytes  received 35 bytes  136,374.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 68,032  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.680Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.680Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.680Z] 
18:49:09 [2024-02-16T23:49:09.680Z] sent 95,025 bytes  received 35 bytes  190,120.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.680Z] total size is 94,906  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.935Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.935Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.935Z] 
18:49:09 [2024-02-16T23:49:09.935Z] sent 45,359 bytes  received 35 bytes  90,788.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.935Z] total size is 45,247  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.935Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.935Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.935Z] bundle_tests_activator.error1.jar.xml
18:49:09 [2024-02-16T23:49:09.935Z] bundle_tests_activator.error2.jar.xml
18:49:09 [2024-02-16T23:49:09.935Z] bundle_tests_activator.error3.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_activator.hooks.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_buddy.dependent.a.test1.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_buddy.dependent.a.test2.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_buddy.registered.a.test1.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_buddy.registered.a.test2.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_chain.test.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_chain.test.b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_chain.test.c.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_chain.test.d.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_chain.test.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_circularity.test.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_circularity.test.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_classloader.hooks.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_client1.multiple.exports.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_client2.multiple.exports.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_exporter.importer1.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_exporter.importer2.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_exporter.importer3.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_ext.extclasspath.a.importer.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_ext.extclasspath.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_ext.framework.a.importer.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_ext.framework.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_ext.framework.a.requires.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_ext.framework.b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_frag.multiple.exports.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_fragment.test.attach.frag.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_fragment.test.attach.frag.b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_fragment.test.attach.host.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_fragment.test.attach.host.a.v2.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_geturl.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_host.multiple.exports.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_legacy.lazystart.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_legacy.lazystart.b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_legacy.lazystart.c.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_legacy.lazystart.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_mrBundleInputBase.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_nativetest.a1.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_nativetest.a2.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_nativetest.b1.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_nativetest.b2.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_nativetest.c.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_nativetest.d.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_nativetest.e.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_osgi.lazystart.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_osgi.lazystart.b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_osgi.lazystart.c.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_osgi.lazystart.d.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_osgi.lazystart.e.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_osgi.lazystart.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_security.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_security.b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_storage.hooks.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.a.frag.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.b.frag.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.e.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.f.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.i.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.j.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.k.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.l.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.m.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_substitutes.n.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug235958.x.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug235958.y.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug259903.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug259903.b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug259903.c.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug287750.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug306181a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug306181b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug375784.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug412228.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug438904.frag.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug438904.host.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug471551.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug490902.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.bug490902.b.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.dynamic.privateimport.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.dynamicimport.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.filter.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.link.a.client.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.link.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.logging.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.manifestpackage.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.protocol.handler.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.protocol.handler.user.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.tccl.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.uninstall.start1.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_test.uninstall.start2.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_thread.locktest.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_wrapper.hooks.a.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_xfriends.test1.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_xfriends.test2.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] bundle_tests_xfriends.test3.jar.xml
18:49:09 [2024-02-16T23:49:09.936Z] 
18:49:09 [2024-02-16T23:49:09.936Z] sent 11,967,934 bytes  received 1,935 bytes  23,939,738.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.936Z] total size is 11,958,234  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.936Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.936Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.936Z] 
18:49:09 [2024-02-16T23:49:09.936Z] sent 87,873 bytes  received 35 bytes  175,816.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.936Z] total size is 87,755  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.936Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.936Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.936Z] 
18:49:09 [2024-02-16T23:49:09.936Z] sent 661,259 bytes  received 35 bytes  1,322,588.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.936Z] total size is 660,991  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.936Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.936Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.936Z] 
18:49:09 [2024-02-16T23:49:09.936Z] sent 44,610 bytes  received 35 bytes  89,290.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.936Z] total size is 44,498  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.936Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.936Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.936Z] 
18:49:09 [2024-02-16T23:49:09.937Z] sent 86,206 bytes  received 35 bytes  172,482.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.937Z] total size is 86,086  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.937Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.937Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.937Z] 
18:49:09 [2024-02-16T23:49:09.937Z] sent 39,793 bytes  received 35 bytes  79,656.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.937Z] total size is 39,683  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.937Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.937Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.937Z] 
18:49:09 [2024-02-16T23:49:09.937Z] sent 95,501 bytes  received 35 bytes  191,072.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.937Z] total size is 95,382  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.937Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.937Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.937Z] 
18:49:09 [2024-02-16T23:49:09.937Z] sent 31,657 bytes  received 35 bytes  63,384.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.937Z] total size is 31,550  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.937Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.937Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.937Z] 
18:49:09 [2024-02-16T23:49:09.937Z] sent 71,343 bytes  received 35 bytes  142,756.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.937Z] total size is 71,220  speedup is 1.00
18:49:09 [2024-02-16T23:49:09.937Z] sending incremental file list
18:49:09 [2024-02-16T23:49:09.937Z] @dot.xml
18:49:09 [2024-02-16T23:49:09.937Z] ant_tasks_director-ant.jar.xml
18:49:09 [2024-02-16T23:49:09.937Z] 
18:49:09 [2024-02-16T23:49:09.937Z] sent 97,620 bytes  received 54 bytes  195,348.00 bytes/sec
18:49:09 [2024-02-16T23:49:09.937Z] total size is 97,410  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 66,999 bytes  received 35 bytes  134,068.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 66,880  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 41,237 bytes  received 35 bytes  82,544.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 41,127  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 67,128 bytes  received 35 bytes  134,326.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 67,009  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 61,924 bytes  received 35 bytes  123,918.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 61,812  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 131,425 bytes  received 35 bytes  262,920.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 131,289  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 43,549 bytes  received 35 bytes  87,168.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 43,437  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 40,250 bytes  received 35 bytes  80,570.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 40,138  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 67,357 bytes  received 35 bytes  134,784.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 67,237  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] lib_jarprocessor-ant.jar.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 73,699 bytes  received 54 bytes  147,506.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 73,501  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] ant_tasks_metadataRepository-ant.jar.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 101,813 bytes  received 54 bytes  203,734.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 101,591  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 239,422 bytes  received 35 bytes  478,914.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 239,259  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 62,178 bytes  received 35 bytes  124,426.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 62,067  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] ant_tasks_pdepublishing-ant.jar.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 176,159 bytes  received 54 bytes  352,426.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 175,937  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 84,988 bytes  received 35 bytes  170,046.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 84,868  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.192Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.192Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.192Z] 
18:49:10 [2024-02-16T23:49:10.192Z] sent 41,858 bytes  received 35 bytes  83,786.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.192Z] total size is 41,746  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.193Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.193Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.193Z] lib_repository-tools-ant.jar.xml
18:49:10 [2024-02-16T23:49:10.193Z] 
18:49:10 [2024-02-16T23:49:10.193Z] sent 196,146 bytes  received 54 bytes  392,400.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.193Z] total size is 195,916  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.193Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.193Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.193Z] 
18:49:10 [2024-02-16T23:49:10.193Z] sent 121,509 bytes  received 35 bytes  243,088.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.193Z] total size is 121,381  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.193Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.193Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.193Z] 
18:49:10 [2024-02-16T23:49:10.193Z] sent 105,538 bytes  received 35 bytes  211,146.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.193Z] total size is 105,411  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.193Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.193Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.193Z] 
18:49:10 [2024-02-16T23:49:10.193Z] sent 185,586 bytes  received 35 bytes  371,242.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.193Z] total size is 185,439  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] test.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 144,115 bytes  received 54 bytes  288,338.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 143,920  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 992,480 bytes  received 35 bytes  1,985,030.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 992,134  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 104,000 bytes  received 35 bytes  208,070.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 103,869  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 65,363 bytes  received 35 bytes  130,796.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 65,248  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 46,965 bytes  received 35 bytes  94,000.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 46,855  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 72,946 bytes  received 35 bytes  145,962.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 72,826  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 110,418 bytes  received 35 bytes  220,906.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 110,291  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 125,309 bytes  received 35 bytes  250,688.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 125,181  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 107,477 bytes  received 35 bytes  215,024.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 107,346  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 103,893 bytes  received 35 bytes  207,856.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 103,765  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 95,324 bytes  received 35 bytes  190,718.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 95,204  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 294,735 bytes  received 35 bytes  589,540.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 294,563  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 33,528 bytes  received 35 bytes  67,126.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 33,416  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 64,482 bytes  received 35 bytes  129,034.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 64,370  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 33,107 bytes  received 35 bytes  66,284.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 32,997  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 54,139 bytes  received 35 bytes  108,348.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 54,024  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 109,956 bytes  received 35 bytes  219,982.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 109,825  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 90,001 bytes  received 35 bytes  180,072.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 89,883  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.448Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.448Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.448Z] 
18:49:10 [2024-02-16T23:49:10.448Z] sent 122,575 bytes  received 35 bytes  245,220.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.448Z] total size is 122,447  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.703Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.703Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.703Z] 
18:49:10 [2024-02-16T23:49:10.703Z] sent 96,753 bytes  received 35 bytes  193,576.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.703Z] total size is 96,630  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.703Z] sending incremental file list
18:49:10 [2024-02-16T23:49:10.703Z] @dot.xml
18:49:10 [2024-02-16T23:49:10.703Z] 
18:49:10 [2024-02-16T23:49:10.703Z] sent 97,354 bytes  received 35 bytes  194,778.00 bytes/sec
18:49:10 [2024-02-16T23:49:10.703Z] total size is 97,234  speedup is 1.00
18:49:10 [2024-02-16T23:49:10.703Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:49:10 [2024-02-16T23:49:10.704Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
18:49:11 [2024-02-16T23:49:11.629Z] Feb 16, 2024 11:49:11 PM org.apache.aries.spifly.BaseActivator log
18:49:11 [2024-02-16T23:49:11.629Z] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
18:49:12 [2024-02-16T23:49:12.189Z] Apache Ant(TM) version 1.10.14 compiled on August 16 2023
18:49:12 [2024-02-16T23:49:12.189Z] Buildfile: /home/jenkins/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/helper.xml
18:49:12 [2024-02-16T23:49:12.190Z] parsing buildfile /home/jenkins/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/helper.xml with URI = 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.tychoeclipsebuilder/eclipse/helper.xml
18:49:12 [2024-02-16T23:49:12.190Z] Project base dir set 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.releng.tychoeclipsebuilder/eclipse
18:49:12 [2024-02-16T23:49:12.190Z] WARNING: A terminally deprecated method in java.lang.System has been called
18:49:12 [2024-02-16T23:49:12.190Z] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/42/0/.cp/lib/antsupportlib.jar)
18:49:12 [2024-02-16T23:49:12.190Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
18:49:12 [2024-02-16T23:49:12.190Z] WARNING: System::setSecurityManager will be removed in a future release
18:49:12 [2024-02-16T23:49:12.190Z] Build sequence for target(s) `verifyCompile' is [init, verifyCompile]
18:49:12 [2024-02-16T23:49:12.190Z] Complete build sequence is [init, verifyCompile, generateEclipseIndex, noDefault, publish, ]
18:49:12 [2024-02-16T23:49:12.190Z] 
18:49:12 [2024-02-16T23:49:12.190Z] init:
18:49:12 [2024-02-16T23:49:12.191Z] parsing buildfile jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
18:49:12 [2024-02-16T23:49:12.446Z]      [echo] in helper.xml the value of job passed in (or, not) was jobNOTpassedin
18:49:12 [2024-02-16T23:49:12.446Z]  [property] Loading Environment env.
18:49:12 [2024-02-16T23:49:12.446Z] Override ignored for property "buildDirectory"
18:49:12 [2024-02-16T23:49:12.446Z]     [mkdir] Skipping /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 because it already exists.
18:49:12 [2024-02-16T23:49:12.446Z] 
18:49:12 [2024-02-16T23:49:12.446Z] verifyCompile:
18:49:12 [2024-02-16T23:49:12.446Z]      [echo] DEBUG: in helper.xml: Checking for compile errors...
18:49:17 [2024-02-16T23:49:17.688Z] BUILD SUCCESSFUL
18:49:17 [2024-02-16T23:49:17.688Z] 
18:49:17 [2024-02-16T23:49:17.688Z] BUILD SUCCESSFUL
18:49:17 [2024-02-16T23:49:17.688Z] Total time: 5 seconds
18:49:17 [2024-02-16T23:49:17.688Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.499Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/notarizeLog ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.499Z] platformAarch64.log
19:04:09 [2024-02-17T00:04:09.499Z] + BUILD_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:09 [2024-02-17T00:04:09.499Z] + shift
19:04:09 [2024-02-17T00:04:09.499Z] + DMG=eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.dmg
19:04:09 [2024-02-17T00:04:09.499Z] + shift
19:04:09 [2024-02-17T00:04:09.499Z] + pushd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:09 [2024-02-17T00:04:09.500Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.500Z] + PRIMARY_BUNDLE_ID=eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.dmg
19:04:09 [2024-02-17T00:04:09.500Z] + retryCount=3
19:04:09 [2024-02-17T00:04:09.500Z] + '[' 3 -gt 0 ']'
19:04:09 [2024-02-17T00:04:09.500Z] ++ curl -sS --write-out '\n%{http_code}' -X POST -F file=@eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize
19:04:09 [2024-02-17T00:04:09.500Z] + RAW_RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
19:04:09 [2024-02-17T00:04:09.500Z] 200'
19:04:09 [2024-02-17T00:04:09.500Z] ++ head -n-1
19:04:09 [2024-02-17T00:04:09.500Z] + RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.500Z] ++ tail -n1
19:04:09 [2024-02-17T00:04:09.500Z] + STATUS_CODE=200
19:04:09 [2024-02-17T00:04:09.500Z] + [[ 200 != \2\0\0 ]]
19:04:09 [2024-02-17T00:04:09.500Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.500Z] ++ grep -Po '"uuid"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.500Z] + UUID=9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219
19:04:09 [2024-02-17T00:04:09.500Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.500Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.500Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.500Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.500Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.500Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219/status
19:04:09 [2024-02-17T00:04:09.500Z] + RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.500Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.500Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.500Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.500Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.500Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.500Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219/status
19:04:09 [2024-02-17T00:04:09.500Z] + RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.501Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.501Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.501Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.501Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.501Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.501Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219/status
19:04:09 [2024-02-17T00:04:09.501Z] + RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.501Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.501Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.501Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.501Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.501Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.501Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219/status
19:04:09 [2024-02-17T00:04:09.501Z] + RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.501Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.501Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.501Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.501Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.501Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.501Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219/status
19:04:09 [2024-02-17T00:04:09.501Z] + RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.501Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.501Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.501Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.501Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.501Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.501Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219/status
19:04:09 [2024-02-17T00:04:09.502Z] + RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.502Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.502Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.502Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.502Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.502Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.502Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219/status
19:04:09 [2024-02-17T00:04:09.502Z] + RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.502Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.502Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.502Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.502Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.502Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.502Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219/status
19:04:09 [2024-02-17T00:04:09.505Z] + RESPONSE='{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"a35822c2-b82a-4452-b909-3adc0838b891\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg\",\n  \"uploadDate\": \"2024-02-16T23:48:29.104Z\",\n  \"sha256\": \"07745281ef04a17d3f661b1d391d8af7d886f6fe0e63c506b25647f78e75c285\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a2aafe4737dbabbb6339af8545af8e2a68cbb959\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6ee6293d4f5f01228a722e5eaa29d680b4daf9d1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.aarch64_4.31.0.I20240216-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6ee6293d4f5f01228a722e5eaa29d680b4daf9d1\",\n      \"arch\": \"arm64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:04:09 [2024-02-17T00:04:09.508Z] ++ echo '{"uuid":"9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"a35822c2-b82a-4452-b909-3adc0838b891\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg\",\n  \"uploadDate\": \"2024-02-16T23:48:29.104Z\",\n  \"sha256\": \"07745281ef04a17d3f661b1d391d8af7d886f6fe0e63c506b25647f78e75c285\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a2aafe4737dbabbb6339af8545af8e2a68cbb959\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6ee6293d4f5f01228a722e5eaa29d680b4daf9d1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.aarch64_4.31.0.I20240216-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-aarch64-5631137972171198070.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6ee6293d4f5f01228a722e5eaa29d680b4daf9d1\",\n      \"arch\": \"arm64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:04:09 [2024-02-17T00:04:09.509Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.509Z] + STATUS=COMPLETE
19:04:09 [2024-02-17T00:04:09.509Z] + [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.509Z] + [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
19:04:09 [2024-02-17T00:04:09.509Z] + break
19:04:09 [2024-02-17T00:04:09.509Z] + rm eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.dmg
19:04:09 [2024-02-17T00:04:09.509Z] + curl -sSJO https://cbi.eclipse.org/macos/xcrun/9cba90c4-3a0d-4fcf-8fb7-bbfe649b7219/download
19:04:09 [2024-02-17T00:04:09.509Z] + popd
19:04:09 [2024-02-17T00:04:09.509Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.509Z] + set +x
19:04:09 [2024-02-17T00:04:09.509Z] platformX64.log
19:04:09 [2024-02-17T00:04:09.509Z] + BUILD_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:09 [2024-02-17T00:04:09.509Z] + shift
19:04:09 [2024-02-17T00:04:09.509Z] + DMG=eclipse-platform-I20240216-1800-macosx-cocoa-x86_64.dmg
19:04:09 [2024-02-17T00:04:09.509Z] + shift
19:04:09 [2024-02-17T00:04:09.509Z] + pushd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:09 [2024-02-17T00:04:09.509Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.509Z] + PRIMARY_BUNDLE_ID=eclipse-platform-I20240216-1800
19:04:09 [2024-02-17T00:04:09.509Z] + retryCount=3
19:04:09 [2024-02-17T00:04:09.509Z] + '[' 3 -gt 0 ']'
19:04:09 [2024-02-17T00:04:09.510Z] ++ curl -sS --write-out '\n%{http_code}' -X POST -F file=@eclipse-platform-I20240216-1800-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-platform-I20240216-1800", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize
19:04:09 [2024-02-17T00:04:09.510Z] + RAW_RESPONSE='{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
19:04:09 [2024-02-17T00:04:09.510Z] 200'
19:04:09 [2024-02-17T00:04:09.510Z] ++ head -n-1
19:04:09 [2024-02-17T00:04:09.510Z] + RESPONSE='{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.510Z] ++ tail -n1
19:04:09 [2024-02-17T00:04:09.510Z] + STATUS_CODE=200
19:04:09 [2024-02-17T00:04:09.510Z] + [[ 200 != \2\0\0 ]]
19:04:09 [2024-02-17T00:04:09.510Z] ++ echo '{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.510Z] ++ grep -Po '"uuid"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.510Z] + UUID=4a81fa81-6026-43df-9e4f-7e947a68d81e
19:04:09 [2024-02-17T00:04:09.510Z] ++ echo '{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.510Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.510Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.510Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.510Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.510Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/4a81fa81-6026-43df-9e4f-7e947a68d81e/status
19:04:09 [2024-02-17T00:04:09.510Z] + RESPONSE='{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.510Z] ++ echo '{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.510Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.510Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.510Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.510Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.510Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/4a81fa81-6026-43df-9e4f-7e947a68d81e/status
19:04:09 [2024-02-17T00:04:09.510Z] + RESPONSE='{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.510Z] ++ echo '{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.510Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.510Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.510Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.510Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.510Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/4a81fa81-6026-43df-9e4f-7e947a68d81e/status
19:04:09 [2024-02-17T00:04:09.510Z] + RESPONSE='{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.511Z] ++ echo '{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.511Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.511Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.511Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.511Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.511Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/4a81fa81-6026-43df-9e4f-7e947a68d81e/status
19:04:09 [2024-02-17T00:04:09.511Z] + RESPONSE='{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.511Z] ++ echo '{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.511Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.511Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.511Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.511Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.511Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/4a81fa81-6026-43df-9e4f-7e947a68d81e/status
19:04:09 [2024-02-17T00:04:09.511Z] + RESPONSE='{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.511Z] ++ echo '{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.511Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.511Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.511Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.511Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.511Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/4a81fa81-6026-43df-9e4f-7e947a68d81e/status
19:04:09 [2024-02-17T00:04:09.511Z] + RESPONSE='{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.511Z] ++ echo '{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.511Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.511Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.511Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.511Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.511Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/4a81fa81-6026-43df-9e4f-7e947a68d81e/status
19:04:09 [2024-02-17T00:04:09.514Z] + RESPONSE='{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"dbd70736-a080-4dde-94fe-6c8323daf547\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg\",\n  \"uploadDate\": \"2024-02-16T23:48:44.181Z\",\n  \"sha256\": \"a2a0717b545bc8d10f6aefa478c9f2cf3b4a920324d1d1c8b5e8d9cd03c3e59e\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"872d241b17ded1a86057e37f3cddd24052d032f8\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"dc44ad1e0e92830cd3c60b3ad4dcce288569b072\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.31.0.I20240216-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"dc44ad1e0e92830cd3c60b3ad4dcce288569b072\",\n      \"arch\": \"x86_64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:04:09 [2024-02-17T00:04:09.517Z] ++ echo '{"uuid":"4a81fa81-6026-43df-9e4f-7e947a68d81e","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"dbd70736-a080-4dde-94fe-6c8323daf547\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg\",\n  \"uploadDate\": \"2024-02-16T23:48:44.181Z\",\n  \"sha256\": \"a2a0717b545bc8d10f6aefa478c9f2cf3b4a920324d1d1c8b5e8d9cd03c3e59e\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"872d241b17ded1a86057e37f3cddd24052d032f8\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"dc44ad1e0e92830cd3c60b3ad4dcce288569b072\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.cocoa.macosx.x86_64_4.31.0.I20240216-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-platform-I20240216-1800-macosx-cocoa-x86_64-5657914819074161667.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"dc44ad1e0e92830cd3c60b3ad4dcce288569b072\",\n      \"arch\": \"x86_64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:04:09 [2024-02-17T00:04:09.517Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.517Z] + STATUS=COMPLETE
19:04:09 [2024-02-17T00:04:09.517Z] + [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.517Z] + [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
19:04:09 [2024-02-17T00:04:09.517Z] + break
19:04:09 [2024-02-17T00:04:09.517Z] + rm eclipse-platform-I20240216-1800-macosx-cocoa-x86_64.dmg
19:04:09 [2024-02-17T00:04:09.517Z] + curl -sSJO https://cbi.eclipse.org/macos/xcrun/4a81fa81-6026-43df-9e4f-7e947a68d81e/download
19:04:09 [2024-02-17T00:04:09.517Z] + popd
19:04:09 [2024-02-17T00:04:09.518Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.518Z] + set +x
19:04:09 [2024-02-17T00:04:09.518Z] sdkAarch64.log
19:04:09 [2024-02-17T00:04:09.518Z] + BUILD_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:09 [2024-02-17T00:04:09.518Z] + shift
19:04:09 [2024-02-17T00:04:09.518Z] + DMG=eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.dmg
19:04:09 [2024-02-17T00:04:09.518Z] + shift
19:04:09 [2024-02-17T00:04:09.518Z] + pushd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:09 [2024-02-17T00:04:09.518Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.518Z] + PRIMARY_BUNDLE_ID=eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.dmg
19:04:09 [2024-02-17T00:04:09.518Z] + retryCount=3
19:04:09 [2024-02-17T00:04:09.518Z] + '[' 3 -gt 0 ']'
19:04:09 [2024-02-17T00:04:09.518Z] ++ curl -sS --write-out '\n%{http_code}' -X POST -F file=@eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.dmg -F 'options={"primaryBundleId": "eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.dmg", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize
19:04:09 [2024-02-17T00:04:09.518Z] + RAW_RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
19:04:09 [2024-02-17T00:04:09.518Z] 200'
19:04:09 [2024-02-17T00:04:09.518Z] ++ head -n-1
19:04:09 [2024-02-17T00:04:09.518Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.518Z] ++ tail -n1
19:04:09 [2024-02-17T00:04:09.518Z] + STATUS_CODE=200
19:04:09 [2024-02-17T00:04:09.518Z] + [[ 200 != \2\0\0 ]]
19:04:09 [2024-02-17T00:04:09.518Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.518Z] ++ grep -Po '"uuid"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.518Z] + UUID=acadf02b-e794-4d95-a41e-4c2fe83071fe
19:04:09 [2024-02-17T00:04:09.518Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.518Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.518Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.518Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.518Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.518Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.518Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.519Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.519Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.519Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.519Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.519Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.519Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.519Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.519Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.519Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.519Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.519Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.519Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.519Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.519Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.519Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.519Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.519Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.519Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.519Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.519Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.519Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.519Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.519Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.520Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.520Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.520Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.520Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.520Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.520Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.520Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.520Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.520Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.520Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.520Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.520Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.520Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.520Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.520Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.520Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.520Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.520Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.520Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.520Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.520Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.520Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.520Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.520Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.520Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.520Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.520Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.520Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.520Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.520Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.521Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.521Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.521Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.521Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.521Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.521Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.521Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.521Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.521Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.521Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.521Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.521Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.521Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.521Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.521Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.521Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.521Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.521Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.521Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.521Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.521Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.521Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.521Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.521Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.521Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.521Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.521Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.521Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.522Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.522Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.522Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.522Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.522Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.522Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.522Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.522Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.522Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.522Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.522Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.522Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.522Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.522Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/status
19:04:09 [2024-02-17T00:04:09.524Z] + RESPONSE='{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"d97ea126-cae4-4d59-bd35-68ca0b600cd2\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg\",\n  \"uploadDate\": \"2024-02-16T23:48:02.817Z\",\n  \"sha256\": \"088a472d54e8e584b4348e8a30b1e5b10f4da09acbd87b8aa33b6831cd2145e3\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"43aab982029c4dc2710e92f864392f51a8cdad8e\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"bd4a72e14504b0f48539a2e5918fe224924d0d2d\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.sdk.ide.executable.cocoa.macosx.aarch64_4.31.0.I20240216-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"bd4a72e14504b0f48539a2e5918fe224924d0d2d\",\n      \"arch\": \"arm64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:04:09 [2024-02-17T00:04:09.528Z] ++ echo '{"uuid":"acadf02b-e794-4d95-a41e-4c2fe83071fe","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"d97ea126-cae4-4d59-bd35-68ca0b600cd2\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg\",\n  \"uploadDate\": \"2024-02-16T23:48:02.817Z\",\n  \"sha256\": \"088a472d54e8e584b4348e8a30b1e5b10f4da09acbd87b8aa33b6831cd2145e3\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"43aab982029c4dc2710e92f864392f51a8cdad8e\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"bd4a72e14504b0f48539a2e5918fe224924d0d2d\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.sdk.ide.executable.cocoa.macosx.aarch64_4.31.0.I20240216-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"c4d5000a7d51180a96dd485c82be51d42cdfc279\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"981bfda18764a894609d5fea40b82b6770b583fb\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"5c9dcabf0633b9768d043b7b44abb7b01f618042\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.aarch64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8753e34fd9dd3519b58f6bcd939aa245fa4476e0\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"3715f6bf1593a3b369058eb2f8f3abe37b5538fc\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64-12061396867172477148.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"bd4a72e14504b0f48539a2e5918fe224924d0d2d\",\n      \"arch\": \"arm64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:04:09 [2024-02-17T00:04:09.529Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.529Z] + STATUS=COMPLETE
19:04:09 [2024-02-17T00:04:09.529Z] + [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.529Z] + [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
19:04:09 [2024-02-17T00:04:09.529Z] + break
19:04:09 [2024-02-17T00:04:09.529Z] + rm eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.dmg
19:04:09 [2024-02-17T00:04:09.529Z] + curl -sSJO https://cbi.eclipse.org/macos/xcrun/acadf02b-e794-4d95-a41e-4c2fe83071fe/download
19:04:09 [2024-02-17T00:04:09.529Z] + popd
19:04:09 [2024-02-17T00:04:09.529Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.529Z] + set +x
19:04:09 [2024-02-17T00:04:09.529Z] sdkX64.log
19:04:09 [2024-02-17T00:04:09.529Z] + BUILD_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:09 [2024-02-17T00:04:09.529Z] + shift
19:04:09 [2024-02-17T00:04:09.529Z] + DMG=eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64.dmg
19:04:09 [2024-02-17T00:04:09.529Z] + shift
19:04:09 [2024-02-17T00:04:09.529Z] + pushd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:09 [2024-02-17T00:04:09.529Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.529Z] + PRIMARY_BUNDLE_ID=eclipse-SDK-I20240216-1800
19:04:09 [2024-02-17T00:04:09.529Z] + retryCount=3
19:04:09 [2024-02-17T00:04:09.529Z] + '[' 3 -gt 0 ']'
19:04:09 [2024-02-17T00:04:09.530Z] ++ curl -sS --write-out '\n%{http_code}' -X POST -F file=@eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "eclipse-SDK-I20240216-1800", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize
19:04:09 [2024-02-17T00:04:09.530Z] + RAW_RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
19:04:09 [2024-02-17T00:04:09.530Z] 200'
19:04:09 [2024-02-17T00:04:09.530Z] ++ head -n-1
19:04:09 [2024-02-17T00:04:09.530Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.530Z] ++ tail -n1
19:04:09 [2024-02-17T00:04:09.530Z] + STATUS_CODE=200
19:04:09 [2024-02-17T00:04:09.530Z] + [[ 200 != \2\0\0 ]]
19:04:09 [2024-02-17T00:04:09.530Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.530Z] ++ grep -Po '"uuid"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.530Z] + UUID=fe13e1e0-6e44-406c-8e1c-988db21d2c69
19:04:09 [2024-02-17T00:04:09.530Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:04:09 [2024-02-17T00:04:09.530Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.530Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.530Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.530Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.530Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.530Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.530Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.530Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.530Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.530Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.530Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.530Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.530Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.530Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.530Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.530Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.530Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.530Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.530Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.531Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.531Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.531Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.531Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.531Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.531Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.531Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.531Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.531Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.531Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.531Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.531Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.531Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.531Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.531Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.531Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.531Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.531Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.531Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.531Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.531Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.531Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.531Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.532Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.532Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.532Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.532Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.532Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.532Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.532Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.532Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.532Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.532Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.532Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.532Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.532Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.532Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.532Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.532Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.532Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.532Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.532Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.532Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.532Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.532Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.532Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.532Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.532Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.532Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.533Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.533Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.533Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.533Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.533Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.533Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.533Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.533Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.533Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.533Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.533Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.533Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.533Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.533Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.533Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.533Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.533Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.533Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.533Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.533Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.533Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.533Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.534Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.534Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.534Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.534Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.534Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.534Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.534Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.534Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.534Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.534Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.534Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.534Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.534Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.534Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.534Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:04:09 [2024-02-17T00:04:09.534Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.534Z] + STATUS=IN_PROGRESS
19:04:09 [2024-02-17T00:04:09.534Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.534Z] + sleep 1m
19:04:09 [2024-02-17T00:04:09.534Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/status
19:04:09 [2024-02-17T00:04:09.537Z] + RESPONSE='{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"c0427e98-a8ec-4323-bf2b-d8584be93f67\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg\",\n  \"uploadDate\": \"2024-02-16T23:48:25.396Z\",\n  \"sha256\": \"54e9fc1f53f6f639cf2ae18da98b8cc413b9d6a66187a8e60da71def62d853a1\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed9a084b2fa48f9bd6ccab1ea437ba2614e04067\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6369b62c5241a0d6431c4e65b41011a87be93a72\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.sdk.ide.executable.cocoa.macosx.x86_64_4.31.0.I20240216-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6369b62c5241a0d6431c4e65b41011a87be93a72\",\n      \"arch\": \"x86_64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:04:09 [2024-02-17T00:04:09.540Z] ++ echo '{"uuid":"fe13e1e0-6e44-406c-8e1c-988db21d2c69","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"c0427e98-a8ec-4323-bf2b-d8584be93f67\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg\",\n  \"uploadDate\": \"2024-02-16T23:48:25.396Z\",\n  \"sha256\": \"54e9fc1f53f6f639cf2ae18da98b8cc413b9d6a66187a8e60da71def62d853a1\",\n  \"ticketContents\": [\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed9a084b2fa48f9bd6ccab1ea437ba2614e04067\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6369b62c5241a0d6431c4e65b41011a87be93a72\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.sdk.ide.executable.cocoa.macosx.x86_64_4.31.0.I20240216-1800/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"e37eb237e4687575f774c028e8aa4a4913e37a37\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar/os/macosx/libunixfile_1_0_0.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"86006f61e0eadafeb935a0de05828ea98a6308e1\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-awt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"8d0e456214cebc3514f2e22ff568ae61cddf80d6\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"b4416f0c82748a89aa8b0f3189aee86991977e16\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240208-1757.jar/libswt-pi-cocoa-4964r7.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ae0675a638b1d3ef6b575fa4bec11bbdb8322e96\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"56cd13fe659db01c07ec565716b2e6e1024199ab\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6657e46285bd8380196b5cfddae3e6143a2c32a0\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64-14077437045395320908.dmg/Eclipse.app/Contents/MacOS/eclipse\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"6369b62c5241a0d6431c4e65b41011a87be93a72\",\n      \"arch\": \"x86_64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:04:09 [2024-02-17T00:04:09.541Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:04:09 [2024-02-17T00:04:09.541Z] + STATUS=COMPLETE
19:04:09 [2024-02-17T00:04:09.541Z] + [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
19:04:09 [2024-02-17T00:04:09.541Z] + [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
19:04:09 [2024-02-17T00:04:09.541Z] + break
19:04:09 [2024-02-17T00:04:09.541Z] + rm eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64.dmg
19:04:09 [2024-02-17T00:04:09.541Z] + curl -sSJO https://cbi.eclipse.org/macos/xcrun/fe13e1e0-6e44-406c-8e1c-988db21d2c69/download
19:04:09 [2024-02-17T00:04:09.541Z] + popd
19:04:09 [2024-02-17T00:04:09.541Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.541Z] + set +x
19:04:09 [2024-02-17T00:04:09.541Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/notarizeLog ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:09 [2024-02-17T00:04:09.541Z] Feb 17, 2024 12:04:05 AM org.apache.aries.spifly.BaseActivator log
19:04:09 [2024-02-17T00:04:09.541Z] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
19:04:09 [2024-02-17T00:04:09.541Z] Apache Ant(TM) version 1.10.14 compiled on August 16 2023
19:04:09 [2024-02-17T00:04:09.541Z] Buildfile: /home/jenkins/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/helper.xml
19:04:09 [2024-02-17T00:04:09.541Z] parsing buildfile /home/jenkins/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/helper.xml with URI = 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.tychoeclipsebuilder/eclipse/helper.xml
19:04:09 [2024-02-17T00:04:09.542Z] Project base dir set 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.releng.tychoeclipsebuilder/eclipse
19:04:09 [2024-02-17T00:04:09.542Z] WARNING: A terminally deprecated method in java.lang.System has been called
19:04:09 [2024-02-17T00:04:09.542Z] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/42/0/.cp/lib/antsupportlib.jar)
19:04:09 [2024-02-17T00:04:09.542Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
19:04:09 [2024-02-17T00:04:09.542Z] WARNING: System::setSecurityManager will be removed in a future release
19:04:09 [2024-02-17T00:04:09.542Z] Build sequence for target(s) `publish' is [init, publish]
19:04:09 [2024-02-17T00:04:09.542Z] Complete build sequence is [init, publish, verifyCompile, generateEclipseIndex, noDefault, ]
19:04:09 [2024-02-17T00:04:09.542Z] 
19:04:09 [2024-02-17T00:04:09.542Z] init:
19:04:09 [2024-02-17T00:04:09.542Z] parsing buildfile jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
19:04:09 [2024-02-17T00:04:09.542Z]      [echo] in helper.xml the value of job passed in (or, not) was jobNOTpassedin
19:04:09 [2024-02-17T00:04:09.542Z]  [property] Loading Environment env.
19:04:09 [2024-02-17T00:04:09.542Z] Override ignored for property "publishingContent"
19:04:09 [2024-02-17T00:04:09.542Z] Override ignored for property "buildDirectory"
19:04:09 [2024-02-17T00:04:09.542Z]     [mkdir] Skipping /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 because it already exists.
19:04:09 [2024-02-17T00:04:09.542Z] 
19:04:09 [2024-02-17T00:04:09.542Z] publish:
19:04:09 [2024-02-17T00:04:09.543Z]      [echo] [DEBUG] Eclipse helper.xml publish starting
19:04:09 [2024-02-17T00:04:09.543Z]     [mkdir] Skipping /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/checksum because it already exists.
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] Current OS is Linux
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] Executing '/bin/bash' with arguments:
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] '/home/jenkins/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/extras/produceChecksum.sh'
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] 
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] The ' characters around the executable and arguments are
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] not part of the command.
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] [DEBUG] Producing checksums starting
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] rm: cannot remove 'checksum/eclipse-I20240216-1800-SUMSSHA512': No such file or directory
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] [DEBUG] current directory: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] 
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] 	WARNING: SCRIPT_PATH not defined in produceChecksum.sh
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] [sha512] eclipse-Automated-Tests-I20240216-1800.zip
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] [sha512] eclipse-platform-I20240216-1800-win32-x86_64.zip
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] [sha512] eclipse-SDK-I20240216-1800-win32-x86_64.zip
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] [sha512] eclipse-test-framework-I20240216-1800.zip
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] [sha512] org.eclipse.platform-I20240216-1800.zip
19:04:09 [2024-02-17T00:04:09.543Z]      [exec] [sha512] org.eclipse.platform.source-I20240216-1800.zip
19:04:09 [2024-02-17T00:04:09.799Z]      [exec] [sha512] repository-I20240216-1800.zip
19:04:11 [2024-02-17T00:04:11.688Z]      [exec] [sha512] swt-I20240216-1800-cocoa-macosx-aarch64.zip
19:04:11 [2024-02-17T00:04:11.688Z]      [exec] [sha512] swt-I20240216-1800-cocoa-macosx-x86_64.zip
19:04:11 [2024-02-17T00:04:11.688Z]      [exec] [sha512] swt-I20240216-1800-gtk-linux-aarch64.zip
19:04:11 [2024-02-17T00:04:11.688Z]      [exec] [sha512] swt-I20240216-1800-gtk-linux-ppc64le.zip
19:04:11 [2024-02-17T00:04:11.688Z]      [exec] [sha512] swt-I20240216-1800-gtk-linux-x86_64.zip
19:04:11 [2024-02-17T00:04:11.688Z]      [exec] [sha512] swt-I20240216-1800-win32-win32-x86_64.zip
19:04:11 [2024-02-17T00:04:11.688Z]      [exec] [sha512] eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.dmg
19:04:11 [2024-02-17T00:04:11.943Z]      [exec] [sha512] eclipse-platform-I20240216-1800-macosx-cocoa-x86_64.dmg
19:04:12 [2024-02-17T00:04:12.504Z]      [exec] [sha512] eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.dmg
19:04:13 [2024-02-17T00:04:13.431Z]      [exec] [sha512] eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64.dmg
19:04:14 [2024-02-17T00:04:14.796Z]      [exec] [sha512] eclipse-platform-I20240216-1800-linux-gtk-aarch64.tar.gz
19:04:15 [2024-02-17T00:04:15.051Z]      [exec] [sha512] eclipse-platform-I20240216-1800-linux-gtk-ppc64le.tar.gz
19:04:15 [2024-02-17T00:04:15.612Z]      [exec] [sha512] eclipse-platform-I20240216-1800-linux-gtk-x86_64.tar.gz
19:04:15 [2024-02-17T00:04:15.888Z]      [exec] [sha512] eclipse-platform-I20240216-1800-macosx-cocoa-aarch64.tar.gz
19:04:16 [2024-02-17T00:04:16.450Z]      [exec] [sha512] eclipse-platform-I20240216-1800-macosx-cocoa-x86_64.tar.gz
19:04:17 [2024-02-17T00:04:17.012Z]      [exec] [sha512] eclipse-SDK-I20240216-1800-linux-gtk-aarch64.tar.gz
19:04:17 [2024-02-17T00:04:17.944Z]      [exec] [sha512] eclipse-SDK-I20240216-1800-linux-gtk-ppc64le.tar.gz
19:04:18 [2024-02-17T00:04:18.868Z]      [exec] [sha512] eclipse-SDK-I20240216-1800-linux-gtk-x86_64.tar.gz
19:04:19 [2024-02-17T00:04:19.794Z]      [exec] [sha512] eclipse-SDK-I20240216-1800-macosx-cocoa-aarch64.tar.gz
19:04:21 [2024-02-17T00:04:21.159Z]      [exec] [sha512] eclipse-SDK-I20240216-1800-macosx-cocoa-x86_64.tar.gz
19:04:21 [2024-02-17T00:04:21.720Z]      [exec] [sha512] ecj-I20240216-1800.jar
19:04:21 [2024-02-17T00:04:21.720Z]      [exec] [sha512] ecjsrc-I20240216-1800.jar
19:04:21 [2024-02-17T00:04:21.720Z]      [exec] [DEBUG] Producing GPG signatures starting.
19:04:21 [2024-02-17T00:04:21.720Z]      [exec] [DEBUG] Producing checksums ended normally
19:04:21 [2024-02-17T00:04:21.720Z]      [exec] ls: cannot access '*.tar.xz': No such file or directory
19:04:21 [2024-02-17T00:04:21.721Z]      [exec] gpg: signing failed: Inappropriate ioctl for device
19:04:21 [2024-02-17T00:04:21.721Z]      [exec] gpg: signing failed: Inappropriate ioctl for device
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] DL.thin.header.php.html added as DL.thin.header.php.html doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] FAIL.gif added as FAIL.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] FAIL_ORIG.gif added as FAIL_ORIG.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] NONE-FAIL.gif added as NONE-FAIL.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] NONE-OK.gif added as NONE-OK.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] OK.gif added as OK.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] OK_ORIG.gif added as OK_ORIG.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] buildNote.php added as buildNote.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] buildNotes.php added as buildNotes.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] buildlogs.php added as buildlogs.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] compilerSummaryPending.html added as compilerSummaryPending.html doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] computeRepoURLs.php added as computeRepoURLs.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] coverage.php added as coverage.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] details.html added as details.html doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] download.php added as download.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] dropSectionUtils.php added as dropSectionUtils.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] eclipseDownloadPage.css added as eclipseDownloadPage.css doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] eclipseDownloadPage.js added as eclipseDownloadPage.js doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] gitLog.php added as gitLog.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] gitLogSection.css added as gitLogSection.css doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] images/light.gif added as images/light.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] images/more.gif added as images/more.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] logPhpUtils.php added as logPhpUtils.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] logs.php added as logs.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] new.gif added as new.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] perfTestConfigs.php added as perfTestConfigs.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] perflogs.php added as perflogs.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] performance/FAIL.gif added as performance/FAIL.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] performance/FAIL_greyed.gif added as performance/FAIL_greyed.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.977Z]      [copy] performance/OK.gif added as performance/OK.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] performance/ToolTip.css added as performance/ToolTip.css doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] performance/ToolTip.js added as performance/ToolTip.js doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] repo.gif added as repo.gif doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] resultsSection.css added as resultsSection.css doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] testConfigs.php added as testConfigs.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] testResults.php added as testResults.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] testResultsTablesPending.html added as testResultsTablesPending.html doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] utilityFunctions.php added as utilityFunctions.php doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy]  omitted as /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 is up to date.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] images added as images doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] performance added as performance doesn't exist.
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] Copying 38 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/DL.thin.header.php.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/DL.thin.header.php.html
19:04:21 [2024-02-17T00:04:21.978Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/FAIL.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/FAIL.gif
19:04:21 [2024-02-17T00:04:21.979Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/FAIL_ORIG.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/FAIL_ORIG.gif
19:04:21 [2024-02-17T00:04:21.979Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/NONE-FAIL.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/NONE-FAIL.gif
19:04:21 [2024-02-17T00:04:21.979Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/NONE-OK.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/NONE-OK.gif
19:04:21 [2024-02-17T00:04:21.979Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/OK.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/OK.gif
19:04:21 [2024-02-17T00:04:21.980Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/OK_ORIG.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/OK_ORIG.gif
19:04:21 [2024-02-17T00:04:21.980Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/buildNote.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildNote.php
19:04:21 [2024-02-17T00:04:21.980Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/buildNotes.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildNotes.php
19:04:21 [2024-02-17T00:04:21.981Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/buildlogs.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs.php
19:04:21 [2024-02-17T00:04:21.981Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/compilerSummaryPending.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilerSummaryPending.html
19:04:21 [2024-02-17T00:04:21.981Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/computeRepoURLs.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/computeRepoURLs.php
19:04:21 [2024-02-17T00:04:21.981Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/coverage.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/coverage.php
19:04:21 [2024-02-17T00:04:21.982Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/details.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/details.html
19:04:21 [2024-02-17T00:04:21.982Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/download.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/download.php
19:04:21 [2024-02-17T00:04:21.982Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/dropSectionUtils.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/dropSectionUtils.php
19:04:21 [2024-02-17T00:04:21.983Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/eclipseDownloadPage.css to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipseDownloadPage.css
19:04:21 [2024-02-17T00:04:21.983Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/eclipseDownloadPage.js to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipseDownloadPage.js
19:04:21 [2024-02-17T00:04:21.983Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/gitLog.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/gitLog.php
19:04:21 [2024-02-17T00:04:21.984Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/gitLogSection.css to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/gitLogSection.css
19:04:21 [2024-02-17T00:04:21.984Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/images/light.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/images/light.gif
19:04:21 [2024-02-17T00:04:21.984Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/images/more.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/images/more.gif
19:04:21 [2024-02-17T00:04:21.984Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/logPhpUtils.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/logPhpUtils.php
19:04:21 [2024-02-17T00:04:21.985Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/logs.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/logs.php
19:04:21 [2024-02-17T00:04:21.985Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/new.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/new.gif
19:04:21 [2024-02-17T00:04:21.985Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/perfTestConfigs.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/perfTestConfigs.php
19:04:21 [2024-02-17T00:04:21.985Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/perflogs.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/perflogs.php
19:04:21 [2024-02-17T00:04:21.986Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/performance/FAIL.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/performance/FAIL.gif
19:04:21 [2024-02-17T00:04:21.986Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/performance/FAIL_greyed.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/performance/FAIL_greyed.gif
19:04:21 [2024-02-17T00:04:21.986Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/performance/OK.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/performance/OK.gif
19:04:21 [2024-02-17T00:04:21.987Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/performance/ToolTip.css to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/performance/ToolTip.css
19:04:21 [2024-02-17T00:04:21.987Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/performance/ToolTip.js to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/performance/ToolTip.js
19:04:21 [2024-02-17T00:04:21.987Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/repo.gif to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/repo.gif
19:04:21 [2024-02-17T00:04:21.988Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/resultsSection.css to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/resultsSection.css
19:04:21 [2024-02-17T00:04:21.988Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/testConfigs.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/testConfigs.php
19:04:21 [2024-02-17T00:04:21.988Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/testResults.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/testResults.php
19:04:21 [2024-02-17T00:04:21.988Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/testResultsTablesPending.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/testResultsTablesPending.html
19:04:21 [2024-02-17T00:04:21.989Z]      [copy] Copying /home/jenkins/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/publishingFiles/staticDropFiles/utilityFunctions.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/utilityFunctions.php
19:04:21 [2024-02-17T00:04:21.989Z] Project base dir set 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.releng.tychoeclipsebuilder/eclipse
19:04:21 [2024-02-17T00:04:21.989Z]   [antcall] calling target(s) [generateEclipseIndex] in build 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.tychoeclipsebuilder/eclipse/helper.xml
19:04:21 [2024-02-17T00:04:21.989Z] parsing buildfile /home/jenkins/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/helper.xml with URI = 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.tychoeclipsebuilder/eclipse/helper.xml
19:04:21 [2024-02-17T00:04:21.989Z] Project base dir set 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.releng.tychoeclipsebuilder/eclipse
19:04:21 [2024-02-17T00:04:21.989Z] Build sequence for target(s) `generateEclipseIndex' is [init, generateEclipseIndex]
19:04:21 [2024-02-17T00:04:21.989Z] Complete build sequence is [init, generateEclipseIndex, verifyCompile, noDefault, publish, ]
19:04:21 [2024-02-17T00:04:21.990Z]   [antcall] Entering /home/jenkins/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/helper.xml...
19:04:21 [2024-02-17T00:04:21.990Z] Build sequence for target(s) `generateEclipseIndex' is [init, generateEclipseIndex]
19:04:21 [2024-02-17T00:04:21.990Z] Complete build sequence is [init, generateEclipseIndex, verifyCompile, noDefault, publish, ]
19:04:21 [2024-02-17T00:04:21.990Z] 
19:04:21 [2024-02-17T00:04:21.990Z] init:
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "job"
19:04:21 [2024-02-17T00:04:21.990Z]      [echo] in helper.xml the value of job passed in (or, not) was jobNOTpassedin
19:04:21 [2024-02-17T00:04:21.990Z]  [property] Loading Environment env.
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.TERM"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.KUBERNETES_PORT_443_TCP_ADDR"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BUILD_TAG"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.USER_NAME"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BUILD_TO_COMPARE_SITE"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.EXECUTOR_NUMBER"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.HUDSON_URL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BRANCH"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.ECLIPSE_RUN_REPO"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_HOME"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_SECRET"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.EQUINOX_DROP_DIR"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JOB_DISPLAY_URL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_NODE_COOKIE"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JAVA_HOME"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.TIMESTAMP"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_UI_PORT_80_TCP_ADDR"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BUILD_TYPE_NAME"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_SERVER_COOKIE"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BUILD_ENV_FILE_PHP"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BUILD_TYPE"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.KUBERNETES_PORT_443_TCP_PROTO"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.RUN_ARTIFACTS_DISPLAY_URL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.PREVIOUS_RELEASE_VER"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.PATH"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_UI_PORT_80_TCP_PROTO"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BUILD_URL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.STREAM"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.PLATFORM_TARGET_DIR"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JOB_URL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_UI_PORT_80_TCP_PORT"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.HOSTNAME"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env._"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.SHLVL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.PREVIOUS_RELEASE_REPO_ID"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.GIT_ROOT"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.NODE_LABELS"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.WORKSPACE"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.TMP_DIR"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.RUN_CHANGES_DISPLAY_URL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BUILD_ID"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JOB_NAME"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.AGG_DIR"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BUILD_VERSION"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.WEBTOOLS_REPO"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.HUDSON_HOME"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_TUNNEL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.NSS_SDB_USE_CACHE"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.PLATFORM_PRODUCTS_DIR"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.MAVEN_OPTS"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.BUILD_NUMBER"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.OLDPWD"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.HUDSON_SERVER_COOKIE"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JAVA_DOC_TOOL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.PWD"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.TESTED_BUILD_TYPE"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.LANG"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.RUN_TESTS_DISPLAY_URL"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.HOME"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.JENKINS_AGENT_WORKDIR"
19:04:21 [2024-02-17T00:04:21.990Z] Override ignored for property "env.POD_CONTAINER"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.DROP_DIR"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.API_PREV_REF_LABEL"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.CLASSPATH"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.KUBERNETES_PORT_443_TCP"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_UI_SERVICE_PORT"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.KUBERNETES_SERVICE_PORT_HTTPS"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_NAME"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.RUN_DISPLAY_URL"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.CI"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.DISPLAY"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BUILD_ENV_FILE_PROP"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.KUBERNETES_PORT_443_TCP_PORT"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_DISCOVERY_SERVICE_PORT"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_AGENT_NAME"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.UPDATES_DIR"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_UI_SERVICE_HOST"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.FREEZE_PARAMS"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BUILD_DIR_SEG"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.LOCAL_REPO"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.DOWNLOAD_HOST"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BUILD_PRETTY_DATE"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.PLATFORM_REPO_DIR"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BASEBUILDER_TAG"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.CJE_ROOT"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BUILD_IID"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.ANT_HOME"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_URL"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BASEBUILD_ID"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BASEBUILDER_DIR"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.STREAMMinor"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BUILDTOOLS_REPO"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_UI_PORT_80_TCP"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.STREAMService"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.EQ_BUILD_DIR_SEG"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.ECLIPSE_BUILDER_DIR"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.KUBERNETES_SERVICE_PORT"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.STREAMMajor"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.NODE_NAME"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BUILD_DISPLAY_NAME"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_UI_SERVICE_PORT_HTTP"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.STAGE_NAME"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.KUBERNETES_PORT"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.AGG_REPO"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.KEYRING_PASSPHRASE"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_DISCOVERY_PORT_50000_TCP"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_DISCOVERY_PORT"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.KUBERNETES_SERVICE_HOST"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.KEYRING"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.RELEASE_VER"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.logDir"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.BUILD_ENV_FILE"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.PREVIOUS_RELEASE_ID"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.WORKSPACE_TMP"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_UI_PORT"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.EBUILDER_HASH"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.API_FREEZE_REF_LABEL"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JENKINS_DISCOVERY_SERVICE_HOST"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.PATCH_OR_BRANCH_LABEL"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.JOB_BASE_NAME"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.GITLAB_OBJECT_KIND"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "env.LAUNCHER_JAR"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "publishingContent"
19:04:21 [2024-02-17T00:04:21.991Z] Override ignored for property "buildDirectory"
19:04:21 [2024-02-17T00:04:21.991Z]     [mkdir] Skipping /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 because it already exists.
19:04:21 [2024-02-17T00:04:21.991Z] 
19:04:21 [2024-02-17T00:04:21.991Z] generateEclipseIndex:
19:04:21 [2024-02-17T00:04:21.991Z] [loadresource] loading 4.31.0 into property eclipseStreamMajor
19:04:21 [2024-02-17T00:04:21.991Z] [loadresource] loaded 1 characters
19:04:21 [2024-02-17T00:04:21.991Z]      [echo] eclipseStreamMajor: 4
19:04:21 [2024-02-17T00:04:21.991Z] [loadresource] loading 4.31.0 into property eclipseStreamMinor
19:04:21 [2024-02-17T00:04:21.991Z] [loadresource] loaded 2 characters
19:04:21 [2024-02-17T00:04:21.991Z]      [echo] eclipseStreamMinor: 31
19:04:21 [2024-02-17T00:04:21.991Z] [loadresource] loading 4.31.0 into property eclipseStreamService
19:04:21 [2024-02-17T00:04:21.991Z] [loadresource] loaded 2 characters
19:04:21 [2024-02-17T00:04:21.991Z]      [echo] eclipseStreamService: .0
19:04:21 [2024-02-17T00:04:21.992Z] Project base dir set 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.releng.tychoeclipsebuilder/eclipse/publishingFiles
19:04:21 [2024-02-17T00:04:21.992Z]       [ant] calling target(s) [generateIndex] in build file /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/publish.xml
19:04:21 [2024-02-17T00:04:21.992Z] parsing buildfile /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/publish.xml with URI = file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/publish.xml
19:04:21 [2024-02-17T00:04:21.992Z] Project base dir set 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.releng.tychoeclipsebuilder/eclipse/publishingFiles
19:04:21 [2024-02-17T00:04:21.992Z]       [ant] Entering /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/publish.xml...
19:04:21 [2024-02-17T00:04:21.992Z] Build sequence for target(s) `generateIndex' is [init, initResultsVariables, generateIndex]
19:04:21 [2024-02-17T00:04:21.992Z] Complete build sequence is [init, initResultsVariables, generateIndex, ]
19:04:21 [2024-02-17T00:04:21.992Z] 
19:04:21 [2024-02-17T00:04:21.992Z] init:
19:04:21 [2024-02-17T00:04:21.992Z] Override ignored for property "buildDirectory"
19:04:21 [2024-02-17T00:04:21.992Z] Override ignored for property "streamOK"
19:04:21 [2024-02-17T00:04:21.992Z] [loadresource] loading 4.31.0 into property eclipseStreamMajor
19:04:21 [2024-02-17T00:04:21.992Z] Override ignored for property "eclipseStreamMajor"
19:04:21 [2024-02-17T00:04:21.992Z] [loadresource] loaded 1 characters
19:04:21 [2024-02-17T00:04:21.992Z]      [echo] eclipseStreamMajor: 4
19:04:21 [2024-02-17T00:04:21.992Z] [loadresource] loading 4.31.0 into property eclipseStreamMinor
19:04:21 [2024-02-17T00:04:21.992Z] Override ignored for property "eclipseStreamMinor"
19:04:21 [2024-02-17T00:04:21.992Z] [loadresource] loaded 2 characters
19:04:21 [2024-02-17T00:04:21.992Z]      [echo] eclipseStreamMinor: 31
19:04:21 [2024-02-17T00:04:21.992Z] [loadresource] loading 4.31.0 into property eclipseStreamService
19:04:21 [2024-02-17T00:04:21.992Z] Override ignored for property "eclipseStreamService"
19:04:21 [2024-02-17T00:04:21.992Z] [loadresource] loaded 2 characters
19:04:21 [2024-02-17T00:04:21.992Z]      [echo] eclipseStreamService: .0
19:04:21 [2024-02-17T00:04:21.992Z] 
19:04:21 [2024-02-17T00:04:21.992Z] initResultsVariables:
19:04:21 [2024-02-17T00:04:21.993Z] Override ignored for property "isBuildTested"
19:04:21 [2024-02-17T00:04:21.993Z] [loadresource] loading I20240216-1800 into property buildType
19:04:21 [2024-02-17T00:04:21.993Z] Override ignored for property "buildType"
19:04:21 [2024-02-17T00:04:21.993Z] [loadresource] loaded 1 characters
19:04:21 [2024-02-17T00:04:21.993Z] Override ignored for property "indexFileName"
19:04:21 [2024-02-17T00:04:21.993Z] Override ignored for property "dropTemplateFileName"
19:04:21 [2024-02-17T00:04:21.993Z] 
19:04:21 [2024-02-17T00:04:21.993Z] generateIndex:
19:04:21 [2024-02-17T00:04:21.993Z] Override ignored for property "class"
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]  = = properties in publish.xml == 
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      job: jobNOTpassedin
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      isBuildTested: true
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      buildType:  I
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      dropTokenList: %repository%,%sdk%,%tests%,%runtime%,%jdtc%,%swt%
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      indexFileName: index.php
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      xmlDirectoryName: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/testresults/xml
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      dropDirectoryName: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      dropTemplateFileName: /home/jenkins/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/publishingFiles/templateFiles/index.template_master.php
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      testResultsHtmlFileName: testResultsTables.html
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      hrefTestResultsTargetPath: testresults
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      hrefCompileLogsTargetPath: compilelogs/plugins/
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      compileLogsDirectoryName: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/
19:04:21 [2024-02-17T00:04:21.993Z]      [echo]      testManifestFileName: /home/jenkins/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/publishingFiles/testManifest.xml
19:04:21 [2024-02-17T00:04:21.994Z]      [echo]      testsConfigExpected: ep431I-unit-mac64-java17_macosx.cocoa.x86_64_17,ep431I-unit-macM1-java17_macosx.cocoa.aarch64_17,ep431I-unit-win32-java17_win32.win32.x86_64_17,ep431I-unit-cen64-gtk3-java17_linux.gtk.x86_64_17,ep431I-unit-cen64-gtk3-java21_linux.gtk.x86_64_21
19:04:21 [2024-02-17T00:04:21.994Z]      [echo]      expectedConfigFilename: testConfigs.php
19:04:21 [2024-02-17T00:04:21.994Z]      [echo]      foundConfigFilename: testConfigsFound.php
19:04:21 [2024-02-17T00:04:21.994Z]      [echo]      doMissingListValue:  true
19:04:21 [2024-02-17T00:04:21.994Z] [indexResults] 
19:04:21 [2024-02-17T00:04:21.994Z] [indexResults] INFO: Processing test and build results for 
19:04:21 [2024-02-17T00:04:21.994Z] [indexResults] 	/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:04:21 [2024-02-17T00:04:21.994Z] [indexResults] DEBUG: Begin: Generating drop index page
19:04:21 [2024-02-17T00:04:21.994Z] [indexResults] DEBUG: End: Generating drop index page
19:04:21 [2024-02-17T00:04:21.994Z] [indexResults] DEBUG: BEGIN: Parsing compile logs and generating summary table.
19:04:23 [2024-02-17T00:04:23.358Z] [indexResults] DEBUG: End: Parsing compile logs and generating summary table.
19:04:23 [2024-02-17T00:04:23.358Z] [indexResults] DEBUG: Begin: Parsing XML JUnit results files
19:04:23 [2024-02-17T00:04:23.358Z] [indexResults] 
19:04:23 [2024-02-17T00:04:23.358Z] [indexResults] WARNING: sourceDirectory did not exist at 
19:04:23 [2024-02-17T00:04:23.359Z] [indexResults] 	/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/testresults/xml
19:04:23 [2024-02-17T00:04:23.359Z] [indexResults]      either incorrect call to 'generate index' or called too early (tests not done yet)?
19:04:23 [2024-02-17T00:04:23.359Z] [indexResults] DEBUG: End: Parsing XML JUnit results files
19:04:23 [2024-02-17T00:04:23.359Z] [indexResults] 
19:04:23 [2024-02-17T00:04:23.359Z] [indexResults] WARNING: Test results not found in /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/testresults/xml
19:04:23 [2024-02-17T00:04:23.359Z] [indexResults] 
19:04:23 [2024-02-17T00:04:23.359Z] [indexResults] INFO: Completed processing test and build results
19:04:23 [2024-02-17T00:04:23.359Z]       [ant] Exiting /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/scripts/publish.xml.
19:04:23 [2024-02-17T00:04:23.359Z]   [antcall] Exiting /home/jenkins/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/helper.xml.
19:04:23 [2024-02-17T00:04:23.359Z] Property "env.BUILD_FAILED" has not been set
19:04:23 [2024-02-17T00:04:23.359Z]      [echo] DEBUG: BUILD_FAILED: env.BUILD_FAILED: ${env.BUILD_FAILED}
19:04:23 [2024-02-17T00:04:23.359Z]      [echo] [DEBUG] Eclipse helper.xml publish ending normally
19:04:23 [2024-02-17T00:04:23.359Z] BUILD SUCCESSFUL
19:04:23 [2024-02-17T00:04:23.359Z] 
19:04:23 [2024-02-17T00:04:23.359Z] BUILD SUCCESSFUL
19:04:23 [2024-02-17T00:04:23.359Z] Total time: 17 seconds
19:04:23 [2024-02-17T00:04:23.359Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/notarizeLog ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:23 [2024-02-17T00:04:23.359Z] DEBUG: comparatorLog found at
19:04:23 [2024-02-17T00:04:23.360Z] 	/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt
19:04:23 [2024-02-17T00:04:23.360Z] 	With size of 318 bytes
19:04:23 [2024-02-17T00:04:23.360Z] DEBUG: comparator logSize of 318 was not greater than comparatorLogMinimumSize of 350
19:04:23 [2024-02-17T00:04:23.360Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // withAnt
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Gather Equinox Parts)
[Pipeline] withCredentials
19:04:23 [2024-02-17T00:04:23.496Z] Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE
[Pipeline] {
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] withAnt
[Pipeline] {
[Pipeline] sh
19:04:24 [2024-02-17T00:04:24.187Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:24 [2024-02-17T00:04:24.187Z] + ./mb310_gatherEquinoxParts.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:04:24 [2024-02-17T00:04:24.187Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb310_gatherEquinoxParts.sh.log
19:04:24 [2024-02-17T00:04:24.188Z] ~/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/equinox.starterkit.product/target/products ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:24 [2024-02-17T00:04:24.443Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:24 [2024-02-17T00:04:24.444Z] ~/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/equinox-sdk/target ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:24 [2024-02-17T00:04:24.444Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800 ~/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/equinox-sdk/target ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:24 [2024-02-17T00:04:24.444Z] Archive:  equinox-SDK-I20240216-1800.zip
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.weaving.hook_1.4.0.v20240213-1357.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.p2.ui.discovery_1.3.200.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.device_1.2.0.v20240213-1515.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.app_1.7.0.v20240213-1427.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.transforms.xslt_1.3.0.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.osgi.util.position_1.0.1.201505202026.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.osgi.service.device_1.1.1.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.apache.felix.gogo.command_1.1.2.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.p2.ui.admin.rcp_1.4.100.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.core.runtime_3.31.0.v20240215-1631.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.osgi.service.upnp_1.2.1.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.supplement_1.10.800.v20240115-0830.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.osgi.util.promise_1.3.0.202212101352.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.p2.updatechecker_1.4.200.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.weaving.caching.j9_1.3.0.v20240213-1357.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.transforms.hook_1.4.0.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.osgi.services_3.12.0.v20231218-2126.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.event_1.7.0.v20240214-0846.jar  
19:04:24 [2024-02-17T00:04:24.444Z]   inflating: org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.p2.console_1.3.300.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.osgi.service.log.stream_1.0.0.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.security_1.4.200.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.core.expressions_3.9.300.v20240207-1044.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.common_3.19.0.v20240214-0846.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.osgi.service.metatype_1.4.1.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.sat4j.pb_2.3.6.v20201214.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.console_1.4.700.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.security.ui_1.4.200.v20240213-1246.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.cm_1.6.0.v20240214-0846.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.osgi.util.xml_1.0.2.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.bidi_1.5.0.v20240113-0700.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.weaving.caching_1.3.0.v20240213-1357.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.region_1.5.500.v20231214-2017.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.osgi.service.cm_1.6.1.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.coordinator_1.5.300.v20240214-0846.jar  
19:04:24 [2024-02-17T00:04:24.445Z]   inflating: org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.apache.felix.scr_2.2.10.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.p2.ui.admin_1.3.300.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.apache.commons.commons-codec_1.16.0.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.sat4j.core_2.3.6.v20201214.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.p2.ui.sdk_1.3.300.v20240207-1113.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.osgi.util_3.7.300.v20231104-1118.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.osgi.service.wireadmin_1.0.2.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.useradmin_1.3.0.v20240214-0659.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.log.stream_1.2.0.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.osgi.service.provisioning_1.2.0.201505202024.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.p2.discovery.compatibility_1.3.200.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.p2.installer_1.4.200.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.servletbridge_1.7.0.v20240213-1638.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.http.registry_1.4.0.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.osgi.util.measurement_1.0.2.201802012109.jar  
19:04:24 [2024-02-17T00:04:24.701Z]   inflating: org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.core.jobs_3.15.200.v20231214-1526.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.metatype_1.6.500.v20231214-2017.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.apache.felix.gogo.runtime_1.1.6.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.p2.operations_2.7.300.v20240212-0924.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.osgi.service.prefs_1.1.2.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.osgi.util.function_1.2.0.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.osgi.service.useradmin_1.1.1.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.osgi.service.event_1.4.1.202109301733.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240216-0715.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.osgi_3.19.0.v20240213-1246.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.concurrent_1.3.0.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.core.variables_3.6.300.v20231214-1012.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.osgi.service.component_1.5.1.202212101352.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.p2.discovery_1.3.200.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.osgi.service.coordinator_1.0.2.201505202024.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.console.jaas.fragment_1.2.0.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.ecf_3.11.0.v20230507-1923.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.apache.felix.gogo.shell_1.1.4.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.tukaani.xz_1.9.0.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.console.ssh_1.3.0.v20240213-1244.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.osgi.util.pushstream_1.1.0.202212101352.jar  
19:04:24 [2024-02-17T00:04:24.702Z]   inflating: org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar  
19:04:24 [2024-02-17T00:04:24.702Z] ~/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/equinox-sdk/target ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:04:24 [2024-02-17T00:04:24.702Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:06:31 [2024-02-17T00:06:31.098Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/notarizeEqLog ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:06:31 [2024-02-17T00:06:31.098Z] equinoxX64.log
19:06:31 [2024-02-17T00:06:31.098Z] + BUILD_DIR=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.098Z] + shift
19:06:31 [2024-02-17T00:06:31.098Z] + DMG=EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64.dmg
19:06:31 [2024-02-17T00:06:31.098Z] + shift
19:06:31 [2024-02-17T00:06:31.098Z] + pushd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.098Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:06:31 [2024-02-17T00:06:31.098Z] + PRIMARY_BUNDLE_ID=EclipseRT-OSGi-StarterKit-I20240216-1800
19:06:31 [2024-02-17T00:06:31.098Z] + retryCount=3
19:06:31 [2024-02-17T00:06:31.098Z] + '[' 3 -gt 0 ']'
19:06:31 [2024-02-17T00:06:31.098Z] ++ curl -sS --write-out '\n%{http_code}' -X POST -F file=@EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64.dmg -F 'options={"primaryBundleId": "EclipseRT-OSGi-StarterKit-I20240216-1800", "staple": true};type=application/json' https://cbi.eclipse.org/macos/xcrun/notarize
19:06:31 [2024-02-17T00:06:31.098Z] + RAW_RESPONSE='{"uuid":"094f9356-bcf8-4c0f-8dbc-a3503d167302","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}
19:06:31 [2024-02-17T00:06:31.098Z] 200'
19:06:31 [2024-02-17T00:06:31.098Z] ++ head -n-1
19:06:31 [2024-02-17T00:06:31.098Z] + RESPONSE='{"uuid":"094f9356-bcf8-4c0f-8dbc-a3503d167302","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:06:31 [2024-02-17T00:06:31.098Z] ++ tail -n1
19:06:31 [2024-02-17T00:06:31.098Z] + STATUS_CODE=200
19:06:31 [2024-02-17T00:06:31.098Z] + [[ 200 != \2\0\0 ]]
19:06:31 [2024-02-17T00:06:31.099Z] ++ echo '{"uuid":"094f9356-bcf8-4c0f-8dbc-a3503d167302","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:06:31 [2024-02-17T00:06:31.099Z] ++ grep -Po '"uuid"\s*:\s*"\K[^"]+'
19:06:31 [2024-02-17T00:06:31.099Z] + UUID=094f9356-bcf8-4c0f-8dbc-a3503d167302
19:06:31 [2024-02-17T00:06:31.099Z] ++ echo '{"uuid":"094f9356-bcf8-4c0f-8dbc-a3503d167302","notarizationStatus":{"status":"IN_PROGRESS","message":"Uploading file to Apple notarization service"}}'
19:06:31 [2024-02-17T00:06:31.099Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:06:31 [2024-02-17T00:06:31.099Z] + STATUS=IN_PROGRESS
19:06:31 [2024-02-17T00:06:31.099Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:06:31 [2024-02-17T00:06:31.099Z] + sleep 1m
19:06:31 [2024-02-17T00:06:31.099Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/094f9356-bcf8-4c0f-8dbc-a3503d167302/status
19:06:31 [2024-02-17T00:06:31.099Z] + RESPONSE='{"uuid":"094f9356-bcf8-4c0f-8dbc-a3503d167302","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:06:31 [2024-02-17T00:06:31.099Z] ++ echo '{"uuid":"094f9356-bcf8-4c0f-8dbc-a3503d167302","notarizationStatus":{"status":"IN_PROGRESS","message":"File has been successfully uploaded to Apple notarization service","moreInfo":"Successfully uploaded file"}}'
19:06:31 [2024-02-17T00:06:31.099Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:06:31 [2024-02-17T00:06:31.099Z] + STATUS=IN_PROGRESS
19:06:31 [2024-02-17T00:06:31.099Z] + [[ IN_PROGRESS == \I\N\_\P\R\O\G\R\E\S\S ]]
19:06:31 [2024-02-17T00:06:31.099Z] + sleep 1m
19:06:31 [2024-02-17T00:06:31.099Z] ++ curl -sS https://cbi.eclipse.org/macos/xcrun/094f9356-bcf8-4c0f-8dbc-a3503d167302/status
19:06:31 [2024-02-17T00:06:31.101Z] + RESPONSE='{"uuid":"094f9356-bcf8-4c0f-8dbc-a3503d167302","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"2c0bac13-ce68-4a47-8530-91b75379dfa0\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg\",\n  \"uploadDate\": \"2024-02-17T00:04:29.023Z\",\n  \"sha256\": \"3b92c9a893b5e7c356328ce700e3887c2a3487ea8258f230563a87f57051c1bf\",\n  \"ticketContents\": [\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"42c8c3887ae4456e0b505a43a8e3c657aa4ac05b\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"986496c557ec4b60eaaef857efa1d8d08ac05a56\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rt.osgistarterkit.product.executable.cocoa.macosx.x86_64_4.31.0.I20240216-1800/MacOS/rt\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/MacOS/rt\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"986496c557ec4b60eaaef857efa1d8d08ac05a56\",\n      \"arch\": \"x86_64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:06:31 [2024-02-17T00:06:31.103Z] ++ echo '{"uuid":"094f9356-bcf8-4c0f-8dbc-a3503d167302","notarizationStatus":{"status":"COMPLETE","message":"Notarization ticket has been stapled successfully to uploaded file. You can now download the stapled file","moreInfo":"Notarization ticket has been stapled to the uploaded file successfully","log":"{\n  \"logFormatVersion\": 1,\n  \"jobId\": \"2c0bac13-ce68-4a47-8530-91b75379dfa0\",\n  \"status\": \"Accepted\",\n  \"statusSummary\": \"Ready for distribution\",\n  \"statusCode\": 0,\n  \"archiveFilename\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg\",\n  \"uploadDate\": \"2024-02-17T00:04:29.023Z\",\n  \"sha256\": \"3b92c9a893b5e7c356328ce700e3887c2a3487ea8258f230563a87f57051c1bf\",\n  \"ticketContents\": [\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"42c8c3887ae4456e0b505a43a8e3c657aa4ac05b\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"986496c557ec4b60eaaef857efa1d8d08ac05a56\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/Eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rt.osgistarterkit.product.executable.cocoa.macosx.x86_64_4.31.0.I20240216-1800/MacOS/rt\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"00fda142f82025ddc29a3ff87f899862c2236492\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"ed40b217ecca26fd72ac7ee3e7abd8c4bc2596fa\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/Eclipse/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar/libkeystoreNative.jnilib\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"f0724dea441043db4efe6f3bc27a34bc73e87439\",\n      \"arch\": \"arm64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"a52cb795e3230ae77706c641284547f9ad6cbecf\",\n      \"arch\": \"x86_64\"\n    },\n    {\n      \"path\": \"EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64-620011116410814428.dmg/Rt.app/Contents/MacOS/rt\",\n      \"digestAlgorithm\": \"SHA-256\",\n      \"cdhash\": \"986496c557ec4b60eaaef857efa1d8d08ac05a56\",\n      \"arch\": \"x86_64\"\n    }\n  ],\n  \"issues\": null\n}\n"}}'
19:06:31 [2024-02-17T00:06:31.103Z] ++ grep -Po '"status"\s*:\s*"\K[^"]+'
19:06:31 [2024-02-17T00:06:31.103Z] + STATUS=COMPLETE
19:06:31 [2024-02-17T00:06:31.103Z] + [[ COMPLETE == \I\N\_\P\R\O\G\R\E\S\S ]]
19:06:31 [2024-02-17T00:06:31.103Z] + [[ COMPLETE != \C\O\M\P\L\E\T\E ]]
19:06:31 [2024-02-17T00:06:31.103Z] + break
19:06:31 [2024-02-17T00:06:31.103Z] + rm EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64.dmg
19:06:31 [2024-02-17T00:06:31.103Z] + curl -sSJO https://cbi.eclipse.org/macos/xcrun/094f9356-bcf8-4c0f-8dbc-a3503d167302/download
19:06:31 [2024-02-17T00:06:31.103Z] + popd
19:06:31 [2024-02-17T00:06:31.103Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:06:31 [2024-02-17T00:06:31.103Z] + set +x
19:06:31 [2024-02-17T00:06:31.103Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/notarizeEqLog ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:06:31 [2024-02-17T00:06:31.103Z] Feb 17, 2024 12:06:26 AM org.apache.aries.spifly.BaseActivator log
19:06:31 [2024-02-17T00:06:31.103Z] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
19:06:31 [2024-02-17T00:06:31.103Z] Apache Ant(TM) version 1.10.14 compiled on August 16 2023
19:06:31 [2024-02-17T00:06:31.103Z] Buildfile: /home/jenkins/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/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.104Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.104Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.104Z] WARNING: A terminally deprecated method in java.lang.System has been called
19:06:31 [2024-02-17T00:06:31.104Z] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/42/0/.cp/lib/antsupportlib.jar)
19:06:31 [2024-02-17T00:06:31.104Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
19:06:31 [2024-02-17T00:06:31.104Z] WARNING: System::setSecurityManager will be removed in a future release
19:06:31 [2024-02-17T00:06:31.104Z] Build sequence for target(s) `publish' is [init, publish]
19:06:31 [2024-02-17T00:06:31.104Z] Complete build sequence is [init, publish, updateTestManifest, noDefault, updateTestManifests, ]
19:06:31 [2024-02-17T00:06:31.104Z] 
19:06:31 [2024-02-17T00:06:31.104Z] init:
19:06:31 [2024-02-17T00:06:31.104Z] parsing buildfile jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
19:06:31 [2024-02-17T00:06:31.105Z]  [property] Loading Environment env.
19:06:31 [2024-02-17T00:06:31.105Z]     [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.releng.tychoeclipsebuilder/equinox/$TMP
19:06:31 [2024-02-17T00:06:31.105Z]      [echo] DEBUG: echo properties at start of equinox publish
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] #Ant properties
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] #Sat Feb 17 00:06:26 UTC 2024
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] EBuilderDir=/home/jenkins/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
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] TMP=tmp
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.core.lib=/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.apache.ant_1.10.14.v20230922-1200/lib/ant.jar
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.file.Build\ specific\ targets\ and\ properties=/home/jenkins/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/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.file.type.Build\ specific\ targets\ and\ properties=file
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.home=/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.apache.ant_1.10.14.v20230922-1200
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.java.version=17
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.library.dir=/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.apache.ant_1.10.14.v20230922-1200/lib
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.project.default-target=noDefault
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.project.invoked-targets=publish
19:06:31 [2024-02-17T00:06:31.105Z] [echoproperties] ant.project.name=Build specific targets and properties
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] ant.version=Apache Ant(TM) version 1.10.14 compiled on August 16 2023
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] base.builder=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] basedir=/home/jenkins/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/equinox
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] buildDir=I20240216-1800
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] buildDirectory=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] buildId=I20240216-1800
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] buildRepo=/home/jenkins/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
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] buildType=I
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] dropTemplateFileName=/home/jenkins/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/publishingFiles/templateFiles/index.template_master.php
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] ds.delayed.keepInstances=true
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] ds.delayed.keepInstances.default=true
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] eclipse.application=org.eclipse.ant.core.antRunner
19:06:31 [2024-02-17T00:06:31.106Z] [echoproperties] eclipse.buildId=4.31.0.I20240215-1800
19:06:31 [2024-02-17T00:06:31.107Z] [echoproperties] eclipse.commands=-application\norg.eclipse.ant.core.antRunner\n-buildfile\n/home/jenkins/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/equinox/helper.xml\n-data\n/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/workspace-publishEquinox\n-DEBuilderDir\=/home/jenkins/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\n-DbuildDir\=I20240216-1800\n-DbuildDirectory\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops\n-DbuildId\=I20240216-1800\n-DbuildRepo\=/home/jenkins/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\n-DbuildType\=I\n-DpostingDirectory\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800\n-DequinoxPostingDirectory\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops\n-DeqpublishingContent\=/home/jenkins/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/equinox/publishingFiles\n-DdropTemplateFileName\=/home/jenkins/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/publishingFiles/templateFiles/index.template_master.php\n-DindexFileName\=index.php\n-DeclipseStream\=4.31.0\n-Dequinox.build.configs\=/home/jenkins/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/equinox/buildConfigs\n-Dbase.builder\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder\n-Djava.io.tmpdir\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp\n-v\npublish\n
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.home=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.home.location=file\:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.p2.data.area=@config.dir/../p2
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.p2.profile=SDKProfile
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.pdebuild.home=/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.pde.build_3.12.300.v20240212-0530/.
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.pdebuild.scripts=/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.pde.build_3.12.300.v20240212-0530/scripts
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.pdebuild.templates=/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.pde.build_3.12.300.v20240212-0530/templates
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.product=org.eclipse.platform.ide
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.running=true
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.startTime=1708128385249
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipse.stateSaveDelayInterval=30000
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] eclipseStream=4.31.0
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] env.AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] env.AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] env.ANT_HOME=/home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest
19:06:31 [2024-02-17T00:06:31.108Z] [echoproperties] env.API_FREEZE_REF_LABEL=
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.API_PREV_REF_LABEL=4.30
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BASEBUILDER_TAG=4.30
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BASEBUILD_ID=R-4.30-202312010110
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BRANCH=master
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILDTOOLS_REPO=https\://download.eclipse.org/eclipse/updates/buildtools/
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_DIR_SEG=I20240216-1800
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_DISPLAY_NAME=\#139
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.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
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.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
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_ID=I20240216-1800
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_IID=I20240216-1800\n
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_NUMBER=139
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_PRETTY_DATE=Fri Feb 16 18\:00\:00 EST 2024
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_TAG=jenkins-Builds-I-build-4.31-139
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_TYPE=I
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_TYPE_NAME=Integration
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_URL=https\://ci.eclipse.org/releng/job/Builds/job/I-build-4.31/139/
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.BUILD_VERSION=4.31\n
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.CI=true
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.CJE_ROOT=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.CLASSPATH=
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.COMPARATOR_ERRORS_BODY=\ 
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.COMPARATOR_ERRORS_SUBJECT=\ 
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.DISPLAY=\:0
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.DOWNLOAD_HOST=download.eclipse.org
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.DROP_DIR=siteDir/eclipse/downloads/drops4
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.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
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.ECLIPSE_RUN_REPO=https\://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.EQUINOX_DROP_DIR=siteDir/equinox/drops
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.EQ_BUILD_DIR_SEG=I20240216-1800
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.EXECUTOR_NUMBER=0
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.FREEZE_PARAMS=\ 
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.GITLAB_OBJECT_KIND=none
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.GIT_ROOT=git@github.com\:
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.HOME=/home/jenkins
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.HOSTNAME=aggrbuild-pod-k3mg9-lb0c3
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.HUDSON_HOME=/var/jenkins
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.HUDSON_SERVER_COOKIE=545d6c3e228ab39d
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.HUDSON_URL=https\://ci.eclipse.org/releng/
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.JAVA_DOC_TOOL=-Declipse.javadoc\=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.JAVA_HOME=/opt/tools/java/openjdk/jdk-17/latest
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.JENKINS_AGENT_NAME=aggrbuild-pod-k3mg9-lb0c3
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.JENKINS_AGENT_WORKDIR=/home/jenkins/agent
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.JENKINS_DISCOVERY_PORT=tcp\://10.30.17.174\:50000
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.JENKINS_DISCOVERY_PORT_50000_TCP=tcp\://10.30.17.174\:50000
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.17.174
19:06:31 [2024-02-17T00:06:31.109Z] [echoproperties] env.JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_DISCOVERY_SERVICE_HOST=10.30.17.174
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_DISCOVERY_SERVICE_PORT=50000
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_HOME=/var/jenkins
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_NAME=aggrbuild-pod-k3mg9-lb0c3
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_NODE_COOKIE=9bf8d39c-e264-4a98-afd4-e8e72912f6ba
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_SECRET=****
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_SERVER_COOKIE=durable-e9b3c7ad9e195ce55dacb964d3d40af58ba750e80f83b171a2c3f461cc74c5b0
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_TUNNEL=jenkins-discovery.releng.svc.cluster.local\:50000
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_UI_PORT=tcp\://10.30.16.208\:80
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_UI_PORT_80_TCP=tcp\://10.30.16.208\:80
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_UI_PORT_80_TCP_ADDR=10.30.16.208
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_UI_PORT_80_TCP_PORT=80
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_UI_PORT_80_TCP_PROTO=tcp
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_UI_SERVICE_HOST=10.30.16.208
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_UI_SERVICE_PORT=80
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_UI_SERVICE_PORT_HTTP=80
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JENKINS_URL=https\://ci.eclipse.org/releng/
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JOB_BASE_NAME=I-build-4.31
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JOB_DISPLAY_URL=https\://ci.eclipse.org/releng/job/Builds/job/I-build-4.31/display/redirect
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JOB_NAME=Builds/I-build-4.31
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.JOB_URL=https\://ci.eclipse.org/releng/job/Builds/job/I-build-4.31/
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KEYRING=****
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KEYRING_PASSPHRASE=PJx|dVZ}M?QS<6$&ClL|~\=PR\!}oW|yB'%a@_;SHIt{01}0$*4zxE0>R)\:Bv]0Z,\#
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KUBERNETES_PORT=tcp\://10.30.0.1\:443
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KUBERNETES_PORT_443_TCP=tcp\://10.30.0.1\:443
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KUBERNETES_PORT_443_TCP_PORT=443
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KUBERNETES_PORT_443_TCP_PROTO=tcp
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KUBERNETES_SERVICE_HOST=10.30.0.1
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KUBERNETES_SERVICE_PORT=443
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.KUBERNETES_SERVICE_PORT_HTTPS=443
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.LANG=en_US.UTF-8
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.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
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.LOCAL_REPO=localMavenRepo
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.MAVEN_OPTS=-Xmx6G
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.NODE_LABELS=aggrbuild-pod aggrbuild-pod-k3mg9-lb0c3
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.NODE_NAME=aggrbuild-pod-k3mg9-lb0c3
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.NSS_SDB_USE_CACHE=no
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.OLDPWD=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/notarizeEqLog
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.PATCH_OR_BRANCH_LABEL=master
19:06:31 [2024-02-17T00:06:31.110Z] [echoproperties] env.PATH=/home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest/bin\:/opt/tools/java/openjdk/jdk-17/latest/bin\:/opt/tools/java/openjdk/jdk-17/latest/bin\:/usr/local/sbin\:/usr/local/bin\:/usr/sbin\:/usr/bin\:/sbin\:/bin\:/opt/tools/apache-maven/latest/bin
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.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
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.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
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.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
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.POD_CONTAINER=jnlp
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.PREVIOUS_RELEASE_REPO_ID=4.30
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.PREVIOUS_RELEASE_VER=4.30
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.PWD=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.RELEASE_VER=4.31
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.RUN_ARTIFACTS_DISPLAY_URL=https\://ci.eclipse.org/releng/job/Builds/job/I-build-4.31/139/display/redirect?page\=artifacts
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.RUN_CHANGES_DISPLAY_URL=https\://ci.eclipse.org/releng/job/Builds/job/I-build-4.31/139/display/redirect?page\=changes
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.RUN_DISPLAY_URL=https\://ci.eclipse.org/releng/job/Builds/job/I-build-4.31/139/display/redirect
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.RUN_TESTS_DISPLAY_URL=https\://ci.eclipse.org/releng/job/Builds/job/I-build-4.31/139/display/redirect?page\=tests
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.SHLVL=4
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.STAGE_NAME=Gather Equinox Parts
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.STREAM=4.31.0
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.STREAMMajor=4
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.STREAMMinor=31
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.STREAMService=0
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.TERM=xterm
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.TESTED_BUILD_TYPE=I
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.TIMESTAMP=20240216-1800
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.TMP_DIR=tmp
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.UPDATES_DIR=siteDir/eclipse/updates
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.USER_NAME=jenkins
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.WEBTOOLS_REPO=https\://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.WORKSPACE=/home/jenkins/agent/workspace/Builds/I-build-4.31
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.WORKSPACE_TMP=/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env._=/opt/tools/java/openjdk/jdk-17/latest/bin/java
19:06:31 [2024-02-17T00:06:31.111Z] [echoproperties] env.logDir=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] eqpublishingContent=/home/jenkins/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/equinox/publishingFiles
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] equinox.build.configs=/home/jenkins/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/equinox/buildConfigs
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] equinox.init.uuid=true
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] equinoxPostingDirectory=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] file.encoding=UTF-8
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] file.separator=/
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] gosh.args=--nointeractive
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] indexFileName=index.php
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.class.path=/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
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.class.version=61.0
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.home=/opt/tools/java/openjdk/jdk-17/17.0.2+8
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.io.tmpdir=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.library.path=/usr/java/packages/lib\:/usr/lib64\:/lib64\:/lib\:/usr/lib
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.runtime.name=OpenJDK Runtime Environment
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.runtime.version=17.0.2+8-86
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.specification.name=Java Platform API Specification
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.specification.vendor=Oracle Corporation
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.specification.version=17
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vendor=Oracle Corporation
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vendor.url=https\://java.oracle.com/
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vendor.url.bug=https\://bugreport.java.com/bugreport/
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.version=17.0.2
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.version.date=2022-01-18
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vm.compressedOopsMode=32-bit
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vm.info=mixed mode, sharing
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vm.name=OpenJDK 64-Bit Server VM
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vm.specification.name=Java Virtual Machine Specification
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vm.specification.vendor=Oracle Corporation
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vm.specification.version=17
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vm.vendor=Oracle Corporation
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] java.vm.version=17.0.2+8-86
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] jdk.debug=release
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] line.separator=\n
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] native.encoding=UTF-8
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] org.osgi.framework.executionenvironment=OSGi/Minimum-1.0, OSGi/Minimum-1.1, OSGi/Minimum-1.2, JavaSE/compact1-1.8, JavaSE/compact2-1.8, JavaSE/compact3-1.8, JRE-1.1, J2SE-1.2, J2SE-1.3, J2SE-1.4, J2SE-1.5, JavaSE-1.6, JavaSE-1.7, JavaSE-1.8, JavaSE-9, JavaSE-10, JavaSE-11, JavaSE-12, JavaSE-13, JavaSE-14, JavaSE-15, JavaSE-16, JavaSE-17
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] org.osgi.framework.language=en
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] org.osgi.framework.os.name=Linux
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] org.osgi.framework.os.version=6.1.11.fc37
19:06:31 [2024-02-17T00:06:31.112Z] [echoproperties] org.osgi.framework.processor=x86-64
19:06:31 [2024-02-17T00:06:31.113Z] [echoproperties] org.osgi.framework.storage=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/configuration
19:06:31 [2024-02-17T00:06:31.113Z] [echoproperties] org.osgi.framework.system.capabilities=osgi.ee; osgi.ee\="OSGi/Minimum"; version\:List<Version>\="1.0, 1.1, 1.2", osgi.ee; osgi.ee\="JRE"; version\:List<Version>\="1.0, 1.1", osgi.ee; osgi.ee\="JavaSE"; version\:List<Version>\="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0",osgi.ee; osgi.ee\="JavaSE/compact1"; version\:List<Version>\="1.8, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0",osgi.ee; osgi.ee\="JavaSE/compact2"; version\:List<Version>\="1.8, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0",osgi.ee; osgi.ee\="JavaSE/compact3"; version\:List<Version>\="1.8, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0"
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] org.osgi.framework.system.packages=com.sun.jarsigner, com.sun.java.accessibility.util, com.sun.jdi, com.sun.jdi.connect, com.sun.jdi.connect.spi, com.sun.jdi.event, com.sun.jdi.request, com.sun.management, com.sun.net.httpserver, com.sun.net.httpserver.spi, com.sun.nio.file, com.sun.nio.sctp, com.sun.security.auth, com.sun.security.auth.callback, com.sun.security.auth.login, com.sun.security.auth.module, com.sun.security.jgss, com.sun.source.doctree, com.sun.source.tree, com.sun.source.util, com.sun.tools.attach, com.sun.tools.attach.spi, com.sun.tools.javac, com.sun.tools.jconsole, java.applet, java.awt, java.awt.color, java.awt.datatransfer, java.awt.desktop, java.awt.dnd, java.awt.event, java.awt.font, java.awt.geom, java.awt.im, java.awt.im.spi, java.awt.image, java.awt.image.renderable, java.awt.print, java.beans, java.beans.beancontext, java.io, java.lang, java.lang.annotation, java.lang.constant, java.lang.instrument, java.lang.invoke, java.lang.management, java.lang.module, java.lang.ref, java.lang.reflect, java.lang.runtime, java.math, java.net, java.net.http, java.net.spi, java.nio, java.nio.channels, java.nio.channels.spi, java.nio.charset, java.nio.charset.spi, java.nio.file, java.nio.file.attribute, java.nio.file.spi, java.rmi, java.rmi.dgc, java.rmi.registry, java.rmi.server, java.security, java.security.cert, java.security.interfaces, java.security.spec, java.sql, java.text, java.text.spi, java.time, java.time.chrono, java.time.format, java.time.temporal, java.time.zone, java.util, java.util.concurrent, java.util.concurrent.atomic, java.util.concurrent.locks, java.util.function, java.util.jar, java.util.logging, java.util.prefs, java.util.random, java.util.regex, java.util.spi, java.util.stream, java.util.zip, javax.accessibility, javax.annotation.processing, javax.crypto, javax.crypto.interfaces, javax.crypto.spec, javax.imageio, javax.imageio.event, javax.imageio.metadata, javax.imageio.plugins.bmp, javax.imageio.plugins.jpeg, javax.imageio.plugins.tiff, javax.imageio.spi, javax.imageio.stream, javax.lang.model, javax.lang.model.element, javax.lang.model.type, javax.lang.model.util, javax.management, javax.management.loading, javax.management.modelmbean, javax.management.monitor, javax.management.openmbean, javax.management.relation, javax.management.remote, javax.management.remote.rmi, javax.management.timer, javax.naming, javax.naming.directory, javax.naming.event, javax.naming.ldap, javax.naming.ldap.spi, javax.naming.spi, javax.net, javax.net.ssl, javax.print, javax.print.attribute, javax.print.attribute.standard, javax.print.event, javax.rmi.ssl, javax.script, javax.security.auth, javax.security.auth.callback, javax.security.auth.kerberos, javax.security.auth.login, javax.security.auth.spi, javax.security.auth.x500, javax.security.cert, javax.security.sasl, javax.smartcardio, javax.sound.midi, javax.sound.midi.spi, javax.sound.sampled, javax.sound.sampled.spi, javax.sql, javax.sql.rowset, javax.sql.rowset.serial, javax.sql.rowset.spi, javax.swing, javax.swing.border, javax.swing.colorchooser, javax.swing.event, javax.swing.filechooser, javax.swing.plaf, javax.swing.plaf.basic, javax.swing.plaf.metal, javax.swing.plaf.multi, javax.swing.plaf.nimbus, javax.swing.plaf.synth, javax.swing.table, javax.swing.text, javax.swing.text.html, javax.swing.text.html.parser, javax.swing.text.rtf, javax.swing.tree, javax.swing.undo, javax.tools, javax.transaction.xa, javax.xml, javax.xml.catalog, javax.xml.crypto, javax.xml.crypto.dom, javax.xml.crypto.dsig, javax.xml.crypto.dsig.dom, javax.xml.crypto.dsig.keyinfo, javax.xml.crypto.dsig.spec, javax.xml.datatype, javax.xml.namespace, javax.xml.parsers, javax.xml.stream, javax.xml.stream.events, javax.xml.stream.util, javax.xml.transform, javax.xml.transform.dom, javax.xml.transform.sax, javax.xml.transform.stax, javax.xml.transform.stream, javax.xml.validation, javax.xml.xpath, jdk.dynalink, jdk.dynalink.beans, jdk.dynalink.linker, jdk.dynalink.linker.support, jdk.dynalink.support, jdk.javadoc.doclet, jdk.jfr, jdk.jfr.consumer, jdk.jshell, jdk.jshell.execution, jdk.jshell.spi, jdk.jshell.tool, jdk.management.jfr, jdk.net, jdk.nio, jdk.nio.mapmode, jdk.security.jarsigner, jdk.swing.interop, netscape.javascript, org.ietf.jgss, org.w3c.dom, org.w3c.dom.bootstrap, org.w3c.dom.css, org.w3c.dom.events, org.w3c.dom.html, org.w3c.dom.ls, org.w3c.dom.ranges, org.w3c.dom.stylesheets, org.w3c.dom.traversal, org.w3c.dom.views, org.w3c.dom.xpath, org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers, sun.misc, sun.reflect
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] org.osgi.framework.uuid=11235aad-e1cb-4644-aa6c-95703d8a604e
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] org.osgi.framework.vendor=Eclipse
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] org.osgi.framework.version=1.10.0
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] org.osgi.supports.framework.extension=true
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] org.osgi.supports.framework.fragment=true
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] org.osgi.supports.framework.requirebundle=true
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] os.arch=amd64
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] os.name=Linux
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] os.version=6.1.11-200.fc37.x86_64
19:06:31 [2024-02-17T00:06:31.115Z] [echoproperties] osgi.arch=x86_64
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.bundles=reference\:file\:org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar,reference\:file\:org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar@1\:start
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.bundles.defaultStartLevel=4
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.compatibility.bootdelegation=true
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.compatibility.bootdelegation.default=true
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.configuration.area=file\:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/configuration/
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.framework=file\:/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.osgi_3.19.0.v20240213-1246.jar
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.framework.extensions=reference\:file\:org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.framework.shape=jar
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.framework.useSystemProperties=true
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.frameworkClassPath=., file\:/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.osgi.compatibility.state_1.2.1000.v20240213-1057.jar
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.install.area=file\:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.instance.area=file\:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/workspace-publishEquinox/
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.instance.area.default=file\:/home/jenkins/workspace/
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.logfile=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/workspace-publishEquinox/.metadata/.log
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.nl=en_US
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.os=linux
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.splashPath=platform\:/base/plugins/org.eclipse.platform
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.syspath=/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
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.tracefile=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/workspace-publishEquinox/.metadata/trace.log
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] osgi.ws=gtk
19:06:31 [2024-02-17T00:06:31.116Z] [echoproperties] path.separator=\:
19:06:31 [2024-02-17T00:06:31.117Z] [echoproperties] postingDirectory=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:06:31 [2024-02-17T00:06:31.117Z] [echoproperties] sun.arch.data.model=64
19:06:31 [2024-02-17T00:06:31.117Z] [echoproperties] sun.boot.library.path=/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib
19:06:31 [2024-02-17T00:06:31.117Z] [echoproperties] sun.cpu.endian=little
19:06:31 [2024-02-17T00:06:31.117Z] [echoproperties] sun.io.unicode.encoding=UnicodeLittle
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] sun.java.command=/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 -application org.eclipse.ant.core.antRunner -buildfile /home/jenkins/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/equinox/helper.xml -data /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/workspace-publishEquinox -DEBuilderDir\=/home/jenkins/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 -DbuildDir\=I20240216-1800 -DbuildDirectory\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops -DbuildId\=I20240216-1800 -DbuildRepo\=/home/jenkins/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 -DbuildType\=I -DpostingDirectory\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 -DequinoxPostingDirectory\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops -DeqpublishingContent\=/home/jenkins/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/equinox/publishingFiles -DdropTemplateFileName\=/home/jenkins/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/publishingFiles/templateFiles/index.template_master.php -DindexFileName\=index.php -DeclipseStream\=4.31.0 -Dequinox.build.configs\=/home/jenkins/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/equinox/buildConfigs -Dbase.builder\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder -Djava.io.tmpdir\=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp -v publish
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] sun.java.launcher=SUN_STANDARD
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] sun.jnu.encoding=UTF-8
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] sun.management.compiler=HotSpot 64-Bit Tiered Compilers
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] user.country=US
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] user.dir=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] user.home=/home/jenkins
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] user.language=en
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] user.name=jenkins
19:06:31 [2024-02-17T00:06:31.118Z] [echoproperties] user.timezone=UTC
19:06:31 [2024-02-17T00:06:31.118Z] 
19:06:31 [2024-02-17T00:06:31.118Z] publish:
19:06:31 [2024-02-17T00:06:31.118Z]      [echo] [DEBUG] Equinox helper.xml publish starting
19:06:31 [2024-02-17T00:06:31.118Z]      [copy] No sources found.
19:06:31 [2024-02-17T00:06:31.118Z]      [copy] No sources found.
19:06:31 [2024-02-17T00:06:31.119Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.119Z]       [ant] calling target(s) [default] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.119Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.119Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.119Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.119Z]       [ant] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.119Z] Build sequence for target(s) `all' is [init, all]
19:06:31 [2024-02-17T00:06:31.119Z] Complete build sequence is [init, all, compress, compress-tar.gz, compress-zip, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.119Z] 
19:06:31 [2024-02-17T00:06:31.119Z] init:
19:06:31 [2024-02-17T00:06:31.119Z] 
19:06:31 [2024-02-17T00:06:31.119Z] all:
19:06:31 [2024-02-17T00:06:31.120Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.120Z]   [antcall] calling target(s) [equinoxlaunchers] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.120Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.120Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.120Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.120Z] Build sequence for target(s) `equinoxlaunchers' is [equinoxlaunchers]
19:06:31 [2024-02-17T00:06:31.120Z] Complete build sequence is [equinoxlaunchers, compress, compress-tar.gz, compress-zip, init, all, ]
19:06:31 [2024-02-17T00:06:31.120Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.120Z] Build sequence for target(s) `equinoxlaunchers' is [equinoxlaunchers]
19:06:31 [2024-02-17T00:06:31.120Z] Complete build sequence is [equinoxlaunchers, compress, compress-tar.gz, compress-zip, init, all, ]
19:06:31 [2024-02-17T00:06:31.120Z] 
19:06:31 [2024-02-17T00:06:31.120Z] equinoxlaunchers:
19:06:31 [2024-02-17T00:06:31.121Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.121Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.121Z] [p2.mirror] Messages while mirroring artifact descriptors.
19:06:31 [2024-02-17T00:06:31.121Z] [p2.mirror] OK
19:06:31 [2024-02-17T00:06:31.121Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/artifacts.jar
19:06:31 [2024-02-17T00:06:31.121Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/content.jar
19:06:31 [2024-02-17T00:06:31.121Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.121Z]   [antcall] calling target(s) [compress] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.121Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.122Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.122Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.122Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.122Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.122Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.122Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.122Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.122Z] 
19:06:31 [2024-02-17T00:06:31.123Z] compress:
19:06:31 [2024-02-17T00:06:31.123Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.123Z]   [antcall] calling target(s) [compress-zip] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.123Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.123Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.123Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.123Z] Build sequence for target(s) `compress-zip' is [compress-zip]
19:06:31 [2024-02-17T00:06:31.123Z] Complete build sequence is [compress-zip, compress, compress-tar.gz, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.123Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.123Z] Build sequence for target(s) `compress-zip' is [compress-zip]
19:06:31 [2024-02-17T00:06:31.123Z] Complete build sequence is [compress-zip, compress, compress-tar.gz, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.123Z] 
19:06:31 [2024-02-17T00:06:31.124Z] compress-zip:
19:06:31 [2024-02-17T00:06:31.124Z]      [exec] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.124Z]      [exec] Executing 'zip' with arguments:
19:06:31 [2024-02-17T00:06:31.124Z]      [exec] '-q'
19:06:31 [2024-02-17T00:06:31.124Z]      [exec] '/home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-win32.win32.x86_64.I20240216-1800.zip'
19:06:31 [2024-02-17T00:06:31.124Z]      [exec] '-r'
19:06:31 [2024-02-17T00:06:31.124Z]      [exec] '.'
19:06:31 [2024-02-17T00:06:31.124Z]      [exec] 
19:06:31 [2024-02-17T00:06:31.124Z]      [exec] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.124Z]      [exec] not part of the command.
19:06:31 [2024-02-17T00:06:31.124Z]      [move] Moving 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.124Z]      [move] Attempting to rename: /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-win32.win32.x86_64.I20240216-1800.zip to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/launchers-win32.win32.x86_64.I20240216-1800.zip
19:06:31 [2024-02-17T00:06:31.124Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.124Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.125Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.125Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/artifacts.jar
19:06:31 [2024-02-17T00:06:31.125Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/content.jar
19:06:31 [2024-02-17T00:06:31.125Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.125Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.125Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/plugins
19:06:31 [2024-02-17T00:06:31.125Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/binary/org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.126Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/binary
19:06:31 [2024-02-17T00:06:31.126Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.126Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/features
19:06:31 [2024-02-17T00:06:31.126Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.126Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.126Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.126Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.127Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.127Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.127Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.127Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244/META-INF
19:06:31 [2024-02-17T00:06:31.127Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244/eclipse_11900.dll
19:06:31 [2024-02-17T00:06:31.128Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244/about.html
19:06:31 [2024-02-17T00:06:31.128Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244/launcher.win32.win32.x86_64.properties
19:06:31 [2024-02-17T00:06:31.128Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244
19:06:31 [2024-02-17T00:06:31.128Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins
19:06:31 [2024-02-17T00:06:31.128Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.129Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.129Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.129Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF
19:06:31 [2024-02-17T00:06:31.129Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.129Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.129Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.130Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.130Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.130Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64
19:06:31 [2024-02-17T00:06:31.130Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.130Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.131Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.131Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.131Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.131Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64
19:06:31 [2024-02-17T00:06:31.131Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx
19:06:31 [2024-02-17T00:06:31.132Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa
19:06:31 [2024-02-17T00:06:31.132Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.132Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64
19:06:31 [2024-02-17T00:06:31.132Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.132Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le
19:06:31 [2024-02-17T00:06:31.133Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.133Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64
19:06:31 [2024-02-17T00:06:31.133Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux
19:06:31 [2024-02-17T00:06:31.133Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk
19:06:31 [2024-02-17T00:06:31.133Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.133Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.134Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64
19:06:31 [2024-02-17T00:06:31.134Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32
19:06:31 [2024-02-17T00:06:31.134Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32
19:06:31 [2024-02-17T00:06:31.134Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin
19:06:31 [2024-02-17T00:06:31.134Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.135Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root
19:06:31 [2024-02-17T00:06:31.135Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.135Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.135Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.135Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.135Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.136Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.136Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.136Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features
19:06:31 [2024-02-17T00:06:31.136Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary/org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.136Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary
19:06:31 [2024-02-17T00:06:31.136Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse
19:06:31 [2024-02-17T00:06:31.137Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.137Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.137Z] Overriding previous definition of reference to org.eclipse.equinox.executable.feature.group
19:06:31 [2024-02-17T00:06:31.137Z] Overriding previous definition of reference to org.eclipse.equinox.executable
19:06:31 [2024-02-17T00:06:31.137Z] [p2.mirror] Messages while mirroring artifact descriptors.
19:06:31 [2024-02-17T00:06:31.137Z] [p2.mirror] OK
19:06:31 [2024-02-17T00:06:31.137Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/artifacts.jar
19:06:31 [2024-02-17T00:06:31.137Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/content.jar
19:06:31 [2024-02-17T00:06:31.137Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.137Z]   [antcall] calling target(s) [compress] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.138Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.138Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.138Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.138Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.138Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.138Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.138Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.138Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.138Z] 
19:06:31 [2024-02-17T00:06:31.138Z] compress:
19:06:31 [2024-02-17T00:06:31.138Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.138Z]   [antcall] calling target(s) [compress-tar.gz] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.139Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.139Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.139Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.139Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.139Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.139Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.139Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.139Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.139Z] 
19:06:31 [2024-02-17T00:06:31.139Z] compress-tar.gz:
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] Executing 'sh' with arguments:
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] '-c'
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] 'tar -cvzf /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-linux.gtk.x86_64.I20240216-1800.tar.gz *'
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] 
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] not part of the command.
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] eclipse/
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] eclipse/plugins/
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/META-INF/
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.139Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/launcher.gtk.linux.x86_64.properties
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/
19:06:31 [2024-02-17T00:06:31.140Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/binary/
19:06:31 [2024-02-17T00:06:31.141Z]      [exec] eclipse/binary/org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.141Z]      [move] Moving 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.141Z]      [move] Attempting to rename: /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-linux.gtk.x86_64.I20240216-1800.tar.gz to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/launchers-linux.gtk.x86_64.I20240216-1800.tar.gz
19:06:31 [2024-02-17T00:06:31.142Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.142Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.142Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.142Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/artifacts.jar
19:06:31 [2024-02-17T00:06:31.142Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/content.jar
19:06:31 [2024-02-17T00:06:31.142Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.142Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar
19:06:31 [2024-02-17T00:06:31.143Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/plugins
19:06:31 [2024-02-17T00:06:31.143Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.143Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/features
19:06:31 [2024-02-17T00:06:31.143Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/binary/org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.143Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/binary
19:06:31 [2024-02-17T00:06:31.143Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.144Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.144Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.144Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.144Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.144Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.144Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.145Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/META-INF
19:06:31 [2024-02-17T00:06:31.145Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.145Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.145Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338/launcher.gtk.linux.x86_64.properties
19:06:31 [2024-02-17T00:06:31.145Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338
19:06:31 [2024-02-17T00:06:31.146Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins
19:06:31 [2024-02-17T00:06:31.146Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.146Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.146Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.146Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF
19:06:31 [2024-02-17T00:06:31.146Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.147Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.147Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.147Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.147Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.147Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64
19:06:31 [2024-02-17T00:06:31.148Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.148Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.148Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.148Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.148Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.149Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64
19:06:31 [2024-02-17T00:06:31.149Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx
19:06:31 [2024-02-17T00:06:31.149Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa
19:06:31 [2024-02-17T00:06:31.149Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.150Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64
19:06:31 [2024-02-17T00:06:31.150Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.150Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le
19:06:31 [2024-02-17T00:06:31.150Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.150Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64
19:06:31 [2024-02-17T00:06:31.151Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux
19:06:31 [2024-02-17T00:06:31.151Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk
19:06:31 [2024-02-17T00:06:31.151Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.151Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.151Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64
19:06:31 [2024-02-17T00:06:31.151Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32
19:06:31 [2024-02-17T00:06:31.152Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32
19:06:31 [2024-02-17T00:06:31.152Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin
19:06:31 [2024-02-17T00:06:31.152Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.152Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root
19:06:31 [2024-02-17T00:06:31.152Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.153Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.153Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.153Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.153Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.153Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.153Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.154Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features
19:06:31 [2024-02-17T00:06:31.154Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary/org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.154Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary
19:06:31 [2024-02-17T00:06:31.154Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse
19:06:31 [2024-02-17T00:06:31.154Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.154Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.154Z] Overriding previous definition of reference to org.eclipse.equinox.executable.feature.group
19:06:31 [2024-02-17T00:06:31.154Z] Overriding previous definition of reference to org.eclipse.equinox.executable
19:06:31 [2024-02-17T00:06:31.154Z] [p2.mirror] Messages while mirroring artifact descriptors.
19:06:31 [2024-02-17T00:06:31.154Z] [p2.mirror] OK
19:06:31 [2024-02-17T00:06:31.155Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/artifacts.jar
19:06:31 [2024-02-17T00:06:31.155Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/content.jar
19:06:31 [2024-02-17T00:06:31.155Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.155Z]   [antcall] calling target(s) [compress] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.155Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.155Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.155Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.155Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.155Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.156Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.156Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.156Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.156Z] 
19:06:31 [2024-02-17T00:06:31.156Z] compress:
19:06:31 [2024-02-17T00:06:31.156Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.156Z]   [antcall] calling target(s) [compress-tar.gz] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.157Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.157Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.157Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.157Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.157Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.157Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.157Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.157Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.157Z] 
19:06:31 [2024-02-17T00:06:31.157Z] compress-tar.gz:
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] Executing 'sh' with arguments:
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] '-c'
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] 'tar -cvzf /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-linux.gtk.ppc64le.I20240216-1800.tar.gz *'
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] 
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] not part of the command.
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] eclipse/
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] eclipse/plugins/
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/META-INF/
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.157Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/launcher.gtk.linux.ppc64le.properties
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/
19:06:31 [2024-02-17T00:06:31.158Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/binary/
19:06:31 [2024-02-17T00:06:31.159Z]      [exec] eclipse/binary/org.eclipse.equinox.executable_root.gtk.linux.ppc64le_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.159Z]      [move] Moving 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.160Z]      [move] Attempting to rename: /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-linux.gtk.ppc64le.I20240216-1800.tar.gz to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/launchers-linux.gtk.ppc64le.I20240216-1800.tar.gz
19:06:31 [2024-02-17T00:06:31.160Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.160Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.160Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.160Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/artifacts.jar
19:06:31 [2024-02-17T00:06:31.160Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/content.jar
19:06:31 [2024-02-17T00:06:31.160Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.161Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338.jar
19:06:31 [2024-02-17T00:06:31.161Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/plugins
19:06:31 [2024-02-17T00:06:31.161Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/binary/org.eclipse.equinox.executable_root.gtk.linux.ppc64le_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.161Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/binary
19:06:31 [2024-02-17T00:06:31.161Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.161Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/features
19:06:31 [2024-02-17T00:06:31.162Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.162Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.162Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.162Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.162Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.163Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.163Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.163Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/META-INF
19:06:31 [2024-02-17T00:06:31.163Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.163Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.163Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338/launcher.gtk.linux.ppc64le.properties
19:06:31 [2024-02-17T00:06:31.164Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338
19:06:31 [2024-02-17T00:06:31.164Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins
19:06:31 [2024-02-17T00:06:31.164Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.164Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.164Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.165Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF
19:06:31 [2024-02-17T00:06:31.165Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.165Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.165Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.166Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.166Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.166Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64
19:06:31 [2024-02-17T00:06:31.166Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.166Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.167Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.167Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.167Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.167Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64
19:06:31 [2024-02-17T00:06:31.167Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx
19:06:31 [2024-02-17T00:06:31.168Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa
19:06:31 [2024-02-17T00:06:31.168Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.168Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64
19:06:31 [2024-02-17T00:06:31.168Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.168Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le
19:06:31 [2024-02-17T00:06:31.169Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.169Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64
19:06:31 [2024-02-17T00:06:31.169Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux
19:06:31 [2024-02-17T00:06:31.169Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk
19:06:31 [2024-02-17T00:06:31.169Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.170Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.170Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64
19:06:31 [2024-02-17T00:06:31.170Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32
19:06:31 [2024-02-17T00:06:31.170Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32
19:06:31 [2024-02-17T00:06:31.170Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin
19:06:31 [2024-02-17T00:06:31.171Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.171Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root
19:06:31 [2024-02-17T00:06:31.171Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.171Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.171Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.171Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.172Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.172Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.172Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.172Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features
19:06:31 [2024-02-17T00:06:31.172Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary/org.eclipse.equinox.executable_root.gtk.linux.ppc64le_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.173Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary
19:06:31 [2024-02-17T00:06:31.173Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse
19:06:31 [2024-02-17T00:06:31.173Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.173Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.173Z] Overriding previous definition of reference to org.eclipse.equinox.executable.feature.group
19:06:31 [2024-02-17T00:06:31.173Z] Overriding previous definition of reference to org.eclipse.equinox.executable
19:06:31 [2024-02-17T00:06:31.173Z] [p2.mirror] Messages while mirroring artifact descriptors.
19:06:31 [2024-02-17T00:06:31.173Z] [p2.mirror] OK
19:06:31 [2024-02-17T00:06:31.173Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/artifacts.jar
19:06:31 [2024-02-17T00:06:31.173Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/content.jar
19:06:31 [2024-02-17T00:06:31.174Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.174Z]   [antcall] calling target(s) [compress] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.174Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.174Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.174Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.174Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.174Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.174Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.174Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.174Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.174Z] 
19:06:31 [2024-02-17T00:06:31.174Z] compress:
19:06:31 [2024-02-17T00:06:31.174Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.175Z]   [antcall] calling target(s) [compress-tar.gz] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.175Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.175Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.175Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.175Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.175Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.175Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.175Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.175Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.175Z] 
19:06:31 [2024-02-17T00:06:31.175Z] compress-tar.gz:
19:06:31 [2024-02-17T00:06:31.175Z]      [exec] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.175Z]      [exec] Executing 'sh' with arguments:
19:06:31 [2024-02-17T00:06:31.175Z]      [exec] '-c'
19:06:31 [2024-02-17T00:06:31.175Z]      [exec] 'tar -cvzf /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-linux.gtk.aarch64.I20240216-1800.tar.gz *'
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] 
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] not part of the command.
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/META-INF/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/launcher.gtk.linux.aarch64.properties
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/
19:06:31 [2024-02-17T00:06:31.176Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/binary/
19:06:31 [2024-02-17T00:06:31.177Z]      [exec] eclipse/binary/org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.178Z]      [move] Moving 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.178Z]      [move] Attempting to rename: /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-linux.gtk.aarch64.I20240216-1800.tar.gz to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/launchers-linux.gtk.aarch64.I20240216-1800.tar.gz
19:06:31 [2024-02-17T00:06:31.178Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.178Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.178Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.178Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/artifacts.jar
19:06:31 [2024-02-17T00:06:31.179Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/content.jar
19:06:31 [2024-02-17T00:06:31.179Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.179Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar
19:06:31 [2024-02-17T00:06:31.179Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/plugins
19:06:31 [2024-02-17T00:06:31.179Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.179Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/features
19:06:31 [2024-02-17T00:06:31.180Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/binary/org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.180Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/binary
19:06:31 [2024-02-17T00:06:31.180Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.180Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.180Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.180Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.181Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.181Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.181Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/META-INF
19:06:31 [2024-02-17T00:06:31.181Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.181Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.182Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338/launcher.gtk.linux.aarch64.properties
19:06:31 [2024-02-17T00:06:31.182Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338
19:06:31 [2024-02-17T00:06:31.182Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.182Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins
19:06:31 [2024-02-17T00:06:31.182Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.182Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.183Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.183Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF
19:06:31 [2024-02-17T00:06:31.183Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.183Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.183Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.184Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.184Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.184Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64
19:06:31 [2024-02-17T00:06:31.184Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.185Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.185Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.185Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.185Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.185Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64
19:06:31 [2024-02-17T00:06:31.186Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx
19:06:31 [2024-02-17T00:06:31.186Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa
19:06:31 [2024-02-17T00:06:31.186Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.186Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64
19:06:31 [2024-02-17T00:06:31.186Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.187Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le
19:06:31 [2024-02-17T00:06:31.187Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.187Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64
19:06:31 [2024-02-17T00:06:31.187Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux
19:06:31 [2024-02-17T00:06:31.187Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk
19:06:31 [2024-02-17T00:06:31.188Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.188Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.188Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64
19:06:31 [2024-02-17T00:06:31.188Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32
19:06:31 [2024-02-17T00:06:31.188Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32
19:06:31 [2024-02-17T00:06:31.189Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin
19:06:31 [2024-02-17T00:06:31.189Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.189Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root
19:06:31 [2024-02-17T00:06:31.189Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.189Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.189Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.190Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.190Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.190Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.190Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.190Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features
19:06:31 [2024-02-17T00:06:31.191Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary/org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.191Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary
19:06:31 [2024-02-17T00:06:31.191Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse
19:06:31 [2024-02-17T00:06:31.191Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.191Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.191Z] Overriding previous definition of reference to org.eclipse.equinox.executable.feature.group
19:06:31 [2024-02-17T00:06:31.191Z] Overriding previous definition of reference to org.eclipse.equinox.executable
19:06:31 [2024-02-17T00:06:31.191Z] [p2.mirror] Messages while mirroring artifact descriptors.
19:06:31 [2024-02-17T00:06:31.191Z] [p2.mirror] OK
19:06:31 [2024-02-17T00:06:31.191Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/artifacts.jar
19:06:31 [2024-02-17T00:06:31.191Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/content.jar
19:06:31 [2024-02-17T00:06:31.192Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.192Z]   [antcall] calling target(s) [compress] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.192Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.192Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.192Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.192Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.192Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.192Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.192Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.192Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.192Z] 
19:06:31 [2024-02-17T00:06:31.193Z] compress:
19:06:31 [2024-02-17T00:06:31.193Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.193Z]   [antcall] calling target(s) [compress-tar.gz] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.193Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.193Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.193Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.193Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.193Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.193Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.193Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.193Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.193Z] 
19:06:31 [2024-02-17T00:06:31.193Z] compress-tar.gz:
19:06:31 [2024-02-17T00:06:31.193Z]      [exec] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] Executing 'sh' with arguments:
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] '-c'
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] 'tar -cvzf /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-macosx.cocoa.x86_64.I20240216-1800.tar.gz *'
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] 
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] not part of the command.
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/META-INF/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/launcher.cocoa.macosx.x86_64.properties
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.194Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.195Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.196Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.196Z]      [exec] eclipse/binary/
19:06:31 [2024-02-17T00:06:31.196Z]      [exec] eclipse/binary/org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.196Z]      [move] Moving 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.196Z]      [move] Attempting to rename: /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-macosx.cocoa.x86_64.I20240216-1800.tar.gz to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/launchers-macosx.cocoa.x86_64.I20240216-1800.tar.gz
19:06:31 [2024-02-17T00:06:31.196Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.196Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.196Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.196Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/artifacts.jar
19:06:31 [2024-02-17T00:06:31.197Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/content.jar
19:06:31 [2024-02-17T00:06:31.197Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.197Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar
19:06:31 [2024-02-17T00:06:31.197Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/plugins
19:06:31 [2024-02-17T00:06:31.197Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/binary/org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.197Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/binary
19:06:31 [2024-02-17T00:06:31.198Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.198Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp/features
19:06:31 [2024-02-17T00:06:31.198Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.198Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp
19:06:31 [2024-02-17T00:06:31.198Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.198Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.198Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.199Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.199Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/META-INF
19:06:31 [2024-02-17T00:06:31.199Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.199Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.199Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338/launcher.cocoa.macosx.x86_64.properties
19:06:31 [2024-02-17T00:06:31.200Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338
19:06:31 [2024-02-17T00:06:31.200Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.200Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/plugins
19:06:31 [2024-02-17T00:06:31.200Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.200Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.200Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.201Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF
19:06:31 [2024-02-17T00:06:31.201Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.201Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.201Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.201Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.202Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.202Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64
19:06:31 [2024-02-17T00:06:31.202Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.202Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS
19:06:31 [2024-02-17T00:06:31.202Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.203Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents
19:06:31 [2024-02-17T00:06:31.203Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app
19:06:31 [2024-02-17T00:06:31.203Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64
19:06:31 [2024-02-17T00:06:31.203Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx
19:06:31 [2024-02-17T00:06:31.203Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa
19:06:31 [2024-02-17T00:06:31.204Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.204Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64
19:06:31 [2024-02-17T00:06:31.204Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.204Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le
19:06:31 [2024-02-17T00:06:31.204Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.205Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64
19:06:31 [2024-02-17T00:06:31.205Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux
19:06:31 [2024-02-17T00:06:31.205Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk
19:06:31 [2024-02-17T00:06:31.205Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.205Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.206Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64
19:06:31 [2024-02-17T00:06:31.206Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32
19:06:31 [2024-02-17T00:06:31.206Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32
19:06:31 [2024-02-17T00:06:31.206Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin
19:06:31 [2024-02-17T00:06:31.206Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.207Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root
19:06:31 [2024-02-17T00:06:31.207Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.207Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.207Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.207Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.207Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.208Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.208Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.208Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/features
19:06:31 [2024-02-17T00:06:31.208Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary/org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.208Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/binary
19:06:31 [2024-02-17T00:06:31.208Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse
19:06:31 [2024-02-17T00:06:31.208Z]    [delete] Deleting 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/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.209Z]     [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.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/featureTemp2
19:06:31 [2024-02-17T00:06:31.209Z] Overriding previous definition of reference to org.eclipse.equinox.executable.feature.group
19:06:31 [2024-02-17T00:06:31.209Z] Overriding previous definition of reference to org.eclipse.equinox.executable
19:06:31 [2024-02-17T00:06:31.209Z] [p2.mirror] Messages while mirroring artifact descriptors.
19:06:31 [2024-02-17T00:06:31.209Z] [p2.mirror] OK
19:06:31 [2024-02-17T00:06:31.209Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/artifacts.jar
19:06:31 [2024-02-17T00:06:31.209Z]    [delete] Deleting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/eclipse/content.jar
19:06:31 [2024-02-17T00:06:31.209Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.209Z]   [antcall] calling target(s) [compress] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.209Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.210Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.210Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.210Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.210Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.210Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.210Z] Build sequence for target(s) `compress' is [compress]
19:06:31 [2024-02-17T00:06:31.210Z] Complete build sequence is [compress, compress-tar.gz, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.210Z] 
19:06:31 [2024-02-17T00:06:31.210Z] compress:
19:06:31 [2024-02-17T00:06:31.210Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.210Z]   [antcall] calling target(s) [compress-tar.gz] in build 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.210Z] parsing buildfile /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml with URI = 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.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
19:06:31 [2024-02-17T00:06:31.211Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.211Z]  [macrodef] creating macro  buildRepos
19:06:31 [2024-02-17T00:06:31.211Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.211Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.211Z]   [antcall] Entering /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml...
19:06:31 [2024-02-17T00:06:31.211Z] Build sequence for target(s) `compress-tar.gz' is [compress-tar.gz]
19:06:31 [2024-02-17T00:06:31.211Z] Complete build sequence is [compress-tar.gz, compress, compress-zip, init, all, equinoxlaunchers, ]
19:06:31 [2024-02-17T00:06:31.211Z] 
19:06:31 [2024-02-17T00:06:31.211Z] compress-tar.gz:
19:06:31 [2024-02-17T00:06:31.211Z]      [exec] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.211Z]      [exec] Executing 'sh' with arguments:
19:06:31 [2024-02-17T00:06:31.211Z]      [exec] '-c'
19:06:31 [2024-02-17T00:06:31.211Z]      [exec] 'tar -cvzf /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-macosx.cocoa.aarch64.I20240216-1800.tar.gz *'
19:06:31 [2024-02-17T00:06:31.211Z]      [exec] 
19:06:31 [2024-02-17T00:06:31.211Z]      [exec] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.211Z]      [exec] not part of the command.
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/plugins/
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/META-INF/
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.469Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338/launcher.cocoa.macosx.aarch64.properties
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/META-INF/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/eclipse_11900.so
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/about.html
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338/launcher.cocoa.macosx.aarch64.properties
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/MANIFEST.MF
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.SF
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/META-INF/ECLIPSE_.RSA
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.470Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/aarch64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/MacOS/launcher
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/cocoa/macosx/x86_64/Eclipse.app/Contents/Info.plist
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/aarch64/launcher
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/ppc64le/launcher
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/gtk/linux/x86_64/launcher
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/eclipsec.exe
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/bin/win32/win32/x86_64/launcher.exe
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/gtk_root/about.html
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/epl-2.0.html
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/license.html
19:06:31 [2024-02-17T00:06:31.471Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.properties
19:06:31 [2024-02-17T00:06:31.472Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/build.xml
19:06:31 [2024-02-17T00:06:31.472Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.xml
19:06:31 [2024-02-17T00:06:31.472Z]      [exec] eclipse/features/org.eclipse.equinox.executable_3.8.2400.v20240213-1244/feature.properties
19:06:31 [2024-02-17T00:06:31.472Z]      [exec] eclipse/binary/
19:06:31 [2024-02-17T00:06:31.472Z]      [exec] eclipse/binary/org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2400.v20240213-1244
19:06:31 [2024-02-17T00:06:31.472Z]      [move] Moving 1 file to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.472Z]      [move] Attempting to rename: /home/jenkins/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/equinox/buildConfigs/equinox-launchers/featureTemp2/launchers-macosx.cocoa.aarch64.I20240216-1800.tar.gz to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/launchers-macosx.cocoa.aarch64.I20240216-1800.tar.gz
19:06:31 [2024-02-17T00:06:31.472Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.472Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.472Z]   [antcall] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.473Z]       [ant] Exiting /home/jenkins/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/equinox/buildConfigs/equinox-launchers/build.xml.
19:06:31 [2024-02-17T00:06:31.473Z]      [copy] Copying 3 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.473Z]      [copy] Copying /home/jenkins/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/plugins/org.apache.felix.gogo.command_1.1.2.jar to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.apache.felix.gogo.command_1.1.2.jar
19:06:31 [2024-02-17T00:06:31.473Z]      [copy] Copying /home/jenkins/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/plugins/org.apache.felix.gogo.runtime_1.1.6.jar to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.apache.felix.gogo.runtime_1.1.6.jar
19:06:31 [2024-02-17T00:06:31.474Z]      [copy] Copying /home/jenkins/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/plugins/org.apache.felix.gogo.shell_1.1.4.jar to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.apache.felix.gogo.shell_1.1.4.jar
19:06:31 [2024-02-17T00:06:31.474Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.474Z]   [antcall] calling target(s) [updateTestManifests] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.474Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.474Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.474Z] Build sequence for target(s) `updateTestManifests' is [init, updateTestManifests]
19:06:31 [2024-02-17T00:06:31.474Z] Complete build sequence is [init, updateTestManifests, updateTestManifest, noDefault, publish, ]
19:06:31 [2024-02-17T00:06:31.474Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.474Z] Build sequence for target(s) `updateTestManifests' is [init, updateTestManifests]
19:06:31 [2024-02-17T00:06:31.474Z] Complete build sequence is [init, updateTestManifests, updateTestManifest, noDefault, publish, ]
19:06:31 [2024-02-17T00:06:31.474Z] 
19:06:31 [2024-02-17T00:06:31.475Z] init:
19:06:31 [2024-02-17T00:06:31.475Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.475Z] 
19:06:31 [2024-02-17T00:06:31.475Z] updateTestManifests:
19:06:31 [2024-02-17T00:06:31.475Z]      [echo] Starting updateTestManifest
19:06:31 [2024-02-17T00:06:31.475Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.475Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.475Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.475Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.475Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.475Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.475Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.476Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.476Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.476Z] 
19:06:31 [2024-02-17T00:06:31.476Z] init:
19:06:31 [2024-02-17T00:06:31.476Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.476Z] 
19:06:31 [2024-02-17T00:06:31.476Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.476Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.476Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.app.txt
19:06:31 [2024-02-17T00:06:31.476Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.476Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.app_1.7.0.v20240213-1427.jar'
19:06:31 [2024-02-17T00:06:31.476Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.476Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.476Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.476Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.476Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.app.txt'.
19:06:31 [2024-02-17T00:06:31.476Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.476Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.app.txt'.
19:06:31 [2024-02-17T00:06:31.476Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.476Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.app.txt'.
19:06:31 [2024-02-17T00:06:31.477Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.477Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.app.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.477Z]  [loadfile] loaded 44 characters
19:06:31 [2024-02-17T00:06:31.477Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.app.txt
19:06:31 [2024-02-17T00:06:31.477Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.app@ --> org.eclipse.equinox.app_1.7.0.v20240213-1427
19:06:31 [2024-02-17T00:06:31.477Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.477Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.477Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.478Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.478Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.478Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.478Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.478Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.478Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.478Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.478Z] 
19:06:31 [2024-02-17T00:06:31.478Z] init:
19:06:31 [2024-02-17T00:06:31.478Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.478Z] 
19:06:31 [2024-02-17T00:06:31.478Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.478Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.478Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.console.txt
19:06:31 [2024-02-17T00:06:31.478Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.console.jaas.fragment_1.2.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.console.ssh_1.3.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.console.txt
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.console_1.4.700.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.console.txt
19:06:31 [2024-02-17T00:06:31.479Z]     [apply] Applied ls to 3 files and 0 directories.
19:06:31 [2024-02-17T00:06:31.479Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.console.txt'.
19:06:31 [2024-02-17T00:06:31.479Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.480Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.console.txt'.
19:06:31 [2024-02-17T00:06:31.480Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.480Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.console.txt'.
19:06:31 [2024-02-17T00:06:31.480Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.480Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.console.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.480Z]  [loadfile] loaded 50 characters
19:06:31 [2024-02-17T00:06:31.480Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.console.txt
19:06:31 [2024-02-17T00:06:31.480Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.console@ --> org.eclipse.equinox.console_1.4.700.v20240213-1244
19:06:31 [2024-02-17T00:06:31.480Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.480Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.481Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.481Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.481Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.481Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.481Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.481Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.481Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.481Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.481Z] 
19:06:31 [2024-02-17T00:06:31.481Z] init:
19:06:31 [2024-02-17T00:06:31.481Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.481Z] 
19:06:31 [2024-02-17T00:06:31.481Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.481Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.482Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.supplement.txt
19:06:31 [2024-02-17T00:06:31.482Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.482Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.supplement_1.10.800.v20240115-0830.jar'
19:06:31 [2024-02-17T00:06:31.482Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.482Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.482Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.482Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.482Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.supplement.txt'.
19:06:31 [2024-02-17T00:06:31.482Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.482Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.supplement.txt'.
19:06:31 [2024-02-17T00:06:31.482Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.482Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.supplement.txt'.
19:06:31 [2024-02-17T00:06:31.482Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.483Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.supplement.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.483Z]  [loadfile] loaded 54 characters
19:06:31 [2024-02-17T00:06:31.483Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.supplement.txt
19:06:31 [2024-02-17T00:06:31.483Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.supplement@ --> org.eclipse.equinox.supplement_1.10.800.v20240115-0830
19:06:31 [2024-02-17T00:06:31.483Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.483Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.483Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.484Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.484Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.484Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.484Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.484Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.484Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.484Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.484Z] 
19:06:31 [2024-02-17T00:06:31.484Z] init:
19:06:31 [2024-02-17T00:06:31.484Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.484Z] 
19:06:31 [2024-02-17T00:06:31.484Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.484Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.484Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.device.txt
19:06:31 [2024-02-17T00:06:31.484Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.484Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.device_1.2.0.v20240213-1515.jar'
19:06:31 [2024-02-17T00:06:31.484Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.484Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.485Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.485Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.485Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.device.txt'.
19:06:31 [2024-02-17T00:06:31.485Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.485Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.device.txt'.
19:06:31 [2024-02-17T00:06:31.485Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.485Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.device.txt'.
19:06:31 [2024-02-17T00:06:31.485Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.485Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.device.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.485Z]  [loadfile] loaded 47 characters
19:06:31 [2024-02-17T00:06:31.485Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.device.txt
19:06:31 [2024-02-17T00:06:31.485Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.device@ --> org.eclipse.equinox.device_1.2.0.v20240213-1515
19:06:31 [2024-02-17T00:06:31.486Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.486Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.486Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.486Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.486Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.486Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.486Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.486Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.487Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.487Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.487Z] 
19:06:31 [2024-02-17T00:06:31.487Z] init:
19:06:31 [2024-02-17T00:06:31.487Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.487Z] 
19:06:31 [2024-02-17T00:06:31.487Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.487Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.487Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.event.txt
19:06:31 [2024-02-17T00:06:31.487Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.487Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.event_1.7.0.v20240214-0846.jar'
19:06:31 [2024-02-17T00:06:31.487Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.487Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.487Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.487Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.487Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.event.txt'.
19:06:31 [2024-02-17T00:06:31.487Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.487Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.event.txt'.
19:06:31 [2024-02-17T00:06:31.487Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.488Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.event.txt'.
19:06:31 [2024-02-17T00:06:31.488Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.488Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.event.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.488Z]  [loadfile] loaded 46 characters
19:06:31 [2024-02-17T00:06:31.488Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.event.txt
19:06:31 [2024-02-17T00:06:31.488Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.event@ --> org.eclipse.equinox.event_1.7.0.v20240214-0846
19:06:31 [2024-02-17T00:06:31.488Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.488Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.488Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.489Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.489Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.489Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.489Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.489Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.489Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.489Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.489Z] 
19:06:31 [2024-02-17T00:06:31.489Z] init:
19:06:31 [2024-02-17T00:06:31.489Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.489Z] 
19:06:31 [2024-02-17T00:06:31.489Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.489Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.489Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt
19:06:31 [2024-02-17T00:06:31.489Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.489Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338.jar'
19:06:31 [2024-02-17T00:06:31.489Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.489Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar'
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338.jar'
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar'
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.490Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338.jar'
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar'
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt
19:06:31 [2024-02-17T00:06:31.491Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.492Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.492Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.492Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.492Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.492Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt
19:06:31 [2024-02-17T00:06:31.492Z]     [apply] Applied ls to 8 files and 0 directories.
19:06:31 [2024-02-17T00:06:31.492Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt'.
19:06:31 [2024-02-17T00:06:31.492Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.492Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt'.
19:06:31 [2024-02-17T00:06:31.492Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.492Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.launcher.txt'.
19:06:31 [2024-02-17T00:06:31.492Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.492Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.launcher.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.492Z]  [loadfile] loaded 51 characters
19:06:31 [2024-02-17T00:06:31.493Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.launcher.txt
19:06:31 [2024-02-17T00:06:31.493Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.launcher@ --> org.eclipse.equinox.launcher_1.6.700.v20240213-1244
19:06:31 [2024-02-17T00:06:31.493Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.493Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.493Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.493Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.494Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.494Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.494Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.494Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.494Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.494Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.494Z] 
19:06:31 [2024-02-17T00:06:31.494Z] init:
19:06:31 [2024-02-17T00:06:31.494Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.494Z] 
19:06:31 [2024-02-17T00:06:31.494Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.494Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.494Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.region.txt
19:06:31 [2024-02-17T00:06:31.494Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.494Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.region_1.5.500.v20231214-2017.jar'
19:06:31 [2024-02-17T00:06:31.494Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.494Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.494Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.494Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.494Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.region.txt'.
19:06:31 [2024-02-17T00:06:31.495Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.495Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.region.txt'.
19:06:31 [2024-02-17T00:06:31.495Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.495Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.region.txt'.
19:06:31 [2024-02-17T00:06:31.495Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.495Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.region.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.495Z]  [loadfile] loaded 49 characters
19:06:31 [2024-02-17T00:06:31.495Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.region.txt
19:06:31 [2024-02-17T00:06:31.495Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.region@ --> org.eclipse.equinox.region_1.5.500.v20231214-2017
19:06:31 [2024-02-17T00:06:31.495Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.496Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.496Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.496Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.496Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.496Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.496Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.496Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.496Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.496Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.496Z] 
19:06:31 [2024-02-17T00:06:31.496Z] init:
19:06:31 [2024-02-17T00:06:31.496Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.496Z] 
19:06:31 [2024-02-17T00:06:31.497Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.497Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.497Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.metatype.txt
19:06:31 [2024-02-17T00:06:31.497Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.497Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.metatype_1.6.500.v20231214-2017.jar'
19:06:31 [2024-02-17T00:06:31.497Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.497Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.497Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.497Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.497Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.metatype.txt'.
19:06:31 [2024-02-17T00:06:31.497Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.497Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.metatype.txt'.
19:06:31 [2024-02-17T00:06:31.497Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.497Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.metatype.txt'.
19:06:31 [2024-02-17T00:06:31.497Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.497Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.metatype.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.498Z]  [loadfile] loaded 51 characters
19:06:31 [2024-02-17T00:06:31.498Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.metatype.txt
19:06:31 [2024-02-17T00:06:31.498Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.metatype@ --> org.eclipse.equinox.metatype_1.6.500.v20231214-2017
19:06:31 [2024-02-17T00:06:31.498Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.498Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.498Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.498Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.499Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.499Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.499Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.499Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.499Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.499Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.499Z] 
19:06:31 [2024-02-17T00:06:31.499Z] init:
19:06:31 [2024-02-17T00:06:31.499Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.499Z] 
19:06:31 [2024-02-17T00:06:31.499Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.499Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.499Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.useradmin.txt
19:06:31 [2024-02-17T00:06:31.499Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.499Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.useradmin_1.3.0.v20240214-0659.jar'
19:06:31 [2024-02-17T00:06:31.499Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.499Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.499Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.499Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.499Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.useradmin.txt'.
19:06:31 [2024-02-17T00:06:31.499Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.500Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.useradmin.txt'.
19:06:31 [2024-02-17T00:06:31.500Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.500Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.useradmin.txt'.
19:06:31 [2024-02-17T00:06:31.500Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.500Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.useradmin.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.500Z]  [loadfile] loaded 50 characters
19:06:31 [2024-02-17T00:06:31.500Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.useradmin.txt
19:06:31 [2024-02-17T00:06:31.500Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.useradmin@ --> org.eclipse.equinox.useradmin_1.3.0.v20240214-0659
19:06:31 [2024-02-17T00:06:31.500Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.501Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.501Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.501Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.501Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.501Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.501Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.501Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.501Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.501Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.501Z] 
19:06:31 [2024-02-17T00:06:31.501Z] init:
19:06:31 [2024-02-17T00:06:31.501Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.501Z] 
19:06:31 [2024-02-17T00:06:31.501Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.501Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.txt
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar'
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.osgi.services_3.12.0.v20231218-2126.jar'
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.txt
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.osgi.util_3.7.300.v20231104-1118.jar'
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.txt
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.osgi_3.19.0.v20240213-1246.jar'
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.502Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.503Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.txt
19:06:31 [2024-02-17T00:06:31.503Z]     [apply] Applied ls to 4 files and 0 directories.
19:06:31 [2024-02-17T00:06:31.503Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.txt'.
19:06:31 [2024-02-17T00:06:31.503Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.503Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.txt'.
19:06:31 [2024-02-17T00:06:31.503Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.503Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.txt'.
19:06:31 [2024-02-17T00:06:31.503Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.503Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.osgi.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.503Z]  [loadfile] loaded 38 characters
19:06:31 [2024-02-17T00:06:31.503Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.osgi.txt
19:06:31 [2024-02-17T00:06:31.503Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.osgi@ --> org.eclipse.osgi_3.19.0.v20240213-1246
19:06:31 [2024-02-17T00:06:31.504Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.504Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.504Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.504Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.504Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.504Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.504Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.504Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.504Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.504Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.504Z] 
19:06:31 [2024-02-17T00:06:31.504Z] init:
19:06:31 [2024-02-17T00:06:31.505Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.505Z] 
19:06:31 [2024-02-17T00:06:31.505Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.505Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.505Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.util.txt
19:06:31 [2024-02-17T00:06:31.505Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.505Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.osgi.util_3.7.300.v20231104-1118.jar'
19:06:31 [2024-02-17T00:06:31.505Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.505Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.505Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.505Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.505Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.util.txt'.
19:06:31 [2024-02-17T00:06:31.505Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.505Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.util.txt'.
19:06:31 [2024-02-17T00:06:31.505Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.505Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.util.txt'.
19:06:31 [2024-02-17T00:06:31.505Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.505Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.osgi.util.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.506Z]  [loadfile] loaded 44 characters
19:06:31 [2024-02-17T00:06:31.506Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.osgi.util.txt
19:06:31 [2024-02-17T00:06:31.506Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.osgi.util@ --> org.eclipse.osgi.util_3.7.300.v20231104-1118
19:06:31 [2024-02-17T00:06:31.506Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.506Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.506Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.506Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.507Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.507Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.507Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.507Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.507Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.507Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.507Z] 
19:06:31 [2024-02-17T00:06:31.507Z] init:
19:06:31 [2024-02-17T00:06:31.507Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.507Z] 
19:06:31 [2024-02-17T00:06:31.507Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.507Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.507Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.services.txt
19:06:31 [2024-02-17T00:06:31.507Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.507Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.osgi.services_3.12.0.v20231218-2126.jar'
19:06:31 [2024-02-17T00:06:31.507Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.507Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.507Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.507Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.507Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.services.txt'.
19:06:31 [2024-02-17T00:06:31.507Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.507Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.services.txt'.
19:06:31 [2024-02-17T00:06:31.508Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.508Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.osgi.services.txt'.
19:06:31 [2024-02-17T00:06:31.508Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.508Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.osgi.services.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.508Z]  [loadfile] loaded 47 characters
19:06:31 [2024-02-17T00:06:31.508Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.osgi.services.txt
19:06:31 [2024-02-17T00:06:31.508Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.osgi.services@ --> org.eclipse.osgi.services_3.12.0.v20231218-2126
19:06:31 [2024-02-17T00:06:31.508Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.508Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.508Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.509Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.509Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.509Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.509Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.509Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.509Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.509Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.509Z] 
19:06:31 [2024-02-17T00:06:31.509Z] init:
19:06:31 [2024-02-17T00:06:31.509Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.509Z] 
19:06:31 [2024-02-17T00:06:31.509Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.509Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.510Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.registry.txt
19:06:31 [2024-02-17T00:06:31.510Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.510Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar'
19:06:31 [2024-02-17T00:06:31.510Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.510Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.510Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.510Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.510Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.registry.txt'.
19:06:31 [2024-02-17T00:06:31.510Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.510Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.registry.txt'.
19:06:31 [2024-02-17T00:06:31.510Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.510Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.registry.txt'.
19:06:31 [2024-02-17T00:06:31.510Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.510Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.registry.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.510Z]  [loadfile] loaded 50 characters
19:06:31 [2024-02-17T00:06:31.511Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.registry.txt
19:06:31 [2024-02-17T00:06:31.511Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.registry@ --> org.eclipse.equinox.registry_3.12.0.v20240213-1057
19:06:31 [2024-02-17T00:06:31.511Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.511Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.511Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.511Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.511Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.512Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.512Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.512Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.512Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.512Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.512Z] 
19:06:31 [2024-02-17T00:06:31.512Z] init:
19:06:31 [2024-02-17T00:06:31.512Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.512Z] 
19:06:31 [2024-02-17T00:06:31.512Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.512Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.512Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.preferences.txt
19:06:31 [2024-02-17T00:06:31.512Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.512Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar'
19:06:31 [2024-02-17T00:06:31.512Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.512Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.512Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.512Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.512Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.preferences.txt'.
19:06:31 [2024-02-17T00:06:31.512Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.512Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.preferences.txt'.
19:06:31 [2024-02-17T00:06:31.513Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.513Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.preferences.txt'.
19:06:31 [2024-02-17T00:06:31.513Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.513Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.preferences.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.513Z]  [loadfile] loaded 53 characters
19:06:31 [2024-02-17T00:06:31.513Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.preferences.txt
19:06:31 [2024-02-17T00:06:31.513Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.preferences@ --> org.eclipse.equinox.preferences_3.11.0.v20240210-0844
19:06:31 [2024-02-17T00:06:31.513Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.513Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.514Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.514Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.514Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.514Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.514Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.514Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.514Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.514Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.514Z] 
19:06:31 [2024-02-17T00:06:31.514Z] init:
19:06:31 [2024-02-17T00:06:31.514Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.514Z] 
19:06:31 [2024-02-17T00:06:31.514Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.514Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.515Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.common.txt
19:06:31 [2024-02-17T00:06:31.515Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.515Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.common_3.19.0.v20240214-0846.jar'
19:06:31 [2024-02-17T00:06:31.515Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.515Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.515Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.515Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.515Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.common.txt'.
19:06:31 [2024-02-17T00:06:31.515Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.515Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.common.txt'.
19:06:31 [2024-02-17T00:06:31.515Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.515Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.common.txt'.
19:06:31 [2024-02-17T00:06:31.515Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.515Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.common.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.515Z]  [loadfile] loaded 48 characters
19:06:31 [2024-02-17T00:06:31.515Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.common.txt
19:06:31 [2024-02-17T00:06:31.516Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.common@ --> org.eclipse.equinox.common_3.19.0.v20240214-0846
19:06:31 [2024-02-17T00:06:31.516Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.516Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.516Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.516Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.516Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.517Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.517Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.517Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.517Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.517Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.517Z] 
19:06:31 [2024-02-17T00:06:31.517Z] init:
19:06:31 [2024-02-17T00:06:31.517Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.517Z] 
19:06:31 [2024-02-17T00:06:31.517Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.517Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.517Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.cm.txt
19:06:31 [2024-02-17T00:06:31.517Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.517Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.cm_1.6.0.v20240214-0846.jar'
19:06:31 [2024-02-17T00:06:31.517Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.517Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.517Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.517Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.517Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.cm.txt'.
19:06:31 [2024-02-17T00:06:31.517Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.518Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.cm.txt'.
19:06:31 [2024-02-17T00:06:31.518Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.518Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.cm.txt'.
19:06:31 [2024-02-17T00:06:31.518Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.518Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.cm.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.518Z]  [loadfile] loaded 43 characters
19:06:31 [2024-02-17T00:06:31.518Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.cm.txt
19:06:31 [2024-02-17T00:06:31.518Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.cm@ --> org.eclipse.equinox.cm_1.6.0.v20240214-0846
19:06:31 [2024-02-17T00:06:31.518Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.518Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.519Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.519Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.519Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.519Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.519Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.519Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.519Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.519Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.519Z] 
19:06:31 [2024-02-17T00:06:31.519Z] init:
19:06:31 [2024-02-17T00:06:31.519Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.519Z] 
19:06:31 [2024-02-17T00:06:31.520Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.520Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.520Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.ds.txt
19:06:31 [2024-02-17T00:06:31.520Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.equinox.ds.txt'
19:06:31 [2024-02-17T00:06:31.520Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.equinox.ds.txt'
19:06:31 [2024-02-17T00:06:31.520Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.equinox.ds.txt'
19:06:31 [2024-02-17T00:06:31.520Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.eclipse.equinox.ds.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.520Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.ds.txt to delete.
19:06:31 [2024-02-17T00:06:31.520Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.521Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.ds@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.521Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.521Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.521Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.521Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.521Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.521Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.522Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.522Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.522Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.522Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.522Z] 
19:06:31 [2024-02-17T00:06:31.522Z] init:
19:06:31 [2024-02-17T00:06:31.522Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.522Z] 
19:06:31 [2024-02-17T00:06:31.522Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.txt
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.http.registry_1.4.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.txt
19:06:31 [2024-02-17T00:06:31.522Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057.jar'
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.txt
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.txt
19:06:31 [2024-02-17T00:06:31.523Z]     [apply] Applied ls to 4 files and 0 directories.
19:06:31 [2024-02-17T00:06:31.523Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.txt'.
19:06:31 [2024-02-17T00:06:31.523Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.523Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.txt'.
19:06:31 [2024-02-17T00:06:31.523Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.524Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.txt'.
19:06:31 [2024-02-17T00:06:31.524Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.524Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.524Z]  [loadfile] loaded 59 characters
19:06:31 [2024-02-17T00:06:31.524Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.txt
19:06:31 [2024-02-17T00:06:31.524Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.http@ --> org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244
19:06:31 [2024-02-17T00:06:31.524Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.524Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.524Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.525Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.525Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.525Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.525Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.525Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.525Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.525Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.525Z] 
19:06:31 [2024-02-17T00:06:31.525Z] init:
19:06:31 [2024-02-17T00:06:31.525Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.525Z] 
19:06:31 [2024-02-17T00:06:31.525Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.525Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.525Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.jetty.txt
19:06:31 [2024-02-17T00:06:31.525Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.525Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.525Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.525Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.525Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.525Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.526Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.jetty.txt'.
19:06:31 [2024-02-17T00:06:31.526Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.526Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.jetty.txt'.
19:06:31 [2024-02-17T00:06:31.526Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.526Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.jetty.txt'.
19:06:31 [2024-02-17T00:06:31.526Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.526Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.jetty.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.526Z]  [loadfile] loaded 53 characters
19:06:31 [2024-02-17T00:06:31.526Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.jetty.txt
19:06:31 [2024-02-17T00:06:31.526Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.http.jetty@ --> org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244
19:06:31 [2024-02-17T00:06:31.526Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.527Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.527Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.527Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.527Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.527Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.527Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.527Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.527Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.527Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.527Z] 
19:06:31 [2024-02-17T00:06:31.527Z] init:
19:06:31 [2024-02-17T00:06:31.527Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.527Z] 
19:06:31 [2024-02-17T00:06:31.527Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.527Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.jsp.jasper.txt
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427.jar'
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427.jar'
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.jsp.jasper.txt
19:06:31 [2024-02-17T00:06:31.528Z]     [apply] Applied ls to 2 files and 0 directories.
19:06:31 [2024-02-17T00:06:31.528Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.jsp.jasper.txt'.
19:06:31 [2024-02-17T00:06:31.528Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.528Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.jsp.jasper.txt'.
19:06:31 [2024-02-17T00:06:31.528Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.528Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.jsp.jasper.txt'.
19:06:31 [2024-02-17T00:06:31.528Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.529Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.jsp.jasper.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.529Z]  [loadfile] loaded 51 characters
19:06:31 [2024-02-17T00:06:31.529Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.jsp.jasper.txt
19:06:31 [2024-02-17T00:06:31.529Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.jsp.jasper@ --> org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427
19:06:31 [2024-02-17T00:06:31.529Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.529Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.529Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.529Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.530Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.530Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.530Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.530Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.530Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.530Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.530Z] 
19:06:31 [2024-02-17T00:06:31.530Z] init:
19:06:31 [2024-02-17T00:06:31.530Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.530Z] 
19:06:31 [2024-02-17T00:06:31.530Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.530Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.530Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.jsp.jasper.registry.txt
19:06:31 [2024-02-17T00:06:31.530Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.530Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427.jar'
19:06:31 [2024-02-17T00:06:31.530Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.530Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.530Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.530Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.530Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.jsp.jasper.registry.txt'.
19:06:31 [2024-02-17T00:06:31.530Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.531Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.jsp.jasper.registry.txt'.
19:06:31 [2024-02-17T00:06:31.531Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.531Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.jsp.jasper.registry.txt'.
19:06:31 [2024-02-17T00:06:31.531Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.531Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.jsp.jasper.registry.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.531Z]  [loadfile] loaded 60 characters
19:06:31 [2024-02-17T00:06:31.531Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.jsp.jasper.registry.txt
19:06:31 [2024-02-17T00:06:31.531Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.jsp.jasper.registry@ --> org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427
19:06:31 [2024-02-17T00:06:31.531Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.532Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.532Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.532Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.532Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.532Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.532Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.532Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.532Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.532Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.532Z] 
19:06:31 [2024-02-17T00:06:31.532Z] init:
19:06:31 [2024-02-17T00:06:31.532Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.532Z] 
19:06:31 [2024-02-17T00:06:31.532Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.532Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.533Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.registry.txt
19:06:31 [2024-02-17T00:06:31.533Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.533Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.http.registry_1.4.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.533Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.533Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.533Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.533Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.533Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.registry.txt'.
19:06:31 [2024-02-17T00:06:31.533Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.533Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.registry.txt'.
19:06:31 [2024-02-17T00:06:31.533Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.533Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.registry.txt'.
19:06:31 [2024-02-17T00:06:31.533Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.533Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.registry.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.533Z]  [loadfile] loaded 54 characters
19:06:31 [2024-02-17T00:06:31.534Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.registry.txt
19:06:31 [2024-02-17T00:06:31.534Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.http.registry@ --> org.eclipse.equinox.http.registry_1.4.0.v20240213-1244
19:06:31 [2024-02-17T00:06:31.534Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.534Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.534Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.534Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.535Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.535Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.535Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.535Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.535Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.535Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.535Z] 
19:06:31 [2024-02-17T00:06:31.535Z] init:
19:06:31 [2024-02-17T00:06:31.535Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.535Z] 
19:06:31 [2024-02-17T00:06:31.535Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.servlet.txt
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057.jar'
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.535Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.servlet.txt
19:06:31 [2024-02-17T00:06:31.536Z]     [apply] Applied ls to 2 files and 0 directories.
19:06:31 [2024-02-17T00:06:31.536Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.servlet.txt'.
19:06:31 [2024-02-17T00:06:31.536Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.536Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.servlet.txt'.
19:06:31 [2024-02-17T00:06:31.536Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.536Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.servlet.txt'.
19:06:31 [2024-02-17T00:06:31.536Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.536Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.servlet.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.536Z]  [loadfile] loaded 59 characters
19:06:31 [2024-02-17T00:06:31.536Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.servlet.txt
19:06:31 [2024-02-17T00:06:31.536Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.http.servlet@ --> org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244
19:06:31 [2024-02-17T00:06:31.537Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.537Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.537Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.537Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.537Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.537Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.537Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.537Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.537Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.537Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.537Z] 
19:06:31 [2024-02-17T00:06:31.537Z] init:
19:06:31 [2024-02-17T00:06:31.537Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.537Z] 
19:06:31 [2024-02-17T00:06:31.538Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.538Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.538Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.servletbridge.txt
19:06:31 [2024-02-17T00:06:31.538Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.538Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.538Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.538Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.538Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.795Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.795Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.servletbridge.txt'.
19:06:31 [2024-02-17T00:06:31.795Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.795Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.servletbridge.txt'.
19:06:31 [2024-02-17T00:06:31.795Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.796Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.http.servletbridge.txt'.
19:06:31 [2024-02-17T00:06:31.796Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.796Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.servletbridge.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.796Z]  [loadfile] loaded 59 characters
19:06:31 [2024-02-17T00:06:31.796Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.http.servletbridge.txt
19:06:31 [2024-02-17T00:06:31.796Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.http.servletbridge@ --> org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244
19:06:31 [2024-02-17T00:06:31.796Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.796Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.797Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.797Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.797Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.797Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.797Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.797Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.797Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.797Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.797Z] 
19:06:31 [2024-02-17T00:06:31.797Z] init:
19:06:31 [2024-02-17T00:06:31.797Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.797Z] 
19:06:31 [2024-02-17T00:06:31.797Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.798Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.798Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.servletbridge.txt
19:06:31 [2024-02-17T00:06:31.798Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.798Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.servletbridge_1.7.0.v20240213-1638.jar'
19:06:31 [2024-02-17T00:06:31.798Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.798Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.798Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.798Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.798Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.servletbridge.txt'.
19:06:31 [2024-02-17T00:06:31.798Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.798Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.servletbridge.txt'.
19:06:31 [2024-02-17T00:06:31.798Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.798Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.servletbridge.txt'.
19:06:31 [2024-02-17T00:06:31.799Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.799Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.servletbridge.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.799Z]  [loadfile] loaded 54 characters
19:06:31 [2024-02-17T00:06:31.799Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.servletbridge.txt
19:06:31 [2024-02-17T00:06:31.799Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.servletbridge@ --> org.eclipse.equinox.servletbridge_1.7.0.v20240213-1638
19:06:31 [2024-02-17T00:06:31.799Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.799Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.800Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.800Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.800Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.800Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.800Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.800Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.800Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.800Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.800Z] 
19:06:31 [2024-02-17T00:06:31.800Z] init:
19:06:31 [2024-02-17T00:06:31.800Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.800Z] 
19:06:31 [2024-02-17T00:06:31.800Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.800Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.801Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.transforms.hook.txt
19:06:31 [2024-02-17T00:06:31.801Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.801Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.transforms.hook_1.4.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.801Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.801Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.801Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.801Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.801Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.transforms.hook.txt'.
19:06:31 [2024-02-17T00:06:31.801Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.801Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.transforms.hook.txt'.
19:06:31 [2024-02-17T00:06:31.801Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.801Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.transforms.hook.txt'.
19:06:31 [2024-02-17T00:06:31.801Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.801Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.transforms.hook.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.802Z]  [loadfile] loaded 56 characters
19:06:31 [2024-02-17T00:06:31.802Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.transforms.hook.txt
19:06:31 [2024-02-17T00:06:31.802Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.transforms.hook@ --> org.eclipse.equinox.transforms.hook_1.4.0.v20240213-1244
19:06:31 [2024-02-17T00:06:31.802Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.802Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.802Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.803Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.803Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.803Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.803Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.803Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.803Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.803Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.803Z] 
19:06:31 [2024-02-17T00:06:31.803Z] init:
19:06:31 [2024-02-17T00:06:31.803Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.803Z] 
19:06:31 [2024-02-17T00:06:31.803Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.803Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.804Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.transforms.xslt.txt
19:06:31 [2024-02-17T00:06:31.804Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.804Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.transforms.xslt_1.3.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.804Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.804Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.804Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.804Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.804Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.transforms.xslt.txt'.
19:06:31 [2024-02-17T00:06:31.804Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.804Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.transforms.xslt.txt'.
19:06:31 [2024-02-17T00:06:31.804Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.804Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.transforms.xslt.txt'.
19:06:31 [2024-02-17T00:06:31.804Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.804Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.transforms.xslt.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.804Z]  [loadfile] loaded 56 characters
19:06:31 [2024-02-17T00:06:31.805Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.transforms.xslt.txt
19:06:31 [2024-02-17T00:06:31.805Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.transforms.xslt@ --> org.eclipse.equinox.transforms.xslt_1.3.0.v20240213-1244
19:06:31 [2024-02-17T00:06:31.805Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.805Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.805Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.806Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.806Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.806Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.806Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.806Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.806Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.806Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.806Z] 
19:06:31 [2024-02-17T00:06:31.806Z] init:
19:06:31 [2024-02-17T00:06:31.806Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.806Z] 
19:06:31 [2024-02-17T00:06:31.806Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.806Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.806Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/javax.servlet.txt
19:06:31 [2024-02-17T00:06:31.806Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/javax.servlet.txt'
19:06:31 [2024-02-17T00:06:31.807Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/javax.servlet.txt'
19:06:31 [2024-02-17T00:06:31.807Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/javax.servlet.txt'
19:06:31 [2024-02-17T00:06:31.807Z]  [loadfile] /home/jenkins/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/equinox/tmp/javax.servlet.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.807Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/javax.servlet.txt to delete.
19:06:31 [2024-02-17T00:06:31.807Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.807Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @javax.servlet@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.807Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.808Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.808Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.808Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.808Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.808Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.808Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.808Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.808Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.808Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.808Z] 
19:06:31 [2024-02-17T00:06:31.808Z] init:
19:06:31 [2024-02-17T00:06:31.808Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.808Z] 
19:06:31 [2024-02-17T00:06:31.809Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.809Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.809Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/javax.servlet.jsp.txt
19:06:31 [2024-02-17T00:06:31.809Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/javax.servlet.jsp.txt'
19:06:31 [2024-02-17T00:06:31.809Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/javax.servlet.jsp.txt'
19:06:31 [2024-02-17T00:06:31.809Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/javax.servlet.jsp.txt'
19:06:31 [2024-02-17T00:06:31.809Z]  [loadfile] /home/jenkins/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/equinox/tmp/javax.servlet.jsp.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.809Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/javax.servlet.jsp.txt to delete.
19:06:31 [2024-02-17T00:06:31.810Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.810Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @javax.servlet.jsp@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.810Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.810Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.810Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.810Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.811Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.811Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.811Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.811Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.811Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.811Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.811Z] 
19:06:31 [2024-02-17T00:06:31.811Z] init:
19:06:31 [2024-02-17T00:06:31.811Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.811Z] 
19:06:31 [2024-02-17T00:06:31.811Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.811Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.811Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/javax.el.txt
19:06:31 [2024-02-17T00:06:31.811Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/javax.el.txt'
19:06:31 [2024-02-17T00:06:31.812Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/javax.el.txt'
19:06:31 [2024-02-17T00:06:31.812Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/javax.el.txt'
19:06:31 [2024-02-17T00:06:31.812Z]  [loadfile] /home/jenkins/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/equinox/tmp/javax.el.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.812Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/javax.el.txt to delete.
19:06:31 [2024-02-17T00:06:31.812Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.812Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @javax.el@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.812Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.812Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.813Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.813Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.813Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.813Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.813Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.813Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.813Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.813Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.813Z] 
19:06:31 [2024-02-17T00:06:31.813Z] init:
19:06:31 [2024-02-17T00:06:31.814Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.814Z] 
19:06:31 [2024-02-17T00:06:31.814Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.814Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.814Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.apache.commons.logging.txt
19:06:31 [2024-02-17T00:06:31.814Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.apache.commons.logging.txt'
19:06:31 [2024-02-17T00:06:31.814Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.apache.commons.logging.txt'
19:06:31 [2024-02-17T00:06:31.814Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.apache.commons.logging.txt'
19:06:31 [2024-02-17T00:06:31.814Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.apache.commons.logging.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.815Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.apache.commons.logging.txt to delete.
19:06:31 [2024-02-17T00:06:31.815Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.815Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.apache.commons.logging@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.815Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.815Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.815Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.816Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.816Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.816Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.816Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.816Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.816Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.816Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.816Z] 
19:06:31 [2024-02-17T00:06:31.816Z] init:
19:06:31 [2024-02-17T00:06:31.816Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.816Z] 
19:06:31 [2024-02-17T00:06:31.816Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.816Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.816Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.command.txt
19:06:31 [2024-02-17T00:06:31.816Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.817Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.apache.felix.gogo.command_1.1.2.jar'
19:06:31 [2024-02-17T00:06:31.817Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.817Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.817Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.817Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.817Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.command.txt'.
19:06:31 [2024-02-17T00:06:31.817Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.817Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.command.txt'.
19:06:31 [2024-02-17T00:06:31.817Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.817Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.command.txt'.
19:06:31 [2024-02-17T00:06:31.817Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.817Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.apache.felix.gogo.command.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.817Z]  [loadfile] loaded 35 characters
19:06:31 [2024-02-17T00:06:31.818Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.apache.felix.gogo.command.txt
19:06:31 [2024-02-17T00:06:31.818Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.apache.felix.gogo.command@ --> org.apache.felix.gogo.command_1.1.2
19:06:31 [2024-02-17T00:06:31.818Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.818Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.818Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.818Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.819Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.819Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.819Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.819Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.819Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.819Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.819Z] 
19:06:31 [2024-02-17T00:06:31.819Z] init:
19:06:31 [2024-02-17T00:06:31.819Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.819Z] 
19:06:31 [2024-02-17T00:06:31.819Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.819Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.819Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.runtime.txt
19:06:31 [2024-02-17T00:06:31.819Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.819Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.apache.felix.gogo.runtime_1.1.6.jar'
19:06:31 [2024-02-17T00:06:31.819Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.819Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.819Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.819Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.819Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.runtime.txt'.
19:06:31 [2024-02-17T00:06:31.820Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.820Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.runtime.txt'.
19:06:31 [2024-02-17T00:06:31.820Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.820Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.runtime.txt'.
19:06:31 [2024-02-17T00:06:31.820Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.820Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.apache.felix.gogo.runtime.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.820Z]  [loadfile] loaded 35 characters
19:06:31 [2024-02-17T00:06:31.820Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.apache.felix.gogo.runtime.txt
19:06:31 [2024-02-17T00:06:31.820Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.apache.felix.gogo.runtime@ --> org.apache.felix.gogo.runtime_1.1.6
19:06:31 [2024-02-17T00:06:31.821Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.821Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.821Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.821Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.821Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.821Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.821Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.821Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.822Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.822Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.822Z] 
19:06:31 [2024-02-17T00:06:31.822Z] init:
19:06:31 [2024-02-17T00:06:31.822Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.822Z] 
19:06:31 [2024-02-17T00:06:31.822Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.822Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.822Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.shell.txt
19:06:31 [2024-02-17T00:06:31.822Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.822Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.apache.felix.gogo.shell_1.1.4.jar'
19:06:31 [2024-02-17T00:06:31.822Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.822Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.822Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.822Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.822Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.shell.txt'.
19:06:31 [2024-02-17T00:06:31.822Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.822Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.shell.txt'.
19:06:31 [2024-02-17T00:06:31.822Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.822Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.apache.felix.gogo.shell.txt'.
19:06:31 [2024-02-17T00:06:31.823Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.823Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.apache.felix.gogo.shell.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.823Z]  [loadfile] loaded 33 characters
19:06:31 [2024-02-17T00:06:31.823Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.apache.felix.gogo.shell.txt
19:06:31 [2024-02-17T00:06:31.823Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.apache.felix.gogo.shell@ --> org.apache.felix.gogo.shell_1.1.4
19:06:31 [2024-02-17T00:06:31.823Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.823Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.823Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.824Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.824Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.824Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.824Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.824Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.824Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.824Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.824Z] 
19:06:31 [2024-02-17T00:06:31.824Z] init:
19:06:31 [2024-02-17T00:06:31.824Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.824Z] 
19:06:31 [2024-02-17T00:06:31.824Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.824Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.824Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.simpleconfigurator.txt
19:06:31 [2024-02-17T00:06:31.824Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.824Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar'
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar'
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.simpleconfigurator.txt
19:06:31 [2024-02-17T00:06:31.825Z]     [apply] Applied ls to 2 files and 0 directories.
19:06:31 [2024-02-17T00:06:31.825Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.simpleconfigurator.txt'.
19:06:31 [2024-02-17T00:06:31.825Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.825Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.simpleconfigurator.txt'.
19:06:31 [2024-02-17T00:06:31.825Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.825Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.simpleconfigurator.txt'.
19:06:31 [2024-02-17T00:06:31.825Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.825Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.simpleconfigurator.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.826Z]  [loadfile] loaded 61 characters
19:06:31 [2024-02-17T00:06:31.826Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.simpleconfigurator.txt
19:06:31 [2024-02-17T00:06:31.826Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.simpleconfigurator@ --> org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053
19:06:31 [2024-02-17T00:06:31.826Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.826Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.826Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.826Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.827Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.827Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.827Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.827Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.827Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.827Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.827Z] 
19:06:31 [2024-02-17T00:06:31.827Z] init:
19:06:31 [2024-02-17T00:06:31.827Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.827Z] 
19:06:31 [2024-02-17T00:06:31.827Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.827Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.827Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.concurrent.txt
19:06:31 [2024-02-17T00:06:31.827Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.827Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.concurrent_1.3.0.v20240213-1244.jar'
19:06:31 [2024-02-17T00:06:31.827Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.827Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.827Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.827Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.827Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.concurrent.txt'.
19:06:31 [2024-02-17T00:06:31.828Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.828Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.concurrent.txt'.
19:06:31 [2024-02-17T00:06:31.828Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.828Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.concurrent.txt'.
19:06:31 [2024-02-17T00:06:31.828Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.828Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.concurrent.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.828Z]  [loadfile] loaded 51 characters
19:06:31 [2024-02-17T00:06:31.828Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.concurrent.txt
19:06:31 [2024-02-17T00:06:31.828Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.concurrent@ --> org.eclipse.equinox.concurrent_1.3.0.v20240213-1244
19:06:31 [2024-02-17T00:06:31.828Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.829Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.829Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.829Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.829Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.829Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.829Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.829Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.829Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.829Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.829Z] 
19:06:31 [2024-02-17T00:06:31.829Z] init:
19:06:31 [2024-02-17T00:06:31.829Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.829Z] 
19:06:31 [2024-02-17T00:06:31.829Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.829Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.830Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.coordinator.txt
19:06:31 [2024-02-17T00:06:31.830Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.830Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.coordinator_1.5.300.v20240214-0846.jar'
19:06:31 [2024-02-17T00:06:31.830Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.830Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.830Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.830Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.830Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.coordinator.txt'.
19:06:31 [2024-02-17T00:06:31.830Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.830Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.coordinator.txt'.
19:06:31 [2024-02-17T00:06:31.830Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.830Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.coordinator.txt'.
19:06:31 [2024-02-17T00:06:31.830Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.830Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.coordinator.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.830Z]  [loadfile] loaded 54 characters
19:06:31 [2024-02-17T00:06:31.831Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.coordinator.txt
19:06:31 [2024-02-17T00:06:31.831Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.coordinator@ --> org.eclipse.equinox.coordinator_1.5.300.v20240214-0846
19:06:31 [2024-02-17T00:06:31.831Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.831Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.831Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.831Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.832Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.832Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.832Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.832Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.832Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.832Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.832Z] 
19:06:31 [2024-02-17T00:06:31.832Z] init:
19:06:31 [2024-02-17T00:06:31.832Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.832Z] 
19:06:31 [2024-02-17T00:06:31.832Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.832Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.832Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.region.txt
19:06:31 [2024-02-17T00:06:31.832Z]     [apply] Executing 'ls' with arguments:
19:06:31 [2024-02-17T00:06:31.832Z]     [apply] '/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/org.eclipse.equinox.region_1.5.500.v20231214-2017.jar'
19:06:31 [2024-02-17T00:06:31.832Z]     [apply] 
19:06:31 [2024-02-17T00:06:31.832Z]     [apply] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.832Z]     [apply] not part of the command.
19:06:31 [2024-02-17T00:06:31.832Z]     [apply] Applied ls to 1 file and 0 directories.
19:06:31 [2024-02-17T00:06:31.832Z] [replaceregexp] Replacing pattern '/.+/' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.region.txt'.
19:06:31 [2024-02-17T00:06:31.833Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.833Z] [replaceregexp] Replacing pattern '\.jar' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.region.txt'.
19:06:31 [2024-02-17T00:06:31.833Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.833Z] [replaceregexp] Replacing pattern '\n' with '' 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.platform.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.equinox.region.txt'.
19:06:31 [2024-02-17T00:06:31.833Z] [replaceregexp] File has changed; saving the updated file
19:06:31 [2024-02-17T00:06:31.833Z]  [loadfile] loading /home/jenkins/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/equinox/tmp/org.eclipse.equinox.region.txt into property bundle.jar
19:06:31 [2024-02-17T00:06:31.833Z]  [loadfile] loaded 49 characters
19:06:31 [2024-02-17T00:06:31.833Z]    [delete] Deleting: /home/jenkins/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/equinox/tmp/org.eclipse.equinox.region.txt
19:06:31 [2024-02-17T00:06:31.833Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.equinox.region@ --> org.eclipse.equinox.region_1.5.500.v20231214-2017
19:06:31 [2024-02-17T00:06:31.833Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.834Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.834Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.834Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.834Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.834Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.834Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.834Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.834Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.834Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.834Z] 
19:06:31 [2024-02-17T00:06:31.834Z] init:
19:06:31 [2024-02-17T00:06:31.834Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.834Z] 
19:06:31 [2024-02-17T00:06:31.835Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.835Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.835Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.continuation.txt
19:06:31 [2024-02-17T00:06:31.835Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.continuation.txt'
19:06:31 [2024-02-17T00:06:31.835Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.continuation.txt'
19:06:31 [2024-02-17T00:06:31.835Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.continuation.txt'
19:06:31 [2024-02-17T00:06:31.835Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.eclipse.jetty.continuation.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.835Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.continuation.txt to delete.
19:06:31 [2024-02-17T00:06:31.835Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.836Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.jetty.continuation@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.836Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.836Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.836Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.836Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.836Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.836Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.836Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.837Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.837Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.837Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.837Z] 
19:06:31 [2024-02-17T00:06:31.837Z] init:
19:06:31 [2024-02-17T00:06:31.837Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.837Z] 
19:06:31 [2024-02-17T00:06:31.837Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.837Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.837Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.security.txt
19:06:31 [2024-02-17T00:06:31.837Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.security.txt'
19:06:31 [2024-02-17T00:06:31.837Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.security.txt'
19:06:31 [2024-02-17T00:06:31.838Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.security.txt'
19:06:31 [2024-02-17T00:06:31.838Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.eclipse.jetty.security.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.838Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.security.txt to delete.
19:06:31 [2024-02-17T00:06:31.838Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.838Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.jetty.security@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.838Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.838Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.838Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.839Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.839Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.839Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.839Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.839Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.839Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.839Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.839Z] 
19:06:31 [2024-02-17T00:06:31.839Z] init:
19:06:31 [2024-02-17T00:06:31.839Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.839Z] 
19:06:31 [2024-02-17T00:06:31.839Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.839Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.839Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.util.txt
19:06:31 [2024-02-17T00:06:31.840Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.util.txt'
19:06:31 [2024-02-17T00:06:31.840Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.util.txt'
19:06:31 [2024-02-17T00:06:31.840Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.util.txt'
19:06:31 [2024-02-17T00:06:31.840Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.eclipse.jetty.util.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.840Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.util.txt to delete.
19:06:31 [2024-02-17T00:06:31.840Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.840Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.jetty.util@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.841Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.841Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.841Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.841Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.841Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.841Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.841Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.841Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.841Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.841Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.841Z] 
19:06:31 [2024-02-17T00:06:31.842Z] init:
19:06:31 [2024-02-17T00:06:31.842Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.842Z] 
19:06:31 [2024-02-17T00:06:31.842Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.842Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.842Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.http.txt
19:06:31 [2024-02-17T00:06:31.842Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.http.txt'
19:06:31 [2024-02-17T00:06:31.842Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.http.txt'
19:06:31 [2024-02-17T00:06:31.842Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.http.txt'
19:06:31 [2024-02-17T00:06:31.842Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.eclipse.jetty.http.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.843Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.http.txt to delete.
19:06:31 [2024-02-17T00:06:31.843Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.843Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.jetty.http@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.843Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.843Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.843Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.844Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.844Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.844Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.844Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.844Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.844Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.844Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.844Z] 
19:06:31 [2024-02-17T00:06:31.844Z] init:
19:06:31 [2024-02-17T00:06:31.844Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.844Z] 
19:06:31 [2024-02-17T00:06:31.844Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.844Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.844Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.http.txt
19:06:31 [2024-02-17T00:06:31.844Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.http.txt'
19:06:31 [2024-02-17T00:06:31.845Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.http.txt'
19:06:31 [2024-02-17T00:06:31.845Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.http.txt'
19:06:31 [2024-02-17T00:06:31.845Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.eclipse.jetty.http.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.845Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.http.txt to delete.
19:06:31 [2024-02-17T00:06:31.845Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.845Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.jetty.http@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.845Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.845Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.846Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.846Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.846Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.846Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.846Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.846Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.846Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.846Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.846Z] 
19:06:31 [2024-02-17T00:06:31.846Z] init:
19:06:31 [2024-02-17T00:06:31.846Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.846Z] 
19:06:31 [2024-02-17T00:06:31.846Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.846Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.847Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.server.txt
19:06:31 [2024-02-17T00:06:31.847Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.server.txt'
19:06:31 [2024-02-17T00:06:31.847Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.server.txt'
19:06:31 [2024-02-17T00:06:31.847Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.server.txt'
19:06:31 [2024-02-17T00:06:31.847Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.eclipse.jetty.server.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.847Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.server.txt to delete.
19:06:31 [2024-02-17T00:06:31.847Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.847Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.jetty.server@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.848Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.848Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.848Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.848Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.848Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.848Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.848Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.848Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.848Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.848Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.849Z] 
19:06:31 [2024-02-17T00:06:31.849Z] init:
19:06:31 [2024-02-17T00:06:31.849Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.849Z] 
19:06:31 [2024-02-17T00:06:31.849Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.849Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.849Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.io.txt
19:06:31 [2024-02-17T00:06:31.849Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.io.txt'
19:06:31 [2024-02-17T00:06:31.849Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.io.txt'
19:06:31 [2024-02-17T00:06:31.849Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.io.txt'
19:06:31 [2024-02-17T00:06:31.849Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.eclipse.jetty.io.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.850Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.io.txt to delete.
19:06:31 [2024-02-17T00:06:31.850Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.850Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.jetty.io@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.850Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.850Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.850Z]   [antcall] calling target(s) [updateTestManifest] in build 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.850Z] parsing buildfile /home/jenkins/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/equinox/helper.xml with URI = 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.tychoeclipsebuilder/equinox/helper.xml
19:06:31 [2024-02-17T00:06:31.851Z] Project base dir set 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.releng.tychoeclipsebuilder/equinox
19:06:31 [2024-02-17T00:06:31.851Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.851Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.851Z]   [antcall] Entering /home/jenkins/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/equinox/helper.xml...
19:06:31 [2024-02-17T00:06:31.851Z] Build sequence for target(s) `updateTestManifest' is [init, updateTestManifest]
19:06:31 [2024-02-17T00:06:31.851Z] Complete build sequence is [init, updateTestManifest, noDefault, updateTestManifests, publish, ]
19:06:31 [2024-02-17T00:06:31.851Z] 
19:06:31 [2024-02-17T00:06:31.851Z] init:
19:06:31 [2024-02-17T00:06:31.851Z] Skipped because property 'helperInitialized' set.
19:06:31 [2024-02-17T00:06:31.851Z] 
19:06:31 [2024-02-17T00:06:31.851Z] updateTestManifest:
19:06:31 [2024-02-17T00:06:31.851Z]     [apply] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.851Z]     [apply] Output redirected 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.releng.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.servlet.txt
19:06:31 [2024-02-17T00:06:31.851Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.servlet.txt'
19:06:31 [2024-02-17T00:06:31.851Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.servlet.txt'
19:06:31 [2024-02-17T00:06:31.852Z] [replaceregexp] The following file is missing: '/home/jenkins/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/equinox/tmp/org.eclipse.jetty.servlet.txt'
19:06:31 [2024-02-17T00:06:31.852Z]  [loadfile] /home/jenkins/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/equinox/tmp/org.eclipse.jetty.servlet.txt doesn't exist
19:06:31 [2024-02-17T00:06:31.852Z]    [delete] Could not find 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.tychoeclipsebuilder/equinox/tmp/org.eclipse.jetty.servlet.txt to delete.
19:06:31 [2024-02-17T00:06:31.852Z] Property "bundle.jar" has not been set
19:06:31 [2024-02-17T00:06:31.852Z]   [replace] Replacing 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.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml: @org.eclipse.jetty.servlet@ --> ${bundle.jar}
19:06:31 [2024-02-17T00:06:31.852Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.852Z]   [antcall] Exiting /home/jenkins/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/equinox/helper.xml.
19:06:31 [2024-02-17T00:06:31.852Z]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/checksum
19:06:31 [2024-02-17T00:06:31.852Z]      [exec] Current OS is Linux
19:06:31 [2024-02-17T00:06:31.852Z]      [exec] Executing '/bin/bash' with arguments:
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] '/home/jenkins/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/extras/produceChecksum.sh'
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] 
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] The ' characters around the executable and arguments are
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] not part of the command.
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] [DEBUG] Producing checksums starting
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] rm: cannot remove 'checksum/equinox-I20240216-1800-SUMSSHA512': No such file or directory
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] [DEBUG] current directory: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] 
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] 	WARNING: SCRIPT_PATH not defined in produceChecksum.sh
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] [sha512] EclipseRT-OSGi-StarterKit-I20240216-1800-win32-win32-x86_64.zip
19:06:31 [2024-02-17T00:06:31.853Z]      [exec] [sha512] equinox-SDK-I20240216-1800.zip
19:06:32 [2024-02-17T00:06:32.109Z]      [exec] [sha512] launchers-win32.win32.x86_64.I20240216-1800.zip
19:06:32 [2024-02-17T00:06:32.109Z]      [exec] [sha512] EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-aarch64.dmg
19:06:32 [2024-02-17T00:06:32.109Z]      [exec] [sha512] EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64.dmg
19:06:32 [2024-02-17T00:06:32.109Z]      [exec] [sha512] EclipseRT-OSGi-StarterKit-I20240216-1800-linux-gtk-x86_64.tar.gz
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] ls: cannot access '*.tar.xz': No such file or directory
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] EclipseRT-OSGi-StarterKit-I20240216-1800-macosx-cocoa-x86_64.tar.gz
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] launchers-linux.gtk.aarch64.I20240216-1800.tar.gz
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] launchers-linux.gtk.ppc64le.I20240216-1800.tar.gz
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] launchers-linux.gtk.x86_64.I20240216-1800.tar.gz
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] launchers-macosx.cocoa.aarch64.I20240216-1800.tar.gz
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] launchers-macosx.cocoa.x86_64.I20240216-1800.tar.gz
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.apache.commons.commons-codec_1.16.0.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.apache.felix.gogo.command_1.1.2.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.apache.felix.gogo.runtime_1.1.6.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.apache.felix.gogo.shell_1.1.4.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.apache.felix.scr_2.2.10.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.apache.httpcomponents.client5.httpclient5_5.2.1.v20230802-0806.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.apache.httpcomponents.client5.httpclient5-win_5.2.1.v20230802-0847.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.apache.httpcomponents.core5.httpcore5_5.2.3.v20230922-1600.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.apache.httpcomponents.core5.httpcore5-h2_5.2.3.v20230922-1600.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.core.expressions_3.9.300.v20240207-1044.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.core.jobs_3.15.200.v20231214-1526.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.core.runtime_3.31.0.v20240215-1631.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.core.variables_3.6.300.v20231214-1012.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.ecf_3.11.0.v20230507-1923.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.ecf.filetransfer_5.1.103.v20230705-0614.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.ecf.provider.filetransfer.httpclientjava_2.0.200.v20231114-1017.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.app_1.7.0.v20240213-1427.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.bidi_1.5.0.v20240113-0700.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.cm_1.6.0.v20240214-0846.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.common_3.19.0.v20240214-0846.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.concurrent_1.3.0.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.console_1.4.700.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.console.jaas.fragment_1.2.0.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.console.ssh_1.3.0.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.coordinator_1.5.300.v20240214-0846.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.device_1.2.0.v20240213-1515.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.event_1.7.0.v20240214-0846.jar
19:06:32 [2024-02-17T00:06:32.365Z]      [exec] [sha512] org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.http.registry_1.4.0.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.launcher.cocoa.macosx_1.2.900.v20240129-1338.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.900.v20240129-1338.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.900.v20240129-1338.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.2.900.v20240129-1338.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.log.stream_1.2.0.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.metatype_1.6.500.v20231214-2017.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240216-0715.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.console_1.3.300.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.discovery_1.3.200.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.discovery.compatibility_1.3.200.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.installer_1.4.200.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.operations_2.7.300.v20240212-0924.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.366Z]      [exec] [sha512] org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.367Z]      [exec] [sha512] org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359.jar
19:06:32 [2024-02-17T00:06:32.367Z]      [exec] [sha512] org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113.jar
19:06:32 [2024-02-17T00:06:32.367Z]      [exec] [sha512] org.eclipse.equinox.p2.ui.admin_1.3.300.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.p2.ui.admin.rcp_1.4.100.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.p2.ui.discovery_1.3.200.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.p2.ui.sdk_1.3.300.v20240207-1113.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.p2.updatechecker_1.4.200.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.region_1.5.500.v20231214-2017.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.security_1.4.200.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.security.ui_1.4.200.v20240213-1246.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.servletbridge_1.7.0.v20240213-1638.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.supplement_1.10.800.v20240115-0830.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.transforms.hook_1.4.0.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.transforms.xslt_1.3.0.v20240213-1244.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.useradmin_1.3.0.v20240214-0659.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.weaving.caching_1.3.0.v20240213-1357.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.weaving.caching.j9_1.3.0.v20240213-1357.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.equinox.weaving.hook_1.4.0.v20240213-1357.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.osgi_3.19.0.v20240213-1246.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.osgi.services_3.12.0.v20231218-2126.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.eclipse.osgi.util_3.7.300.v20231104-1118.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.osgi.service.cm_1.6.1.202109301733.jar
19:06:32 [2024-02-17T00:06:32.624Z]      [exec] [sha512] org.osgi.service.component_1.5.1.202212101352.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.coordinator_1.0.2.201505202024.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.device_1.1.1.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.event_1.4.1.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.log.stream_1.0.0.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.metatype_1.4.1.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.prefs_1.1.2.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.provisioning_1.2.0.201505202024.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.upnp_1.2.1.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.useradmin_1.1.1.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.service.wireadmin_1.0.2.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.util.function_1.2.0.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.util.measurement_1.0.2.201802012109.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.util.position_1.0.1.201505202026.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.util.promise_1.3.0.202212101352.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.util.pushstream_1.1.0.202212101352.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.osgi.util.xml_1.0.2.202109301733.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.sat4j.core_2.3.6.v20201214.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.sat4j.pb_2.3.6.v20201214.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [sha512] org.tukaani.xz_1.9.0.jar
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [DEBUG] Producing GPG signatures starting.
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] [DEBUG] Producing checksums ended normally
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] gpg: signing failed: Inappropriate ioctl for device
19:06:32 [2024-02-17T00:06:32.625Z]      [exec] gpg: signing failed: Inappropriate ioctl for device
19:06:32 [2024-02-17T00:06:32.625Z]      [copy] Copying 182 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:32 [2024-02-17T00:06:32.625Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.app_1.7.0.v20240213-1427/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.app_1.7.0.v20240213-1427/@dot.html
19:06:32 [2024-02-17T00:06:32.625Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.app_1.7.0.v20240213-1427/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.app_1.7.0.v20240213-1427/@dot.xml
19:06:32 [2024-02-17T00:06:32.626Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.bidi.tests_1.4.0.v20240214-0846/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.bidi.tests_1.4.0.v20240214-0846/@dot.xml
19:06:32 [2024-02-17T00:06:32.626Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.bidi_1.5.0.v20240113-0700/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.bidi_1.5.0.v20240113-0700/@dot.xml
19:06:32 [2024-02-17T00:06:32.626Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.cm.test_1.2.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.cm.test_1.2.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.627Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.cm_1.6.0.v20240214-0846/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.cm_1.6.0.v20240214-0846/@dot.html
19:06:32 [2024-02-17T00:06:32.627Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.cm_1.6.0.v20240214-0846/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.cm_1.6.0.v20240214-0846/@dot.xml
19:06:32 [2024-02-17T00:06:32.627Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.common.tests_3.17.100.v20240214-0846/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.common.tests_3.17.100.v20240214-0846/@dot.html
19:06:32 [2024-02-17T00:06:32.627Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.common.tests_3.17.100.v20240214-0846/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.common.tests_3.17.100.v20240214-0846/@dot.xml
19:06:32 [2024-02-17T00:06:32.628Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.common_3.19.0.v20240214-0846/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.common_3.19.0.v20240214-0846/@dot.html
19:06:32 [2024-02-17T00:06:32.628Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.common_3.19.0.v20240214-0846/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.common_3.19.0.v20240214-0846/@dot.xml
19:06:32 [2024-02-17T00:06:32.628Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.concurrent_1.3.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.concurrent_1.3.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.628Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console.ssh.tests_1.3.100.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console.ssh.tests_1.3.100.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.629Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console.ssh_1.3.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console.ssh_1.3.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.629Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console.tests_1.3.100.v20240213-1244/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console.tests_1.3.100.v20240213-1244/@dot.html
19:06:32 [2024-02-17T00:06:32.629Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console.tests_1.3.100.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console.tests_1.3.100.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.630Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console_1.4.700.v20240213-1244/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console_1.4.700.v20240213-1244/@dot.html
19:06:32 [2024-02-17T00:06:32.630Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console_1.4.700.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.console_1.4.700.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.630Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.coordinator_1.5.300.v20240214-0846/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.coordinator_1.5.300.v20240214-0846/@dot.xml
19:06:32 [2024-02-17T00:06:32.630Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.device_1.2.0.v20240213-1515/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.device_1.2.0.v20240213-1515/@dot.html
19:06:32 [2024-02-17T00:06:32.631Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.device_1.2.0.v20240213-1515/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.device_1.2.0.v20240213-1515/@dot.xml
19:06:32 [2024-02-17T00:06:32.631Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/@dot.html
19:06:32 [2024-02-17T00:06:32.631Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.632Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb1.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb1.jar.xml
19:06:32 [2024-02-17T00:06:32.632Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb10.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb10.jar.xml
19:06:32 [2024-02-17T00:06:32.632Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb11.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb11.jar.xml
19:06:32 [2024-02-17T00:06:32.633Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb12.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb12.jar.xml
19:06:32 [2024-02-17T00:06:32.633Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb13.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb13.jar.xml
19:06:32 [2024-02-17T00:06:32.633Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb14.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb14.jar.xml
19:06:32 [2024-02-17T00:06:32.633Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb15.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb15.jar.xml
19:06:32 [2024-02-17T00:06:32.634Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb16.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb16.jar.xml
19:06:32 [2024-02-17T00:06:32.634Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb17.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb17.jar.xml
19:06:32 [2024-02-17T00:06:32.634Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb1a.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb1a.jar.xml
19:06:32 [2024-02-17T00:06:32.635Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb2.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb2.jar.xml
19:06:32 [2024-02-17T00:06:32.635Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb20.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb20.jar.xml
19:06:32 [2024-02-17T00:06:32.635Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb21.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb21.jar.xml
19:06:32 [2024-02-17T00:06:32.635Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb21a.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb21a.jar.xml
19:06:32 [2024-02-17T00:06:32.636Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb22.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb22.jar.xml
19:06:32 [2024-02-17T00:06:32.636Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb23.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb23.jar.xml
19:06:32 [2024-02-17T00:06:32.636Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb24.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb24.jar.xml
19:06:32 [2024-02-17T00:06:32.637Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb25.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb25.jar.xml
19:06:32 [2024-02-17T00:06:32.637Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb26.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb26.jar.xml
19:06:32 [2024-02-17T00:06:32.637Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb27.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb27.jar.xml
19:06:32 [2024-02-17T00:06:32.637Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb3.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb3.jar.xml
19:06:32 [2024-02-17T00:06:32.638Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb4.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb4.jar.xml
19:06:32 [2024-02-17T00:06:32.638Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb5.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb5.jar.xml
19:06:32 [2024-02-17T00:06:32.638Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb6.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb6.jar.xml
19:06:32 [2024-02-17T00:06:32.638Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb7.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb7.jar.xml
19:06:32 [2024-02-17T00:06:32.639Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb8.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb8.jar.xml
19:06:32 [2024-02-17T00:06:32.639Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb9.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.ds.tests_1.7.0.v20240213-1244/scr_test_tb9.jar.xml
19:06:32 [2024-02-17T00:06:32.639Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.event_1.7.0.v20240214-0846/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.event_1.7.0.v20240214-0846/@dot.html
19:06:32 [2024-02-17T00:06:32.639Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.event_1.7.0.v20240214-0846/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.event_1.7.0.v20240214-0846/@dot.xml
19:06:32 [2024-02-17T00:06:32.640Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609/@dot.html
19:06:32 [2024-02-17T00:06:32.640Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609/@dot.xml
19:06:32 [2024-02-17T00:06:32.640Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.frameworkadmin.test_1.4.300.v20240213-1609/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.frameworkadmin.test_1.4.300.v20240213-1609/@dot.xml
19:06:32 [2024-02-17T00:06:32.641Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.641Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244/@dot.html
19:06:32 [2024-02-17T00:06:32.641Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.jetty_3.9.100.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.641Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.registry_1.4.0.v20240213-1244/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.registry_1.4.0.v20240213-1244/@dot.html
19:06:32 [2024-02-17T00:06:32.642Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.registry_1.4.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.registry_1.4.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.642Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.service.api_1.2.2.v20231218-2126/@dot.xml
19:06:32 [2024-02-17T00:06:32.642Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet.tests_1.9.100.v20240205-1437/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet.tests_1.9.100.v20240205-1437/@dot.xml
19:06:32 [2024-02-17T00:06:32.642Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet.tests_1.9.100.v20240205-1437/bundles_bin_tb1.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet.tests_1.9.100.v20240205-1437/bundles_bin_tb1.jar.xml
19:06:32 [2024-02-17T00:06:32.643Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet.tests_1.9.100.v20240205-1437/bundles_bin_tb2.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet.tests_1.9.100.v20240205-1437/bundles_bin_tb2.jar.xml
19:06:32 [2024-02-17T00:06:32.643Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057/@dot.html
19:06:32 [2024-02-17T00:06:32.643Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servlet_1.8.100.v20240213-1057/@dot.xml
19:06:32 [2024-02-17T00:06:32.643Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.http.servletbridge_1.3.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.644Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427/@dot.html
19:06:32 [2024-02-17T00:06:32.644Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.jsp.jasper.registry_1.3.0.v20240213-1427/@dot.xml
19:06:32 [2024-02-17T00:06:32.644Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427/@dot.html
19:06:32 [2024-02-17T00:06:32.645Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.jsp.jasper_1.2.0.v20240213-1427/@dot.xml
19:06:32 [2024-02-17T00:06:32.645Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244/@dot.html
19:06:32 [2024-02-17T00:06:32.645Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.launcher_1.6.700.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.645Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.log.stream_1.2.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.log.stream_1.2.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.646Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.metatype_1.6.500.v20231214-2017/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.metatype_1.6.500.v20231214-2017/@dot.xml
19:06:32 [2024-02-17T00:06:32.646Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240216-0715/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240216-0715/@dot.html
19:06:32 [2024-02-17T00:06:32.646Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240216-0715/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240216-0715/@dot.xml
19:06:32 [2024-02-17T00:06:32.646Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.console_1.3.300.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.console_1.3.300.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.647Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.core_2.11.0.v20240210-1628/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.core_2.11.0.v20240210-1628/@dot.html
19:06:32 [2024-02-17T00:06:32.647Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.core_2.11.0.v20240210-1628/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.core_2.11.0.v20240210-1628/@dot.xml
19:06:32 [2024-02-17T00:06:32.647Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924/@dot.xml
19:06:32 [2024-02-17T00:06:32.648Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924/ant_tasks_director-ant.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.director.app_1.3.300.v20240212-0924/ant_tasks_director-ant.jar.xml
19:06:32 [2024-02-17T00:06:32.648Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.director_2.6.300.v20240207-1113/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.director_2.6.300.v20240207-1113/@dot.xml
19:06:32 [2024-02-17T00:06:32.648Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.648Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.directorywatcher_1.4.300.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.649Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.3.200.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.3.200.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.649Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.3.200.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.3.200.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.649Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.discovery_1.3.200.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.discovery_1.3.200.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.649Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918/@dot.html
19:06:32 [2024-02-17T00:06:32.650Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918/@dot.xml
19:06:32 [2024-02-17T00:06:32.650Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.discovery_2.3.100.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.discovery_2.3.100.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.650Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.prestartupdate_1.3.100.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.prestartupdate_1.3.100.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.651Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibi_1.3.100.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibi_1.3.100.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.651Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibi_1.3.100.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.sdkbundlevisibi_1.3.100.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.651Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdate_1.3.100.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.sdknoautoupdate_1.3.100.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.651Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.sdkui_1.3.100.v20240207-2014/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.examples.rcp.sdkui_1.3.100.v20240207-2014/@dot.xml
19:06:32 [2024-02-17T00:06:32.652Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.652Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.extensionlocation_1.5.300.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.652Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.653Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.installer_1.4.200.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.installer_1.4.200.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.653Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.653Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843/lib_jarprocessor-ant.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843/lib_jarprocessor-ant.jar.xml
19:06:32 [2024-02-17T00:06:32.653Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.654Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.654Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843/ant_tasks_metadataRepository-ant.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843/ant_tasks_metadataRepository-ant.jar.xml
19:06:32 [2024-02-17T00:06:32.654Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100/@dot.html
19:06:32 [2024-02-17T00:06:32.655Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100/@dot.xml
19:06:32 [2024-02-17T00:06:32.655Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.operations_2.7.300.v20240212-0924/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.operations_2.7.300.v20240212-0924/@dot.xml
19:06:32 [2024-02-17T00:06:32.655Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634/@dot.html
19:06:32 [2024-02-17T00:06:32.655Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634/@dot.xml
19:06:32 [2024-02-17T00:06:32.656Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634/ant_tasks_pdepublishing-ant.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240204-1634/ant_tasks_pdepublishing-ant.jar.xml
19:06:32 [2024-02-17T00:06:32.656Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707/@dot.html
19:06:32 [2024-02-17T00:06:32.656Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707/@dot.xml
19:06:32 [2024-02-17T00:06:32.656Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924/@dot.html
19:06:32 [2024-02-17T00:06:32.657Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.5.300.v20240212-0924/@dot.xml
19:06:32 [2024-02-17T00:06:32.657Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113/@dot.html
19:06:32 [2024-02-17T00:06:32.657Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113/@dot.xml
19:06:32 [2024-02-17T00:06:32.658Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113/lib_repository-tools-ant.jar.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113/lib_repository-tools-ant.jar.xml
19:06:32 [2024-02-17T00:06:32.658Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113/@dot.html
19:06:32 [2024-02-17T00:06:32.658Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113/@dot.xml
19:06:32 [2024-02-17T00:06:32.658Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests.discovery_1.4.400.v20240209-1206/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests.discovery_1.4.400.v20240209-1206/@dot.xml
19:06:32 [2024-02-17T00:06:32.659Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests.ui_1.4.300.v20240213-1618/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests.ui_1.4.300.v20240213-1618/@dot.xml
19:06:32 [2024-02-17T00:06:32.659Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests.verifier_1.4.200.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests.verifier_1.4.200.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.659Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests.verifier_1.4.200.v20240201-0843/test.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests.verifier_1.4.200.v20240201-0843/test.xml
19:06:32 [2024-02-17T00:06:32.659Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests_1.9.300.v20240213-1618/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests_1.9.300.v20240213-1618/@dot.html
19:06:32 [2024-02-17T00:06:32.660Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests_1.9.300.v20240213-1618/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.tests_1.9.300.v20240213-1618/@dot.xml
19:06:32 [2024-02-17T00:06:32.660Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.660Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.660Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.661Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.5.200.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.661Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359/@dot.html
19:06:32 [2024-02-17T00:06:32.661Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.transport.ecf_1.4.200.v20240203-1359/@dot.xml
19:06:32 [2024-02-17T00:06:32.662Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.admin.rcp_1.4.100.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.admin.rcp_1.4.100.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.662Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.admin_1.3.300.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.admin_1.3.300.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.662Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.admin_1.3.300.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.admin_1.3.300.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.662Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.discovery_1.3.200.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.discovery_1.3.200.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.663Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.663Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.importexport_1.4.300.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.663Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924/@dot.html
19:06:32 [2024-02-17T00:06:32.664Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.200.v20240212-0924/@dot.xml
19:06:32 [2024-02-17T00:06:32.664Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.sdk_1.3.300.v20240207-1113/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui.sdk_1.3.300.v20240207-1113/@dot.xml
19:06:32 [2024-02-17T00:06:32.664Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113/@dot.html
19:06:32 [2024-02-17T00:06:32.664Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.ui_2.8.300.v20240207-1113/@dot.xml
19:06:32 [2024-02-17T00:06:32.665Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.updatechecker_1.4.200.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.updatechecker_1.4.200.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.665Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.665Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.p2.updatesite_1.3.300.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.665Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.preferences.tests_3.10.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.preferences.tests_3.10.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.666Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.preferences_3.11.0.v20240210-0844/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.preferences_3.11.0.v20240210-0844/@dot.html
19:06:32 [2024-02-17T00:06:32.666Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.preferences_3.11.0.v20240210-0844/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.preferences_3.11.0.v20240210-0844/@dot.xml
19:06:32 [2024-02-17T00:06:32.666Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.region_1.5.500.v20231214-2017/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.region_1.5.500.v20231214-2017/@dot.xml
19:06:32 [2024-02-17T00:06:32.667Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.registry_3.12.0.v20240213-1057/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.registry_3.12.0.v20240213-1057/@dot.html
19:06:32 [2024-02-17T00:06:32.667Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.registry_3.12.0.v20240213-1057/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.registry_3.12.0.v20240213-1057/@dot.xml
19:06:32 [2024-02-17T00:06:32.667Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.linux_1.1.200.v20231214-1607/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.linux_1.1.200.v20231214-1607/@dot.xml
19:06:32 [2024-02-17T00:06:32.667Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017/@dot.xml
19:06:32 [2024-02-17T00:06:32.668Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.tests_1.3.200.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.tests_1.3.200.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.668Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.ui_1.4.200.v20240213-1246/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.ui_1.4.200.v20240213-1246/@dot.xml
19:06:32 [2024-02-17T00:06:32.668Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.668Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security_1.4.200.v20240213-1244/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security_1.4.200.v20240213-1244/@dot.html
19:06:32 [2024-02-17T00:06:32.669Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security_1.4.200.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.security_1.4.200.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.669Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.servletbridge_1.7.0.v20240213-1638/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.servletbridge_1.7.0.v20240213-1638/@dot.html
19:06:32 [2024-02-17T00:06:32.669Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.servletbridge_1.7.0.v20240213-1638/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.servletbridge_1.7.0.v20240213-1638/@dot.xml
19:06:32 [2024-02-17T00:06:32.669Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843/@dot.html
19:06:32 [2024-02-17T00:06:32.670Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843/@dot.xml
19:06:32 [2024-02-17T00:06:32.670Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053/@dot.html
19:06:32 [2024-02-17T00:06:32.670Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053/@dot.xml
19:06:32 [2024-02-17T00:06:32.671Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.supplement_1.10.800.v20240115-0830/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.supplement_1.10.800.v20240115-0830/@dot.html
19:06:32 [2024-02-17T00:06:32.671Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.supplement_1.10.800.v20240115-0830/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.supplement_1.10.800.v20240115-0830/@dot.xml
19:06:32 [2024-02-17T00:06:32.671Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.transforms.hook_1.4.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.transforms.hook_1.4.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.671Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.transforms.xslt_1.3.0.v20240213-1244/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.transforms.xslt_1.3.0.v20240213-1244/@dot.html
19:06:32 [2024-02-17T00:06:32.672Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.transforms.xslt_1.3.0.v20240213-1244/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.transforms.xslt_1.3.0.v20240213-1244/@dot.xml
19:06:32 [2024-02-17T00:06:32.672Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.useradmin_1.3.0.v20240214-0659/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.useradmin_1.3.0.v20240214-0659/@dot.html
19:06:32 [2024-02-17T00:06:32.672Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.useradmin_1.3.0.v20240214-0659/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.useradmin_1.3.0.v20240214-0659/@dot.xml
19:06:32 [2024-02-17T00:06:32.672Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.caching.j9_1.3.0.v20240213-1357/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.caching.j9_1.3.0.v20240213-1357/@dot.xml
19:06:32 [2024-02-17T00:06:32.673Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.caching_1.3.0.v20240213-1357/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.caching_1.3.0.v20240213-1357/@dot.html
19:06:32 [2024-02-17T00:06:32.673Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.caching_1.3.0.v20240213-1357/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.caching_1.3.0.v20240213-1357/@dot.xml
19:06:32 [2024-02-17T00:06:32.673Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.hook_1.4.0.v20240213-1357/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.hook_1.4.0.v20240213-1357/@dot.html
19:06:32 [2024-02-17T00:06:32.673Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.hook_1.4.0.v20240213-1357/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.equinox.weaving.hook_1.4.0.v20240213-1357/@dot.xml
19:06:32 [2024-02-17T00:06:32.674Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057/@dot.html
19:06:32 [2024-02-17T00:06:32.674Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057/@dot.xml
19:06:32 [2024-02-17T00:06:32.674Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.osgi.services_3.12.0.v20231218-2126/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.osgi.services_3.12.0.v20231218-2126/@dot.xml
19:06:32 [2024-02-17T00:06:32.675Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.osgi_3.19.0.v20240213-1246/@dot.html to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.osgi_3.19.0.v20240213-1246/@dot.html
19:06:32 [2024-02-17T00:06:32.675Z]      [copy] Copying /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/compilelogs/plugins/org.eclipse.osgi_3.19.0.v20240213-1246/@dot.xml to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/compilelogs/plugins/org.eclipse.osgi_3.19.0.v20240213-1246/@dot.xml
19:06:32 [2024-02-17T00:06:32.675Z]      [copy] build.php added as build.php doesn't exist.
19:06:32 [2024-02-17T00:06:32.675Z]      [copy] download.php added as download.php doesn't exist.
19:06:32 [2024-02-17T00:06:32.675Z]      [copy] equinox.css added as equinox.css doesn't exist.
19:06:32 [2024-02-17T00:06:32.675Z]      [copy]  omitted as /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800 is up to date.
19:06:32 [2024-02-17T00:06:32.675Z]      [copy] Copying 3 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:32 [2024-02-17T00:06:32.675Z]      [copy] Copying /home/jenkins/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/equinox/publishingFiles/staticDropFiles/build.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/build.php
19:06:32 [2024-02-17T00:06:32.675Z]      [copy] Copying /home/jenkins/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/equinox/publishingFiles/staticDropFiles/download.php to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/download.php
19:06:32 [2024-02-17T00:06:32.676Z]      [copy] Copying /home/jenkins/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/equinox/publishingFiles/staticDropFiles/equinox.css to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800/equinox.css
19:06:32 [2024-02-17T00:06:32.676Z] Override ignored for property "class"
19:06:32 [2024-02-17T00:06:32.676Z] [indexResults] 
19:06:32 [2024-02-17T00:06:32.676Z] [indexResults] INFO: Processing test and build results for 
19:06:32 [2024-02-17T00:06:32.676Z] [indexResults] 	/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
19:06:32 [2024-02-17T00:06:32.932Z] [indexResults] DEBUG: Begin: Generating drop index page
19:06:32 [2024-02-17T00:06:32.932Z] [indexResults] DEBUG: End: Generating drop index page
19:06:32 [2024-02-17T00:06:32.932Z] [indexResults] DEBUG: BEGIN: Parsing compile logs and generating summary table.
19:06:33 [2024-02-17T00:06:33.189Z] [indexResults] DEBUG: End: Parsing compile logs and generating summary table.
19:06:33 [2024-02-17T00:06:33.189Z] [indexResults] 
19:06:33 [2024-02-17T00:06:33.189Z] [indexResults] INFO: isBuildTested value was not true, so did no processing for test files
19:06:33 [2024-02-17T00:06:33.189Z] [indexResults] 
19:06:33 [2024-02-17T00:06:33.189Z] [indexResults] INFO: Completed processing test and build results
19:06:33 [2024-02-17T00:06:33.189Z]      [echo] [DEBUG] Equinox helper.xml publish ending normally
19:06:33 [2024-02-17T00:06:33.189Z] BUILD SUCCESSFUL
19:06:33 [2024-02-17T00:06:33.189Z] 
19:06:33 [2024-02-17T00:06:33.189Z] BUILD SUCCESSFUL
19:06:33 [2024-02-17T00:06:33.189Z] Total time: 6 seconds
19:06:33 [2024-02-17T00:06:33.189Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/notarizeEqLog ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:06:33 [2024-02-17T00:06:33.189Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // withAnt
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate Repo reports)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
19:06:33 [2024-02-17T00:06:33.880Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:06:33 [2024-02-17T00:06:33.881Z] + unset JAVA_TOOL_OPTIONS
19:06:33 [2024-02-17T00:06:33.881Z] + unset _JAVA_OPTIONS
19:06:33 [2024-02-17T00:06:33.881Z] + ./mb500_createRepoReports.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:06:33 [2024-02-17T00:06:33.881Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb500_createRepoReports.sh.log
19:06:36 [2024-02-17T00:06:36.398Z] 2024-02-17 00:06:35 URL:https://download.eclipse.org/cbi/updates/p2-analyzers/products/nightly/latest/org.eclipse.cbi.p2repo.analyzers.product-linux.gtk.x86_64.tar.gz [16367687/16367687] -> "/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.cbi.p2repo.analyzers.product-linux.gtk.x86_64.tar.gz" [1]
19:06:36 [2024-02-17T00:06:36.398Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.398Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.398Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.398Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:36 [2024-02-17T00:06:36.399Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:06:37 [2024-02-17T00:06:37.327Z] 2024-02-17 00:06:37 URL:https://download.eclipse.org/justj/jres/17/downloads/20240120_0921/org.eclipse.justj.openjdk.hotspot.jre.full-17.0.10-linux-x86_64.tar.gz [120754058/120754058] -> "/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.justj.openjdk.hotspot.jre.full-17.0.10-linux-x86_64.tar.gz" [1]
19:06:40 [2024-02-17T00:06:40.591Z] output: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs/reporeports/reports/versionPatterns.txt
19:06:40 [2024-02-17T00:06:40.591Z] output: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs/reporeports/reports/nonUniqueVersions.txt
19:06:40 [2024-02-17T00:06:40.591Z] output: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs/reporeports/reports/featureNames.html
19:06:40 [2024-02-17T00:06:40.591Z] output: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs/reporeports/reports/bundleNames.html
19:06:40 [2024-02-17T00:06:40.591Z] output: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs/reporeports/reports/providerNames.html
19:06:40 [2024-02-17T00:06:40.591Z] Number of IUs during license check: 84
19:06:40 [2024-02-17T00:06:40.591Z] Number features or products during license check: 84
19:06:40 [2024-02-17T00:06:40.591Z] output: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs/reporeports/reports/copyrights.html
19:06:40 [2024-02-17T00:06:40.591Z] output: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs/reporeports/reports/versionChecks.html
19:06:40 [2024-02-17T00:06:40.591Z] Number in reference from raw count:1291
19:06:40 [2024-02-17T00:06:40.591Z] Number in reference from set:1291
19:06:40 [2024-02-17T00:06:40.591Z] Number in current from raw count:1311
19:06:40 [2024-02-17T00:06:40.591Z] Number in current from set: 1311
19:06:40 [2024-02-17T00:06:40.847Z] Number in reference missing from current: 2
19:06:40 [2024-02-17T00:06:40.847Z] Number in common in reference and current: 1188
19:06:41 [2024-02-17T00:06:41.102Z] Number in current missing from reference: 22
19:06:41 [2024-02-17T00:06:41.102Z] Number in common in reference and current: 1188
19:06:51 [2024-02-17T00:06:51.040Z] Reports completed as expected. Took: 10.06 s
19:06:51 [2024-02-17T00:06:51.040Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Generate API tools reports)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
19:06:51 [2024-02-17T00:06:51.711Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:06:51 [2024-02-17T00:06:51.711Z] + unset JAVA_TOOL_OPTIONS
19:06:51 [2024-02-17T00:06:51.711Z] + unset _JAVA_OPTIONS
19:06:51 [2024-02-17T00:06:51.711Z] + ./mb510_createApiToolsReports.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:06:51 [2024-02-17T00:06:51.711Z] + tee /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb510_createApiToolsReports.sh.log
19:06:51 [2024-02-17T00:06:51.711Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:06:52 [2024-02-17T00:06:52.636Z] Feb 17, 2024 12:06:52 AM org.apache.aries.spifly.BaseActivator log
19:06:52 [2024-02-17T00:06:52.637Z] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
19:06:53 [2024-02-17T00:06:53.198Z] Buildfile: /home/jenkins/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/buildScripts/api-tools-builder.xml
19:06:53 [2024-02-17T00:06:53.198Z] WARNING: A terminally deprecated method in java.lang.System has been called
19:06:53 [2024-02-17T00:06:53.198Z] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/tmp/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/42/0/.cp/lib/antsupportlib.jar)
19:06:53 [2024-02-17T00:06:53.198Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
19:06:53 [2024-02-17T00:06:53.198Z] WARNING: System::setSecurityManager will be removed in a future release
19:06:53 [2024-02-17T00:06:53.198Z] 
19:06:53 [2024-02-17T00:06:53.198Z] getfreezereference:
19:06:53 [2024-02-17T00:06:53.198Z] 
19:06:53 [2024-02-17T00:06:53.198Z] init:
19:06:53 [2024-02-17T00:06:53.454Z]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitoolingreference/Eclipse-SDK-4.30
19:06:53 [2024-02-17T00:06:53.454Z]       [get] Getting: https://download.eclipse.org/eclipse/downloads/drops4/R-4.30-202312010110/eclipse-SDK-4.30-win32-x86_64.zip
19:06:53 [2024-02-17T00:06:53.454Z]       [get] To: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitoolingreference/Eclipse-SDK-4.30/eclipse-SDK-4.30-win32-x86_64.zip
19:06:56 [2024-02-17T00:06:56.720Z] 
19:06:56 [2024-02-17T00:06:56.720Z] checkCurrent:
19:06:56 [2024-02-17T00:06:56.720Z] 
19:06:56 [2024-02-17T00:06:56.720Z] warnIfNotAvailable:
19:06:56 [2024-02-17T00:06:56.720Z] 
19:06:56 [2024-02-17T00:06:56.720Z] apiToolsReports:
19:06:56 [2024-02-17T00:06:56.720Z]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools
19:06:56 [2024-02-17T00:06:56.720Z]     [touch] Creating /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools/freeze_report.xml
19:06:56 [2024-02-17T00:06:56.720Z] 
19:06:56 [2024-02-17T00:06:56.720Z] dofreezeReport:
19:06:56 [2024-02-17T00:06:56.720Z]     [mkdir] Created dir: /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters
19:06:59 [2024-02-17T00:06:59.988Z]      [copy] Copying 51 files to /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters
19:06:59 [2024-02-17T00:06:59.988Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.988Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.core.compiler.batch/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.988Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.core.compiler.batch/.api_filters (deflated 53%)
19:06:59 [2024-02-17T00:06:59.988Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.core.formatterapp/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.988Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.core.formatterapp/.api_filters (deflated 56%)
19:06:59 [2024-02-17T00:06:59.988Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.core/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.988Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.core/.api_filters (deflated 93%)
19:06:59 [2024-02-17T00:06:59.988Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.debug.ui/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.988Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.debug.ui/.api_filters (deflated 85%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.launching/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.launching/.api_filters (deflated 71%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.bcoview/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.bcoview/.api_filters (deflated 52%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.core.manipulation/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.core.manipulation/.api_filters (deflated 85%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.ui.unittest.junit/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.ui.unittest.junit/.api_filters (deflated 56%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.ui/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jdt.ui/.api_filters (deflated 88%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.build/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.build/.api_filters (deflated 52%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ds.annotations/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ds.annotations/.api_filters (deflated 53%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ds.core/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ds.core/.api_filters (deflated 65%)
19:06:59 [2024-02-17T00:06:59.989Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.e4.tools.compat/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.e4.tools.compat/.api_filters (deflated 69%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ua.core/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ua.core/.api_filters (deflated 86%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ua.ui/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ua.ui/.api_filters (deflated 77%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.core/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.core/.api_filters (deflated 53%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.spy.event/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.spy.event/.api_filters (deflated 52%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.spy.preferences/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.spy.preferences/.api_filters (deflated 55%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ui/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.ui/.api_filters (deflated 89%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.unittest.junit/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.pde.unittest.junit/.api_filters (deflated 76%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.commands/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.990Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.commands/.api_filters (deflated 52%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.databinding.beans/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.databinding.beans/.api_filters (deflated 89%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.databinding.observable/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.databinding.observable/.api_filters (deflated 93%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.databinding.property/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.databinding.property/.api_filters (deflated 82%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.databinding/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.core.databinding/.api_filters (deflated 75%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.e4.ui.model.workbench/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.e4.ui.model.workbench/.api_filters (deflated 82%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.e4.ui.services/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.e4.ui.services/.api_filters (deflated 52%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.e4.ui.workbench.swt/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.e4.ui.workbench.swt/.api_filters (deflated 52%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jface.databinding/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.jface.databinding/.api_filters (deflated 92%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ltk.core.refactoring/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.991Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ltk.core.refactoring/.api_filters (deflated 74%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ltk.ui.refactoring/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ltk.ui.refactoring/.api_filters (deflated 88%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.search/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.search/.api_filters (deflated 53%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.editors/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.editors/.api_filters (deflated 69%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.forms/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.forms/.api_filters (deflated 54%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.navigator.resources/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.navigator.resources/.api_filters (deflated 90%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.navigator/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.navigator/.api_filters (deflated 79%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.workbench.texteditor/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.workbench.texteditor/.api_filters (deflated 54%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.workbench/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.workbench/.api_filters (deflated 94%)
19:06:59 [2024-02-17T00:06:59.992Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui/.api_filters (deflated 94%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ant.core/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ant.core/.api_filters (deflated 69%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ant.ui/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ant.ui/.api_filters (deflated 83%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.debug.ui/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.debug.ui/.api_filters (deflated 84%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.externaltools/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.ui.externaltools/.api_filters (deflated 54%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.help.base/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.help.base/.api_filters (deflated 95%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.http.servlet/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.http.servlet/.api_filters (deflated 75%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.preferences/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.preferences/.api_filters (deflated 83%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.osgi.services/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.osgi.services/.api_filters (deflated 82%)
19:06:59 [2024-02-17T00:06:59.993Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.p2.engine/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.994Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.p2.engine/.api_filters (deflated 86%)
19:06:59 [2024-02-17T00:06:59.994Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.p2.metadata/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.994Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.p2.metadata/.api_filters (deflated 74%)
19:06:59 [2024-02-17T00:06:59.994Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.p2.operations/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.994Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.p2.operations/.api_filters (deflated 83%)
19:06:59 [2024-02-17T00:06:59.994Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.p2.ui.sdk/ (stored 0%)
19:06:59 [2024-02-17T00:06:59.994Z]      [exec]   adding: home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters/org.eclipse.equinox.p2.ui.sdk/.api_filters (deflated 76%)
19:06:59 [2024-02-17T00:06:59.994Z] [apitooling.analysis] reference : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitoolingreference/Eclipse-SDK-4.30/eclipse-SDK-4.30-win32-x86_64.zip
19:06:59 [2024-02-17T00:06:59.994Z] [apitooling.analysis] baseline to compare : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-win32-x86_64.zip
19:06:59 [2024-02-17T00:06:59.994Z] [apitooling.analysis] report location : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools/analysis/xml
19:06:59 [2024-02-17T00:06:59.994Z] [apitooling.analysis] filter store : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apifilters
19:06:59 [2024-02-17T00:06:59.994Z] [apitooling.analysis] exclude list 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/eclipse.platform.releng.tychoeclipsebuilder/eclipse/apiexclude/exclude_list_external.txt
19:06:59 [2024-02-17T00:06:59.994Z] [apitooling.analysis] No include list location
19:07:04 [2024-02-17T00:07:04.158Z] [apitooling.analysis] Preparation of baseline installation : 3602ms
19:07:05 [2024-02-17T00:07:05.521Z] [apitooling.analysis] ==============================================================================
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] Excluded elements list:
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] ==============================================================================
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] Exact matches:
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.apache.ant
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.apache.commons.codec
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.jetty.continuation
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.jetty.http
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.jetty.io
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.jetty.security
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.jetty.server
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.jetty.servlet
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.jetty.util
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.jetty.util.ajax
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.swt.win32.win32.x86
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.eclipse.swt.win32.win32.x86_64
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] org.objectweb.asm
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] 
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] Partial matches:
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] ==============================================================================
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] 
19:07:05 [2024-02-17T00:07:05.522Z] [apitooling.analysis] Creation of both baselines : 2010ms
19:07:06 [2024-02-17T00:07:06.884Z] [apitooling.analysis] org.eclipse.ant.ui has no problems
19:07:07 [2024-02-17T00:07:07.810Z] [apitooling.analysis] org.eclipse.help has no problems
19:07:08 [2024-02-17T00:07:08.065Z] [apitooling.analysis] org.eclipse.jdt.bcoview has no problems
19:07:08 [2024-02-17T00:07:08.065Z] [apitooling.analysis] org.eclipse.compare.win32 has no problems
19:07:08 [2024-02-17T00:07:08.065Z] [apitooling.analysis] org.eclipse.equinox.http.jetty has no problems
19:07:08 [2024-02-17T00:07:08.320Z] [apitooling.analysis] org.eclipse.pde.ua.ui has no problems
19:07:08 [2024-02-17T00:07:08.320Z] [apitooling.analysis] org.eclipse.pde.spy.preferences has no problems
19:07:08 [2024-02-17T00:07:08.575Z] [apitooling.analysis] org.eclipse.pde.genericeditor.extension has no problems
19:07:08 [2024-02-17T00:07:08.575Z] [apitooling.analysis] org.eclipse.equinox.event has no problems
19:07:09 [2024-02-17T00:07:09.135Z] [apitooling.analysis] org.eclipse.help.webapp has no problems
19:07:09 [2024-02-17T00:07:09.390Z] [apitooling.analysis] org.eclipse.e4.ui.di has no problems
19:07:09 [2024-02-17T00:07:09.390Z] [apitooling.analysis] org.eclipse.core.variables has no problems
19:07:09 [2024-02-17T00:07:09.390Z] [apitooling.analysis] org.eclipse.equinox.security.win32.x86_64 has no problems
19:07:09 [2024-02-17T00:07:09.390Z] [apitooling.analysis] org.eclipse.pde.ua.core has no problems
19:07:09 [2024-02-17T00:07:09.390Z] [apitooling.analysis] org.eclipse.urischeme has no problems
19:07:09 [2024-02-17T00:07:09.646Z] [apitooling.analysis] org.eclipse.text.quicksearch has no problems
19:07:09 [2024-02-17T00:07:09.646Z] [apitooling.analysis] org.eclipse.jdt.launching has no problems
19:07:09 [2024-02-17T00:07:09.902Z] [apitooling.analysis] org.eclipse.ui.monitoring has no problems
19:07:10 [2024-02-17T00:07:10.462Z] [apitooling.analysis] org.eclipse.equinox.http.registry has no problems
19:07:10 [2024-02-17T00:07:10.462Z] [apitooling.analysis] org.eclipse.pde.ds.ui has no problems
19:07:10 [2024-02-17T00:07:10.462Z] [apitooling.analysis] org.eclipse.pde.spy.event has no problems
19:07:10 [2024-02-17T00:07:10.462Z] [apitooling.analysis] org.eclipse.equinox.simpleconfigurator.manipulator has no problems
19:07:10 [2024-02-17T00:07:10.718Z] [apitooling.analysis] org.eclipse.pde.build has no problems
19:07:10 [2024-02-17T00:07:10.718Z] [apitooling.analysis] org.eclipse.equinox.app has no problems
19:07:10 [2024-02-17T00:07:10.973Z] [apitooling.analysis] org.eclipse.pde.api.tools.ui has no problems
19:07:10 [2024-02-17T00:07:10.973Z] [apitooling.analysis] org.eclipse.equinox.jsp.jasper has no problems
19:07:10 [2024-02-17T00:07:10.973Z] [apitooling.analysis] org.eclipse.e4.tools has no problems
19:07:11 [2024-02-17T00:07:11.228Z] [apitooling.analysis] org.eclipse.pde.ds.core has no problems
19:07:13 [2024-02-17T00:07:13.115Z] [apitooling.analysis] org.eclipse.pde.ui has no problems
19:07:13 [2024-02-17T00:07:13.115Z] [apitooling.analysis] org.eclipse.equinox.jsp.jasper.registry has no problems
19:07:13 [2024-02-17T00:07:13.115Z] [apitooling.analysis] org.eclipse.equinox.p2.reconciler.dropins has no problems
19:07:13 [2024-02-17T00:07:13.115Z] [apitooling.analysis] org.eclipse.equinox.concurrent has no problems
19:07:13 [2024-02-17T00:07:13.115Z] [apitooling.analysis] org.eclipse.equinox.p2.garbagecollector has no problems
19:07:13 [2024-02-17T00:07:13.370Z] [apitooling.analysis] org.eclipse.core.runtime has no problems
19:07:13 [2024-02-17T00:07:13.370Z] [apitooling.analysis] org.eclipse.compare.core has no problems
19:07:13 [2024-02-17T00:07:13.625Z] [apitooling.analysis] org.eclipse.ui.cheatsheets has no problems
19:07:14 [2024-02-17T00:07:14.550Z] [apitooling.analysis] org.eclipse.jdt.core.compiler.batch has no problems
19:07:14 [2024-02-17T00:07:14.551Z] [apitooling.analysis] org.eclipse.jdt.apt.pluggable.core has no problems
19:07:15 [2024-02-17T00:07:15.476Z] [apitooling.analysis] org.eclipse.search has no problems
19:07:15 [2024-02-17T00:07:15.476Z] [apitooling.analysis] org.eclipse.jdt.junit5.runtime has no problems
19:07:15 [2024-02-17T00:07:15.476Z] [apitooling.analysis] org.eclipse.e4.core.di.extensions.supplier has no problems
19:07:15 [2024-02-17T00:07:15.731Z] [apitooling.analysis] org.eclipse.e4.ui.css.swt has no problems
19:07:15 [2024-02-17T00:07:15.731Z] [apitooling.analysis] org.eclipse.equinox.http.service.api has no problems
19:07:15 [2024-02-17T00:07:15.731Z] [apitooling.analysis] org.eclipse.e4.ui.css.swt.theme has no problems
19:07:15 [2024-02-17T00:07:15.731Z] [apitooling.analysis] org.eclipse.pde.spy.context has no problems
19:07:15 [2024-02-17T00:07:15.731Z] [apitooling.analysis] org.eclipse.e4.core.di.extensions has no problems
19:07:15 [2024-02-17T00:07:15.731Z] [apitooling.analysis] org.eclipse.ui.net has no problems
19:07:15 [2024-02-17T00:07:15.988Z] [apitooling.analysis] org.eclipse.core.externaltools has no problems
19:07:15 [2024-02-17T00:07:15.988Z] [apitooling.analysis] org.eclipse.ui.intro has no problems
19:07:16 [2024-02-17T00:07:16.243Z] [apitooling.analysis] org.eclipse.help.base has no problems
19:07:16 [2024-02-17T00:07:16.243Z] [apitooling.analysis] org.eclipse.jface.notifications has no problems
19:07:16 [2024-02-17T00:07:16.243Z] [apitooling.analysis] org.eclipse.jdt.annotation has no problems
19:07:16 [2024-02-17T00:07:16.243Z] [apitooling.analysis] org.eclipse.e4.tools.jdt.templates has no problems
19:07:16 [2024-02-17T00:07:16.243Z] [apitooling.analysis] org.eclipse.equinox.frameworkadmin.equinox has no problems
19:07:16 [2024-02-17T00:07:16.243Z] [apitooling.analysis] org.eclipse.equinox.p2.ui.sdk.scheduler has no problems
19:07:16 [2024-02-17T00:07:16.243Z] [apitooling.analysis] org.eclipse.pde.spy.model has no problems
19:07:16 [2024-02-17T00:07:16.243Z] [apitooling.analysis] org.eclipse.e4.tools.services has no problems
19:07:16 [2024-02-17T00:07:16.243Z] [apitooling.analysis] org.eclipse.equinox.p2.jarprocessor has no problems
19:07:18 [2024-02-17T00:07:18.128Z] [apitooling.analysis] org.eclipse.jdt.ui has no problems
19:07:18 [2024-02-17T00:07:18.128Z] [apitooling.analysis] org.eclipse.jdt.junit.runtime has no problems
19:07:18 [2024-02-17T00:07:18.383Z] [apitooling.analysis] org.eclipse.ltk.core.refactoring has no problems
19:07:18 [2024-02-17T00:07:18.638Z] [apitooling.analysis] org.eclipse.core.databinding.property has no problems
19:07:18 [2024-02-17T00:07:18.638Z] [apitooling.analysis] org.eclipse.equinox.preferences has no problems
19:07:18 [2024-02-17T00:07:18.638Z] [apitooling.analysis] org.eclipse.pde.launching has no problems
19:07:18 [2024-02-17T00:07:18.893Z] [apitooling.analysis] org.eclipse.tips.json has no problems
19:07:18 [2024-02-17T00:07:18.893Z] [apitooling.analysis] org.eclipse.pde.ui.templates has no problems
19:07:19 [2024-02-17T00:07:19.817Z] [apitooling.analysis] org.eclipse.jdt.core.manipulation has no problems
19:07:19 [2024-02-17T00:07:19.817Z] [apitooling.analysis] org.eclipse.equinox.p2.touchpoint.natives has no problems
19:07:19 [2024-02-17T00:07:19.817Z] [apitooling.analysis] org.eclipse.search.core has no problems
19:07:19 [2024-02-17T00:07:19.817Z] [apitooling.analysis] org.eclipse.ui.browser has no problems
19:07:19 [2024-02-17T00:07:19.817Z] [apitooling.analysis] org.eclipse.e4.tools.emf.editor3x has no problems
19:07:20 [2024-02-17T00:07:20.073Z] [apitooling.analysis] org.eclipse.jdt.junit has no problems
19:07:20 [2024-02-17T00:07:20.073Z] [apitooling.analysis] org.eclipse.e4.core.di has no problems
19:07:20 [2024-02-17T00:07:20.073Z] [apitooling.analysis] org.eclipse.jsch.core has no problems
19:07:20 [2024-02-17T00:07:20.328Z] [apitooling.analysis] org.eclipse.ui.navigator has no problems
19:07:20 [2024-02-17T00:07:20.328Z] [apitooling.analysis] org.eclipse.jsch.ui has no problems
19:07:20 [2024-02-17T00:07:20.890Z] [apitooling.analysis] org.eclipse.pde.api.tools has no problems
19:07:20 [2024-02-17T00:07:20.890Z] [apitooling.analysis] org.eclipse.jdt.junit.core has no problems
19:07:20 [2024-02-17T00:07:20.890Z] [apitooling.analysis] org.eclipse.ui.views.properties.tabbed has no problems
19:07:20 [2024-02-17T00:07:20.890Z] [apitooling.analysis] org.eclipse.ui.externaltools has no problems
19:07:20 [2024-02-17T00:07:20.890Z] [apitooling.analysis] org.eclipse.e4.ui.bindings has no problems
19:07:20 [2024-02-17T00:07:20.890Z] [apitooling.analysis] org.eclipse.jdt.core.formatterapp has no problems
19:07:21 [2024-02-17T00:07:21.145Z] [apitooling.analysis] org.eclipse.core.databinding.beans has no problems
19:07:21 [2024-02-17T00:07:21.145Z] [apitooling.analysis] org.eclipse.team.genericeditor.diff.extension has no problems
19:07:21 [2024-02-17T00:07:21.146Z] [apitooling.analysis] org.eclipse.ant.launching has no problems
19:07:21 [2024-02-17T00:07:21.146Z] [apitooling.analysis] org.eclipse.e4.tools.compat has no problems
19:07:21 [2024-02-17T00:07:21.146Z] [apitooling.analysis] org.eclipse.e4.ui.workbench3 has no problems
19:07:21 [2024-02-17T00:07:21.401Z] [apitooling.analysis] org.eclipse.jdt.debug has no problems
19:07:21 [2024-02-17T00:07:21.401Z] [apitooling.analysis] org.eclipse.pde.api.tools.annotations has no problems
19:07:21 [2024-02-17T00:07:21.401Z] [apitooling.analysis] org.eclipse.ltk.ui.refactoring has no problems
19:07:21 [2024-02-17T00:07:21.401Z] [apitooling.analysis] org.eclipse.pde.runtime has no problems
19:07:21 [2024-02-17T00:07:21.401Z] [apitooling.analysis] org.eclipse.ui.views has no problems
19:07:21 [2024-02-17T00:07:21.401Z] [apitooling.analysis] org.eclipse.e4.ui.widgets has no problems
19:07:21 [2024-02-17T00:07:21.657Z] [apitooling.analysis] org.eclipse.e4.ui.model.workbench has no problems
19:07:21 [2024-02-17T00:07:21.657Z] [apitooling.analysis] org.eclipse.pde.spy.css has no problems
19:07:21 [2024-02-17T00:07:21.657Z] [apitooling.analysis] org.eclipse.e4.core.services has no problems
19:07:21 [2024-02-17T00:07:21.657Z] [apitooling.analysis] org.eclipse.pde.spy.core has no problems
19:07:21 [2024-02-17T00:07:21.657Z] [apitooling.analysis] org.eclipse.ui.views.log has no problems
19:07:21 [2024-02-17T00:07:21.657Z] [apitooling.analysis] org.eclipse.ui.workbench.texteditor has no problems
19:07:21 [2024-02-17T00:07:21.912Z] [apitooling.analysis] org.eclipse.ui.navigator.resources has no problems
19:07:22 [2024-02-17T00:07:22.838Z] [apitooling.analysis] org.eclipse.tips.ide has no problems
19:07:22 [2024-02-17T00:07:22.838Z] [apitooling.analysis] org.eclipse.pde.core has no problems
19:07:22 [2024-02-17T00:07:22.838Z] [apitooling.analysis] org.eclipse.ui.intro.universal has no problems
19:07:22 [2024-02-17T00:07:22.838Z] [apitooling.analysis] org.eclipse.equinox.bidi has no problems
19:07:22 [2024-02-17T00:07:22.838Z] [apitooling.analysis] org.eclipse.e4.core.di.annotations has no problems
19:07:22 [2024-02-17T00:07:22.838Z] [apitooling.analysis] org.eclipse.pde.ds.annotations has no problems
19:07:22 [2024-02-17T00:07:22.839Z] [apitooling.analysis] org.eclipse.core.filebuffers has no problems
19:07:23 [2024-02-17T00:07:23.094Z] [apitooling.analysis] org.eclipse.ant.core has no problems
19:07:23 [2024-02-17T00:07:23.094Z] [apitooling.analysis] org.eclipse.jdt.apt.core has no problems
19:07:23 [2024-02-17T00:07:23.094Z] [apitooling.analysis] org.eclipse.equinox.p2.publisher has no problems
19:07:23 [2024-02-17T00:07:23.094Z] [apitooling.analysis] org.eclipse.jdt.junit4.runtime has no problems
19:07:23 [2024-02-17T00:07:23.094Z] [apitooling.analysis] org.eclipse.jdt.apt.ui has no problems
19:07:23 [2024-02-17T00:07:23.094Z] [apitooling.analysis] org.eclipse.jface.databinding has no problems
19:07:23 [2024-02-17T00:07:23.351Z] [apitooling.analysis] org.eclipse.tools.layout.spy has no problems
19:07:23 [2024-02-17T00:07:23.351Z] [apitooling.analysis] org.eclipse.core.databinding has no problems
19:07:23 [2024-02-17T00:07:23.351Z] [apitooling.analysis] org.eclipse.ui has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.e4.ui.css.core has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.equinox.p2.transport.ecf has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.e4.ui.ide has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.ui.intro.quicklinks has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.pde.junit.runtime has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.equinox.http.servlet has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.equinox.frameworkadmin has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.tips.core has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.core.net has no problems
19:07:23 [2024-02-17T00:07:23.607Z] [apitooling.analysis] org.eclipse.pde.spy.bundle has no problems
19:07:24 [2024-02-17T00:07:24.168Z] [apitooling.analysis] org.eclipse.jdt.debug.ui has no problems
19:07:24 [2024-02-17T00:07:24.168Z] [apitooling.analysis] org.eclipse.equinox.p2.console has no problems
19:07:25 [2024-02-17T00:07:25.117Z] [apitooling.analysis] org.eclipse.jdt.core has no problems
19:07:25 [2024-02-17T00:07:25.117Z] [apitooling.analysis] org.eclipse.e4.emf.xpath has no problems
19:07:25 [2024-02-17T00:07:25.373Z] [apitooling.analysis] org.eclipse.ui.ide.application has no problems
19:07:25 [2024-02-17T00:07:25.627Z] [apitooling.analysis] org.eclipse.core.databinding.observable has no problems
19:07:25 [2024-02-17T00:07:25.627Z] [apitooling.analysis] org.eclipse.ui.win32 has no problems
19:07:25 [2024-02-17T00:07:25.627Z] [apitooling.analysis] org.eclipse.equinox.launcher has no problems
19:07:25 [2024-02-17T00:07:25.627Z] [apitooling.analysis] org.eclipse.equinox.security has no problems
19:07:25 [2024-02-17T00:07:25.627Z] [apitooling.analysis] org.eclipse.ui.trace has no problems
19:07:25 [2024-02-17T00:07:25.627Z] [apitooling.analysis] org.eclipse.e4.ui.services has no problems
19:07:25 [2024-02-17T00:07:25.882Z] [apitooling.analysis] org.eclipse.debug.core has no problems
19:07:25 [2024-02-17T00:07:25.882Z] [apitooling.analysis] org.eclipse.core.contenttype has no problems
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.equinox.security.ui has no problems
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] ==========================
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] Total number of components in current baseline :341
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] ==========================
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] Total number of api tools components in current baseline :192
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] Details:
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.ant.core
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.ant.launching
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.ant.ui
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.compare
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.compare.core
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.compare.win32
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.commands
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.contenttype
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.databinding
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.databinding.beans
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.databinding.observable
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.databinding.property
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.expressions
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.externaltools
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.filebuffers
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.filesystem
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.jobs
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.net
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.resources
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.runtime
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.core.variables
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.debug.core
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.debug.ui
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.core.commands
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.core.contexts
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.core.di
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.core.di.annotations
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.core.di.extensions
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.core.di.extensions.supplier
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.core.services
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.emf.xpath
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.tools
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.tools.compat
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.tools.emf.editor3x
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.tools.emf.ui
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.tools.jdt.templates
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.tools.services
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.ui.bindings
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.ui.css.core
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.ui.css.swt
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.ui.css.swt.theme
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.ui.di
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.ui.dialogs
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.ui.ide
19:07:26 [2024-02-17T00:07:26.444Z] [apitooling.analysis] org.eclipse.e4.ui.model.workbench
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.e4.ui.services
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.e4.ui.widgets
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.e4.ui.workbench
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.addons.swt
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.swt
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.e4.ui.workbench3
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.app
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.bidi
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.common
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.concurrent
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.console
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.event
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.frameworkadmin
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.frameworkadmin.equinox
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.http.jetty
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.http.registry
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.http.service.api
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.http.servlet
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.jsp.jasper
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.jsp.jasper.registry
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.launcher
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.artifact.repository
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.console
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.director
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.director.app
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.directorywatcher
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.engine
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.extensionlocation
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.garbagecollector
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.jarprocessor
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.metadata
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.metadata.repository
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.operations
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.publisher
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.publisher.eclipse
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.reconciler.dropins
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.repository
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.repository.tools
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.touchpoint.eclipse
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.touchpoint.natives
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.transport.ecf
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.ui.importexport
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.ui.sdk
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.ui.sdk.scheduler
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.updatechecker
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.p2.updatesite
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.preferences
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.registry
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.security
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.security.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.security.win32.x86_64
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.simpleconfigurator
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.equinox.simpleconfigurator.manipulator
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.help
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.help.base
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.help.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.help.webapp
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.annotation
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.apt.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.apt.pluggable.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.apt.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.bcoview
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.core.compiler.batch
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.core.formatterapp
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.core.manipulation
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.debug
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.debug.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.junit
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.junit.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.junit.runtime
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.junit4.runtime
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.junit5.runtime
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.launching
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jdt.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jface
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jface.databinding
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jface.notifications
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jface.text
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jsch.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.jsch.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ltk.core.refactoring
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ltk.ui.refactoring
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.osgi
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.api.tools
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.api.tools.annotations
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.api.tools.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.build
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.ds.annotations
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.ds.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.ds.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.genericeditor.extension
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.junit.runtime
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.launching
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.runtime
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.spy.bundle
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.spy.context
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.spy.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.spy.css
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.spy.event
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.spy.model
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.spy.preferences
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.ua.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.ua.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.pde.ui.templates
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.search
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.search.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.team.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.team.genericeditor.diff.extension
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.team.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.text
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.text.quicksearch
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.tips.core
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.tips.ide
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.tips.json
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.tips.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.tools.layout.spy
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.browser
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.cheatsheets
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.console
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.editors
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.externaltools
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.forms
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.genericeditor
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.ide
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.ide.application
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.intro
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.intro.quicklinks
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.intro.universal
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.monitoring
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.navigator
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.navigator.resources
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.net
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.trace
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.views
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.views.log
19:07:26 [2024-02-17T00:07:26.445Z] [apitooling.analysis] org.eclipse.ui.views.properties.tabbed
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ui.win32
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ui.workbench
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ui.workbench.texteditor
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.urischeme
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] ==========================
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] Total number of non-api tools components in current baseline :124
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] Details:
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] bcpg
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] bcprov
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] biz.aQute.bnd.util
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] biz.aQute.bndlib
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] biz.aQute.repository
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] biz.aQute.resolve
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] com.google.gson
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] com.ibm.icu
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] com.jcraft.jsch
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] com.sun.el.javax.el
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] com.sun.jna
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] com.sun.jna.platform
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] jakarta.activation-api
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] jakarta.annotation-api
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] jakarta.inject.jakarta.inject-api
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] jakarta.xml.bind-api
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-jupiter-api
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-jupiter-engine
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-jupiter-migrationsupport
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-jupiter-params
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-platform-commons
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-platform-engine
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-platform-launcher
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-platform-runner
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-platform-suite-api
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-platform-suite-commons
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-platform-suite-engine
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] junit-vintage-engine
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.aries.spifly.dynamic.bundle
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.batik.constants
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.batik.css
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.batik.i18n
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.batik.util
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.commons.collections
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.commons.commons-beanutils
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.commons.commons-codec
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.commons.commons-io
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.commons.commons-logging
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.commons.jxpath
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.felix.gogo.command
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.felix.gogo.runtime
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.felix.gogo.shell
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.felix.scr
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.httpcomponents.client5.httpclient5
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.httpcomponents.client5.httpclient5-win
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.httpcomponents.core5.httpcore5
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.httpcomponents.core5.httpcore5-h2
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.lucene.analysis-common
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.lucene.analysis-smartcn
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.lucene.core
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apache.xmlgraphics
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.apiguardian.api
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.bndtools.templating
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.core.net.win32
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.debug.ui.launchview
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.e4.ui.progress
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.e4.ui.swt.win32
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ecf
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ecf.filetransfer
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ecf.identity
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ecf.provider.filetransfer
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ecf.provider.filetransfer.httpclient5
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ecf.provider.filetransfer.httpclient5.win32
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ecf.provider.filetransfer.httpclientjava
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ecf.provider.filetransfer.ssl
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.ecf.ssl
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.emf.common
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.emf.databinding
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.emf.databinding.edit
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.emf.ecore
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.emf.ecore.change
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.emf.ecore.xmi
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.emf.edit
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.jdt.astview
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.jdt.jeview
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.jetty.ee8.security
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.jetty.ee8.server
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.jetty.ee8.servlet
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.jetty.servlet-api
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.jetty.session
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.orbit.xml-apis-ext
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.osgi.compatibility.state
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.pde.bnd.ui
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.platform
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.swt
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.eclipse.update.configurator
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.hamcrest
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.hamcrest.core
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.jdom
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.junit
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.mortbay.jasper.apache-el
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.mortbay.jasper.apache-jsp
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.objectweb.asm.commons
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.objectweb.asm.tree
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.objectweb.asm.tree.analysis
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.objectweb.asm.util
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.opentest4j
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.annotation.bundle
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.annotation.versioning
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.cm
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.component
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.component.annotations
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.coordinator
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.device
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.event
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.http.whiteboard
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.metatype
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.metatype.annotations
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.prefs
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.provisioning
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.repository
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.upnp
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.useradmin
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.service.wireadmin
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.util.function
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.util.measurement
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.util.position
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.util.promise
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.osgi.util.xml
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.sat4j.core
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.sat4j.pb
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] org.tukaani.xz
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] slf4j.api
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] slf4j.simple
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] ==========================
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] Total number of components with resolver errors :0
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] Details:
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] ==========================
19:07:26 [2024-02-17T00:07:26.446Z] [apitooling.analysis] API tools verification check : 21002ms
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] Cleanup : 537ms
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] org.apache.commons.logging : Total: 1 (Usage: 0, Compatibility: 1, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] Compatibility:
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] The API component org.apache.commons.logging has been removed
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] org.eclipse.compare : Total: 6 (Usage: 6, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] org.eclipse.compare.structuremergeviewer.DiffTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] An anonymous type defined in org.eclipse.compare.contentmergeviewer.TextMergeViewer illegally implements IWorkbenchPartSite
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] org.eclipse.compare.patch.IFilePatch extends non-API type org.eclipse.compare.patch.IFilePatch2
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] org.eclipse.compare.SharedDocumentAdapter implements non-API interface org.eclipse.compare.ISharedDocumentAdapter
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] org.eclipse.compare.contentmergeviewer.ContentMergeViewer implements non-API interface org.eclipse.compare.internal.IFlushable2
19:07:27 [2024-02-17T00:07:27.009Z] [apitooling.analysis] org.eclipse.compare.structuremergeviewer.SharedDocumentAdapterWrapper implements non-API interface org.eclipse.compare.ISharedDocumentAdapter
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.commands : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.commands.ParameterValueConversionException leaks APIs from the superclass org.eclipse.core.commands.common.CommandException
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.expressions : Total: 2 (Usage: 2, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.expressions.PropertyTester implements non-API interface org.eclipse.core.expressions.IPropertyTester
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.expressions.TestExpression.testGetTypeExtensionManager() has non-API return type org.eclipse.core.internal.expressions.TypeExtensionManager
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.filesystem : Total: 3 (Usage: 3, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.filesystem.provider.FileStore implements non-API interface org.eclipse.core.filesystem.IFileStore
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.filesystem.provider.FileSystem implements non-API interface org.eclipse.core.filesystem.IFileSystem
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.filesystem.provider.FileTree implements non-API interface org.eclipse.core.filesystem.IFileTree
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.jobs : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.runtime.jobs.Job extends non-API type org.eclipse.core.internal.jobs.InternalJob
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.resources : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.core.resources.team.ResourceRuleFactory implements non-API interface org.eclipse.core.resources.IResourceRuleFactory
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.debug.ui : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.debug.internal.ui.views.variables.VariablesView illegally references method org.eclipse.e4.ui.services.IStylingEngine.setId(Object, String)
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.e4.core.commands : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.e4.core.commands.ExpressionContext illegally implements org.eclipse.core.expressions.IEvaluationContext
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] org.eclipse.e4.core.contexts : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.010Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.core.contexts.ContextFunction implements non-API interface org.eclipse.e4.core.contexts.IContextFunction
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.tools.emf.ui : Total: 6 (Usage: 6, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.tools.emf.ui.internal.common.TreeViewerEx illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.tools.emf.ui.internal.common.component.dialogs.ContributionDataFile illegally implements org.eclipse.core.resources.IFile
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.tools.emf.ui.internal.common.component.virtual.VMenuContributionsEditor illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory.createMenuContribution()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.tools.emf.ui.internal.common.component.virtual.VToolBarContributionsEditor illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory.createToolBarContribution()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.tools.emf.ui.internal.common.component.virtual.VTrimContributionsEditor illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory.createTrimContribution()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.tools.emf.ui.internal.imp.RegistryUtil illegally references method org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor.setDirtyable(boolean)
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.dialogs : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree.NotifyingTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.workbench : Total: 35 (Usage: 35, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.LocaleChangeServiceImpl illegally implements org.eclipse.e4.core.services.nls.ILocaleChangeService
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setWidget(Object)
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getWidget()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.011Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setWidget(Object)
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.isToBeRendered()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setWidget(Object)
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setWidget(Object)
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.core.commands.ExpressionContext.getVariable(String)
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.012Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.PartServiceImpl illegally references method org.eclipse.e4.ui.services.EContextService.deferUpdates(boolean)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon illegally references method org.eclipse.e4.core.commands.ECommandService.defineCommand(String, String, String, Category, IParameter[], String)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon illegally references method org.eclipse.e4.core.commands.ECommandService.defineCategory(String, String, String)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.addons.swt : Total: 4 (Usage: 4, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.addons.dndaddon.SplitFeedbackOverlay illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.addons.dndaddon.SplitFeedbackOverlay illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt : Total: 35 (Usage: 35, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.CSSEngineHelper illegally references method org.eclipse.e4.ui.services.IStylingEngine.getStyle(Object)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem illegally references method org.eclipse.e4.ui.model.application.ui.menu.MHandledItem.getWbCommand()
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem illegally references method org.eclipse.e4.ui.model.application.ui.menu.MHandledItem.setWbCommand(ParameterizedCommand)
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.013Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassnameAndId(Object, String, String)
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer illegally references method org.eclipse.e4.ui.workbench.modeling.ISaveHandler.saveParts(Collection<MPart>, boolean)
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer illegally references method org.eclipse.e4.ui.workbench.modeling.ISaveHandler.save(MPart, boolean)
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer illegally references method org.eclipse.e4.ui.model.application.ui.basic.MTrimBar.getPendingCleanup()
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references method org.eclipse.e4.ui.workbench.modeling.IWindowCloseHandler.close(MWindow)
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.NO
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.CANCEL
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.YES
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.swt : Total: 7 (Usage: 7, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] An anonymous type defined in org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultContext() illegally implements IStylingEngine
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.swt.MenuService illegally implements org.eclipse.e4.ui.services.EMenuService
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] An anonymous type defined in org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.initializeStyling(Display, IEclipseContext) illegally implements IStylingEngine
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine illegally implements org.eclipse.e4.ui.workbench.IPresentationEngine
19:07:27 [2024-02-17T00:07:27.014Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.swt.ResourceUtility illegally implements org.eclipse.e4.ui.workbench.IResourceUtilities via org.eclipse.e4.ui.workbench.swt.util.ISWTResourceUtilities
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.e4.ui.workbench.swt.util.ISWTResourceUtilities illegally implements org.eclipse.e4.ui.workbench.IResourceUtilities<ImageDesc>
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.e4.ui.internal.workbench.swt.handlers.ThemeUtil illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.common : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.core.runtime.Path implements non-API interface org.eclipse.core.runtime.IPath
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.console : Total: 4 (Usage: 4, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.console.command.adapter.CustomCommandInterpreter illegally implements org.eclipse.osgi.framework.console.CommandInterpreter
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.console.command.adapter.Activator.SessionCustomizer illegally references method org.eclipse.osgi.framework.console.ConsoleSession.close()
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.console.command.adapter.Activator.SessionCustomizer illegally references method org.eclipse.osgi.framework.console.ConsoleSession.getOutput()
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.console.command.adapter.Activator.SessionCustomizer illegally references method org.eclipse.osgi.framework.console.ConsoleSession.getInput()
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.p2.artifact.repository : Total: 4 (Usage: 4, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager illegally implements org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRequest illegally implements org.eclipse.equinox.p2.repository.artifact.IArtifactRequest
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository illegally implements org.eclipse.equinox.p2.repository.ICompositeRepository<T>
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.p2.core : Total: 2 (Usage: 2, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.p2.core.StrongPool<T> implements non-API interface org.eclipse.equinox.p2.core.IPool<T>
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.p2.core.WeakPool<T> implements non-API interface org.eclipse.equinox.p2.core.IPool<T>
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.p2.director : Total: 5 (Usage: 5, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.director.SimplePlanner.EverythingOptionalProfile illegally implements org.eclipse.equinox.p2.engine.IProfile
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.director.Projector illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.matches(IRequiredCapability)
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.director.Projector illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.newValue()
19:07:27 [2024-02-17T00:07:27.015Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.director.Projector illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.applyOn()
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.director.Slicer illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.newValue()
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.director.app : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.director.app.PrettyQuery<T> illegally implements org.eclipse.equinox.p2.query.IQuery<T>
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.directorywatcher : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.internal.provisional.p2.directorywatcher.CachingArtifactRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.engine : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.engine.MissingActionsException illegally extends org.eclipse.equinox.p2.core.ProvisionException
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.extensionlocation : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.extensionlocation.ExtensionLocationArtifactRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.metadata : Total: 7 (Usage: 7, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.metadata.expression.IFilterExpression leaks APIs from the superinterface org.eclipse.equinox.p2.metadata.expression.IExpression
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.metadata.expression.parser.ExpressionParser implements non-API interface org.eclipse.equinox.internal.p2.metadata.expression.IExpressionConstants
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.metadata.expression.IContextExpression<T> implements non-API interface org.eclipse.equinox.p2.metadata.expression.IExpression
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.metadata.expression.IMatchExpression<T> implements non-API interface org.eclipse.equinox.p2.metadata.expression.IExpression
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.metadata.index.IQueryWithIndex<T> implements non-API interface org.eclipse.equinox.p2.query.IQuery<T>
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.query.ExpressionMatchQuery<T> implements non-API interface org.eclipse.equinox.p2.query.IMatchQuery<T>
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.query.MatchQuery<T> implements non-API interface org.eclipse.equinox.p2.query.IMatchQuery<T>
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.p2.metadata.repository : Total: 5 (Usage: 5, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository illegally implements org.eclipse.equinox.p2.repository.ICompositeRepository<T>
19:07:27 [2024-02-17T00:07:27.016Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager illegally implements org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataWriter illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.applyOn()
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataWriter illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.newValue()
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataWriter illegally references method org.eclipse.equinox.p2.metadata.IInstallableUnitPatch.getApplicabilityScope()
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.operations : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.operations.RemediationOperation leaks APIs from the superclass org.eclipse.equinox.p2.operations.ProfileChangeOperation
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.publisher.eclipse : Total: 1 (Usage: 0, Compatibility: 0, Bundle version: 1)
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] Bundle Versions:
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] The minor version should be the same for version 1.6.0, since no new APIs have been added since version 1.5.200
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.repository : Total: 5 (Usage: 5, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository implements non-API interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor implements non-API interface org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor implements non-API interface org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository implements non-API interface org.eclipse.equinox.p2.repository.metadata.IMetadataRepository
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.repository.spi.AbstractRepository<T> implements non-API interface org.eclipse.equinox.p2.repository.IRepository<T>
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.repository.tools : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.repository.tools.analyzer.IUAnalyzer implements non-API interface org.eclipse.equinox.p2.repository.tools.analyzer.IIUAnalyzer
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.touchpoint.eclipse : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.touchpoint.eclipse.AggregatedBundleRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] org.eclipse.equinox.p2.ui : Total: 38 (Usage: 38, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.017Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.actions.PropertyDialogAction illegally extends org.eclipse.ui.dialogs.PropertyDialogAction
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.ContainerCheckedTreeViewer illegally extends org.eclipse.jface.viewers.CheckboxTreeViewer
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.actions.UpdateAction illegally references method org.eclipse.equinox.p2.operations.ProfileChangeOperation.resolveModal(IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.actions.UpdateAction illegally references constructor org.eclipse.equinox.p2.operations.RemediationOperation
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.actions.UpdateAction illegally references method org.eclipse.equinox.p2.operations.RemedyConfig.getAllRemedyConfigs()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.InstallWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getCurrentRemedy()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.PreselectedIUInstallWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getResolutionResult()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getCurrentRemedy()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.setCurrentRemedy(Remedy)
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getResolutionResult()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.ProfileChangeOperation.resolveModal(IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getRemedyConfigs()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references constructor org.eclipse.equinox.p2.operations.RemediationOperation
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getStatus()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getRequestedVersion()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.bestSolutionChangingWhatIsInstalled()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.Remedy.getConfig()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getIu()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.bestSolutionChangingTheRequest()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getBeingInstalledVersion()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getInstalledVersion()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getRemedies()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.Remedy.getIusDetails()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup.TreeViewerComparator illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getIu()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.Remedy.getRequest()
19:07:27 [2024-02-17T00:07:27.018Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.UpdateWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getCurrentRemedy()
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getBeingInstalledVersion()
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getStatus()
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getRequestedVersion()
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.Remedy.getIusDetails()
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getIu()
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.query.QueryableUpdates illegally references method org.eclipse.equinox.p2.planner.IPlanner.updatesFor(IInstallableUnit, ProvisioningContext, IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.p2.ui.ProvisioningUI illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getResolutionResult()
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references field org.eclipse.equinox.p2.operations.RemedyConfig.allowDifferentVersion
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references field org.eclipse.equinox.p2.operations.RemedyConfig.allowInstalledUpdate
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references field org.eclipse.equinox.p2.operations.RemedyConfig.allowInstalledRemoval
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references field org.eclipse.equinox.p2.operations.RemedyConfig.allowPartialInstall
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.p2.ui.ProvisioningUI.getOperationRunner() has non-API return type org.eclipse.equinox.internal.p2.ui.ProvisioningOperationRunner
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.p2.ui.importexport : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] An anonymous type defined in org.eclipse.equinox.internal.p2.importexport.internal.wizard.ImportWizard.recomputePlan(IRunnableContext, boolean) illegally extends InstallOperation
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.p2.ui.sdk : Total: 4 (Usage: 4, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.sdk.UpdateHandler illegally references method org.eclipse.equinox.p2.operations.RemedyConfig.getCheckForUpdateRemedyConfigs()
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.sdk.UpdateHandler illegally references method org.eclipse.equinox.p2.operations.ProfileChangeOperation.resolveModal(IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.sdk.UpdateHandler illegally references constructor org.eclipse.equinox.p2.operations.RemediationOperation
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.ui.sdk.UpdateHandler illegally references method org.eclipse.equinox.p2.operations.RemedyConfig.getAllRemedyConfigs()
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.p2.updatechecker : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker illegally references method org.eclipse.equinox.p2.planner.IPlanner.updatesFor(IInstallableUnit, ProvisioningContext, IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] org.eclipse.equinox.p2.updatesite : Total: 2 (Usage: 2, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.019Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.updatesite.artifact.UpdateSiteArtifactRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepository illegally implements org.eclipse.equinox.p2.repository.metadata.IMetadataRepository
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.equinox.registry : Total: 2 (Usage: 2, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.core.runtime.dynamichelpers.ExtensionTracker implements non-API interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.core.runtime.spi.RegistryContributor implements non-API interface org.eclipse.core.runtime.IContributor
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.equinox.simpleconfigurator : Total: 1 (Usage: 0, Compatibility: 0, Bundle version: 1)
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] Bundle Versions:
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] The service version is increased unnecessarily since either the major or minor or service version is already increased
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.help.ui : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] An anonymous type defined in org.eclipse.help.ui.internal.HelpUIEvaluationContext.getContext() illegally extends EvaluationContext
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface : Total: 8 (Usage: 8, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface.viewers.TreeSelection leaks APIs from the superclass org.eclipse.jface.viewers.StructuredSelection
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface.widgets.GroupFactory leaks APIs from the superclass org.eclipse.jface.widgets.AbstractCompositeFactory<F, C>
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface.action.AbstractAction implements non-API interface org.eclipse.jface.action.IAction
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface.action.ContributionItem implements non-API interface org.eclipse.jface.action.IContributionItem
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface.action.MenuManager implements non-API interface org.eclipse.jface.action.IMenuManager
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface.action.SubMenuManager implements non-API interface org.eclipse.jface.action.IMenuManager
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface.action.ToolBarContributionItem implements non-API interface org.eclipse.jface.internal.provisional.action.IToolBarContributionItem
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface.viewers.deferred.AbstractConcurrentModel implements non-API interface org.eclipse.jface.viewers.deferred.IConcurrentModel
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.020Z] [apitooling.analysis] org.eclipse.jface.text : Total: 5 (Usage: 4, Compatibility: 0, Bundle version: 1)
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.jface.text.templates.persistence.TemplatePersistenceData illegally extends org.eclipse.text.templates.TemplatePersistenceData
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.jface.text.templates.persistence.TemplateReaderWriter illegally extends org.eclipse.text.templates.TemplateReaderWriter
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.jface.text.TextViewer illegally instantiates org.eclipse.jface.text.projection.ChildDocumentManager
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.jface.text.source.SourceViewer leaks APIs from the superclass org.eclipse.jface.text.TextViewer
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] Bundle Versions:
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] The minor version should be the same for version 3.25.0, since no new APIs have been added since version 3.24.200
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.osgi : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy implements non-API interface org.eclipse.osgi.service.resolver.StateObjectFactory
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.osgi.services : Total: 1 (Usage: 0, Compatibility: 1, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] Compatibility:
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] The API component org.eclipse.osgi.services has been removed
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core : Total: 13 (Usage: 13, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.diff.provider.Diff implements non-API interface org.eclipse.team.core.diff.IDiff
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.diff.provider.TwoWayDiff implements non-API interface org.eclipse.team.core.diff.ITwoWayDiff
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.history.provider.FileHistory implements non-API interface org.eclipse.team.core.history.IFileHistory
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.history.provider.FileHistoryProvider implements non-API interface org.eclipse.team.core.history.IFileHistoryProvider
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.history.provider.FileRevision implements non-API interface org.eclipse.team.core.history.IFileRevision
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.mapping.ResourceMappingMerger implements non-API interface org.eclipse.team.core.mapping.IResourceMappingMerger
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.mapping.provider.MergeContext implements non-API interface org.eclipse.team.core.mapping.IMergeContext
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.mapping.provider.MergeStatus implements non-API interface org.eclipse.team.core.mapping.IMergeStatus
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.mapping.provider.ResourceDiff implements non-API interface org.eclipse.team.core.mapping.IResourceDiff
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.mapping.provider.SynchronizationContext implements non-API interface org.eclipse.team.core.mapping.ISynchronizationContext
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.mapping.provider.SynchronizationScopeManager implements non-API interface org.eclipse.team.core.mapping.ISynchronizationScopeManager
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.subscribers.SubscriberChangeEvent implements non-API interface org.eclipse.team.core.subscribers.ISubscriberChangeEvent
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.core.variants.AbstractResourceVariantTree implements non-API interface org.eclipse.team.core.variants.IResourceVariantTree
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.ui : Total: 16 (Usage: 16, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] org.eclipse.team.internal.ui.synchronize.LocalResourceTypedElement illegally extends org.eclipse.compare.ResourceNode
19:07:27 [2024-02-17T00:07:27.021Z] [apitooling.analysis] An anonymous type defined in org.eclipse.team.internal.ui.synchronize.SaveablesCompareEditorInput.handleMenuAboutToShow(IMenuManager, ICompareContainer, Saveable, ITypedElement, ISelectionProvider) illegally extends OpenFileAction
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] An anonymous type defined in org.eclipse.team.internal.ui.synchronize.SaveablesCompareEditorInput.handleMenuAboutToShow(IMenuManager, ICompareContainer, Saveable, ITypedElement, ISelectionProvider) illegally extends OpenWithMenu
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.team.internal.ui.synchronize.TreeViewerAdvisor.NavigableTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.team.internal.ui.synchronize.actions.OpenFileInSystemEditorAction illegally extends org.eclipse.ui.actions.OpenFileAction
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] An anonymous type defined in org.eclipse.team.internal.ui.synchronize.actions.RefactorActionGroup.makeActions() illegally extends RenameResourceAction
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] An anonymous type defined in org.eclipse.team.internal.ui.synchronize.actions.RefactorActionGroup.makeActions() illegally extends DeleteResourceAction
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] An anonymous type defined in org.eclipse.team.internal.ui.synchronize.actions.RefactorActionGroup.makeActions() illegally extends MoveResourceAction
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] An anonymous type defined in org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant illegally extends PreferenceStore
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] An anonymous type defined in org.eclipse.team.internal.ui.history.FileRevisionEditorInput.wrapStorage(IStorage, String) illegally implements IFileState
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] An anonymous type defined in org.eclipse.team.internal.ui.synchronize.DialogSynchronizePageSite.createActionBars(IToolBarManager) illegally implements IActionBars
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.team.internal.ui.synchronize.LocalResourceSaveableComparison illegally references method org.eclipse.compare.contentmergeviewer.ContentMergeViewer.internalIsRightDirty()
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.team.internal.ui.synchronize.LocalResourceSaveableComparison illegally references method org.eclipse.compare.contentmergeviewer.ContentMergeViewer.internalIsLeftDirty()
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.team.ui.history.HistoryPageSaveablePart leaks APIs from the superclass org.eclipse.team.ui.PageSaveablePart
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart leaks APIs from the superclass org.eclipse.team.ui.PageSaveablePart
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant implements non-API interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.text : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.text.edits.MultiTextEdit leaks APIs from the superclass org.eclipse.text.edits.TextEdit
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.tips.ui : Total: 4 (Usage: 4, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.tips.ui.internal.DefaultTipManager extends non-API type org.eclipse.tips.core.internal.TipManager
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.tips.ui.internal.Slider.setTipManager(TipManager) has non-API parameter type org.eclipse.tips.core.internal.TipManager
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.tips.ui.internal.TipComposite.setTipManager(TipManager) has non-API parameter type org.eclipse.tips.core.internal.TipManager
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] Constructor for org.eclipse.tips.ui.internal.TipDialog with non-API parameter type org.eclipse.tips.core.internal.TipManager
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.ui.console : Total: 1 (Usage: 1, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.ui.console.TextConsolePage illegally implements org.eclipse.ui.part.IPage via org.eclipse.ui.part.IPageBookViewPage
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] org.eclipse.ui.editors : Total: 3 (Usage: 3, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.022Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] An anonymous type defined in org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.editorContextMenuAboutToShow(IMenuManager) illegally extends OpenWithMenu
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.texteditor.AddTaskAction leaks APIs from the superclass org.eclipse.ui.texteditor.AddMarkerAction
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.texteditor.MarkerRulerInfoAction leaks APIs from the superclass org.eclipse.ui.texteditor.MarkerRulerAction
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.forms : Total: 3 (Usage: 3, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.forms.widgets.SectionFactory illegally extends org.eclipse.jface.widgets.AbstractCompositeFactory<F, C>
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.forms.editor.FormEditor.getActiveEditor() illegally overrides org.eclipse.ui.part.MultiPageEditorPart.getActiveEditor()
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.forms.ManagedForm implements non-API interface org.eclipse.ui.forms.IManagedForm
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.genericeditor : Total: 2 (Usage: 2, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] An anonymous type defined in org.eclipse.ui.internal.genericeditor.ExtensionBasedTextEditor.createSourceViewer(Composite, IVerticalRuler, int) illegally extends ProjectionViewer
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.internal.genericeditor.GenericEditorWithContentTypeIcon illegally implements org.eclipse.ui.IEditorDescriptor
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.ide : Total: 11 (Usage: 11, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.internal.ide.actions.RetargetActionWithDefault illegally extends org.eclipse.ui.actions.RetargetAction
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] An anonymous type defined in org.eclipse.ui.internal.ide.dialogs.BuildOrderPreferencePage.addProject() illegally extends ListSelectionDialog
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.internal.views.markers.MarkersTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] An anonymous type defined in org.eclipse.ui.ide.undo.CreateFolderOperation.convert(UIResourceFilterDescription) illegally implements IResourceFilterDescription
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.internal.ide.WorkbenchActionBuilder illegally references constructor org.eclipse.ui.menus.CommandContributionItemParameter
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.actions.CloseUnrelatedProjectsAction leaks APIs from the superclass org.eclipse.ui.actions.CloseResourceAction
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.dialogs.WizardExportResourcesPage leaks APIs from the superclass org.eclipse.ui.dialogs.WizardDataTransferPage
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.dialogs.WizardResourceImportPage leaks APIs from the superclass org.eclipse.ui.dialogs.WizardDataTransferPage
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.views.markers.MarkerSupportView extends non-API type org.eclipse.ui.internal.views.markers.ExtendedMarkersView
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.views.tasklist.TaskPropertiesDialog extends non-API type org.eclipse.ui.views.markers.internal.DialogTaskProperties
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.dialogs.WizardResourceImportPage.getSelectedResources(IElementFilter, IProgressMonitor) has non-API parameter type org.eclipse.ui.internal.ide.dialogs.IElementFilter
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.workbench : Total: 102 (Usage: 102, Compatibility: 0, Bundle version: 0)
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] Usage:
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.actions.CommandNotMappedException illegally extends org.eclipse.core.commands.common.CommandException
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.dialogs.ContainerCheckedTreeViewer illegally extends org.eclipse.jface.viewers.CheckboxTreeViewer
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.dialogs.FilteredTree.NotifyingTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.023Z] [apitooling.analysis] org.eclipse.ui.internal.ActionSetContributionItem illegally extends org.eclipse.jface.action.SubContributionItem
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.CoolBarToTrimManager.ToolBarContributionItemExtension illegally extends org.eclipse.jface.action.ToolBarContributionItem
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.PluginActionContributionItem illegally extends org.eclipse.jface.action.ActionContributionItem
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.themes.CascadingColorRegistry illegally extends org.eclipse.jface.resource.ColorRegistry
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.themes.CascadingFontRegistry illegally extends org.eclipse.jface.resource.FontRegistry
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.part.CoolItemGroupMarker illegally extends org.eclipse.jface.action.GroupMarker
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.EditorActionBars.Overrides illegally implements org.eclipse.jface.action.IContributionManagerOverrides
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.EditorMenuManager.Overrides illegally implements org.eclipse.jface.action.IContributionManagerOverrides
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.PlaceholderContributionItem illegally implements org.eclipse.jface.action.IContributionItem
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.Workbench illegally implements org.eclipse.e4.ui.workbench.IWorkbench
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.WorkbenchWindow.MenuOverrides illegally implements org.eclipse.jface.action.IContributionManagerOverrides
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.WorkbenchWindow.ToolbarOverrides illegally implements org.eclipse.jface.action.IContributionManagerOverrides
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.decorators.DecorationBuilder illegally implements org.eclipse.jface.viewers.IDecoration
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.help.HelpServiceImpl illegally implements org.eclipse.e4.ui.services.help.EHelpService
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.ShowInMenu illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.contexts.ContextService.UpdateExpression illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.handlers.E4HandlerProxy illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.handlers.LegacyHandlerService illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.handlers.LegacyHandlerService.HandlerSelectionFunction illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.quickaccess.providers.CommandProvider illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.services.EvaluationReference illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.services.EvaluationService illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.CoolBarToTrimManager illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.ShowInMenu illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.Workbench illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getElementId()
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.Workbench illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setToBeRendered(boolean)
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.WorkbenchWindow illegally references method org.eclipse.e4.ui.workbench.modeling.ISaveHandler.promptToSave(MPart)
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.contexts.ContextService.UpdateExpression illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.contexts.ContextService illegally references method org.eclipse.e4.ui.services.EContextService.deferUpdates(boolean)
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.dialogs.cpd.CustomizePerspectiveDialog illegally references method org.eclipse.e4.ui.model.application.ui.menu.MHandledItem.getWbCommand()
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.dialogs.cpd.CustomizePerspectiveDialog illegally references method org.eclipse.e4.ui.model.application.ui.menu.MHandledItem.setWbCommand(ParameterizedCommand)
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.handlers.E4HandlerProxy illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.handlers.LegacyHandlerService.HandlerSelectionFunction illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.handlers.LegacyHandlerService illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.024Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setVisibleWhen(MExpression)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getPersistedState()
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.setElementId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.setElementId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getPersistedState()
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setVisibleWhen(MExpression)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.setElementId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.025Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getPersistedState()
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.quickaccess.providers.CommandProvider illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.services.EvaluationReference illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.services.EvaluationService illegally references method org.eclipse.e4.core.commands.ExpressionContext.addVariable(String, Object)
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.services.EvaluationService illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.services.EvaluationService illegally references method org.eclipse.e4.core.commands.ExpressionContext.removeVariable(String)
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.themes.WorkbenchThemeManager.WorkbenchThemeChangedHandler illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.SaveablesList illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.YES
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.SaveablesList illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.CANCEL
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.SaveablesList illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.NO
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.WorkbenchWindow illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.NO
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.WorkbenchWindow illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.YES
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.WorkbenchWindow illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.CANCEL
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.handlers.LegacyHandlerService illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.internal.services.EvaluationService illegally references field org.eclipse.e4.core.commands.ExpressionContext.defaultVariableConverter
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.actions.ContributedAction extends non-API type org.eclipse.ui.internal.actions.CommandAction
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.contexts.IContextActivation extends non-API type org.eclipse.ui.internal.services.IEvaluationResultCache
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog leaks APIs from the superclass org.eclipse.ui.dialogs.ListSelectionDialog
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.handlers.IHandlerActivation extends non-API type org.eclipse.ui.internal.services.IEvaluationResultCache
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.menus.WorkbenchWindowControlContribution extends non-API type org.eclipse.ui.internal.menus.InternalControlContribution
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.part.EditorPart leaks APIs from the superclass org.eclipse.ui.part.WorkbenchPart
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.part.IPageBookViewPage extends non-API type org.eclipse.ui.part.IPage
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.part.ViewPart leaks APIs from the superclass org.eclipse.ui.part.WorkbenchPart
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.services.IEvaluationReference extends non-API type org.eclipse.ui.internal.services.IEvaluationResultCache
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.NavigationLocation implements non-API interface org.eclipse.ui.INavigationLocation
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.SubActionBars implements non-API interface org.eclipse.ui.IActionBars
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.SubActionBars2 implements non-API interface org.eclipse.ui.IActionBars2
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.XMLMemento implements non-API interface org.eclipse.ui.IMemento
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.activities.WorkbenchTriggerPointAdvisor implements non-API interface org.eclipse.ui.activities.ITriggerPointAdvisor
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.browser.AbstractWebBrowser implements non-API interface org.eclipse.ui.browser.IWebBrowser
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.browser.AbstractWorkbenchBrowserSupport implements non-API interface org.eclipse.ui.browser.IWorkbenchBrowserSupport
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.part.IntroPart implements non-API interface org.eclipse.ui.intro.IIntroPart
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.part.MultiPageEditorSite implements non-API interface org.eclipse.ui.internal.services.INestable
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.part.MultiPageEditorSite implements non-API interface org.eclipse.ui.IEditorSite
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.part.PageSite implements non-API interface org.eclipse.ui.part.IPageSite
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] org.eclipse.ui.part.PageSite implements non-API interface org.eclipse.ui.internal.services.INestable
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] ==================================================================================
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis] 
19:07:27 [2024-02-17T00:07:27.026Z] [apitooling.analysis_reportconversion] xmlReportsLocation : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools/analysis/xml
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] htmlReportsLocation : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools/analysis/html
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] output name :/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools/analysis/html
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] component id : org.apache.commons.logging
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : The API component org.apache.commons.logging has been removed
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] component id : org.eclipse.compare
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.compare.SharedDocumentAdapter implements non-API interface org.eclipse.compare.ISharedDocumentAdapter
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.compare.contentmergeviewer.ContentMergeViewer implements non-API interface org.eclipse.compare.internal.IFlushable2
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.compare.contentmergeviewer.TextMergeViewer illegally implements IWorkbenchPartSite
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.compare.patch.IFilePatch extends non-API type org.eclipse.compare.patch.IFilePatch2
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.compare.structuremergeviewer.DiffTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.compare.structuremergeviewer.SharedDocumentAdapterWrapper implements non-API interface org.eclipse.compare.ISharedDocumentAdapter
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] component id : org.eclipse.core.commands
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.commands.ParameterValueConversionException leaks APIs from the superclass org.eclipse.core.commands.common.CommandException
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] component id : org.eclipse.core.expressions
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.expressions.PropertyTester implements non-API interface org.eclipse.core.expressions.IPropertyTester
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.expressions.TestExpression.testGetTypeExtensionManager() has non-API return type org.eclipse.core.internal.expressions.TypeExtensionManager
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] component id : org.eclipse.core.filesystem
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.filesystem.provider.FileStore implements non-API interface org.eclipse.core.filesystem.IFileStore
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.filesystem.provider.FileSystem implements non-API interface org.eclipse.core.filesystem.IFileSystem
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.filesystem.provider.FileTree implements non-API interface org.eclipse.core.filesystem.IFileTree
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] component id : org.eclipse.core.jobs
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.runtime.jobs.Job extends non-API type org.eclipse.core.internal.jobs.InternalJob
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] component id : org.eclipse.core.resources
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.resources.team.ResourceRuleFactory implements non-API interface org.eclipse.core.resources.IResourceRuleFactory
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.027Z] [apitooling.analysis_reportconversion] component id : org.eclipse.debug.ui
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.debug.internal.ui.views.variables.VariablesView illegally references method org.eclipse.e4.ui.services.IStylingEngine.setId(Object, String)
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] component id : org.eclipse.e4.core.commands
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.core.commands.ExpressionContext illegally implements org.eclipse.core.expressions.IEvaluationContext
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] component id : org.eclipse.e4.core.contexts
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.core.contexts.ContextFunction implements non-API interface org.eclipse.e4.core.contexts.IContextFunction
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] component id : org.eclipse.e4.tools.emf.ui
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.tools.emf.ui.internal.common.TreeViewerEx illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.tools.emf.ui.internal.common.component.dialogs.ContributionDataFile illegally implements org.eclipse.core.resources.IFile
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.tools.emf.ui.internal.common.component.virtual.VMenuContributionsEditor illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory.createMenuContribution()
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.tools.emf.ui.internal.common.component.virtual.VToolBarContributionsEditor illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory.createToolBarContribution()
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.tools.emf.ui.internal.common.component.virtual.VTrimContributionsEditor illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuFactory.createTrimContribution()
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.tools.emf.ui.internal.imp.RegistryUtil illegally references method org.eclipse.e4.ui.model.application.descriptor.basic.MPartDescriptor.setDirtyable(boolean)
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] component id : org.eclipse.e4.ui.dialogs
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.dialogs.filteredtree.FilteredTree.NotifyingTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] component id : org.eclipse.e4.ui.workbench
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.LocaleChangeServiceImpl illegally implements org.eclipse.e4.core.services.nls.ILocaleChangeService
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.028Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setWidget(Object)
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getWidget()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.isToBeRendered()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references method org.eclipse.e4.core.commands.ExpressionContext.getVariable(String)
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setWidget(Object)
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.MenuKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.029Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setWidget(Object)
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.ToolBarKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.getParentId()
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setWidget(Object)
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.ContributionsAnalyzer.TrimKey illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.PartServiceImpl illegally references method org.eclipse.e4.ui.services.EContextService.deferUpdates(boolean)
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon illegally references method org.eclipse.e4.core.commands.ECommandService.defineCommand(String, String, String, Category, IParameter[], String)
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon illegally references method org.eclipse.e4.core.commands.ECommandService.defineCategory(String, String, String)
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] component id : org.eclipse.e4.ui.workbench.addons.swt
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.addons.dndaddon.DnDManager illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.addons.dndaddon.SplitFeedbackOverlay illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.addons.dndaddon.SplitFeedbackOverlay illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] component id : org.eclipse.e4.ui.workbench.renderers.swt
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.030Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.CSSEngineHelper illegally references method org.eclipse.e4.ui.services.IStylingEngine.getStyle(Object)
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ContributionRecord illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem illegally references method org.eclipse.e4.ui.model.application.ui.menu.MHandledItem.getWbCommand()
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem illegally references method org.eclipse.e4.ui.model.application.ui.menu.MHandledItem.setWbCommand(ParameterizedCommand)
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRenderer illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.MenuManagerRendererFilter illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassnameAndId(Object, String, String)
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer illegally references method org.eclipse.e4.ui.workbench.modeling.ISaveHandler.saveParts(Collection<MPart>, boolean)
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer illegally references method org.eclipse.e4.ui.workbench.modeling.ISaveHandler.save(MPart, boolean)
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.031Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.getPositionInParent()
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ToolBarContributionRecord illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.ToolBarManagerRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.setClassname(Object, String)
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer illegally references method org.eclipse.e4.ui.model.application.ui.basic.MTrimBar.getPendingCleanup()
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.TrimBarRenderer illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.getVisibleWhen()
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references method org.eclipse.e4.ui.workbench.modeling.IWindowCloseHandler.close(MWindow)
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.NO
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.CANCEL
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.YES
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] component id : org.eclipse.e4.ui.workbench.swt
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultContext() illegally implements IStylingEngine
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.swt.MenuService illegally implements org.eclipse.e4.ui.services.EMenuService
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.initializeStyling(Display, IEclipseContext) illegally implements IStylingEngine
19:07:27 [2024-02-17T00:07:27.032Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine illegally implements org.eclipse.e4.ui.workbench.IPresentationEngine
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.swt.ResourceUtility illegally implements org.eclipse.e4.ui.workbench.IResourceUtilities via org.eclipse.e4.ui.workbench.swt.util.ISWTResourceUtilities
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.internal.workbench.swt.handlers.ThemeUtil illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.e4.ui.workbench.swt.util.ISWTResourceUtilities illegally implements org.eclipse.e4.ui.workbench.IResourceUtilities<ImageDesc>
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.common
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.runtime.Path implements non-API interface org.eclipse.core.runtime.IPath
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.console
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.console.command.adapter.Activator.SessionCustomizer illegally references method org.eclipse.osgi.framework.console.ConsoleSession.close()
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.console.command.adapter.Activator.SessionCustomizer illegally references method org.eclipse.osgi.framework.console.ConsoleSession.getOutput()
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.console.command.adapter.Activator.SessionCustomizer illegally references method org.eclipse.osgi.framework.console.ConsoleSession.getInput()
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.console.command.adapter.CustomCommandInterpreter illegally implements org.eclipse.osgi.framework.console.CommandInterpreter
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.artifact.repository
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager illegally implements org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRequest illegally implements org.eclipse.equinox.p2.repository.artifact.IArtifactRequest
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository illegally implements org.eclipse.equinox.p2.repository.ICompositeRepository<T>
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.core
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.core.StrongPool<T> implements non-API interface org.eclipse.equinox.p2.core.IPool<T>
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.core.WeakPool<T> implements non-API interface org.eclipse.equinox.p2.core.IPool<T>
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.director
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.director.Projector illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.matches(IRequiredCapability)
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.director.Projector illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.newValue()
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.director.Projector illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.applyOn()
19:07:27 [2024-02-17T00:07:27.033Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.director.SimplePlanner.EverythingOptionalProfile illegally implements org.eclipse.equinox.p2.engine.IProfile
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.director.Slicer illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.newValue()
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.director.app
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.director.app.PrettyQuery<T> illegally implements org.eclipse.equinox.p2.query.IQuery<T>
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.directorywatcher
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.provisional.p2.directorywatcher.CachingArtifactRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.engine
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.engine.MissingActionsException illegally extends org.eclipse.equinox.p2.core.ProvisionException
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.extensionlocation
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.extensionlocation.ExtensionLocationArtifactRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.metadata
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.metadata.expression.parser.ExpressionParser implements non-API interface org.eclipse.equinox.internal.p2.metadata.expression.IExpressionConstants
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.metadata.expression.IContextExpression<T> implements non-API interface org.eclipse.equinox.p2.metadata.expression.IExpression
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.metadata.expression.IFilterExpression leaks APIs from the superinterface org.eclipse.equinox.p2.metadata.expression.IExpression
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.metadata.expression.IMatchExpression<T> implements non-API interface org.eclipse.equinox.p2.metadata.expression.IExpression
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.metadata.index.IQueryWithIndex<T> implements non-API interface org.eclipse.equinox.p2.query.IQuery<T>
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.query.ExpressionMatchQuery<T> implements non-API interface org.eclipse.equinox.p2.query.IMatchQuery<T>
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.query.MatchQuery<T> implements non-API interface org.eclipse.equinox.p2.query.IMatchQuery<T>
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.metadata.repository
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository illegally implements org.eclipse.equinox.p2.repository.ICompositeRepository<T>
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager illegally implements org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataWriter illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.applyOn()
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataWriter illegally references method org.eclipse.equinox.p2.metadata.IRequirementChange.newValue()
19:07:27 [2024-02-17T00:07:27.034Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.metadata.repository.io.MetadataWriter illegally references method org.eclipse.equinox.p2.metadata.IInstallableUnitPatch.getApplicabilityScope()
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.operations
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.operations.RemediationOperation leaks APIs from the superclass org.eclipse.equinox.p2.operations.ProfileChangeOperation
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.publisher.eclipse
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : The minor version should be the same for version 1.6.0, since no new APIs have been added since version 1.5.200
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.repository
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.repository.artifact.spi.AbstractArtifactRepository implements non-API interface org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.repository.artifact.spi.ArtifactDescriptor implements non-API interface org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.repository.artifact.spi.ProcessingStepDescriptor implements non-API interface org.eclipse.equinox.p2.repository.artifact.IProcessingStepDescriptor
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.repository.metadata.spi.AbstractMetadataRepository implements non-API interface org.eclipse.equinox.p2.repository.metadata.IMetadataRepository
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.repository.spi.AbstractRepository<T> implements non-API interface org.eclipse.equinox.p2.repository.IRepository<T>
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.repository.tools
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.repository.tools.analyzer.IUAnalyzer implements non-API interface org.eclipse.equinox.p2.repository.tools.analyzer.IIUAnalyzer
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.touchpoint.eclipse
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.touchpoint.eclipse.AggregatedBundleRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IFileArtifactRepository
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.ui
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.actions.PropertyDialogAction illegally extends org.eclipse.ui.dialogs.PropertyDialogAction
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.actions.UpdateAction illegally references method org.eclipse.equinox.p2.operations.ProfileChangeOperation.resolveModal(IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.actions.UpdateAction illegally references constructor org.eclipse.equinox.p2.operations.RemediationOperation
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.actions.UpdateAction illegally references method org.eclipse.equinox.p2.operations.RemedyConfig.getAllRemedyConfigs()
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.ContainerCheckedTreeViewer illegally extends org.eclipse.jface.viewers.CheckboxTreeViewer
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.InstallWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getCurrentRemedy()
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.PreselectedIUInstallWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getResolutionResult()
19:07:27 [2024-02-17T00:07:27.035Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getCurrentRemedy()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.setCurrentRemedy(Remedy)
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getResolutionResult()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.ProfileChangeOperation.resolveModal(IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getRemedyConfigs()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.ProvisioningOperationWizard illegally references constructor org.eclipse.equinox.p2.operations.RemediationOperation
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getStatus()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getRequestedVersion()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.bestSolutionChangingWhatIsInstalled()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.Remedy.getConfig()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getIu()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.bestSolutionChangingTheRequest()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getBeingInstalledVersion()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getInstalledVersion()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getRemedies()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.Remedy.getIusDetails()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references method org.eclipse.equinox.p2.operations.Remedy.getRequest()
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references field org.eclipse.equinox.p2.operations.RemedyConfig.allowDifferentVersion
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references field org.eclipse.equinox.p2.operations.RemedyConfig.allowInstalledUpdate
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references field org.eclipse.equinox.p2.operations.RemedyConfig.allowInstalledRemoval
19:07:27 [2024-02-17T00:07:27.036Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup illegally references field org.eclipse.equinox.p2.operations.RemedyConfig.allowPartialInstall
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.RemediationGroup.TreeViewerComparator illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getIu()
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.dialogs.UpdateWizard illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getCurrentRemedy()
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getBeingInstalledVersion()
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getStatus()
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getRequestedVersion()
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.Remedy.getIusDetails()
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.model.ElementUtils illegally references method org.eclipse.equinox.p2.operations.RemedyIUDetail.getIu()
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.query.QueryableUpdates illegally references method org.eclipse.equinox.p2.planner.IPlanner.updatesFor(IInstallableUnit, ProvisioningContext, IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.ui.ProvisioningUI illegally references method org.eclipse.equinox.p2.operations.RemediationOperation.getResolutionResult()
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.p2.ui.ProvisioningUI.getOperationRunner() has non-API return type org.eclipse.equinox.internal.p2.ui.ProvisioningOperationRunner
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.ui.importexport
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.equinox.internal.p2.importexport.internal.wizard.ImportWizard.recomputePlan(IRunnableContext, boolean) illegally extends InstallOperation
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.037Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.ui.sdk
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.sdk.UpdateHandler illegally references method org.eclipse.equinox.p2.operations.RemedyConfig.getCheckForUpdateRemedyConfigs()
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.sdk.UpdateHandler illegally references method org.eclipse.equinox.p2.operations.ProfileChangeOperation.resolveModal(IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.sdk.UpdateHandler illegally references constructor org.eclipse.equinox.p2.operations.RemediationOperation
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.ui.sdk.UpdateHandler illegally references method org.eclipse.equinox.p2.operations.RemedyConfig.getAllRemedyConfigs()
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.updatechecker
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.updatechecker.UpdateChecker illegally references method org.eclipse.equinox.p2.planner.IPlanner.updatesFor(IInstallableUnit, ProvisioningContext, IProgressMonitor)
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.p2.updatesite
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.updatesite.artifact.UpdateSiteArtifactRepository illegally implements org.eclipse.equinox.p2.repository.artifact.IArtifactRepository
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepository illegally implements org.eclipse.equinox.p2.repository.metadata.IMetadataRepository
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.registry
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.runtime.dynamichelpers.ExtensionTracker implements non-API interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.core.runtime.spi.RegistryContributor implements non-API interface org.eclipse.core.runtime.IContributor
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] component id : org.eclipse.equinox.simpleconfigurator
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem message : The service version is increased unnecessarily since either the major or minor or service version is already increased
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.294Z] [apitooling.analysis_reportconversion] component id : org.eclipse.help.ui
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.help.ui.internal.HelpUIEvaluationContext.getContext() illegally extends EvaluationContext
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] component id : org.eclipse.jface
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.action.AbstractAction implements non-API interface org.eclipse.jface.action.IAction
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.action.ContributionItem implements non-API interface org.eclipse.jface.action.IContributionItem
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.action.MenuManager implements non-API interface org.eclipse.jface.action.IMenuManager
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.action.SubMenuManager implements non-API interface org.eclipse.jface.action.IMenuManager
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.action.ToolBarContributionItem implements non-API interface org.eclipse.jface.internal.provisional.action.IToolBarContributionItem
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.viewers.TreeSelection leaks APIs from the superclass org.eclipse.jface.viewers.StructuredSelection
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.viewers.deferred.AbstractConcurrentModel implements non-API interface org.eclipse.jface.viewers.deferred.IConcurrentModel
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.widgets.GroupFactory leaks APIs from the superclass org.eclipse.jface.widgets.AbstractCompositeFactory<F, C>
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] component id : org.eclipse.jface.text
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.text.TextViewer illegally instantiates org.eclipse.jface.text.projection.ChildDocumentManager
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.text.source.SourceViewer leaks APIs from the superclass org.eclipse.jface.text.TextViewer
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.text.templates.persistence.TemplatePersistenceData illegally extends org.eclipse.text.templates.TemplatePersistenceData
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.jface.text.templates.persistence.TemplateReaderWriter illegally extends org.eclipse.text.templates.TemplateReaderWriter
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : The minor version should be the same for version 3.25.0, since no new APIs have been added since version 3.24.200
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] component id : org.eclipse.osgi
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.osgi.service.resolver.StateObjectFactory.StateObjectFactoryProxy implements non-API interface org.eclipse.osgi.service.resolver.StateObjectFactory
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] component id : org.eclipse.osgi.services
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : The API component org.eclipse.osgi.services has been removed
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] component id : org.eclipse.team.core
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.diff.provider.Diff implements non-API interface org.eclipse.team.core.diff.IDiff
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.295Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.diff.provider.TwoWayDiff implements non-API interface org.eclipse.team.core.diff.ITwoWayDiff
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.history.provider.FileHistory implements non-API interface org.eclipse.team.core.history.IFileHistory
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.history.provider.FileHistoryProvider implements non-API interface org.eclipse.team.core.history.IFileHistoryProvider
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.history.provider.FileRevision implements non-API interface org.eclipse.team.core.history.IFileRevision
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.mapping.ResourceMappingMerger implements non-API interface org.eclipse.team.core.mapping.IResourceMappingMerger
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.mapping.provider.MergeContext implements non-API interface org.eclipse.team.core.mapping.IMergeContext
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.mapping.provider.MergeStatus implements non-API interface org.eclipse.team.core.mapping.IMergeStatus
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.mapping.provider.ResourceDiff implements non-API interface org.eclipse.team.core.mapping.IResourceDiff
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.mapping.provider.SynchronizationContext implements non-API interface org.eclipse.team.core.mapping.ISynchronizationContext
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.mapping.provider.SynchronizationScopeManager implements non-API interface org.eclipse.team.core.mapping.ISynchronizationScopeManager
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.subscribers.SubscriberChangeEvent implements non-API interface org.eclipse.team.core.subscribers.ISubscriberChangeEvent
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.core.variants.AbstractResourceVariantTree implements non-API interface org.eclipse.team.core.variants.IResourceVariantTree
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] component id : org.eclipse.team.ui
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.team.internal.ui.history.FileRevisionEditorInput.wrapStorage(IStorage, String) illegally implements IFileState
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.team.internal.ui.synchronize.DialogSynchronizePageSite.createActionBars(IToolBarManager) illegally implements IActionBars
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.internal.ui.synchronize.LocalResourceSaveableComparison illegally references method org.eclipse.compare.contentmergeviewer.ContentMergeViewer.internalIsRightDirty()
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.internal.ui.synchronize.LocalResourceSaveableComparison illegally references method org.eclipse.compare.contentmergeviewer.ContentMergeViewer.internalIsLeftDirty()
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.internal.ui.synchronize.LocalResourceTypedElement illegally extends org.eclipse.compare.ResourceNode
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.team.internal.ui.synchronize.SaveablesCompareEditorInput.handleMenuAboutToShow(IMenuManager, ICompareContainer, Saveable, ITypedElement, ISelectionProvider) illegally extends OpenFileAction
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.296Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.team.internal.ui.synchronize.SaveablesCompareEditorInput.handleMenuAboutToShow(IMenuManager, ICompareContainer, Saveable, ITypedElement, ISelectionProvider) illegally extends OpenWithMenu
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.internal.ui.synchronize.TreeViewerAdvisor.NavigableTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.internal.ui.synchronize.actions.OpenFileInSystemEditorAction illegally extends org.eclipse.ui.actions.OpenFileAction
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.team.internal.ui.synchronize.actions.RefactorActionGroup.makeActions() illegally extends RenameResourceAction
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.team.internal.ui.synchronize.actions.RefactorActionGroup.makeActions() illegally extends DeleteResourceAction
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.team.internal.ui.synchronize.actions.RefactorActionGroup.makeActions() illegally extends MoveResourceAction
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.ui.history.HistoryPageSaveablePart leaks APIs from the superclass org.eclipse.team.ui.PageSaveablePart
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant implements non-API interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant illegally extends PreferenceStore
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.team.ui.synchronize.ParticipantPageSaveablePart leaks APIs from the superclass org.eclipse.team.ui.PageSaveablePart
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] component id : org.eclipse.text
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.text.edits.MultiTextEdit leaks APIs from the superclass org.eclipse.text.edits.TextEdit
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] component id : org.eclipse.tips.ui
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.tips.ui.internal.DefaultTipManager extends non-API type org.eclipse.tips.core.internal.TipManager
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.tips.ui.internal.Slider.setTipManager(TipManager) has non-API parameter type org.eclipse.tips.core.internal.TipManager
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.tips.ui.internal.TipComposite.setTipManager(TipManager) has non-API parameter type org.eclipse.tips.core.internal.TipManager
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : Constructor for org.eclipse.tips.ui.internal.TipDialog with non-API parameter type org.eclipse.tips.core.internal.TipManager
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] component id : org.eclipse.ui.console
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.console.TextConsolePage illegally implements org.eclipse.ui.part.IPage via org.eclipse.ui.part.IPageBookViewPage
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] component id : org.eclipse.ui.editors
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.editorContextMenuAboutToShow(IMenuManager) illegally extends OpenWithMenu
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.texteditor.AddTaskAction leaks APIs from the superclass org.eclipse.ui.texteditor.AddMarkerAction
19:07:27 [2024-02-17T00:07:27.297Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.texteditor.MarkerRulerInfoAction leaks APIs from the superclass org.eclipse.ui.texteditor.MarkerRulerAction
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] component id : org.eclipse.ui.forms
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.forms.ManagedForm implements non-API interface org.eclipse.ui.forms.IManagedForm
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.forms.editor.FormEditor.getActiveEditor() illegally overrides org.eclipse.ui.part.MultiPageEditorPart.getActiveEditor()
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.forms.widgets.SectionFactory illegally extends org.eclipse.jface.widgets.AbstractCompositeFactory<F, C>
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] component id : org.eclipse.ui.genericeditor
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.ui.internal.genericeditor.ExtensionBasedTextEditor.createSourceViewer(Composite, IVerticalRuler, int) illegally extends ProjectionViewer
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.genericeditor.GenericEditorWithContentTypeIcon illegally implements org.eclipse.ui.IEditorDescriptor
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] component id : org.eclipse.ui.ide
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.actions.CloseUnrelatedProjectsAction leaks APIs from the superclass org.eclipse.ui.actions.CloseResourceAction
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.dialogs.WizardExportResourcesPage leaks APIs from the superclass org.eclipse.ui.dialogs.WizardDataTransferPage
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.dialogs.WizardResourceImportPage leaks APIs from the superclass org.eclipse.ui.dialogs.WizardDataTransferPage
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.dialogs.WizardResourceImportPage.getSelectedResources(IElementFilter, IProgressMonitor) has non-API parameter type org.eclipse.ui.internal.ide.dialogs.IElementFilter
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.ui.ide.undo.CreateFolderOperation.convert(UIResourceFilterDescription) illegally implements IResourceFilterDescription
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.ide.WorkbenchActionBuilder illegally references constructor org.eclipse.ui.menus.CommandContributionItemParameter
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.ide.actions.RetargetActionWithDefault illegally extends org.eclipse.ui.actions.RetargetAction
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : An anonymous type defined in org.eclipse.ui.internal.ide.dialogs.BuildOrderPreferencePage.addProject() illegally extends ListSelectionDialog
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.views.markers.MarkersTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.298Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.views.markers.MarkerSupportView extends non-API type org.eclipse.ui.internal.views.markers.ExtendedMarkersView
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.views.tasklist.TaskPropertiesDialog extends non-API type org.eclipse.ui.views.markers.internal.DialogTaskProperties
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] component id : org.eclipse.ui.workbench
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] category : compatibility
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] category : usage
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.NavigationLocation implements non-API interface org.eclipse.ui.INavigationLocation
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.SubActionBars implements non-API interface org.eclipse.ui.IActionBars
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.SubActionBars2 implements non-API interface org.eclipse.ui.IActionBars2
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.XMLMemento implements non-API interface org.eclipse.ui.IMemento
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.actions.CommandNotMappedException illegally extends org.eclipse.core.commands.common.CommandException
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.actions.ContributedAction extends non-API type org.eclipse.ui.internal.actions.CommandAction
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.activities.WorkbenchTriggerPointAdvisor implements non-API interface org.eclipse.ui.activities.ITriggerPointAdvisor
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.browser.AbstractWebBrowser implements non-API interface org.eclipse.ui.browser.IWebBrowser
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.browser.AbstractWorkbenchBrowserSupport implements non-API interface org.eclipse.ui.browser.IWorkbenchBrowserSupport
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.contexts.IContextActivation extends non-API type org.eclipse.ui.internal.services.IEvaluationResultCache
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.dialogs.ContainerCheckedTreeViewer illegally extends org.eclipse.jface.viewers.CheckboxTreeViewer
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.dialogs.FilteredTree.NotifyingTreeViewer illegally extends org.eclipse.jface.viewers.TreeViewer
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog leaks APIs from the superclass org.eclipse.ui.dialogs.ListSelectionDialog
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.handlers.IHandlerActivation extends non-API type org.eclipse.ui.internal.services.IEvaluationResultCache
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.ActionSetContributionItem illegally extends org.eclipse.jface.action.SubContributionItem
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.CoolBarToTrimManager illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.CoolBarToTrimManager.ToolBarContributionItemExtension illegally extends org.eclipse.jface.action.ToolBarContributionItem
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.EditorActionBars.Overrides illegally implements org.eclipse.jface.action.IContributionManagerOverrides
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.EditorMenuManager.Overrides illegally implements org.eclipse.jface.action.IContributionManagerOverrides
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.PlaceholderContributionItem illegally implements org.eclipse.jface.action.IContributionItem
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.299Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.PluginActionContributionItem illegally extends org.eclipse.jface.action.ActionContributionItem
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.SaveablesList illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.YES
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.SaveablesList illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.CANCEL
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.SaveablesList illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.NO
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.ShowInMenu illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.ShowInMenu illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.Workbench illegally implements org.eclipse.e4.ui.workbench.IWorkbench
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.Workbench illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getElementId()
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.Workbench illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setToBeRendered(boolean)
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.WorkbenchWindow illegally references method org.eclipse.e4.ui.workbench.modeling.ISaveHandler.promptToSave(MPart)
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.WorkbenchWindow illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.NO
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.WorkbenchWindow illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.YES
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.WorkbenchWindow illegally references field org.eclipse.e4.ui.workbench.modeling.ISaveHandler.Save.CANCEL
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.WorkbenchWindow.MenuOverrides illegally implements org.eclipse.jface.action.IContributionManagerOverrides
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.WorkbenchWindow.ToolbarOverrides illegally implements org.eclipse.jface.action.IContributionManagerOverrides
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.contexts.ContextService illegally references method org.eclipse.e4.ui.services.EContextService.deferUpdates(boolean)
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.contexts.ContextService.UpdateExpression illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.contexts.ContextService.UpdateExpression illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.decorators.DecorationBuilder illegally implements org.eclipse.jface.viewers.IDecoration
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.dialogs.cpd.CustomizePerspectiveDialog illegally references method org.eclipse.e4.ui.model.application.ui.menu.MHandledItem.getWbCommand()
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.dialogs.cpd.CustomizePerspectiveDialog illegally references method org.eclipse.e4.ui.model.application.ui.menu.MHandledItem.setWbCommand(ParameterizedCommand)
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.handlers.E4HandlerProxy illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.300Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.handlers.E4HandlerProxy illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.handlers.LegacyHandlerService illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.handlers.LegacyHandlerService illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.handlers.LegacyHandlerService illegally references field org.eclipse.e4.core.commands.ExpressionContext.eclipseContext
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.handlers.LegacyHandlerService.HandlerSelectionFunction illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.handlers.LegacyHandlerService.HandlerSelectionFunction illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.help.HelpServiceImpl illegally implements org.eclipse.e4.ui.services.help.EHelpService
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.MElementContainer<T>.getChildren()
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setVisibleWhen(MExpression)
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getPersistedState()
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MTrimContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.setElementId(String)
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuAdditionCacheEntry illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.301Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.setElementId(String)
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getPersistedState()
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.MUIElement.setVisibleWhen(MExpression)
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.MenuFactoryGenerator illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.setElementId(String)
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTransientData()
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getTags()
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.ui.menu.MToolBarContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.302Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setParentId(String)
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.ui.menu.MMenuContribution.setPositionInParent(String)
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.menus.WorkbenchMenuService illegally references method org.eclipse.e4.ui.model.application.MApplicationElement.getPersistedState()
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.quickaccess.providers.CommandProvider illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.quickaccess.providers.CommandProvider illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.services.EvaluationReference illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.services.EvaluationReference illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.services.EvaluationService illegally instantiates org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.services.EvaluationService illegally references method org.eclipse.e4.core.commands.ExpressionContext.addVariable(String, Object)
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.services.EvaluationService illegally references constructor org.eclipse.e4.core.commands.ExpressionContext
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.services.EvaluationService illegally references method org.eclipse.e4.core.commands.ExpressionContext.removeVariable(String)
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.services.EvaluationService illegally references field org.eclipse.e4.core.commands.ExpressionContext.defaultVariableConverter
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.themes.CascadingColorRegistry illegally extends org.eclipse.jface.resource.ColorRegistry
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.themes.CascadingFontRegistry illegally extends org.eclipse.jface.resource.FontRegistry
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.internal.themes.WorkbenchThemeManager.WorkbenchThemeChangedHandler illegally references method org.eclipse.e4.ui.services.IStylingEngine.style(Object)
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.menus.WorkbenchWindowControlContribution extends non-API type org.eclipse.ui.internal.menus.InternalControlContribution
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.part.CoolItemGroupMarker illegally extends org.eclipse.jface.action.GroupMarker
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.part.EditorPart leaks APIs from the superclass org.eclipse.ui.part.WorkbenchPart
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.part.IPageBookViewPage extends non-API type org.eclipse.ui.part.IPage
19:07:27 [2024-02-17T00:07:27.303Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.part.IntroPart implements non-API interface org.eclipse.ui.intro.IIntroPart
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.part.MultiPageEditorSite implements non-API interface org.eclipse.ui.internal.services.INestable
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.part.MultiPageEditorSite implements non-API interface org.eclipse.ui.IEditorSite
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.part.PageSite implements non-API interface org.eclipse.ui.part.IPageSite
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.part.PageSite implements non-API interface org.eclipse.ui.internal.services.INestable
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.part.ViewPart leaks APIs from the superclass org.eclipse.ui.part.WorkbenchPart
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem message : org.eclipse.ui.services.IEvaluationReference extends non-API type org.eclipse.ui.internal.services.IEvaluationResultCache
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] problem severity : 1
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] category : bundleVersion
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] component id : null
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : bcpg
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : bcprov
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : biz.aQute.bnd.util
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : biz.aQute.bndlib
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : biz.aQute.repository
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : biz.aQute.resolve
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : com.google.gson
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : com.ibm.icu
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : com.jcraft.jsch
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : com.sun.el.javax.el
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : com.sun.jna
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : com.sun.jna.platform
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : jakarta.activation-api
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : jakarta.annotation-api
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : jakarta.inject.jakarta.inject-api
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : jakarta.xml.bind-api
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-jupiter-api
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-jupiter-engine
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-jupiter-migrationsupport
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-jupiter-params
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-platform-commons
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-platform-engine
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-platform-launcher
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-platform-runner
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-platform-suite-api
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-platform-suite-commons
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-platform-suite-engine
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : junit-vintage-engine
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.aries.spifly.dynamic.bundle
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.batik.constants
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.batik.css
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.batik.i18n
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.batik.util
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.commons.collections
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.commons.commons-beanutils
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.commons.commons-codec
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.commons.commons-io
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.commons.commons-logging
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.commons.jxpath
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.felix.gogo.command
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.felix.gogo.runtime
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.felix.gogo.shell
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.felix.scr
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.httpcomponents.client5.httpclient5
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.httpcomponents.client5.httpclient5-win
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.httpcomponents.core5.httpcore5
19:07:27 [2024-02-17T00:07:27.304Z] [apitooling.analysis_reportconversion] bundle name : org.apache.httpcomponents.core5.httpcore5-h2
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.apache.lucene.analysis-common
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.apache.lucene.analysis-smartcn
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.apache.lucene.core
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.apache.xmlgraphics
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.apiguardian.api
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.bndtools.templating
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.core.net.win32
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.debug.ui.launchview
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.e4.ui.progress
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.e4.ui.swt.win32
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.ecf
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.ecf.filetransfer
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.ecf.identity
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.ecf.provider.filetransfer
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.ecf.provider.filetransfer.httpclient5
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.ecf.provider.filetransfer.httpclient5.win32
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.ecf.provider.filetransfer.httpclientjava
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.ecf.provider.filetransfer.ssl
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.ecf.ssl
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.emf.common
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.emf.databinding
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.emf.databinding.edit
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.emf.ecore
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.emf.ecore.change
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.emf.ecore.xmi
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.emf.edit
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.jdt.astview
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.jdt.jeview
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.jetty.ee8.security
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.jetty.ee8.server
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.jetty.ee8.servlet
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.jetty.servlet-api
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.jetty.session
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.orbit.xml-apis-ext
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.osgi.compatibility.state
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.pde.bnd.ui
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.platform
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.swt
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.eclipse.update.configurator
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.hamcrest
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.hamcrest.core
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.jdom
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.junit
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.mortbay.jasper.apache-el
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.mortbay.jasper.apache-jsp
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.objectweb.asm.commons
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.objectweb.asm.tree
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.objectweb.asm.tree.analysis
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.objectweb.asm.util
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.opentest4j
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.annotation.bundle
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.annotation.versioning
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.cm
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.component
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.component.annotations
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.coordinator
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.device
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.event
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.http.whiteboard
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.metatype
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.metatype.annotations
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.prefs
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.provisioning
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.repository
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.upnp
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.useradmin
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.service.wireadmin
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.util.function
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.util.measurement
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.util.position
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.util.promise
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.osgi.util.xml
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.sat4j.core
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.sat4j.pb
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : org.tukaani.xz
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : slf4j.api
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] bundle name : slf4j.simple
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] unknown element : reportedcount
19:07:27 [2024-02-17T00:07:27.305Z] [apitooling.analysis_reportconversion] Skipped file : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools/analysis/xml/counts.xml
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.apache.commons.logging : compatibility 1, api usage 0, bundle version 0, resolution 0, link ./org.apache.commons.logging/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.compare : compatibility 0, api usage 6, bundle version 0, resolution 0, link ./org.eclipse.compare/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.core.commands : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.core.commands/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.core.expressions : compatibility 0, api usage 2, bundle version 0, resolution 0, link ./org.eclipse.core.expressions/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.core.filesystem : compatibility 0, api usage 3, bundle version 0, resolution 0, link ./org.eclipse.core.filesystem/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.core.jobs : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.core.jobs/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.core.resources : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.core.resources/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.debug.ui : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.debug.ui/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.e4.core.commands : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.e4.core.commands/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.e4.core.contexts : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.e4.core.contexts/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.e4.tools.emf.ui : compatibility 0, api usage 6, bundle version 0, resolution 0, link ./org.eclipse.e4.tools.emf.ui/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.e4.ui.dialogs : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.e4.ui.dialogs/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.e4.ui.workbench : compatibility 0, api usage 35, bundle version 0, resolution 0, link ./org.eclipse.e4.ui.workbench/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.e4.ui.workbench.addons.swt : compatibility 0, api usage 4, bundle version 0, resolution 0, link ./org.eclipse.e4.ui.workbench.addons.swt/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.e4.ui.workbench.renderers.swt : compatibility 0, api usage 35, bundle version 0, resolution 0, link ./org.eclipse.e4.ui.workbench.renderers.swt/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.e4.ui.workbench.swt : compatibility 0, api usage 7, bundle version 0, resolution 0, link ./org.eclipse.e4.ui.workbench.swt/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.common : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.common/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.console : compatibility 0, api usage 4, bundle version 0, resolution 0, link ./org.eclipse.equinox.console/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.artifact.repository : compatibility 0, api usage 4, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.artifact.repository/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.core : compatibility 0, api usage 2, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.core/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.director : compatibility 0, api usage 5, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.director/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.director.app : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.director.app/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.directorywatcher : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.directorywatcher/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.engine : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.engine/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.extensionlocation : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.extensionlocation/report.html
19:07:27 [2024-02-17T00:07:27.306Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.metadata : compatibility 0, api usage 7, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.metadata/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.metadata.repository : compatibility 0, api usage 5, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.metadata.repository/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.operations : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.operations/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.publisher.eclipse : compatibility 0, api usage 0, bundle version 1, resolution 0, link ./org.eclipse.equinox.p2.publisher.eclipse/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.repository : compatibility 0, api usage 5, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.repository/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.repository.tools : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.repository.tools/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.touchpoint.eclipse : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.touchpoint.eclipse/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.ui : compatibility 0, api usage 38, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.ui/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.ui.importexport : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.ui.importexport/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.ui.sdk : compatibility 0, api usage 4, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.ui.sdk/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.updatechecker : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.updatechecker/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.p2.updatesite : compatibility 0, api usage 2, bundle version 0, resolution 0, link ./org.eclipse.equinox.p2.updatesite/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.registry : compatibility 0, api usage 2, bundle version 0, resolution 0, link ./org.eclipse.equinox.registry/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.equinox.simpleconfigurator : compatibility 0, api usage 0, bundle version 1, resolution 0, link ./org.eclipse.equinox.simpleconfigurator/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.help.ui : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.help.ui/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.jface : compatibility 0, api usage 8, bundle version 0, resolution 0, link ./org.eclipse.jface/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.jface.text : compatibility 0, api usage 4, bundle version 1, resolution 0, link ./org.eclipse.jface.text/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.osgi : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.osgi/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.osgi.services : compatibility 1, api usage 0, bundle version 0, resolution 0, link ./org.eclipse.osgi.services/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.team.core : compatibility 0, api usage 13, bundle version 0, resolution 0, link ./org.eclipse.team.core/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.team.ui : compatibility 0, api usage 16, bundle version 0, resolution 0, link ./org.eclipse.team.ui/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.text : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.text/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.tips.ui : compatibility 0, api usage 4, bundle version 0, resolution 0, link ./org.eclipse.tips.ui/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.ui.console : compatibility 0, api usage 1, bundle version 0, resolution 0, link ./org.eclipse.ui.console/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.ui.editors : compatibility 0, api usage 3, bundle version 0, resolution 0, link ./org.eclipse.ui.editors/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.ui.forms : compatibility 0, api usage 3, bundle version 0, resolution 0, link ./org.eclipse.ui.forms/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.ui.genericeditor : compatibility 0, api usage 2, bundle version 0, resolution 0, link ./org.eclipse.ui.genericeditor/report.html
19:07:27 [2024-02-17T00:07:27.307Z] [apitooling.analysis_reportconversion] org.eclipse.ui.ide : compatibility 0, api usage 11, bundle version 0, resolution 0, link ./org.eclipse.ui.ide/report.html
19:07:27 [2024-02-17T00:07:27.308Z] [apitooling.analysis_reportconversion] org.eclipse.ui.workbench : compatibility 0, api usage 102, bundle version 0, resolution 0, link ./org.eclipse.ui.workbench/report.html
19:07:27 [2024-02-17T00:07:27.308Z] [apitooling.apideprecation] reference : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitoolingreference/Eclipse-SDK-4.30/eclipse-SDK-4.30-win32-x86_64.zip
19:07:27 [2024-02-17T00:07:27.308Z] [apitooling.apideprecation] baseline to compare : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/eclipse-SDK-I20240216-1800-win32-x86_64.zip
19:07:27 [2024-02-17T00:07:27.308Z] [apitooling.apideprecation] report location : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools/deprecation/apideprecation.xml
19:07:27 [2024-02-17T00:07:27.308Z] [apitooling.apideprecation] No exclude list location
19:07:27 [2024-02-17T00:07:27.308Z] [apitooling.apideprecation] No include list location
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] Extraction of both archives : 3677ms
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] ====================================================================================
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] Excluded elements list:
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] ==============================================================================
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] Exact matches:
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] Partial matches:
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] ==============================================================================
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] 
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] ====================================================================================
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] Included elements list:
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] ==============================================================================
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] Exact matches:
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] Partial matches:
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] ==============================================================================
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] 
19:07:31 [2024-02-17T00:07:31.473Z] [apitooling.apideprecation] Creation of both baselines : 616ms
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] API deprecation check : 11276ms
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] Cleanup : 556ms
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] Potential exclude list:
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.apache.lucene.core:org.apache.lucene.search.IndexSearcher#getExecutor()Ljava/util/concurrent/Executor;
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.apache.lucene.core:org.apache.lucene.store.ByteBuffersDataInput#size()J
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.apache.lucene.core:org.apache.lucene.util.Version#LUCENE_9_8_0
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.core.runtime:org.eclipse.core.runtime.Platform#getPlatformAdmin()Lorg/eclipse/osgi/service/resolver/PlatformAdmin;
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.equinox.p2.metadata:org.eclipse.equinox.p2.metadata.IVersionFormat#toString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.equinox.p2.metadata:org.eclipse.equinox.p2.metadata.Version#toString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.equinox.p2.metadata:org.eclipse.equinox.p2.metadata.VersionRange#toString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.equinox.p2.metadata:org.eclipse.equinox.p2.metadata.expression.IExpression#toLDAPString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.equinox.p2.metadata:org.eclipse.equinox.p2.metadata.expression.IExpression#toString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.CleanUpContextCore#org.eclipse.jdt.core.manipulation.CleanUpContextCore
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.CleanUpOptionsCore#org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore#org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.jdt.core.manipulation:org.eclipse.jdt.core.manipulation.ICleanUpFixCore#org.eclipse.jdt.core.manipulation.ICleanUpFixCore
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.jetty.ee8.server:org.eclipse.jetty.ee8.nested.Request#__MULTIPART_CONFIG_ELEMENT
19:07:43 [2024-02-17T00:07:43.641Z] [apitooling.apideprecation] org.eclipse.jetty.ee8.server:org.eclipse.jetty.ee8.nested.Request#getComplianceViolationListener()Lorg/eclipse/jetty/http/ComplianceViolation$Listener;
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.http:org.eclipse.jetty.http.ComplianceViolation$Listener#onComplianceViolation(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;Lorg/eclipse/jetty/http/ComplianceViolation;Ljava/lang/String;)V
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.http:org.eclipse.jetty.http.HttpCompliance#VIOLATIONS_ATTR
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.http:org.eclipse.jetty.http.MultiPartFormData#from(Lorg/eclipse/jetty/util/Attributes;Ljava/lang/String;Ljava/util/function/Function<Lorg/eclipse/jetty/http/MultiPartFormData$Parser;Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/http/MultiPartFormData$Parts;>;>;)Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/http/MultiPartFormData$Parts;>;
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.io:org.eclipse.jetty.io.ssl.SslConnection#SslConnection(Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;)V
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.io:org.eclipse.jetty.io.ssl.SslConnection#SslConnection(Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;ZZ)V
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.server:org.eclipse.jetty.server.HttpConnectionFactory#isRecordHttpComplianceViolations()Z
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.server:org.eclipse.jetty.server.HttpConnectionFactory#setRecordHttpComplianceViolations(Z)V
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.server:org.eclipse.jetty.server.Request#toRedirectURI(Lorg/eclipse/jetty/server/Request;Ljava/lang/String;)Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.server:org.eclipse.jetty.server.Response#replaceCookie(Lorg/eclipse/jetty/server/Response;Lorg/eclipse/jetty/http/HttpCookie;)V
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.util:org.eclipse.jetty.util.ConcurrentPool#ConcurrentPool(Lorg/eclipse/jetty/util/ConcurrentPool$StrategyType;IZ)V
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.util:org.eclipse.jetty.util.ConcurrentPool#ConcurrentPool(Lorg/eclipse/jetty/util/ConcurrentPool$StrategyType;IZLjava/util/function/ToIntFunction<TP;>;)V
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.jetty.util:org.eclipse.jetty.util.resource.PathResource#SUPPORTED_SCHEMES
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.eclipse.pde.core:org.eclipse.pde.core.plugin.PluginRegistry#findModel(Lorg/eclipse/osgi/service/resolver/BundleDescription;)Lorg/eclipse/pde/core/plugin/IPluginModelBase;
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.jasper.Constants#IE_PLUGIN_URL
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.jasper.Constants#NS_PLUGIN_URL
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.jasper.EmbeddedServletOptions#getIeClassId()Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.jasper.JspC#DEFAULT_IE_CLASS_ID
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.jasper.JspC#getIeClassId()Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.jasper.JspC#setIeClassId(Ljava/lang/String;)V
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.jasper.Options#getIeClassId()Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.tomcat.util.buf.ByteChunk#toStringInternal()Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.tomcat.util.buf.StringCache#find(Lorg/apache/tomcat/util/buf/ByteChunk;)Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.tomcat.util.descriptor.web.WebXml#setDuplicated(Z)V
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.tomcat.util.security.MD5Encoder#org.apache.tomcat.util.security.MD5Encoder
19:07:43 [2024-02-17T00:07:43.642Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.tomcat.util.security.PrivilegedGetTccl#PrivilegedGetTccl()V
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation] org.mortbay.jasper.apache-jsp:org.apache.tomcat.util.security.PrivilegedSetTccl#PrivilegedSetTccl(Ljava/lang/ClassLoader;)V
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation] slf4j.api:org.slf4j.helpers.Util#report(Ljava/lang/String;)V
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation] slf4j.api:org.slf4j.helpers.Util#report(Ljava/lang/String;Ljava/lang/Throwable;)V
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation] 
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation] Report generation : 11ms
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] xmlFileLocation : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools/deprecation/apideprecation.xml
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] htmlFileLocation : /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitools/deprecation/apideprecation.html
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.server(12.0.6)
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	key = isRecordHttpComplianceViolations()Z
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.server.HttpConnectionFactory
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.server(12.0.6)
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	key = setRecordHttpComplianceViolations(Z)V
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.server.HttpConnectionFactory
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.server(12.0.6)
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	key = toRedirectURI(Lorg/eclipse/jetty/server/Request;Ljava/lang/String;)Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048585
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 9
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.server.Request
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.server(12.0.6)
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	key = replaceCookie(Lorg/eclipse/jetty/server/Response;Lorg/eclipse/jetty/http/HttpCookie;)V
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048585
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 9
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.server.Response
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.ee8.server(12.0.6)
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	element_type = FIELD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	key = __MULTIPART_CONFIG_ELEMENT
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048601
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 25
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.ee8.nested.Request
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.ee8.server(12.0.6)
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	key = getComplianceViolationListener()Lorg/eclipse/jetty/http/ComplianceViolation$Listener;
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.643Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.ee8.nested.Request
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.equinox.p2.metadata(2.9.0)
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	key = toString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1025
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	restrictions = 3
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.equinox.p2.metadata.IVersionFormat
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.equinox.p2.metadata(2.9.0)
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	key = toString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1025
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.equinox.p2.metadata.Version
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.equinox.p2.metadata(2.9.0)
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	key = toString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.equinox.p2.metadata.VersionRange
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.equinox.p2.metadata(2.9.0)
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	key = toString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1025
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	restrictions = 3
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.equinox.p2.metadata.expression.IExpression
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.equinox.p2.metadata(2.9.0)
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	key = toLDAPString(Ljava/lang/StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1025
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	restrictions = 3
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.equinox.p2.metadata.expression.IExpression
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	componentId = slf4j.api(2.0.12)
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	key = report(Ljava/lang/String;Ljava/lang/Throwable;)V
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048601
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 25
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	type_name = org.slf4j.helpers.Util
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	componentId = slf4j.api(2.0.12)
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	key = report(Ljava/lang/String;)V
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048601
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 25
19:07:43 [2024-02-17T00:07:43.644Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	type_name = org.slf4j.helpers.Util
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.core.runtime(3.31.0)
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	key = getPlatformAdmin()Lorg/eclipse/osgi/service/resolver/PlatformAdmin;
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048585
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 9
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.core.runtime.Platform
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	componentId = org.apache.lucene.core(9.9.2)
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	key = getExecutor()Ljava/util/concurrent/Executor;
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.lucene.search.IndexSearcher
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	componentId = org.apache.lucene.core(9.9.2)
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	key = size()J
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.lucene.store.ByteBuffersDataInput
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	componentId = org.apache.lucene.core(9.9.2)
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	element_type = FIELD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	key = LUCENE_9_8_0
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048601
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 25
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.lucene.util.Version
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	element_type = FIELD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	key = NS_PLUGIN_URL
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048601
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 25
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.jasper.Constants
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	element_type = FIELD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	key = IE_PLUGIN_URL
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048601
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 25
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.jasper.Constants
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	key = getIeClassId()Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.jasper.EmbeddedServletOptions
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.645Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	element_type = FIELD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	key = DEFAULT_IE_CLASS_ID
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048601
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 25
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.jasper.JspC
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	key = setIeClassId(Ljava/lang/String;)V
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.jasper.JspC
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	key = getIeClassId()Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.jasper.JspC
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	key = getIeClassId()Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1049601
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1025
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.jasper.Options
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	key = toStringInternal()Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.tomcat.util.buf.ByteChunk
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	key = find(Lorg/apache/tomcat/util/buf/ByteChunk;)Ljava/lang/String;
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048604
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 28
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.tomcat.util.buf.StringCache
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	key = setDuplicated(Z)V
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.tomcat.util.descriptor.web.WebXml
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.646Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	element_type = CLASS_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	key = org.apache.tomcat.util.security.MD5Encoder
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048625
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 49
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.tomcat.util.security.MD5Encoder
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	element_type = CONSTRUCTOR_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	key = PrivilegedGetTccl()V
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.tomcat.util.security.PrivilegedGetTccl
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	componentId = org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	element_type = CONSTRUCTOR_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	key = PrivilegedSetTccl(Ljava/lang/ClassLoader;)V
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	type_name = org.apache.tomcat.util.security.PrivilegedSetTccl
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jdt.core.manipulation(1.21.0)
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	element_type = CLASS_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	key = org.eclipse.jdt.core.manipulation.CleanUpContextCore
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048609
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 33
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jdt.core.manipulation.CleanUpContextCore
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jdt.core.manipulation(1.21.0)
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	element_type = CLASS_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	key = org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048609
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 33
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jdt.core.manipulation(1.21.0)
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	element_type = CLASS_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	key = org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048625
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 49
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jdt.core.manipulation(1.21.0)
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	element_type = INTERFACE_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	key = org.eclipse.jdt.core.manipulation.ICleanUpFixCore
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1050113
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1537
19:07:43 [2024-02-17T00:07:43.647Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jdt.core.manipulation.ICleanUpFixCore
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.pde.core(3.18.0)
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	key = findModel(Lorg/eclipse/osgi/service/resolver/BundleDescription;)Lorg/eclipse/pde/core/plugin/IPluginModelBase;
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048585
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 9
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	restrictions = 6
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.pde.core.plugin.PluginRegistry
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.http(12.0.6)
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	key = onComplianceViolation(Lorg/eclipse/jetty/http/ComplianceViolation$Mode;Lorg/eclipse/jetty/http/ComplianceViolation;Ljava/lang/String;)V
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.http.ComplianceViolation$Listener
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.http(12.0.6)
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	element_type = FIELD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	key = VIOLATIONS_ATTR
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048601
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 25
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	restrictions = 2
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.http.HttpCompliance
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.http(12.0.6)
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	element_type = METHOD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	key = from(Lorg/eclipse/jetty/util/Attributes;Ljava/lang/String;Ljava/util/function/Function<Lorg/eclipse/jetty/http/MultiPartFormData$Parser;Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/http/MultiPartFormData$Parts;>;>;)Ljava/util/concurrent/CompletableFuture<Lorg/eclipse/jetty/http/MultiPartFormData$Parts;>;
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048585
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 9
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.http.MultiPartFormData
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.io(12.0.6)
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	element_type = CONSTRUCTOR_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	key = SslConnection(Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;)V
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.io.ssl.SslConnection
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.io(12.0.6)
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	element_type = CONSTRUCTOR_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	key = SslConnection(Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;ZZ)V
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.648Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.io.ssl.SslConnection
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.util(12.0.6)
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	element_type = CONSTRUCTOR_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	key = ConcurrentPool(Lorg/eclipse/jetty/util/ConcurrentPool$StrategyType;IZ)V
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.util.ConcurrentPool
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.util(12.0.6)
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	element_type = CONSTRUCTOR_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	key = ConcurrentPool(Lorg/eclipse/jetty/util/ConcurrentPool$StrategyType;IZLjava/util/function/ToIntFunction<TP;>;)V
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048577
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 1
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.util.ConcurrentPool
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] name : delta
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	compatible = true
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	componentId = org.eclipse.jetty.util(12.0.6)
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	element_type = FIELD_ELEMENT_TYPE
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	flags = 72
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	key = SUPPORTED_SCHEMES
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	kind = ADDED
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	newModifiers = 1048585
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	oldModifiers = 9
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	restrictions = 0
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] 	type_name = org.eclipse.jetty.util.resource.PathResource
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] Entries for org.apache.lucene.core(9.9.2)
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.apache.lucene.search.IndexSearcher#getExecutor()Ljava.util.concurrent.Executor;
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.apache.lucene.store.ByteBuffersDataInput#size()J
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.apache.lucene.util.Version#LUCENE_9_8_0
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] Entries for org.eclipse.core.runtime(3.31.0)
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.core.runtime.Platform#getPlatformAdmin()Lorg.eclipse.osgi.service.resolver.PlatformAdmin;
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] Entries for org.eclipse.equinox.p2.metadata(2.9.0)
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.equinox.p2.metadata.IVersionFormat#toString(Ljava.lang.StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.equinox.p2.metadata.Version#toString(Ljava.lang.StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.equinox.p2.metadata.VersionRange#toString(Ljava.lang.StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.equinox.p2.metadata.expression.IExpression#toLDAPString(Ljava.lang.StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.equinox.p2.metadata.expression.IExpression#toString(Ljava.lang.StringBuffer;)V
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] Entries for org.eclipse.jdt.core.manipulation(1.21.0)
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.jdt.core.manipulation.CleanUpContextCore#org.eclipse.jdt.core.manipulation.CleanUpContextCore
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.jdt.core.manipulation.CleanUpOptionsCore#org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore#org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.jdt.core.manipulation.ICleanUpFixCore#org.eclipse.jdt.core.manipulation.ICleanUpFixCore
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] Entries for org.eclipse.jetty.ee8.server(12.0.6)
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.ee8.nested.Request#__MULTIPART_CONFIG_ELEMENT
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.ee8.nested.Request#getComplianceViolationListener()Lorg.eclipse.jetty.http.ComplianceViolation$Listener;
19:07:43 [2024-02-17T00:07:43.649Z] [apitooling.apideprecation_reportconversion] Entries for org.eclipse.jetty.http(12.0.6)
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.http.ComplianceViolation$Listener#onComplianceViolation(Lorg.eclipse.jetty.http.ComplianceViolation$Mode;Lorg.eclipse.jetty.http.ComplianceViolation;Ljava.lang.String;)V
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.http.HttpCompliance#VIOLATIONS_ATTR
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.http.MultiPartFormData#from(Lorg.eclipse.jetty.util.Attributes;Ljava.lang.String;Ljava.util.function.Function<Lorg.eclipse.jetty.http.MultiPartFormData$Parser;Ljava.util.concurrent.CompletableFuture<Lorg.eclipse.jetty.http.MultiPartFormData$Parts;>;>;)Ljava.util.concurrent.CompletableFuture<Lorg.eclipse.jetty.http.MultiPartFormData$Parts;>;
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] Entries for org.eclipse.jetty.io(12.0.6)
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.io.ssl.SslConnection#SslConnection(Lorg.eclipse.jetty.io.ByteBufferPool;Ljava.util.concurrent.Executor;Lorg.eclipse.jetty.io.EndPoint;Ljavax.net.ssl.SSLEngine;)V
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.io.ssl.SslConnection#SslConnection(Lorg.eclipse.jetty.io.ByteBufferPool;Ljava.util.concurrent.Executor;Lorg.eclipse.jetty.io.EndPoint;Ljavax.net.ssl.SSLEngine;ZZ)V
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] Entries for org.eclipse.jetty.server(12.0.6)
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.server.HttpConnectionFactory#isRecordHttpComplianceViolations()Z
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.server.HttpConnectionFactory#setRecordHttpComplianceViolations(Z)V
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.server.Request#toRedirectURI(Lorg.eclipse.jetty.server.Request;Ljava.lang.String;)Ljava.lang.String;
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.server.Response#replaceCookie(Lorg.eclipse.jetty.server.Response;Lorg.eclipse.jetty.http.HttpCookie;)V
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] Entries for org.eclipse.jetty.util(12.0.6)
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.util.ConcurrentPool#ConcurrentPool(Lorg.eclipse.jetty.util.ConcurrentPool$StrategyType;IZ)V
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.util.ConcurrentPool#ConcurrentPool(Lorg.eclipse.jetty.util.ConcurrentPool$StrategyType;IZLjava.util.function.ToIntFunction<TP;>;)V
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.jetty.util.resource.PathResource#SUPPORTED_SCHEMES
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] Entries for org.eclipse.pde.core(3.18.0)
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.eclipse.pde.core.plugin.PluginRegistry#findModel(Lorg.eclipse.osgi.service.resolver.BundleDescription;)Lorg.eclipse.pde.core.plugin.IPluginModelBase;
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] Entries for org.mortbay.jasper.apache-jsp(9.0.83)
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.jasper.Constants#IE_PLUGIN_URL
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.jasper.Constants#NS_PLUGIN_URL
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.jasper.EmbeddedServletOptions#getIeClassId()Ljava.lang.String;
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.jasper.JspC#DEFAULT_IE_CLASS_ID
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.jasper.JspC#getIeClassId()Ljava.lang.String;
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.jasper.JspC#setIeClassId(Ljava.lang.String;)V
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.jasper.Options#getIeClassId()Ljava.lang.String;
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.tomcat.util.buf.ByteChunk#toStringInternal()Ljava.lang.String;
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.tomcat.util.buf.StringCache#find(Lorg.apache.tomcat.util.buf.ByteChunk;)Ljava.lang.String;
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.tomcat.util.descriptor.web.WebXml#setDuplicated(Z)V
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.tomcat.util.security.MD5Encoder#org.apache.tomcat.util.security.MD5Encoder
19:07:43 [2024-02-17T00:07:43.650Z] [apitooling.apideprecation_reportconversion] org.apache.tomcat.util.security.PrivilegedGetTccl#PrivilegedGetTccl()V
19:07:43 [2024-02-17T00:07:43.651Z] [apitooling.apideprecation_reportconversion] org.apache.tomcat.util.security.PrivilegedSetTccl#PrivilegedSetTccl(Ljava.lang.ClassLoader;)V
19:07:43 [2024-02-17T00:07:43.651Z] [apitooling.apideprecation_reportconversion] Entries for slf4j.api(2.0.12)
19:07:43 [2024-02-17T00:07:43.651Z] [apitooling.apideprecation_reportconversion] org.slf4j.helpers.Util#report(Ljava.lang.String;)V
19:07:43 [2024-02-17T00:07:43.651Z] [apitooling.apideprecation_reportconversion] org.slf4j.helpers.Util#report(Ljava.lang.String;Ljava.lang.Throwable;)V
19:07:43 [2024-02-17T00:07:43.651Z] BUILD SUCCESSFUL
19:07:43 [2024-02-17T00:07:43.651Z] 
19:07:43 [2024-02-17T00:07:43.651Z] BUILD SUCCESSFUL
19:07:43 [2024-02-17T00:07:43.651Z] Total time: 50 seconds
19:07:44 [2024-02-17T00:07:44.212Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:07:44 [2024-02-17T00:07:44.212Z] + [[ 0 -ne 0 ]]
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Export environment variables stage 2)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
19:07:44 [2024-02-17T00:07:44.865Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:44 [2024-02-17T00:07:44.865Z] +++ export TIMESTAMP=20240216-1800
19:07:44 [2024-02-17T00:07:44.865Z] +++ TIMESTAMP=20240216-1800
19:07:44 [2024-02-17T00:07:44.865Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:44 [2024-02-17T00:07:44.865Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:44 [2024-02-17T00:07:44.865Z] +++ export BRANCH=master
19:07:44 [2024-02-17T00:07:44.865Z] +++ BRANCH=master
19:07:44 [2024-02-17T00:07:44.865Z] +++ export PATCH_OR_BRANCH_LABEL=master
19:07:44 [2024-02-17T00:07:44.865Z] +++ PATCH_OR_BRANCH_LABEL=master
19:07:44 [2024-02-17T00:07:44.865Z] +++ export BUILD_TYPE_NAME=Integration
19:07:44 [2024-02-17T00:07:44.865Z] +++ BUILD_TYPE_NAME=Integration
19:07:44 [2024-02-17T00:07:44.865Z] +++ export BUILD_TYPE=I
19:07:44 [2024-02-17T00:07:44.865Z] +++ BUILD_TYPE=I
19:07:44 [2024-02-17T00:07:44.865Z] +++ export TESTED_BUILD_TYPE=I
19:07:44 [2024-02-17T00:07:44.865Z] +++ TESTED_BUILD_TYPE=I
19:07:44 [2024-02-17T00:07:44.865Z] +++ export RELEASE_VER=4.31
19:07:44 [2024-02-17T00:07:44.865Z] +++ RELEASE_VER=4.31
19:07:44 [2024-02-17T00:07:44.865Z] +++ export STREAM=4.31.0
19:07:44 [2024-02-17T00:07:44.865Z] +++ STREAM=4.31.0
19:07:44 [2024-02-17T00:07:44.865Z] +++ export STREAMMajor=4
19:07:44 [2024-02-17T00:07:44.865Z] +++ STREAMMajor=4
19:07:44 [2024-02-17T00:07:44.865Z] +++ export STREAMMinor=31
19:07:44 [2024-02-17T00:07:44.865Z] +++ STREAMMinor=31
19:07:44 [2024-02-17T00:07:44.865Z] +++ export STREAMService=0
19:07:44 [2024-02-17T00:07:44.865Z] +++ STREAMService=0
19:07:44 [2024-02-17T00:07:44.865Z] +++ export GIT_ROOT=git@github.com:
19:07:44 [2024-02-17T00:07:44.865Z] +++ GIT_ROOT=git@github.com:
19:07:44 [2024-02-17T00:07:44.865Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:44 [2024-02-17T00:07:44.865Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:44 [2024-02-17T00:07:44.865Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:44 [2024-02-17T00:07:44.865Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:44 [2024-02-17T00:07:44.865Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:44 [2024-02-17T00:07:44.865Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:44 [2024-02-17T00:07:44.865Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:44 [2024-02-17T00:07:44.865Z] +++ UPDATES_DIR=siteDir/eclipse/updates
19:07:44 [2024-02-17T00:07:44.865Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:44 [2024-02-17T00:07:44.866Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:44 [2024-02-17T00:07:44.866Z] +++ export TMP_DIR=tmp
19:07:44 [2024-02-17T00:07:44.866Z] +++ TMP_DIR=tmp
19:07:44 [2024-02-17T00:07:44.866Z] +++ export DOWNLOAD_HOST=download.eclipse.org
19:07:44 [2024-02-17T00:07:44.866Z] +++ DOWNLOAD_HOST=download.eclipse.org
19:07:44 [2024-02-17T00:07:44.866Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:44 [2024-02-17T00:07:44.866Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:44 [2024-02-17T00:07:44.866Z] +++ export LOCAL_REPO=localMavenRepo
19:07:44 [2024-02-17T00:07:44.866Z] +++ LOCAL_REPO=localMavenRepo
19:07:44 [2024-02-17T00:07:44.866Z] +++ export BASEBUILDER_TAG=4.30
19:07:44 [2024-02-17T00:07:44.866Z] +++ BASEBUILDER_TAG=4.30
19:07:44 [2024-02-17T00:07:44.866Z] +++ export API_PREV_REF_LABEL=4.30
19:07:44 [2024-02-17T00:07:44.866Z] +++ API_PREV_REF_LABEL=4.30
19:07:44 [2024-02-17T00:07:44.866Z] +++ export API_FREEZE_REF_LABEL=
19:07:44 [2024-02-17T00:07:44.866Z] +++ API_FREEZE_REF_LABEL=
19:07:44 [2024-02-17T00:07:44.866Z] +++ export 'FREEZE_PARAMS= '
19:07:44 [2024-02-17T00:07:44.866Z] +++ FREEZE_PARAMS=' '
19:07:44 [2024-02-17T00:07:44.866Z] +++ export PREVIOUS_RELEASE_VER=4.30
19:07:44 [2024-02-17T00:07:44.866Z] +++ PREVIOUS_RELEASE_VER=4.30
19:07:44 [2024-02-17T00:07:44.866Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:44 [2024-02-17T00:07:44.866Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:44 [2024-02-17T00:07:44.866Z] +++ export BASEBUILD_ID=R-4.30-202312010110
19:07:44 [2024-02-17T00:07:44.866Z] +++ BASEBUILD_ID=R-4.30-202312010110
19:07:44 [2024-02-17T00:07:44.866Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:44 [2024-02-17T00:07:44.866Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:44 [2024-02-17T00:07:44.866Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:44 [2024-02-17T00:07:44.866Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:44 [2024-02-17T00:07:44.866Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:44 [2024-02-17T00:07:44.866Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:44 [2024-02-17T00:07:44.866Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:44 [2024-02-17T00:07:44.866Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:44 [2024-02-17T00:07:44.866Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:44 [2024-02-17T00:07:44.866Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:44 [2024-02-17T00:07:44.866Z] +++ export MAVEN_OPTS=-Xmx6G
19:07:44 [2024-02-17T00:07:44.866Z] +++ MAVEN_OPTS=-Xmx6G
19:07:44 [2024-02-17T00:07:44.866Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:44 [2024-02-17T00:07:44.866Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ export BUILD_ID=I20240216-1800
19:07:44 [2024-02-17T00:07:44.866Z] +++ BUILD_ID=I20240216-1800
19:07:44 [2024-02-17T00:07:44.866Z] +++ export BUILD_DIR_SEG=I20240216-1800
19:07:44 [2024-02-17T00:07:44.866Z] +++ BUILD_DIR_SEG=I20240216-1800
19:07:44 [2024-02-17T00:07:44.866Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:44 [2024-02-17T00:07:44.866Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:44 [2024-02-17T00:07:44.866Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:44 [2024-02-17T00:07:44.866Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.866Z] +++ 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
19:07:44 [2024-02-17T00:07:44.867Z] +++ 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
19:07:44 [2024-02-17T00:07:44.867Z] +++ 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
19:07:44 [2024-02-17T00:07:44.867Z] +++ 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
19:07:44 [2024-02-17T00:07:44.867Z] +++ 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
19:07:44 [2024-02-17T00:07:44.867Z] +++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:44 [2024-02-17T00:07:44.867Z] +++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:44 [2024-02-17T00:07:44.867Z] +++ export 'COMPARATOR_ERRORS_BODY= '
19:07:44 [2024-02-17T00:07:44.867Z] +++ COMPARATOR_ERRORS_BODY=' '
19:07:44 [2024-02-17T00:07:44.867Z] ++ echo I20240216-1800
19:07:44 [2024-02-17T00:07:44.867Z] + echo I20240216-1800
[Pipeline] sh
19:07:45 [2024-02-17T00:07:45.431Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:45 [2024-02-17T00:07:45.431Z] +++ export TIMESTAMP=20240216-1800
19:07:45 [2024-02-17T00:07:45.431Z] +++ TIMESTAMP=20240216-1800
19:07:45 [2024-02-17T00:07:45.431Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:45 [2024-02-17T00:07:45.431Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:45 [2024-02-17T00:07:45.431Z] +++ export BRANCH=master
19:07:45 [2024-02-17T00:07:45.431Z] +++ BRANCH=master
19:07:45 [2024-02-17T00:07:45.431Z] +++ export PATCH_OR_BRANCH_LABEL=master
19:07:45 [2024-02-17T00:07:45.431Z] +++ PATCH_OR_BRANCH_LABEL=master
19:07:45 [2024-02-17T00:07:45.431Z] +++ export BUILD_TYPE_NAME=Integration
19:07:45 [2024-02-17T00:07:45.431Z] +++ BUILD_TYPE_NAME=Integration
19:07:45 [2024-02-17T00:07:45.431Z] +++ export BUILD_TYPE=I
19:07:45 [2024-02-17T00:07:45.431Z] +++ BUILD_TYPE=I
19:07:45 [2024-02-17T00:07:45.431Z] +++ export TESTED_BUILD_TYPE=I
19:07:45 [2024-02-17T00:07:45.431Z] +++ TESTED_BUILD_TYPE=I
19:07:45 [2024-02-17T00:07:45.431Z] +++ export RELEASE_VER=4.31
19:07:45 [2024-02-17T00:07:45.431Z] +++ RELEASE_VER=4.31
19:07:45 [2024-02-17T00:07:45.431Z] +++ export STREAM=4.31.0
19:07:45 [2024-02-17T00:07:45.431Z] +++ STREAM=4.31.0
19:07:45 [2024-02-17T00:07:45.431Z] +++ export STREAMMajor=4
19:07:45 [2024-02-17T00:07:45.431Z] +++ STREAMMajor=4
19:07:45 [2024-02-17T00:07:45.431Z] +++ export STREAMMinor=31
19:07:45 [2024-02-17T00:07:45.431Z] +++ STREAMMinor=31
19:07:45 [2024-02-17T00:07:45.431Z] +++ export STREAMService=0
19:07:45 [2024-02-17T00:07:45.431Z] +++ STREAMService=0
19:07:45 [2024-02-17T00:07:45.431Z] +++ export GIT_ROOT=git@github.com:
19:07:45 [2024-02-17T00:07:45.431Z] +++ GIT_ROOT=git@github.com:
19:07:45 [2024-02-17T00:07:45.431Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:45 [2024-02-17T00:07:45.431Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:45 [2024-02-17T00:07:45.431Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:45 [2024-02-17T00:07:45.431Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:45 [2024-02-17T00:07:45.431Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:45 [2024-02-17T00:07:45.431Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:45 [2024-02-17T00:07:45.431Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:45 [2024-02-17T00:07:45.431Z] +++ UPDATES_DIR=siteDir/eclipse/updates
19:07:45 [2024-02-17T00:07:45.431Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:45 [2024-02-17T00:07:45.431Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:45 [2024-02-17T00:07:45.431Z] +++ export TMP_DIR=tmp
19:07:45 [2024-02-17T00:07:45.431Z] +++ TMP_DIR=tmp
19:07:45 [2024-02-17T00:07:45.431Z] +++ export DOWNLOAD_HOST=download.eclipse.org
19:07:45 [2024-02-17T00:07:45.431Z] +++ DOWNLOAD_HOST=download.eclipse.org
19:07:45 [2024-02-17T00:07:45.431Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:45 [2024-02-17T00:07:45.432Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:45 [2024-02-17T00:07:45.432Z] +++ export LOCAL_REPO=localMavenRepo
19:07:45 [2024-02-17T00:07:45.432Z] +++ LOCAL_REPO=localMavenRepo
19:07:45 [2024-02-17T00:07:45.432Z] +++ export BASEBUILDER_TAG=4.30
19:07:45 [2024-02-17T00:07:45.432Z] +++ BASEBUILDER_TAG=4.30
19:07:45 [2024-02-17T00:07:45.432Z] +++ export API_PREV_REF_LABEL=4.30
19:07:45 [2024-02-17T00:07:45.432Z] +++ API_PREV_REF_LABEL=4.30
19:07:45 [2024-02-17T00:07:45.432Z] +++ export API_FREEZE_REF_LABEL=
19:07:45 [2024-02-17T00:07:45.432Z] +++ API_FREEZE_REF_LABEL=
19:07:45 [2024-02-17T00:07:45.432Z] +++ export 'FREEZE_PARAMS= '
19:07:45 [2024-02-17T00:07:45.432Z] +++ FREEZE_PARAMS=' '
19:07:45 [2024-02-17T00:07:45.432Z] +++ export PREVIOUS_RELEASE_VER=4.30
19:07:45 [2024-02-17T00:07:45.432Z] +++ PREVIOUS_RELEASE_VER=4.30
19:07:45 [2024-02-17T00:07:45.432Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:45 [2024-02-17T00:07:45.432Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:45 [2024-02-17T00:07:45.432Z] +++ export BASEBUILD_ID=R-4.30-202312010110
19:07:45 [2024-02-17T00:07:45.432Z] +++ BASEBUILD_ID=R-4.30-202312010110
19:07:45 [2024-02-17T00:07:45.432Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:45 [2024-02-17T00:07:45.432Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:45 [2024-02-17T00:07:45.432Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:45 [2024-02-17T00:07:45.432Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:45 [2024-02-17T00:07:45.432Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:45 [2024-02-17T00:07:45.432Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:45 [2024-02-17T00:07:45.432Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:45 [2024-02-17T00:07:45.432Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:45 [2024-02-17T00:07:45.432Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:45 [2024-02-17T00:07:45.432Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:45 [2024-02-17T00:07:45.432Z] +++ export MAVEN_OPTS=-Xmx6G
19:07:45 [2024-02-17T00:07:45.432Z] +++ MAVEN_OPTS=-Xmx6G
19:07:45 [2024-02-17T00:07:45.432Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:45 [2024-02-17T00:07:45.432Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ export BUILD_ID=I20240216-1800
19:07:45 [2024-02-17T00:07:45.432Z] +++ BUILD_ID=I20240216-1800
19:07:45 [2024-02-17T00:07:45.432Z] +++ export BUILD_DIR_SEG=I20240216-1800
19:07:45 [2024-02-17T00:07:45.432Z] +++ BUILD_DIR_SEG=I20240216-1800
19:07:45 [2024-02-17T00:07:45.432Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:45 [2024-02-17T00:07:45.432Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:45 [2024-02-17T00:07:45.432Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:45 [2024-02-17T00:07:45.432Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.432Z] +++ 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
19:07:45 [2024-02-17T00:07:45.433Z] +++ 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
19:07:45 [2024-02-17T00:07:45.433Z] +++ 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
19:07:45 [2024-02-17T00:07:45.433Z] +++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:45 [2024-02-17T00:07:45.433Z] +++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:45 [2024-02-17T00:07:45.433Z] +++ export 'COMPARATOR_ERRORS_BODY= '
19:07:45 [2024-02-17T00:07:45.433Z] +++ COMPARATOR_ERRORS_BODY=' '
19:07:45 [2024-02-17T00:07:45.433Z] ++ echo 4.31
19:07:45 [2024-02-17T00:07:45.433Z] + echo 4.31
[Pipeline] sh
19:07:45 [2024-02-17T00:07:45.962Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:45 [2024-02-17T00:07:45.962Z] +++ export TIMESTAMP=20240216-1800
19:07:45 [2024-02-17T00:07:45.962Z] +++ TIMESTAMP=20240216-1800
19:07:45 [2024-02-17T00:07:45.962Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:45 [2024-02-17T00:07:45.962Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:45 [2024-02-17T00:07:45.962Z] +++ export BRANCH=master
19:07:45 [2024-02-17T00:07:45.962Z] +++ BRANCH=master
19:07:45 [2024-02-17T00:07:45.962Z] +++ export PATCH_OR_BRANCH_LABEL=master
19:07:45 [2024-02-17T00:07:45.962Z] +++ PATCH_OR_BRANCH_LABEL=master
19:07:45 [2024-02-17T00:07:45.962Z] +++ export BUILD_TYPE_NAME=Integration
19:07:45 [2024-02-17T00:07:45.962Z] +++ BUILD_TYPE_NAME=Integration
19:07:45 [2024-02-17T00:07:45.962Z] +++ export BUILD_TYPE=I
19:07:45 [2024-02-17T00:07:45.962Z] +++ BUILD_TYPE=I
19:07:45 [2024-02-17T00:07:45.962Z] +++ export TESTED_BUILD_TYPE=I
19:07:45 [2024-02-17T00:07:45.962Z] +++ TESTED_BUILD_TYPE=I
19:07:45 [2024-02-17T00:07:45.962Z] +++ export RELEASE_VER=4.31
19:07:45 [2024-02-17T00:07:45.962Z] +++ RELEASE_VER=4.31
19:07:45 [2024-02-17T00:07:45.962Z] +++ export STREAM=4.31.0
19:07:45 [2024-02-17T00:07:45.962Z] +++ STREAM=4.31.0
19:07:45 [2024-02-17T00:07:45.962Z] +++ export STREAMMajor=4
19:07:45 [2024-02-17T00:07:45.962Z] +++ STREAMMajor=4
19:07:45 [2024-02-17T00:07:45.962Z] +++ export STREAMMinor=31
19:07:45 [2024-02-17T00:07:45.962Z] +++ STREAMMinor=31
19:07:45 [2024-02-17T00:07:45.962Z] +++ export STREAMService=0
19:07:45 [2024-02-17T00:07:45.962Z] +++ STREAMService=0
19:07:45 [2024-02-17T00:07:45.962Z] +++ export GIT_ROOT=git@github.com:
19:07:45 [2024-02-17T00:07:45.963Z] +++ GIT_ROOT=git@github.com:
19:07:45 [2024-02-17T00:07:45.963Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:45 [2024-02-17T00:07:45.963Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:45 [2024-02-17T00:07:45.963Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:45 [2024-02-17T00:07:45.963Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:45 [2024-02-17T00:07:45.963Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:45 [2024-02-17T00:07:45.963Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:45 [2024-02-17T00:07:45.963Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:45 [2024-02-17T00:07:45.963Z] +++ UPDATES_DIR=siteDir/eclipse/updates
19:07:45 [2024-02-17T00:07:45.963Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:45 [2024-02-17T00:07:45.963Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:45 [2024-02-17T00:07:45.963Z] +++ export TMP_DIR=tmp
19:07:45 [2024-02-17T00:07:45.963Z] +++ TMP_DIR=tmp
19:07:45 [2024-02-17T00:07:45.963Z] +++ export DOWNLOAD_HOST=download.eclipse.org
19:07:45 [2024-02-17T00:07:45.963Z] +++ DOWNLOAD_HOST=download.eclipse.org
19:07:45 [2024-02-17T00:07:45.963Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:45 [2024-02-17T00:07:45.963Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:45 [2024-02-17T00:07:45.963Z] +++ export LOCAL_REPO=localMavenRepo
19:07:45 [2024-02-17T00:07:45.963Z] +++ LOCAL_REPO=localMavenRepo
19:07:45 [2024-02-17T00:07:45.963Z] +++ export BASEBUILDER_TAG=4.30
19:07:45 [2024-02-17T00:07:45.963Z] +++ BASEBUILDER_TAG=4.30
19:07:45 [2024-02-17T00:07:45.963Z] +++ export API_PREV_REF_LABEL=4.30
19:07:45 [2024-02-17T00:07:45.963Z] +++ API_PREV_REF_LABEL=4.30
19:07:45 [2024-02-17T00:07:45.963Z] +++ export API_FREEZE_REF_LABEL=
19:07:45 [2024-02-17T00:07:45.963Z] +++ API_FREEZE_REF_LABEL=
19:07:45 [2024-02-17T00:07:45.963Z] +++ export 'FREEZE_PARAMS= '
19:07:45 [2024-02-17T00:07:45.963Z] +++ FREEZE_PARAMS=' '
19:07:45 [2024-02-17T00:07:45.963Z] +++ export PREVIOUS_RELEASE_VER=4.30
19:07:45 [2024-02-17T00:07:45.963Z] +++ PREVIOUS_RELEASE_VER=4.30
19:07:45 [2024-02-17T00:07:45.963Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:45 [2024-02-17T00:07:45.963Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:45 [2024-02-17T00:07:45.963Z] +++ export BASEBUILD_ID=R-4.30-202312010110
19:07:45 [2024-02-17T00:07:45.963Z] +++ BASEBUILD_ID=R-4.30-202312010110
19:07:45 [2024-02-17T00:07:45.963Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:45 [2024-02-17T00:07:45.963Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:45 [2024-02-17T00:07:45.963Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:45 [2024-02-17T00:07:45.963Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:45 [2024-02-17T00:07:45.963Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:45 [2024-02-17T00:07:45.963Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:45 [2024-02-17T00:07:45.963Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:45 [2024-02-17T00:07:45.963Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:45 [2024-02-17T00:07:45.963Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:45 [2024-02-17T00:07:45.963Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:45 [2024-02-17T00:07:45.963Z] +++ export MAVEN_OPTS=-Xmx6G
19:07:45 [2024-02-17T00:07:45.963Z] +++ MAVEN_OPTS=-Xmx6G
19:07:45 [2024-02-17T00:07:45.963Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:45 [2024-02-17T00:07:45.963Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.963Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.963Z] +++ export BUILD_ID=I20240216-1800
19:07:45 [2024-02-17T00:07:45.963Z] +++ BUILD_ID=I20240216-1800
19:07:45 [2024-02-17T00:07:45.963Z] +++ export BUILD_DIR_SEG=I20240216-1800
19:07:45 [2024-02-17T00:07:45.963Z] +++ BUILD_DIR_SEG=I20240216-1800
19:07:45 [2024-02-17T00:07:45.963Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:45 [2024-02-17T00:07:45.963Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:45 [2024-02-17T00:07:45.963Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:45 [2024-02-17T00:07:45.963Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.963Z] +++ 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
19:07:45 [2024-02-17T00:07:45.964Z] +++ 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
19:07:45 [2024-02-17T00:07:45.964Z] +++ 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
19:07:45 [2024-02-17T00:07:45.964Z] +++ 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
19:07:45 [2024-02-17T00:07:45.964Z] +++ 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
19:07:45 [2024-02-17T00:07:45.964Z] +++ 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
19:07:45 [2024-02-17T00:07:45.964Z] +++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:45 [2024-02-17T00:07:45.964Z] +++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:45 [2024-02-17T00:07:45.964Z] +++ export 'COMPARATOR_ERRORS_BODY= '
19:07:45 [2024-02-17T00:07:45.964Z] +++ COMPARATOR_ERRORS_BODY=' '
19:07:45 [2024-02-17T00:07:45.964Z] ++ echo 4.31.0
19:07:45 [2024-02-17T00:07:45.964Z] + echo 4.31.0
[Pipeline] sh
19:07:46 [2024-02-17T00:07:46.515Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:46 [2024-02-17T00:07:46.515Z] +++ export TIMESTAMP=20240216-1800
19:07:46 [2024-02-17T00:07:46.515Z] +++ TIMESTAMP=20240216-1800
19:07:46 [2024-02-17T00:07:46.515Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:46 [2024-02-17T00:07:46.515Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:46 [2024-02-17T00:07:46.515Z] +++ export BRANCH=master
19:07:46 [2024-02-17T00:07:46.515Z] +++ BRANCH=master
19:07:46 [2024-02-17T00:07:46.515Z] +++ export PATCH_OR_BRANCH_LABEL=master
19:07:46 [2024-02-17T00:07:46.515Z] +++ PATCH_OR_BRANCH_LABEL=master
19:07:46 [2024-02-17T00:07:46.515Z] +++ export BUILD_TYPE_NAME=Integration
19:07:46 [2024-02-17T00:07:46.515Z] +++ BUILD_TYPE_NAME=Integration
19:07:46 [2024-02-17T00:07:46.515Z] +++ export BUILD_TYPE=I
19:07:46 [2024-02-17T00:07:46.515Z] +++ BUILD_TYPE=I
19:07:46 [2024-02-17T00:07:46.515Z] +++ export TESTED_BUILD_TYPE=I
19:07:46 [2024-02-17T00:07:46.515Z] +++ TESTED_BUILD_TYPE=I
19:07:46 [2024-02-17T00:07:46.515Z] +++ export RELEASE_VER=4.31
19:07:46 [2024-02-17T00:07:46.515Z] +++ RELEASE_VER=4.31
19:07:46 [2024-02-17T00:07:46.515Z] +++ export STREAM=4.31.0
19:07:46 [2024-02-17T00:07:46.515Z] +++ STREAM=4.31.0
19:07:46 [2024-02-17T00:07:46.515Z] +++ export STREAMMajor=4
19:07:46 [2024-02-17T00:07:46.515Z] +++ STREAMMajor=4
19:07:46 [2024-02-17T00:07:46.515Z] +++ export STREAMMinor=31
19:07:46 [2024-02-17T00:07:46.515Z] +++ STREAMMinor=31
19:07:46 [2024-02-17T00:07:46.515Z] +++ export STREAMService=0
19:07:46 [2024-02-17T00:07:46.516Z] +++ STREAMService=0
19:07:46 [2024-02-17T00:07:46.516Z] +++ export GIT_ROOT=git@github.com:
19:07:46 [2024-02-17T00:07:46.516Z] +++ GIT_ROOT=git@github.com:
19:07:46 [2024-02-17T00:07:46.516Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:46 [2024-02-17T00:07:46.516Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:46 [2024-02-17T00:07:46.516Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:46 [2024-02-17T00:07:46.516Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:46 [2024-02-17T00:07:46.516Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:46 [2024-02-17T00:07:46.516Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:46 [2024-02-17T00:07:46.516Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:46 [2024-02-17T00:07:46.516Z] +++ UPDATES_DIR=siteDir/eclipse/updates
19:07:46 [2024-02-17T00:07:46.516Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:46 [2024-02-17T00:07:46.516Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:46 [2024-02-17T00:07:46.516Z] +++ export TMP_DIR=tmp
19:07:46 [2024-02-17T00:07:46.516Z] +++ TMP_DIR=tmp
19:07:46 [2024-02-17T00:07:46.516Z] +++ export DOWNLOAD_HOST=download.eclipse.org
19:07:46 [2024-02-17T00:07:46.516Z] +++ DOWNLOAD_HOST=download.eclipse.org
19:07:46 [2024-02-17T00:07:46.516Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:46 [2024-02-17T00:07:46.516Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:46 [2024-02-17T00:07:46.516Z] +++ export LOCAL_REPO=localMavenRepo
19:07:46 [2024-02-17T00:07:46.516Z] +++ LOCAL_REPO=localMavenRepo
19:07:46 [2024-02-17T00:07:46.516Z] +++ export BASEBUILDER_TAG=4.30
19:07:46 [2024-02-17T00:07:46.516Z] +++ BASEBUILDER_TAG=4.30
19:07:46 [2024-02-17T00:07:46.516Z] +++ export API_PREV_REF_LABEL=4.30
19:07:46 [2024-02-17T00:07:46.516Z] +++ API_PREV_REF_LABEL=4.30
19:07:46 [2024-02-17T00:07:46.516Z] +++ export API_FREEZE_REF_LABEL=
19:07:46 [2024-02-17T00:07:46.516Z] +++ API_FREEZE_REF_LABEL=
19:07:46 [2024-02-17T00:07:46.516Z] +++ export 'FREEZE_PARAMS= '
19:07:46 [2024-02-17T00:07:46.516Z] +++ FREEZE_PARAMS=' '
19:07:46 [2024-02-17T00:07:46.516Z] +++ export PREVIOUS_RELEASE_VER=4.30
19:07:46 [2024-02-17T00:07:46.516Z] +++ PREVIOUS_RELEASE_VER=4.30
19:07:46 [2024-02-17T00:07:46.516Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:46 [2024-02-17T00:07:46.516Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:46 [2024-02-17T00:07:46.516Z] +++ export BASEBUILD_ID=R-4.30-202312010110
19:07:46 [2024-02-17T00:07:46.516Z] +++ BASEBUILD_ID=R-4.30-202312010110
19:07:46 [2024-02-17T00:07:46.516Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:46 [2024-02-17T00:07:46.516Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:46 [2024-02-17T00:07:46.516Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:46 [2024-02-17T00:07:46.516Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:46 [2024-02-17T00:07:46.516Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:46 [2024-02-17T00:07:46.516Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:46 [2024-02-17T00:07:46.516Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:46 [2024-02-17T00:07:46.516Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:46 [2024-02-17T00:07:46.516Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:46 [2024-02-17T00:07:46.516Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:46 [2024-02-17T00:07:46.516Z] +++ export MAVEN_OPTS=-Xmx6G
19:07:46 [2024-02-17T00:07:46.516Z] +++ MAVEN_OPTS=-Xmx6G
19:07:46 [2024-02-17T00:07:46.516Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:46 [2024-02-17T00:07:46.516Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.516Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.516Z] +++ export BUILD_ID=I20240216-1800
19:07:46 [2024-02-17T00:07:46.516Z] +++ BUILD_ID=I20240216-1800
19:07:46 [2024-02-17T00:07:46.516Z] +++ export BUILD_DIR_SEG=I20240216-1800
19:07:46 [2024-02-17T00:07:46.516Z] +++ BUILD_DIR_SEG=I20240216-1800
19:07:46 [2024-02-17T00:07:46.516Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:46 [2024-02-17T00:07:46.516Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:46 [2024-02-17T00:07:46.516Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:46 [2024-02-17T00:07:46.516Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.516Z] +++ 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
19:07:46 [2024-02-17T00:07:46.517Z] +++ 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
19:07:46 [2024-02-17T00:07:46.517Z] +++ 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
19:07:46 [2024-02-17T00:07:46.517Z] +++ 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
19:07:46 [2024-02-17T00:07:46.517Z] +++ 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
19:07:46 [2024-02-17T00:07:46.517Z] +++ 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
19:07:46 [2024-02-17T00:07:46.517Z] +++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:46 [2024-02-17T00:07:46.517Z] +++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:46 [2024-02-17T00:07:46.517Z] +++ export 'COMPARATOR_ERRORS_BODY= '
19:07:46 [2024-02-17T00:07:46.517Z] +++ COMPARATOR_ERRORS_BODY=' '
19:07:46 [2024-02-17T00:07:46.517Z] ++ echo
19:07:46 [2024-02-17T00:07:46.517Z] + echo
[Pipeline] sh
19:07:47 [2024-02-17T00:07:47.059Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:47 [2024-02-17T00:07:47.059Z] +++ export TIMESTAMP=20240216-1800
19:07:47 [2024-02-17T00:07:47.059Z] +++ TIMESTAMP=20240216-1800
19:07:47 [2024-02-17T00:07:47.059Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:47 [2024-02-17T00:07:47.059Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:47 [2024-02-17T00:07:47.059Z] +++ export BRANCH=master
19:07:47 [2024-02-17T00:07:47.059Z] +++ BRANCH=master
19:07:47 [2024-02-17T00:07:47.059Z] +++ export PATCH_OR_BRANCH_LABEL=master
19:07:47 [2024-02-17T00:07:47.059Z] +++ PATCH_OR_BRANCH_LABEL=master
19:07:47 [2024-02-17T00:07:47.059Z] +++ export BUILD_TYPE_NAME=Integration
19:07:47 [2024-02-17T00:07:47.059Z] +++ BUILD_TYPE_NAME=Integration
19:07:47 [2024-02-17T00:07:47.059Z] +++ export BUILD_TYPE=I
19:07:47 [2024-02-17T00:07:47.059Z] +++ BUILD_TYPE=I
19:07:47 [2024-02-17T00:07:47.059Z] +++ export TESTED_BUILD_TYPE=I
19:07:47 [2024-02-17T00:07:47.059Z] +++ TESTED_BUILD_TYPE=I
19:07:47 [2024-02-17T00:07:47.059Z] +++ export RELEASE_VER=4.31
19:07:47 [2024-02-17T00:07:47.059Z] +++ RELEASE_VER=4.31
19:07:47 [2024-02-17T00:07:47.059Z] +++ export STREAM=4.31.0
19:07:47 [2024-02-17T00:07:47.059Z] +++ STREAM=4.31.0
19:07:47 [2024-02-17T00:07:47.059Z] +++ export STREAMMajor=4
19:07:47 [2024-02-17T00:07:47.059Z] +++ STREAMMajor=4
19:07:47 [2024-02-17T00:07:47.059Z] +++ export STREAMMinor=31
19:07:47 [2024-02-17T00:07:47.059Z] +++ STREAMMinor=31
19:07:47 [2024-02-17T00:07:47.059Z] +++ export STREAMService=0
19:07:47 [2024-02-17T00:07:47.059Z] +++ STREAMService=0
19:07:47 [2024-02-17T00:07:47.059Z] +++ export GIT_ROOT=git@github.com:
19:07:47 [2024-02-17T00:07:47.059Z] +++ GIT_ROOT=git@github.com:
19:07:47 [2024-02-17T00:07:47.059Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:47 [2024-02-17T00:07:47.059Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:47 [2024-02-17T00:07:47.059Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:47 [2024-02-17T00:07:47.059Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:47 [2024-02-17T00:07:47.059Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:47 [2024-02-17T00:07:47.059Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:47 [2024-02-17T00:07:47.059Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:47 [2024-02-17T00:07:47.059Z] +++ UPDATES_DIR=siteDir/eclipse/updates
19:07:47 [2024-02-17T00:07:47.059Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:47 [2024-02-17T00:07:47.059Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:47 [2024-02-17T00:07:47.059Z] +++ export TMP_DIR=tmp
19:07:47 [2024-02-17T00:07:47.059Z] +++ TMP_DIR=tmp
19:07:47 [2024-02-17T00:07:47.059Z] +++ export DOWNLOAD_HOST=download.eclipse.org
19:07:47 [2024-02-17T00:07:47.059Z] +++ DOWNLOAD_HOST=download.eclipse.org
19:07:47 [2024-02-17T00:07:47.059Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:47 [2024-02-17T00:07:47.059Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:47 [2024-02-17T00:07:47.059Z] +++ export LOCAL_REPO=localMavenRepo
19:07:47 [2024-02-17T00:07:47.059Z] +++ LOCAL_REPO=localMavenRepo
19:07:47 [2024-02-17T00:07:47.059Z] +++ export BASEBUILDER_TAG=4.30
19:07:47 [2024-02-17T00:07:47.059Z] +++ BASEBUILDER_TAG=4.30
19:07:47 [2024-02-17T00:07:47.059Z] +++ export API_PREV_REF_LABEL=4.30
19:07:47 [2024-02-17T00:07:47.059Z] +++ API_PREV_REF_LABEL=4.30
19:07:47 [2024-02-17T00:07:47.059Z] +++ export API_FREEZE_REF_LABEL=
19:07:47 [2024-02-17T00:07:47.059Z] +++ API_FREEZE_REF_LABEL=
19:07:47 [2024-02-17T00:07:47.059Z] +++ export 'FREEZE_PARAMS= '
19:07:47 [2024-02-17T00:07:47.059Z] +++ FREEZE_PARAMS=' '
19:07:47 [2024-02-17T00:07:47.059Z] +++ export PREVIOUS_RELEASE_VER=4.30
19:07:47 [2024-02-17T00:07:47.059Z] +++ PREVIOUS_RELEASE_VER=4.30
19:07:47 [2024-02-17T00:07:47.059Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:47 [2024-02-17T00:07:47.059Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:47 [2024-02-17T00:07:47.059Z] +++ export BASEBUILD_ID=R-4.30-202312010110
19:07:47 [2024-02-17T00:07:47.059Z] +++ BASEBUILD_ID=R-4.30-202312010110
19:07:47 [2024-02-17T00:07:47.059Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:47 [2024-02-17T00:07:47.059Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:47 [2024-02-17T00:07:47.059Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:47 [2024-02-17T00:07:47.059Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:47 [2024-02-17T00:07:47.059Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:47 [2024-02-17T00:07:47.059Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:47 [2024-02-17T00:07:47.059Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:47 [2024-02-17T00:07:47.059Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:47 [2024-02-17T00:07:47.059Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:47 [2024-02-17T00:07:47.059Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:47 [2024-02-17T00:07:47.059Z] +++ export MAVEN_OPTS=-Xmx6G
19:07:47 [2024-02-17T00:07:47.059Z] +++ MAVEN_OPTS=-Xmx6G
19:07:47 [2024-02-17T00:07:47.059Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:47 [2024-02-17T00:07:47.059Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ export BUILD_ID=I20240216-1800
19:07:47 [2024-02-17T00:07:47.060Z] +++ BUILD_ID=I20240216-1800
19:07:47 [2024-02-17T00:07:47.060Z] +++ export BUILD_DIR_SEG=I20240216-1800
19:07:47 [2024-02-17T00:07:47.060Z] +++ BUILD_DIR_SEG=I20240216-1800
19:07:47 [2024-02-17T00:07:47.060Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:47 [2024-02-17T00:07:47.060Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:47 [2024-02-17T00:07:47.060Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:47 [2024-02-17T00:07:47.060Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ 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
19:07:47 [2024-02-17T00:07:47.060Z] +++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:47 [2024-02-17T00:07:47.060Z] +++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:47 [2024-02-17T00:07:47.060Z] +++ export 'COMPARATOR_ERRORS_BODY= '
19:07:47 [2024-02-17T00:07:47.060Z] +++ COMPARATOR_ERRORS_BODY=' '
19:07:47 [2024-02-17T00:07:47.060Z] ++ echo
19:07:47 [2024-02-17T00:07:47.060Z] + echo
[Pipeline] sh
19:07:47 [2024-02-17T00:07:47.592Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:47 [2024-02-17T00:07:47.592Z] +++ export TIMESTAMP=20240216-1800
19:07:47 [2024-02-17T00:07:47.592Z] +++ TIMESTAMP=20240216-1800
19:07:47 [2024-02-17T00:07:47.592Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:47 [2024-02-17T00:07:47.592Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:47 [2024-02-17T00:07:47.592Z] +++ export BRANCH=master
19:07:47 [2024-02-17T00:07:47.592Z] +++ BRANCH=master
19:07:47 [2024-02-17T00:07:47.592Z] +++ export PATCH_OR_BRANCH_LABEL=master
19:07:47 [2024-02-17T00:07:47.592Z] +++ PATCH_OR_BRANCH_LABEL=master
19:07:47 [2024-02-17T00:07:47.592Z] +++ export BUILD_TYPE_NAME=Integration
19:07:47 [2024-02-17T00:07:47.592Z] +++ BUILD_TYPE_NAME=Integration
19:07:47 [2024-02-17T00:07:47.592Z] +++ export BUILD_TYPE=I
19:07:47 [2024-02-17T00:07:47.592Z] +++ BUILD_TYPE=I
19:07:47 [2024-02-17T00:07:47.592Z] +++ export TESTED_BUILD_TYPE=I
19:07:47 [2024-02-17T00:07:47.592Z] +++ TESTED_BUILD_TYPE=I
19:07:47 [2024-02-17T00:07:47.592Z] +++ export RELEASE_VER=4.31
19:07:47 [2024-02-17T00:07:47.592Z] +++ RELEASE_VER=4.31
19:07:47 [2024-02-17T00:07:47.592Z] +++ export STREAM=4.31.0
19:07:47 [2024-02-17T00:07:47.592Z] +++ STREAM=4.31.0
19:07:47 [2024-02-17T00:07:47.592Z] +++ export STREAMMajor=4
19:07:47 [2024-02-17T00:07:47.592Z] +++ STREAMMajor=4
19:07:47 [2024-02-17T00:07:47.592Z] +++ export STREAMMinor=31
19:07:47 [2024-02-17T00:07:47.592Z] +++ STREAMMinor=31
19:07:47 [2024-02-17T00:07:47.592Z] +++ export STREAMService=0
19:07:47 [2024-02-17T00:07:47.592Z] +++ STREAMService=0
19:07:47 [2024-02-17T00:07:47.592Z] +++ export GIT_ROOT=git@github.com:
19:07:47 [2024-02-17T00:07:47.592Z] +++ GIT_ROOT=git@github.com:
19:07:47 [2024-02-17T00:07:47.592Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:47 [2024-02-17T00:07:47.592Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:47 [2024-02-17T00:07:47.592Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:47 [2024-02-17T00:07:47.592Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:47 [2024-02-17T00:07:47.592Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:47 [2024-02-17T00:07:47.592Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:47 [2024-02-17T00:07:47.592Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:47 [2024-02-17T00:07:47.592Z] +++ UPDATES_DIR=siteDir/eclipse/updates
19:07:47 [2024-02-17T00:07:47.592Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:47 [2024-02-17T00:07:47.592Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:47 [2024-02-17T00:07:47.592Z] +++ export TMP_DIR=tmp
19:07:47 [2024-02-17T00:07:47.592Z] +++ TMP_DIR=tmp
19:07:47 [2024-02-17T00:07:47.592Z] +++ export DOWNLOAD_HOST=download.eclipse.org
19:07:47 [2024-02-17T00:07:47.592Z] +++ DOWNLOAD_HOST=download.eclipse.org
19:07:47 [2024-02-17T00:07:47.592Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:47 [2024-02-17T00:07:47.592Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:47 [2024-02-17T00:07:47.592Z] +++ export LOCAL_REPO=localMavenRepo
19:07:47 [2024-02-17T00:07:47.592Z] +++ LOCAL_REPO=localMavenRepo
19:07:47 [2024-02-17T00:07:47.592Z] +++ export BASEBUILDER_TAG=4.30
19:07:47 [2024-02-17T00:07:47.592Z] +++ BASEBUILDER_TAG=4.30
19:07:47 [2024-02-17T00:07:47.592Z] +++ export API_PREV_REF_LABEL=4.30
19:07:47 [2024-02-17T00:07:47.592Z] +++ API_PREV_REF_LABEL=4.30
19:07:47 [2024-02-17T00:07:47.592Z] +++ export API_FREEZE_REF_LABEL=
19:07:47 [2024-02-17T00:07:47.592Z] +++ API_FREEZE_REF_LABEL=
19:07:47 [2024-02-17T00:07:47.592Z] +++ export 'FREEZE_PARAMS= '
19:07:47 [2024-02-17T00:07:47.592Z] +++ FREEZE_PARAMS=' '
19:07:47 [2024-02-17T00:07:47.592Z] +++ export PREVIOUS_RELEASE_VER=4.30
19:07:47 [2024-02-17T00:07:47.592Z] +++ PREVIOUS_RELEASE_VER=4.30
19:07:47 [2024-02-17T00:07:47.592Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:47 [2024-02-17T00:07:47.593Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:47 [2024-02-17T00:07:47.593Z] +++ export BASEBUILD_ID=R-4.30-202312010110
19:07:47 [2024-02-17T00:07:47.593Z] +++ BASEBUILD_ID=R-4.30-202312010110
19:07:47 [2024-02-17T00:07:47.593Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:47 [2024-02-17T00:07:47.593Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:47 [2024-02-17T00:07:47.593Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:47 [2024-02-17T00:07:47.593Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:47 [2024-02-17T00:07:47.593Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:47 [2024-02-17T00:07:47.593Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:47 [2024-02-17T00:07:47.593Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:47 [2024-02-17T00:07:47.593Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:47 [2024-02-17T00:07:47.593Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:47 [2024-02-17T00:07:47.593Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:47 [2024-02-17T00:07:47.593Z] +++ export MAVEN_OPTS=-Xmx6G
19:07:47 [2024-02-17T00:07:47.593Z] +++ MAVEN_OPTS=-Xmx6G
19:07:47 [2024-02-17T00:07:47.593Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:47 [2024-02-17T00:07:47.593Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ export BUILD_ID=I20240216-1800
19:07:47 [2024-02-17T00:07:47.593Z] +++ BUILD_ID=I20240216-1800
19:07:47 [2024-02-17T00:07:47.593Z] +++ export BUILD_DIR_SEG=I20240216-1800
19:07:47 [2024-02-17T00:07:47.593Z] +++ BUILD_DIR_SEG=I20240216-1800
19:07:47 [2024-02-17T00:07:47.593Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:47 [2024-02-17T00:07:47.593Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:47 [2024-02-17T00:07:47.593Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:47 [2024-02-17T00:07:47.593Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.593Z] +++ 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
19:07:47 [2024-02-17T00:07:47.594Z] +++ 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
19:07:47 [2024-02-17T00:07:47.594Z] +++ 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
19:07:47 [2024-02-17T00:07:47.594Z] +++ 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
19:07:47 [2024-02-17T00:07:47.594Z] +++ 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
19:07:47 [2024-02-17T00:07:47.594Z] +++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:47 [2024-02-17T00:07:47.594Z] +++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:47 [2024-02-17T00:07:47.594Z] +++ export 'COMPARATOR_ERRORS_BODY= '
19:07:47 [2024-02-17T00:07:47.594Z] +++ COMPARATOR_ERRORS_BODY=' '
19:07:47 [2024-02-17T00:07:47.594Z] ++ echo
19:07:47 [2024-02-17T00:07:47.594Z] + echo
[Pipeline] sh
19:07:48 [2024-02-17T00:07:48.114Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:48 [2024-02-17T00:07:48.114Z] +++ export TIMESTAMP=20240216-1800
19:07:48 [2024-02-17T00:07:48.114Z] +++ TIMESTAMP=20240216-1800
19:07:48 [2024-02-17T00:07:48.114Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:48 [2024-02-17T00:07:48.114Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:48 [2024-02-17T00:07:48.114Z] +++ export BRANCH=master
19:07:48 [2024-02-17T00:07:48.114Z] +++ BRANCH=master
19:07:48 [2024-02-17T00:07:48.114Z] +++ export PATCH_OR_BRANCH_LABEL=master
19:07:48 [2024-02-17T00:07:48.114Z] +++ PATCH_OR_BRANCH_LABEL=master
19:07:48 [2024-02-17T00:07:48.114Z] +++ export BUILD_TYPE_NAME=Integration
19:07:48 [2024-02-17T00:07:48.114Z] +++ BUILD_TYPE_NAME=Integration
19:07:48 [2024-02-17T00:07:48.114Z] +++ export BUILD_TYPE=I
19:07:48 [2024-02-17T00:07:48.114Z] +++ BUILD_TYPE=I
19:07:48 [2024-02-17T00:07:48.114Z] +++ export TESTED_BUILD_TYPE=I
19:07:48 [2024-02-17T00:07:48.114Z] +++ TESTED_BUILD_TYPE=I
19:07:48 [2024-02-17T00:07:48.114Z] +++ export RELEASE_VER=4.31
19:07:48 [2024-02-17T00:07:48.114Z] +++ RELEASE_VER=4.31
19:07:48 [2024-02-17T00:07:48.114Z] +++ export STREAM=4.31.0
19:07:48 [2024-02-17T00:07:48.114Z] +++ STREAM=4.31.0
19:07:48 [2024-02-17T00:07:48.114Z] +++ export STREAMMajor=4
19:07:48 [2024-02-17T00:07:48.114Z] +++ STREAMMajor=4
19:07:48 [2024-02-17T00:07:48.114Z] +++ export STREAMMinor=31
19:07:48 [2024-02-17T00:07:48.114Z] +++ STREAMMinor=31
19:07:48 [2024-02-17T00:07:48.114Z] +++ export STREAMService=0
19:07:48 [2024-02-17T00:07:48.114Z] +++ STREAMService=0
19:07:48 [2024-02-17T00:07:48.114Z] +++ export GIT_ROOT=git@github.com:
19:07:48 [2024-02-17T00:07:48.114Z] +++ GIT_ROOT=git@github.com:
19:07:48 [2024-02-17T00:07:48.114Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:48 [2024-02-17T00:07:48.114Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:48 [2024-02-17T00:07:48.114Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:48 [2024-02-17T00:07:48.114Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:48 [2024-02-17T00:07:48.114Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:48 [2024-02-17T00:07:48.114Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:48 [2024-02-17T00:07:48.114Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:48 [2024-02-17T00:07:48.114Z] +++ UPDATES_DIR=siteDir/eclipse/updates
19:07:48 [2024-02-17T00:07:48.114Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:48 [2024-02-17T00:07:48.114Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:48 [2024-02-17T00:07:48.114Z] +++ export TMP_DIR=tmp
19:07:48 [2024-02-17T00:07:48.114Z] +++ TMP_DIR=tmp
19:07:48 [2024-02-17T00:07:48.114Z] +++ export DOWNLOAD_HOST=download.eclipse.org
19:07:48 [2024-02-17T00:07:48.114Z] +++ DOWNLOAD_HOST=download.eclipse.org
19:07:48 [2024-02-17T00:07:48.114Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:48 [2024-02-17T00:07:48.114Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:48 [2024-02-17T00:07:48.114Z] +++ export LOCAL_REPO=localMavenRepo
19:07:48 [2024-02-17T00:07:48.114Z] +++ LOCAL_REPO=localMavenRepo
19:07:48 [2024-02-17T00:07:48.114Z] +++ export BASEBUILDER_TAG=4.30
19:07:48 [2024-02-17T00:07:48.114Z] +++ BASEBUILDER_TAG=4.30
19:07:48 [2024-02-17T00:07:48.114Z] +++ export API_PREV_REF_LABEL=4.30
19:07:48 [2024-02-17T00:07:48.114Z] +++ API_PREV_REF_LABEL=4.30
19:07:48 [2024-02-17T00:07:48.114Z] +++ export API_FREEZE_REF_LABEL=
19:07:48 [2024-02-17T00:07:48.114Z] +++ API_FREEZE_REF_LABEL=
19:07:48 [2024-02-17T00:07:48.114Z] +++ export 'FREEZE_PARAMS= '
19:07:48 [2024-02-17T00:07:48.114Z] +++ FREEZE_PARAMS=' '
19:07:48 [2024-02-17T00:07:48.114Z] +++ export PREVIOUS_RELEASE_VER=4.30
19:07:48 [2024-02-17T00:07:48.114Z] +++ PREVIOUS_RELEASE_VER=4.30
19:07:48 [2024-02-17T00:07:48.114Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:48 [2024-02-17T00:07:48.114Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:48 [2024-02-17T00:07:48.114Z] +++ export BASEBUILD_ID=R-4.30-202312010110
19:07:48 [2024-02-17T00:07:48.114Z] +++ BASEBUILD_ID=R-4.30-202312010110
19:07:48 [2024-02-17T00:07:48.114Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:48 [2024-02-17T00:07:48.114Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:48 [2024-02-17T00:07:48.114Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:48 [2024-02-17T00:07:48.114Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:48 [2024-02-17T00:07:48.114Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:48 [2024-02-17T00:07:48.114Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:48 [2024-02-17T00:07:48.114Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:48 [2024-02-17T00:07:48.114Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:48 [2024-02-17T00:07:48.114Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:48 [2024-02-17T00:07:48.114Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:48 [2024-02-17T00:07:48.114Z] +++ export MAVEN_OPTS=-Xmx6G
19:07:48 [2024-02-17T00:07:48.114Z] +++ MAVEN_OPTS=-Xmx6G
19:07:48 [2024-02-17T00:07:48.114Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:48 [2024-02-17T00:07:48.114Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:48 [2024-02-17T00:07:48.114Z] +++ 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
19:07:48 [2024-02-17T00:07:48.114Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ export BUILD_ID=I20240216-1800
19:07:48 [2024-02-17T00:07:48.115Z] +++ BUILD_ID=I20240216-1800
19:07:48 [2024-02-17T00:07:48.115Z] +++ export BUILD_DIR_SEG=I20240216-1800
19:07:48 [2024-02-17T00:07:48.115Z] +++ BUILD_DIR_SEG=I20240216-1800
19:07:48 [2024-02-17T00:07:48.115Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:48 [2024-02-17T00:07:48.115Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:48 [2024-02-17T00:07:48.115Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:48 [2024-02-17T00:07:48.115Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ 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
19:07:48 [2024-02-17T00:07:48.115Z] +++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:48 [2024-02-17T00:07:48.115Z] +++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:48 [2024-02-17T00:07:48.115Z] +++ export 'COMPARATOR_ERRORS_BODY= '
19:07:48 [2024-02-17T00:07:48.115Z] +++ COMPARATOR_ERRORS_BODY=' '
19:07:48 [2024-02-17T00:07:48.115Z] ++ echo
19:07:48 [2024-02-17T00:07:48.115Z] + echo
[Pipeline] sh
19:07:48 [2024-02-17T00:07:48.644Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:48 [2024-02-17T00:07:48.644Z] +++ export TIMESTAMP=20240216-1800
19:07:48 [2024-02-17T00:07:48.644Z] +++ TIMESTAMP=20240216-1800
19:07:48 [2024-02-17T00:07:48.644Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:48 [2024-02-17T00:07:48.644Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:48 [2024-02-17T00:07:48.644Z] +++ export BRANCH=master
19:07:48 [2024-02-17T00:07:48.644Z] +++ BRANCH=master
19:07:48 [2024-02-17T00:07:48.644Z] +++ export PATCH_OR_BRANCH_LABEL=master
19:07:48 [2024-02-17T00:07:48.644Z] +++ PATCH_OR_BRANCH_LABEL=master
19:07:48 [2024-02-17T00:07:48.644Z] +++ export BUILD_TYPE_NAME=Integration
19:07:48 [2024-02-17T00:07:48.645Z] +++ BUILD_TYPE_NAME=Integration
19:07:48 [2024-02-17T00:07:48.645Z] +++ export BUILD_TYPE=I
19:07:48 [2024-02-17T00:07:48.645Z] +++ BUILD_TYPE=I
19:07:48 [2024-02-17T00:07:48.645Z] +++ export TESTED_BUILD_TYPE=I
19:07:48 [2024-02-17T00:07:48.645Z] +++ TESTED_BUILD_TYPE=I
19:07:48 [2024-02-17T00:07:48.645Z] +++ export RELEASE_VER=4.31
19:07:48 [2024-02-17T00:07:48.645Z] +++ RELEASE_VER=4.31
19:07:48 [2024-02-17T00:07:48.645Z] +++ export STREAM=4.31.0
19:07:48 [2024-02-17T00:07:48.645Z] +++ STREAM=4.31.0
19:07:48 [2024-02-17T00:07:48.645Z] +++ export STREAMMajor=4
19:07:48 [2024-02-17T00:07:48.645Z] +++ STREAMMajor=4
19:07:48 [2024-02-17T00:07:48.645Z] +++ export STREAMMinor=31
19:07:48 [2024-02-17T00:07:48.645Z] +++ STREAMMinor=31
19:07:48 [2024-02-17T00:07:48.645Z] +++ export STREAMService=0
19:07:48 [2024-02-17T00:07:48.645Z] +++ STREAMService=0
19:07:48 [2024-02-17T00:07:48.645Z] +++ export GIT_ROOT=git@github.com:
19:07:48 [2024-02-17T00:07:48.645Z] +++ GIT_ROOT=git@github.com:
19:07:48 [2024-02-17T00:07:48.645Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:48 [2024-02-17T00:07:48.645Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:48 [2024-02-17T00:07:48.645Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:48 [2024-02-17T00:07:48.645Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:48 [2024-02-17T00:07:48.645Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:48 [2024-02-17T00:07:48.645Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:48 [2024-02-17T00:07:48.645Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:48 [2024-02-17T00:07:48.645Z] +++ UPDATES_DIR=siteDir/eclipse/updates
19:07:48 [2024-02-17T00:07:48.645Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:48 [2024-02-17T00:07:48.645Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:48 [2024-02-17T00:07:48.645Z] +++ export TMP_DIR=tmp
19:07:48 [2024-02-17T00:07:48.645Z] +++ TMP_DIR=tmp
19:07:48 [2024-02-17T00:07:48.645Z] +++ export DOWNLOAD_HOST=download.eclipse.org
19:07:48 [2024-02-17T00:07:48.645Z] +++ DOWNLOAD_HOST=download.eclipse.org
19:07:48 [2024-02-17T00:07:48.645Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:48 [2024-02-17T00:07:48.645Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:48 [2024-02-17T00:07:48.645Z] +++ export LOCAL_REPO=localMavenRepo
19:07:48 [2024-02-17T00:07:48.645Z] +++ LOCAL_REPO=localMavenRepo
19:07:48 [2024-02-17T00:07:48.645Z] +++ export BASEBUILDER_TAG=4.30
19:07:48 [2024-02-17T00:07:48.645Z] +++ BASEBUILDER_TAG=4.30
19:07:48 [2024-02-17T00:07:48.645Z] +++ export API_PREV_REF_LABEL=4.30
19:07:48 [2024-02-17T00:07:48.645Z] +++ API_PREV_REF_LABEL=4.30
19:07:48 [2024-02-17T00:07:48.645Z] +++ export API_FREEZE_REF_LABEL=
19:07:48 [2024-02-17T00:07:48.645Z] +++ API_FREEZE_REF_LABEL=
19:07:48 [2024-02-17T00:07:48.645Z] +++ export 'FREEZE_PARAMS= '
19:07:48 [2024-02-17T00:07:48.645Z] +++ FREEZE_PARAMS=' '
19:07:48 [2024-02-17T00:07:48.645Z] +++ export PREVIOUS_RELEASE_VER=4.30
19:07:48 [2024-02-17T00:07:48.645Z] +++ PREVIOUS_RELEASE_VER=4.30
19:07:48 [2024-02-17T00:07:48.645Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:48 [2024-02-17T00:07:48.645Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:48 [2024-02-17T00:07:48.645Z] +++ export BASEBUILD_ID=R-4.30-202312010110
19:07:48 [2024-02-17T00:07:48.645Z] +++ BASEBUILD_ID=R-4.30-202312010110
19:07:48 [2024-02-17T00:07:48.645Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:48 [2024-02-17T00:07:48.645Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:48 [2024-02-17T00:07:48.645Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:48 [2024-02-17T00:07:48.645Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:48 [2024-02-17T00:07:48.645Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:48 [2024-02-17T00:07:48.645Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:48 [2024-02-17T00:07:48.645Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:48 [2024-02-17T00:07:48.645Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:48 [2024-02-17T00:07:48.645Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:48 [2024-02-17T00:07:48.645Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:48 [2024-02-17T00:07:48.645Z] +++ export MAVEN_OPTS=-Xmx6G
19:07:48 [2024-02-17T00:07:48.645Z] +++ MAVEN_OPTS=-Xmx6G
19:07:48 [2024-02-17T00:07:48.645Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:48 [2024-02-17T00:07:48.645Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:48 [2024-02-17T00:07:48.645Z] +++ 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
19:07:48 [2024-02-17T00:07:48.645Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:48 [2024-02-17T00:07:48.645Z] +++ 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
19:07:48 [2024-02-17T00:07:48.645Z] +++ 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
19:07:48 [2024-02-17T00:07:48.645Z] +++ 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
19:07:48 [2024-02-17T00:07:48.645Z] +++ 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
19:07:48 [2024-02-17T00:07:48.645Z] +++ export BUILD_ID=I20240216-1800
19:07:48 [2024-02-17T00:07:48.645Z] +++ BUILD_ID=I20240216-1800
19:07:48 [2024-02-17T00:07:48.645Z] +++ export BUILD_DIR_SEG=I20240216-1800
19:07:48 [2024-02-17T00:07:48.645Z] +++ BUILD_DIR_SEG=I20240216-1800
19:07:48 [2024-02-17T00:07:48.645Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:48 [2024-02-17T00:07:48.645Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:48 [2024-02-17T00:07:48.645Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:48 [2024-02-17T00:07:48.645Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:48 [2024-02-17T00:07:48.645Z] +++ 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
19:07:48 [2024-02-17T00:07:48.645Z] +++ 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
19:07:48 [2024-02-17T00:07:48.645Z] +++ 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
19:07:48 [2024-02-17T00:07:48.645Z] +++ 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
19:07:48 [2024-02-17T00:07:48.646Z] +++ 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
19:07:48 [2024-02-17T00:07:48.646Z] +++ 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
19:07:48 [2024-02-17T00:07:48.646Z] +++ 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
19:07:48 [2024-02-17T00:07:48.646Z] +++ 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
19:07:48 [2024-02-17T00:07:48.646Z] +++ 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
19:07:48 [2024-02-17T00:07:48.646Z] +++ 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
19:07:48 [2024-02-17T00:07:48.646Z] +++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:48 [2024-02-17T00:07:48.646Z] +++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:48 [2024-02-17T00:07:48.646Z] +++ export 'COMPARATOR_ERRORS_BODY= '
19:07:48 [2024-02-17T00:07:48.646Z] +++ COMPARATOR_ERRORS_BODY=' '
19:07:48 [2024-02-17T00:07:48.646Z] ++ echo 1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:48 [2024-02-17T00:07:48.646Z] + echo 1cb411d1b95c00ce4b95ce2111088127e0605639
[Pipeline] sh
19:07:49 [2024-02-17T00:07:49.172Z] ++ source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:49 [2024-02-17T00:07:49.172Z] +++ export TIMESTAMP=20240216-1800
19:07:49 [2024-02-17T00:07:49.172Z] +++ TIMESTAMP=20240216-1800
19:07:49 [2024-02-17T00:07:49.172Z] +++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:49 [2024-02-17T00:07:49.172Z] +++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BRANCH=master
19:07:49 [2024-02-17T00:07:49.173Z] +++ BRANCH=master
19:07:49 [2024-02-17T00:07:49.173Z] +++ export PATCH_OR_BRANCH_LABEL=master
19:07:49 [2024-02-17T00:07:49.173Z] +++ PATCH_OR_BRANCH_LABEL=master
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BUILD_TYPE_NAME=Integration
19:07:49 [2024-02-17T00:07:49.173Z] +++ BUILD_TYPE_NAME=Integration
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BUILD_TYPE=I
19:07:49 [2024-02-17T00:07:49.173Z] +++ BUILD_TYPE=I
19:07:49 [2024-02-17T00:07:49.173Z] +++ export TESTED_BUILD_TYPE=I
19:07:49 [2024-02-17T00:07:49.173Z] +++ TESTED_BUILD_TYPE=I
19:07:49 [2024-02-17T00:07:49.173Z] +++ export RELEASE_VER=4.31
19:07:49 [2024-02-17T00:07:49.173Z] +++ RELEASE_VER=4.31
19:07:49 [2024-02-17T00:07:49.173Z] +++ export STREAM=4.31.0
19:07:49 [2024-02-17T00:07:49.173Z] +++ STREAM=4.31.0
19:07:49 [2024-02-17T00:07:49.173Z] +++ export STREAMMajor=4
19:07:49 [2024-02-17T00:07:49.173Z] +++ STREAMMajor=4
19:07:49 [2024-02-17T00:07:49.173Z] +++ export STREAMMinor=31
19:07:49 [2024-02-17T00:07:49.173Z] +++ STREAMMinor=31
19:07:49 [2024-02-17T00:07:49.173Z] +++ export STREAMService=0
19:07:49 [2024-02-17T00:07:49.173Z] +++ STREAMService=0
19:07:49 [2024-02-17T00:07:49.173Z] +++ export GIT_ROOT=git@github.com:
19:07:49 [2024-02-17T00:07:49.173Z] +++ GIT_ROOT=git@github.com:
19:07:49 [2024-02-17T00:07:49.173Z] +++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:49 [2024-02-17T00:07:49.173Z] +++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:49 [2024-02-17T00:07:49.173Z] +++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:49 [2024-02-17T00:07:49.173Z] +++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:49 [2024-02-17T00:07:49.173Z] +++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:49 [2024-02-17T00:07:49.173Z] +++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:49 [2024-02-17T00:07:49.173Z] +++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:49 [2024-02-17T00:07:49.173Z] +++ UPDATES_DIR=siteDir/eclipse/updates
19:07:49 [2024-02-17T00:07:49.173Z] +++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:49 [2024-02-17T00:07:49.173Z] +++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:49 [2024-02-17T00:07:49.173Z] +++ export TMP_DIR=tmp
19:07:49 [2024-02-17T00:07:49.173Z] +++ TMP_DIR=tmp
19:07:49 [2024-02-17T00:07:49.173Z] +++ export DOWNLOAD_HOST=download.eclipse.org
19:07:49 [2024-02-17T00:07:49.173Z] +++ DOWNLOAD_HOST=download.eclipse.org
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:49 [2024-02-17T00:07:49.173Z] +++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:49 [2024-02-17T00:07:49.173Z] +++ export LOCAL_REPO=localMavenRepo
19:07:49 [2024-02-17T00:07:49.173Z] +++ LOCAL_REPO=localMavenRepo
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BASEBUILDER_TAG=4.30
19:07:49 [2024-02-17T00:07:49.173Z] +++ BASEBUILDER_TAG=4.30
19:07:49 [2024-02-17T00:07:49.173Z] +++ export API_PREV_REF_LABEL=4.30
19:07:49 [2024-02-17T00:07:49.173Z] +++ API_PREV_REF_LABEL=4.30
19:07:49 [2024-02-17T00:07:49.173Z] +++ export API_FREEZE_REF_LABEL=
19:07:49 [2024-02-17T00:07:49.173Z] +++ API_FREEZE_REF_LABEL=
19:07:49 [2024-02-17T00:07:49.173Z] +++ export 'FREEZE_PARAMS= '
19:07:49 [2024-02-17T00:07:49.173Z] +++ FREEZE_PARAMS=' '
19:07:49 [2024-02-17T00:07:49.173Z] +++ export PREVIOUS_RELEASE_VER=4.30
19:07:49 [2024-02-17T00:07:49.173Z] +++ PREVIOUS_RELEASE_VER=4.30
19:07:49 [2024-02-17T00:07:49.173Z] +++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:49 [2024-02-17T00:07:49.173Z] +++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BASEBUILD_ID=R-4.30-202312010110
19:07:49 [2024-02-17T00:07:49.173Z] +++ BASEBUILD_ID=R-4.30-202312010110
19:07:49 [2024-02-17T00:07:49.173Z] +++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:49 [2024-02-17T00:07:49.173Z] +++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:49 [2024-02-17T00:07:49.173Z] +++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:49 [2024-02-17T00:07:49.173Z] +++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:49 [2024-02-17T00:07:49.173Z] +++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:49 [2024-02-17T00:07:49.173Z] +++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:49 [2024-02-17T00:07:49.173Z] +++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:49 [2024-02-17T00:07:49.173Z] +++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:49 [2024-02-17T00:07:49.173Z] +++ export MAVEN_OPTS=-Xmx6G
19:07:49 [2024-02-17T00:07:49.173Z] +++ MAVEN_OPTS=-Xmx6G
19:07:49 [2024-02-17T00:07:49.173Z] +++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:49 [2024-02-17T00:07:49.173Z] +++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:49 [2024-02-17T00:07:49.173Z] +++ 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
19:07:49 [2024-02-17T00:07:49.173Z] +++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:49 [2024-02-17T00:07:49.173Z] +++ 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
19:07:49 [2024-02-17T00:07:49.173Z] +++ 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
19:07:49 [2024-02-17T00:07:49.173Z] +++ 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
19:07:49 [2024-02-17T00:07:49.173Z] +++ 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
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BUILD_ID=I20240216-1800
19:07:49 [2024-02-17T00:07:49.173Z] +++ BUILD_ID=I20240216-1800
19:07:49 [2024-02-17T00:07:49.173Z] +++ export BUILD_DIR_SEG=I20240216-1800
19:07:49 [2024-02-17T00:07:49.173Z] +++ BUILD_DIR_SEG=I20240216-1800
19:07:49 [2024-02-17T00:07:49.173Z] +++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:49 [2024-02-17T00:07:49.173Z] +++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:49 [2024-02-17T00:07:49.173Z] +++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:49 [2024-02-17T00:07:49.173Z] +++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ 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
19:07:49 [2024-02-17T00:07:49.174Z] +++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:49 [2024-02-17T00:07:49.174Z] +++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:49 [2024-02-17T00:07:49.174Z] +++ export 'COMPARATOR_ERRORS_BODY= '
19:07:49 [2024-02-17T00:07:49.174Z] +++ COMPARATOR_ERRORS_BODY=' '
19:07:49 [2024-02-17T00:07:49.174Z] ++ echo 4.31
19:07:49 [2024-02-17T00:07:49.174Z] + echo 4.31
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive artifacts)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
19:07:49 [2024-02-17T00:07:49.887Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production
19:07:49 [2024-02-17T00:07:49.887Z] + source /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:49 [2024-02-17T00:07:49.887Z] ++ export TIMESTAMP=20240216-1800
19:07:49 [2024-02-17T00:07:49.887Z] ++ TIMESTAMP=20240216-1800
19:07:49 [2024-02-17T00:07:49.887Z] ++ export 'BUILD_PRETTY_DATE=Fri Feb 16 18:00:00 EST 2024'
19:07:49 [2024-02-17T00:07:49.887Z] ++ BUILD_PRETTY_DATE='Fri Feb 16 18:00:00 EST 2024'
19:07:49 [2024-02-17T00:07:49.887Z] ++ export BRANCH=master
19:07:49 [2024-02-17T00:07:49.887Z] ++ BRANCH=master
19:07:49 [2024-02-17T00:07:49.887Z] ++ export PATCH_OR_BRANCH_LABEL=master
19:07:49 [2024-02-17T00:07:49.887Z] ++ PATCH_OR_BRANCH_LABEL=master
19:07:49 [2024-02-17T00:07:49.887Z] ++ export BUILD_TYPE_NAME=Integration
19:07:49 [2024-02-17T00:07:49.887Z] ++ BUILD_TYPE_NAME=Integration
19:07:49 [2024-02-17T00:07:49.887Z] ++ export BUILD_TYPE=I
19:07:49 [2024-02-17T00:07:49.887Z] ++ BUILD_TYPE=I
19:07:49 [2024-02-17T00:07:49.887Z] ++ export TESTED_BUILD_TYPE=I
19:07:49 [2024-02-17T00:07:49.887Z] ++ TESTED_BUILD_TYPE=I
19:07:49 [2024-02-17T00:07:49.887Z] ++ export RELEASE_VER=4.31
19:07:49 [2024-02-17T00:07:49.887Z] ++ RELEASE_VER=4.31
19:07:49 [2024-02-17T00:07:49.887Z] ++ export STREAM=4.31.0
19:07:49 [2024-02-17T00:07:49.887Z] ++ STREAM=4.31.0
19:07:49 [2024-02-17T00:07:49.887Z] ++ export STREAMMajor=4
19:07:49 [2024-02-17T00:07:49.887Z] ++ STREAMMajor=4
19:07:49 [2024-02-17T00:07:49.887Z] ++ export STREAMMinor=31
19:07:49 [2024-02-17T00:07:49.887Z] ++ STREAMMinor=31
19:07:49 [2024-02-17T00:07:49.887Z] ++ export STREAMService=0
19:07:49 [2024-02-17T00:07:49.887Z] ++ STREAMService=0
19:07:49 [2024-02-17T00:07:49.887Z] ++ export GIT_ROOT=git@github.com:
19:07:49 [2024-02-17T00:07:49.887Z] ++ GIT_ROOT=git@github.com:
19:07:49 [2024-02-17T00:07:49.887Z] ++ export AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:49 [2024-02-17T00:07:49.887Z] ++ AGG_REPO=eclipse-platform/eclipse.platform.releng.aggregator.git
19:07:49 [2024-02-17T00:07:49.887Z] ++ export AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:49 [2024-02-17T00:07:49.887Z] ++ AGG_DIR=gitCache/eclipse.platform.releng.aggregator
19:07:49 [2024-02-17T00:07:49.887Z] ++ export DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:49 [2024-02-17T00:07:49.887Z] ++ DROP_DIR=siteDir/eclipse/downloads/drops4
19:07:49 [2024-02-17T00:07:49.887Z] ++ export UPDATES_DIR=siteDir/eclipse/updates
19:07:49 [2024-02-17T00:07:49.887Z] ++ UPDATES_DIR=siteDir/eclipse/updates
19:07:49 [2024-02-17T00:07:49.887Z] ++ export EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:49 [2024-02-17T00:07:49.887Z] ++ EQUINOX_DROP_DIR=siteDir/equinox/drops
19:07:49 [2024-02-17T00:07:49.887Z] ++ export TMP_DIR=tmp
19:07:49 [2024-02-17T00:07:49.887Z] ++ TMP_DIR=tmp
19:07:49 [2024-02-17T00:07:49.887Z] ++ export DOWNLOAD_HOST=download.eclipse.org
19:07:49 [2024-02-17T00:07:49.887Z] ++ DOWNLOAD_HOST=download.eclipse.org
19:07:49 [2024-02-17T00:07:49.887Z] ++ export BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:49 [2024-02-17T00:07:49.887Z] ++ BUILD_TO_COMPARE_SITE=ftp.osuosl.org/pub/eclipse/eclipse/updates
19:07:49 [2024-02-17T00:07:49.887Z] ++ export LOCAL_REPO=localMavenRepo
19:07:49 [2024-02-17T00:07:49.887Z] ++ LOCAL_REPO=localMavenRepo
19:07:49 [2024-02-17T00:07:49.887Z] ++ export BASEBUILDER_TAG=4.30
19:07:49 [2024-02-17T00:07:49.887Z] ++ BASEBUILDER_TAG=4.30
19:07:49 [2024-02-17T00:07:49.887Z] ++ export API_PREV_REF_LABEL=4.30
19:07:49 [2024-02-17T00:07:49.887Z] ++ API_PREV_REF_LABEL=4.30
19:07:49 [2024-02-17T00:07:49.887Z] ++ export API_FREEZE_REF_LABEL=
19:07:49 [2024-02-17T00:07:49.887Z] ++ API_FREEZE_REF_LABEL=
19:07:49 [2024-02-17T00:07:49.887Z] ++ export 'FREEZE_PARAMS= '
19:07:49 [2024-02-17T00:07:49.887Z] ++ FREEZE_PARAMS=' '
19:07:49 [2024-02-17T00:07:49.887Z] ++ export PREVIOUS_RELEASE_VER=4.30
19:07:49 [2024-02-17T00:07:49.887Z] ++ PREVIOUS_RELEASE_VER=4.30
19:07:49 [2024-02-17T00:07:49.887Z] ++ export PREVIOUS_RELEASE_REPO_ID=4.30
19:07:49 [2024-02-17T00:07:49.887Z] ++ PREVIOUS_RELEASE_REPO_ID=4.30
19:07:49 [2024-02-17T00:07:49.887Z] ++ export BASEBUILD_ID=R-4.30-202312010110
19:07:49 [2024-02-17T00:07:49.887Z] ++ BASEBUILD_ID=R-4.30-202312010110
19:07:49 [2024-02-17T00:07:49.887Z] ++ export PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:49 [2024-02-17T00:07:49.887Z] ++ PREVIOUS_RELEASE_ID=R-4.30-202312010110
19:07:49 [2024-02-17T00:07:49.887Z] ++ export BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:49 [2024-02-17T00:07:49.887Z] ++ BUILDTOOLS_REPO=https://download.eclipse.org/eclipse/updates/buildtools/
19:07:49 [2024-02-17T00:07:49.887Z] ++ export WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:49 [2024-02-17T00:07:49.887Z] ++ WEBTOOLS_REPO=https://download.eclipse.org/webtools/downloads/drops/R3.31.0/R-3.31.0-20230903090456/repositoryunittests/
19:07:49 [2024-02-17T00:07:49.887Z] ++ export BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:49 [2024-02-17T00:07:49.887Z] ++ BASEBUILDER_DIR=tmp/org.eclipse.releng.basebuilder
19:07:49 [2024-02-17T00:07:49.887Z] ++ export ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:49 [2024-02-17T00:07:49.887Z] ++ ECLIPSE_RUN_REPO=https://download.eclipse.org/eclipse/updates/4.31-I-builds/
19:07:49 [2024-02-17T00:07:49.887Z] ++ export MAVEN_OPTS=-Xmx6G
19:07:49 [2024-02-17T00:07:49.887Z] ++ MAVEN_OPTS=-Xmx6G
19:07:49 [2024-02-17T00:07:49.887Z] ++ export JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:49 [2024-02-17T00:07:49.887Z] ++ JAVA_DOC_TOOL=-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc
19:07:49 [2024-02-17T00:07:49.887Z] ++ 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
19:07:49 [2024-02-17T00:07:49.887Z] ++ BUILD_ENV_FILE=/home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:07:49 [2024-02-17T00:07:49.887Z] ++ 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
19:07:49 [2024-02-17T00:07:49.887Z] ++ 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
19:07:49 [2024-02-17T00:07:49.887Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ export BUILD_ID=I20240216-1800
19:07:49 [2024-02-17T00:07:49.888Z] ++ BUILD_ID=I20240216-1800
19:07:49 [2024-02-17T00:07:49.888Z] ++ export BUILD_DIR_SEG=I20240216-1800
19:07:49 [2024-02-17T00:07:49.888Z] ++ BUILD_DIR_SEG=I20240216-1800
19:07:49 [2024-02-17T00:07:49.888Z] ++ export EQ_BUILD_DIR_SEG=I20240216-1800
19:07:49 [2024-02-17T00:07:49.888Z] ++ EQ_BUILD_DIR_SEG=I20240216-1800
19:07:49 [2024-02-17T00:07:49.888Z] ++ export EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:49 [2024-02-17T00:07:49.888Z] ++ EBUILDER_HASH=1cb411d1b95c00ce4b95ce2111088127e0605639
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ 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
19:07:49 [2024-02-17T00:07:49.888Z] ++ export 'COMPARATOR_ERRORS_SUBJECT= '
19:07:49 [2024-02-17T00:07:49.888Z] ++ COMPARATOR_ERRORS_SUBJECT=' '
19:07:49 [2024-02-17T00:07:49.888Z] ++ export 'COMPARATOR_ERRORS_BODY= '
19:07:49 [2024-02-17T00:07:49.888Z] ++ COMPARATOR_ERRORS_BODY=' '
19:07:49 [2024-02-17T00:07:49.889Z] + cp -r /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb010_createEnvfiles.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb011_loadPGPKeys.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb020_createBaseBuilder.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb030_downloadBuildToCompare.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb100_cloneRepos.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb110_tagBuildInputs.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb200_createSourceBundles.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb220_buildSdkPatch.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb300_gatherEclipseParts.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb310_gatherEquinoxParts.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb500_createRepoReports.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs/mb510_createApiToolsReports.sh.log /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildlogs
19:07:49 [2024-02-17T00:07:49.889Z] + rm -rf /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildlogs
19:07:49 [2024-02-17T00:07:49.889Z] + rm -rf /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/apitoolingreference
19:07:49 [2024-02-17T00:07:49.889Z] + cp /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.txt /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:07:49 [2024-02-17T00:07:49.889Z] + cp /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.php /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:07:49 [2024-02-17T00:07:49.889Z] + cp /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.properties /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:07:49 [2024-02-17T00:07:49.889Z] + cp /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800
19:07:49 [2024-02-17T00:07:49.889Z] + cp /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildproperties.php /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildproperties.properties /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildproperties.shsource /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4/I20240216-1800/buildproperties.txt /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops/I20240216-1800
[Pipeline] }
[Pipeline] // container
[Pipeline] archiveArtifacts
19:07:49 [2024-02-17T00:07:49.918Z] Archiving artifacts
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Eclipse platform)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
19:14:16 [2024-02-17T00:14:16.927Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
19:14:16 [2024-02-17T00:14:16.927Z] [ssh-agent] Looking for ssh-agent implementation...
19:14:17 [2024-02-17T00:14:17.236Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
19:14:17 [2024-02-17T00:14:17.236Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
19:14:17 [2024-02-17T00:14:17.552Z] Executing command: "ssh-agent" 
19:14:17 [2024-02-17T00:14:17.552Z] exit
19:14:17 [2024-02-17T00:14:17.558Z] SSH_AUTH_SOCK=/tmp/ssh-mybhYJTFcwgg/agent.22911; export SSH_AUTH_SOCK;
19:14:17 [2024-02-17T00:14:17.558Z] SSH_AGENT_PID=22912; export SSH_AGENT_PID;
19:14:17 [2024-02-17T00:14:17.558Z] echo Agent pid 22912;
19:14:17 [2024-02-17T00:14:17.560Z] SSH_AUTH_SOCK=/tmp/ssh-mybhYJTFcwgg/agent.22911
19:14:17 [2024-02-17T00:14:17.560Z] SSH_AGENT_PID=22912
19:14:17 [2024-02-17T00:14:17.569Z] Running ssh-add (command line suppressed)
19:14:17 [2024-02-17T00:14:17.865Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_13490649871857227634.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_13490649871857227634.key)
19:14:17 [2024-02-17T00:14:17.871Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
19:14:18 [2024-02-17T00:14:18.398Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:14:18 [2024-02-17T00:14:18.398Z] + ./mb600_promoteEclipse.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:14:18 [2024-02-17T00:14:18.398Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/downloads/drops4 ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:16:24 [2024-02-17T00:16:24.787Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
[Pipeline] }
19:16:24 [2024-02-17T00:16:24.793Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
19:16:25 [2024-02-17T00:16:25.091Z] Executing command: "ssh-agent" "-k" 
19:16:25 [2024-02-17T00:16:25.091Z] exit
19:16:25 [2024-02-17T00:16:25.098Z] unset SSH_AUTH_SOCK;
19:16:25 [2024-02-17T00:16:25.098Z] unset SSH_AGENT_PID;
19:16:25 [2024-02-17T00:16:25.098Z] echo Agent pid 22912 killed;
19:16:25 [2024-02-17T00:16:25.100Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] build
19:16:25 [2024-02-17T00:16:25.139Z] Scheduling project: eclipse.releng.updateIndex
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Equinox)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
19:16:25 [2024-02-17T00:16:25.283Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
19:16:25 [2024-02-17T00:16:25.283Z] [ssh-agent] Looking for ssh-agent implementation...
19:16:25 [2024-02-17T00:16:25.555Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
19:16:25 [2024-02-17T00:16:25.555Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
19:16:25 [2024-02-17T00:16:25.840Z] Executing command: "ssh-agent" 
19:16:25 [2024-02-17T00:16:25.840Z] exit
19:16:25 [2024-02-17T00:16:25.847Z] SSH_AUTH_SOCK=/tmp/ssh-Jr3HDsYBx0gc/agent.23038; export SSH_AUTH_SOCK;
19:16:25 [2024-02-17T00:16:25.847Z] SSH_AGENT_PID=23039; export SSH_AGENT_PID;
19:16:25 [2024-02-17T00:16:25.847Z] echo Agent pid 23039;
19:16:25 [2024-02-17T00:16:25.849Z] SSH_AUTH_SOCK=/tmp/ssh-Jr3HDsYBx0gc/agent.23038
19:16:25 [2024-02-17T00:16:25.849Z] SSH_AGENT_PID=23039
19:16:25 [2024-02-17T00:16:25.856Z] Running ssh-add (command line suppressed)
19:16:26 [2024-02-17T00:16:26.185Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_100541908469185686.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_100541908469185686.key)
19:16:26 [2024-02-17T00:16:26.190Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
19:16:26 [2024-02-17T00:16:26.754Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:16:26 [2024-02-17T00:16:26.754Z] + ./mb610_promoteEquinox.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:16:26 [2024-02-17T00:16:26.754Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/equinox/drops ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:16:34 [2024-02-17T00:16:34.836Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
[Pipeline] }
19:16:34 [2024-02-17T00:16:34.842Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
19:16:35 [2024-02-17T00:16:35.193Z] Executing command: "ssh-agent" "-k" 
19:16:35 [2024-02-17T00:16:35.193Z] exit
19:16:35 [2024-02-17T00:16:35.199Z] unset SSH_AUTH_SOCK;
19:16:35 [2024-02-17T00:16:35.199Z] unset SSH_AGENT_PID;
19:16:35 [2024-02-17T00:16:35.199Z] echo Agent pid 23039 killed;
19:16:35 [2024-02-17T00:16:35.201Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Promote Update Site)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sshagent
19:16:35 [2024-02-17T00:16:35.359Z] [ssh-agent] Using credentials genie.releng (ssh://genie.releng@projects-storage.eclipse.org)
19:16:35 [2024-02-17T00:16:35.359Z] [ssh-agent] Looking for ssh-agent implementation...
19:16:37 [2024-02-17T00:16:37.440Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
19:16:37 [2024-02-17T00:16:37.440Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
19:16:37 [2024-02-17T00:16:37.950Z] Executing command: "ssh-agent" 
19:16:37 [2024-02-17T00:16:37.950Z] exit
19:16:37 [2024-02-17T00:16:37.958Z] SSH_AUTH_SOCK=/tmp/ssh-Bp1SDNe3rxnI/agent.23093; export SSH_AUTH_SOCK;
19:16:37 [2024-02-17T00:16:37.958Z] SSH_AGENT_PID=23094; export SSH_AGENT_PID;
19:16:37 [2024-02-17T00:16:37.958Z] echo Agent pid 23094;
19:16:37 [2024-02-17T00:16:37.960Z] SSH_AUTH_SOCK=/tmp/ssh-Bp1SDNe3rxnI/agent.23093
19:16:37 [2024-02-17T00:16:37.960Z] SSH_AGENT_PID=23094
19:16:37 [2024-02-17T00:16:37.968Z] Running ssh-add (command line suppressed)
19:16:38 [2024-02-17T00:16:38.278Z] Identity added: /home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_3546512911466546094.key (/home/jenkins/agent/workspace/Builds/I-build-4.31@tmp/private_key_3546512911466546094.key)
19:16:38 [2024-02-17T00:16:38.283Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
19:16:38 [2024-02-17T00:16:38.863Z] + cd /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:16:38 [2024-02-17T00:16:38.863Z] + ./mb620_promoteUpdateSite.sh /home/jenkins/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/buildproperties.shsource
19:16:38 [2024-02-17T00:16:38.863Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/siteDir/eclipse/updates ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:16:56 [2024-02-17T00:16:56.912Z] ~/agent/workspace/Builds/I-build-4.31/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
19:16:57 [2024-02-17T00:16:57.839Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.839Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.839Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.839Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.839Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.839Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:57 [2024-02-17T00:16:57.840Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.095Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.657Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.658Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.914Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:58 [2024-02-17T00:16:58.915Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.172Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.173Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.430Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.685Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:16:59 [2024-02-17T00:16:59.941Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.196Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.197Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.452Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.453Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.708Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.709Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.963Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.964Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.964Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:00 [2024-02-17T00:17:00.964Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.219Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.220Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.476Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.732Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.986Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.986Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.986Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:01 [2024-02-17T00:17:01.986Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.243Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.244Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.498Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.499Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.754Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.755Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:02 [2024-02-17T00:17:02.756Z] tar: Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
19:17:03 [2024-02-17T00:17:03.681Z] --2024-02-16 19:17:03--  https://download.eclipse.org/eclipse/relengScripts/cje-production/scripts/addToComposite.xml
19:17:03 [2024-02-17T00:17:03.681Z] Resolving download.eclipse.org (download.eclipse.org)... 198.41.30.199
19:17:03 [2024-02-17T00:17:03.681Z] Connecting to download.eclipse.org (download.eclipse.org)|198.41.30.199|:443... connected.
19:17:03 [2024-02-17T00:17:03.681Z] HTTP request sent, awaiting response... 200 OK
19:17:03 [2024-02-17T00:17:03.681Z] Length: 816 [text/xml]
19:17:03 [2024-02-17T00:17:03.681Z] Saving to: ‘/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/addToComposite.xml’
19:17:03 [2024-02-17T00:17:03.681Z] 
19:17:03 [2024-02-17T00:17:03.681Z]      0K                                                       100%  457M=0s
19:17:03 [2024-02-17T00:17:03.681Z] 
19:17:03 [2024-02-17T00:17:03.681Z] 2024-02-16 19:17:03 (457 MB/s) - ‘/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/addToComposite.xml’ saved [816/816]
19:17:03 [2024-02-17T00:17:03.681Z] 
19:17:08 [2024-02-17T00:17:08.924Z] Install location:
19:17:08 [2024-02-17T00:17:08.924Z]     file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/
19:17:08 [2024-02-17T00:17:08.924Z] Configuration file:
19:17:08 [2024-02-17T00:17:08.924Z]     file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/configuration/config.ini loaded
19:17:08 [2024-02-17T00:17:08.924Z] Configuration location:
19:17:08 [2024-02-17T00:17:08.924Z]     file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/configuration/
19:17:08 [2024-02-17T00:17:08.924Z] Framework located:
19:17:08 [2024-02-17T00:17:08.924Z]     file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/plugins/org.eclipse.osgi_3.18.600.v20231110-1900.jar
19:17:08 [2024-02-17T00:17:08.924Z] Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.2.900.v20231106-0859.jar
19:17:08 [2024-02-17T00:17:08.924Z] 	eclipse.properties not found
19:17:08 [2024-02-17T00:17:08.924Z] Framework classpath:
19:17:08 [2024-02-17T00:17:08.924Z]     file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/plugins/org.eclipse.osgi_3.18.600.v20231110-1900.jar
19:17:08 [2024-02-17T00:17:08.924Z]     file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/plugins/
19:17:08 [2024-02-17T00:17:08.924Z]     file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.2.900.v20231106-0859.jar
19:17:08 [2024-02-17T00:17:08.924Z] Debug options:
19:17:08 [2024-02-17T00:17:08.924Z]     file:/opt/public/hipp/homes/genie.releng/.options not found
19:17:10 [2024-02-17T00:17:10.289Z] Time to load bundles: 227
19:17:15 [2024-02-17T00:17:15.534Z] Feb 16, 2024 7:17:14 PM org.apache.aries.spifly.BaseActivator log
19:17:15 [2024-02-17T00:17:15.534Z] INFO: Registered provider org.slf4j.simple.SimpleServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle slf4j.simple
19:17:18 [2024-02-17T00:17:18.801Z] Starting application: 10515
19:17:18 [2024-02-17T00:17:18.801Z] Application started in : 10522ms
19:17:20 [2024-02-17T00:17:20.164Z] Apache Ant(TM) version 1.10.14 compiled on August 16 2023
19:17:20 [2024-02-17T00:17:20.164Z] Setting ro project property: ant.file -> /home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/addToComposite.xml
19:17:20 [2024-02-17T00:17:20.164Z] Buildfile: /home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/addToComposite.xml
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype eclipse.convertPath org.eclipse.core.resources.ant.ConvertPath
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype eclipse.incrementalBuild org.eclipse.core.resources.ant.IncrementalBuild
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype eclipse.refreshLocal org.eclipse.core.resources.ant.RefreshLocalTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.director org.eclipse.equinox.p2.director.app.ant.DirectorTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype eclipse.jarProcessor org.eclipse.equinox.internal.p2.jarprocessor.ant.JarProcessorTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.composite.metadata.repository.add org.eclipse.equinox.internal.p2.metadata.repository.ant.AddChildTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.composite.metadata.repository.create org.eclipse.equinox.internal.p2.metadata.repository.ant.CreateCompositeMetadataRepositoryTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.composite.metadata.repository.remove org.eclipse.equinox.internal.p2.metadata.repository.ant.RemoveChildTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.publisher org.eclipse.equinox.internal.p2.publisher.ant.PublisherTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.publish.featuresAndBundles org.eclipse.equinox.internal.p2.publisher.ant.FeaturesAndBundlesPublisherTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.publish.product org.eclipse.equinox.internal.p2.publisher.ant.ProductPublisherTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.repo2runnable org.eclipse.equinox.p2.internal.repository.tools.tasks.Repo2RunnableTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.mirror org.eclipse.equinox.p2.internal.repository.tools.tasks.MirrorTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.artifact.mirror org.eclipse.equinox.p2.internal.repository.tools.tasks.MirrorArtifactsTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.metadata.mirror org.eclipse.equinox.p2.internal.repository.tools.tasks.MirrorMetadataTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.composite.repository org.eclipse.equinox.p2.internal.repository.tools.tasks.CompositeRepositoryTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.process.artifacts org.eclipse.equinox.p2.internal.repository.tools.tasks.ProcessRepoTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.remove.iu org.eclipse.equinox.p2.internal.repository.tools.tasks.RemoveIUTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.composite.artifact.repository.validate org.eclipse.equinox.p2.internal.repository.tools.tasks.ValidateTask
19:17:20 [2024-02-17T00:17:20.164Z]  +Datatype p2.validate.artifacts org.eclipse.equinox.p2.internal.repository.tools.tasks.ValidateTask
19:17:20 [2024-02-17T00:17:20.165Z]  +Datatype p2.composite.artifact.repository.add org.eclipse.equinox.p2.internal.repository.tools.tasks.CompositeRepositoryTask
19:17:20 [2024-02-17T00:17:20.165Z]  +Datatype p2.composite.artifact.repository.create org.eclipse.equinox.p2.internal.repository.tools.tasks.CreateCompositeArtifactRepositoryTask
19:17:20 [2024-02-17T00:17:20.165Z]  +Datatype p2.composite.artifact.repository.remove org.eclipse.equinox.p2.internal.repository.tools.tasks.CompositeRepositoryTask
19:17:20 [2024-02-17T00:17:20.165Z]  +Datatype help.buildHelpIndex org.eclipse.help.internal.base.ant.BuildHelpIndex
19:17:20 [2024-02-17T00:17:20.165Z]  +Datatype artifact org.eclipse.equinox.p2.internal.repository.tools.tasks.ArtifactDescription
19:17:20 [2024-02-17T00:17:20.165Z] Adding reference: ant.projectHelper
19:17:20 [2024-02-17T00:17:20.165Z] Adding reference: ant.parsing.context
19:17:20 [2024-02-17T00:17:20.165Z] Adding reference: ant.targets
19:17:20 [2024-02-17T00:17:20.421Z] parsing buildfile /home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/addToComposite.xml with URI = file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/addToComposite.xml
19:17:20 [2024-02-17T00:17:20.421Z] Setting ro project property: ant.project.default-target -> addToComposite
19:17:20 [2024-02-17T00:17:20.421Z] Project base dir set to: /home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139
19:17:20 [2024-02-17T00:17:20.421Z]  +Target: 
19:17:20 [2024-02-17T00:17:20.421Z]  +Target: addToComposite
19:17:20 [2024-02-17T00:17:20.421Z] Adding reference: ant.LocalProperties
19:17:20 [2024-02-17T00:17:20.421Z] WARNING: A terminally deprecated method in java.lang.System has been called
19:17:20 [2024-02-17T00:17:20.421Z] WARNING: System::setSecurityManager has been called by org.eclipse.ant.internal.core.ant.InternalAntRunner (file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/configuration/org.eclipse.osgi/35/0/.cp/lib/antsupportlib.jar)
19:17:20 [2024-02-17T00:17:20.421Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.ant.internal.core.ant.InternalAntRunner
19:17:20 [2024-02-17T00:17:20.421Z] WARNING: System::setSecurityManager will be removed in a future release
19:17:20 [2024-02-17T00:17:20.421Z] Setting ro project property: ant.project.invoked-targets -> addToComposite
19:17:20 [2024-02-17T00:17:20.421Z] Adding reference: eclipse.ant.targetVector
19:17:20 [2024-02-17T00:17:20.421Z] Build sequence for target(s) `addToComposite' is [addToComposite]
19:17:20 [2024-02-17T00:17:20.421Z] Complete build sequence is [addToComposite, ]
19:17:20 [2024-02-17T00:17:20.421Z] 
19:17:20 [2024-02-17T00:17:20.421Z] addToComposite:
19:17:20 [2024-02-17T00:17:20.678Z] parsing buildfile jar:file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/plugins/org.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/home/data/httpd/download.eclipse.org/eclipse/workingDir/Builds/I-build-4.31-139/eclipse/plugins/org.apache.ant_1.10.14.v20230922-1200/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
19:17:20 [2024-02-17T00:17:20.934Z]      [echo] Adding child (complocation) to composite (repodir)
19:17:20 [2024-02-17T00:17:20.934Z]      [echo]     repodir: /home/data/httpd/download.eclipse.org/eclipse/updates/4.31-I-builds
19:17:20 [2024-02-17T00:17:20.934Z]      [echo]     complocation: I20240216-1800
19:17:23 [2024-02-17T00:17:23.454Z] BUILD SUCCESSFUL
19:17:23 [2024-02-17T00:17:23.454Z] 
19:17:23 [2024-02-17T00:17:23.454Z] BUILD SUCCESSFUL
19:17:23 [2024-02-17T00:17:23.454Z] Total time: 3 seconds
[Pipeline] }
19:17:25 [2024-02-17T00:17:25.975Z] Executing sh script inside container jnlp of pod aggrbuild-pod-k3mg9-lb0c3
19:17:26 [2024-02-17T00:17:26.289Z] Executing command: "ssh-agent" "-k" 
19:17:26 [2024-02-17T00:17:26.289Z] exit
19:17:26 [2024-02-17T00:17:26.336Z] unset SSH_AUTH_SOCK;
19:17:26 [2024-02-17T00:17:26.337Z] unset SSH_AGENT_PID;
19:17:26 [2024-02-17T00:17:26.337Z] echo Agent pid 23094 killed;
19:17:26 [2024-02-17T00:17:26.338Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Trigger tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] build
19:17:26 [2024-02-17T00:17:26.490Z] Scheduling project: Automated Tests » ep431I-unit-cen64-gtk3-java17
[Pipeline] build
19:17:26 [2024-02-17T00:17:26.493Z] Scheduling project: Automated Tests » ep431I-unit-cen64-gtk3-java21
[Pipeline] build
19:17:26 [2024-02-17T00:17:26.496Z] Scheduling project: Automated Tests » ep431I-unit-macM1-java17
[Pipeline] build
19:17:26 [2024-02-17T00:17:26.499Z] Scheduling project: Automated Tests » ep431I-unit-mac64-java17
[Pipeline] build
19:17:26 [2024-02-17T00:17:26.502Z] Scheduling project: Automated Tests » ep431I-unit-win32-java17
[Pipeline] build
19:17:26 [2024-02-17T00:17:26.505Z] Scheduling project: Performance Tests » ep431I-perf-lin64-baseline
[Pipeline] build
19:17:26 [2024-02-17T00:17:26.508Z] Scheduling project: Start-smoke-tests
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Trigger publication to Maven snapshots repo)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] build
19:17:26 [2024-02-17T00:17:26.700Z] Scheduling project: CBIaggregator
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
19:17:26 [2024-02-17T00:17:26.788Z] Sending email to: platform-releng-dev@eclipse.org
[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
Finished: SUCCESS